fabric-loom/src/main/java/net/fabricmc/loom/util/gradle
modmuss50 e2439b7f57
Rewrite GenSources including full support for CFR. (#511)
* 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-10-11 13:47:16 +01:00
..
GradleSupport.java Use spotless for header validation, years have been back-filled from git history 2021-07-10 21:50:53 +01:00
ProgressLoggerHelper.java Rewrite GenSources including full support for CFR. (#511) 2021-10-11 13:47:16 +01:00
ThreadedProgressLoggerConsumer.java Rewrite GenSources including full support for CFR. (#511) 2021-10-11 13:47:16 +01:00
ThreadedSimpleProgressLogger.java Rewrite GenSources including full support for CFR. (#511) 2021-10-11 13:47:16 +01:00
WorkerDaemonClientsManagerHelper.java Rewrite GenSources including full support for CFR. (#511) 2021-10-11 13:47:16 +01:00