Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-11 | Rewrite GenSources including full support for CFR. (#511) | modmuss50 | |
* Rewrite CFR decompiler interface. Support javadoc * CFR line numbers and fixes. * Cleanup and fix * Use WorkerExecutor to fork, massively cleans up the fernflower code, but does remove the fancy multithreaded logging. * Use IPC to get logging back from the decompilers. * Cleanup UnpickJarTask, fix leak in IPCServer * Used published CFR build * Handle older windows versions that do not support AF_UNIX. * Fixes and basic unit test * Improve memory handling of genSources * Stop decompile worker JVM | |||
2021-07-14 | Refactor LoomGradleExtension (#431) | modmuss50 | |
* First pass at refactoring the extension * Fix inital issues. * Combine some interfaces * Checkstyle * Fix years * Add isShareCaches to api | |||
2021-07-10 | Use spotless for header validation, years have been back-filled from git history | modmuss50 | |
2021-07-05 | Fix yet another gradle deprecation, expand tests to cover it | modmuss50 | |
2021-03-25 | Constant unpicking (#328) | modmuss50 | |
* Start adding constant unpicking * Update to use unpick cli * Fix build? * Fix? * Fix log spam when unpicking * Improve unpick tests |