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