aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/net/fabricmc/loom/util/SourceRemapper.java
AgeCommit message (Expand)Author
2021-10-26Use NIO instead of ZipUtil (#513)shedaniel
2021-10-11Rewrite GenSources including full support for CFR. (#511)modmuss50
2021-09-16Migrate fully to mapping-io + Add comments about transitive access widners to...modmuss50
2021-09-13Expose layered mappings as an API (#490)modmuss50
2021-09-02Revert "Make SourceRemapper threaded (#446)"modmuss50
2021-07-25Make SourceRemapper threaded (#446)modmuss50
2021-07-14Refactor LoomGradleExtension (#431)modmuss50
2021-07-10Use spotless for header validation, years have been back-filled from git historymodmuss50
2021-07-04Fix build...modmuss50
2021-07-04Use a detached configuration to add jetbrains annotations to the source remap...modmuss50
2021-06-14Basic layered mappings with @ParchmentMC support (#413)modmuss50
2021-05-13General cleanup by making use of java 16 features (#397)modmuss50
2021-03-15Ensure outputs are reproducable across all OS's. (#363)modmuss50
2021-02-11Update MCE - Remove auto population of minVersion in mixins - Drop some log l...modmuss50
2021-01-19Dont remap dependency sources when building on CI services.modmuss50
2021-01-17Gradle 7 (and hopefully 8) support (#332)modmuss50
2020-12-30Cleanup output files when remap fails. Fixes #321modmuss50
2020-12-24General code cleanup (#313)modmuss50
2020-12-21Respect reproducibleFileOrder and preserveFileTimestamps (#304)Cool_Mineman
2020-12-21Refactor and fix game/loader library handling (#298)modmuss50
2020-11-15Use Mercury 0.1.0-rc1 (#301)Jamie Mansfield
2020-10-21Dont throw when annotationDependency is not resloved.modmuss50
2020-10-21Ugly fix to mercury classpath not having jetbrains annotationsmodmuss50
2020-10-12Revert "Ugly fix to mercury classpath not having jetbrains annotations"modmuss50
2020-10-10Ugly fix to mercury classpath not having jetbrains annotationsmodmuss50
2020-09-21Split out some constants (#267)i509VCB
2020-06-29Supply the configuration to the run Exec directly (#232)Octavia Togami
2020-06-01Fix source remapping not having the full classpathmodmuss50
2020-06-01Cleanup and fix dep remapping, also add better log output to source remapping.modmuss50
2020-05-27Update lorenz-tiny to 2.0.0modmuss50
2020-05-13Improve setup speed. (#208)modmuss50
2020-03-060.2.7 refactors (#178)modmuss50
2019-11-09Support using TinyV2 mappings (#132)Fudge
2019-11-07Reduce console spam a bitmodmuss50
2019-11-02Reformat to use Fabric API's checkstyle (#137)modmuss50
2019-08-23copy non-java files into remapped sources jar (fixes #126 and #118) (#129)Fudge
2019-05-28add modApi, modImplementation, modRuntimeOnly; try to improve source remappin...asie
2019-05-11migrate RemapJarTask and RemapSourcesJarTask over to getters/setters for fiel...asie
2019-04-24cease loading the same mappings file a million timesAdrian Siekierka
2019-04-21rewrite source remapper to use tiny-mappings-parserAdrian Siekierka
2018-12-31more gradle fixesasie
2018-12-28apply terrible workaround for source remapper/JDT? bug (Mercury devs notified)Adrian Siekierka
2018-12-23use more reliable renamer, update Stitch - fix #46asie
2018-12-22add cleanLoomMappings, close #36Adrian Siekierka
2018-12-22working source code remapping for mod dependenciesAdrian Siekierka
2018-12-22build functional intermediary-mapped sources JARs; update StitchAdrian Siekierka
2018-12-22Very early source remappingmodmuss50