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
/
task
/
GenerateSourcesTask.java
Age
Commit message (
Expand
)
Author
2021-12-05
Juuzify ArchitecturyLoomDecompiler (#60)
Juuxel
2021-12-04
Add architectury decompiler (#59)
shedaniel
2021-11-06
Merge remote-tracking branch 'FabricMC/dev/0.10' into dev/0.10.0
shedaniel
2021-11-01
Make CFR the default decompiler (#527)
modmuss50
2021-10-30
Merge remote-tracking branch 'FabricMC/dev/0.10' into dev/0.10.0
shedaniel
2021-10-28
Fix misleading error message when decompiling fails.
modmuss50
2021-10-26
Merge remote-tracking branch 'FabricMC/dev/0.10' into dev/0.10.0
shedaniel
2021-10-26
Use NIO instead of ZipUtil (#513)
shedaniel
2021-10-15
Ensure decompiler worker deamons are stopped after failure.
modmuss50
2021-10-13
Merge remote-tracking branch 'FabricMC/dev/0.10' into dev/0.10.0
shedaniel
2021-10-11
Rewrite GenSources including full support for CFR. (#511)
modmuss50
2021-09-28
Fix #54
shedaniel
2021-09-17
Merge remote-tracking branch 'FabricMC/dev/0.10' into dev/0.10.0
shedaniel
2021-09-16
Migrate fully to mapping-io + Add comments about transitive access widners to...
modmuss50
2021-08-14
Merge remote-tracking branch 'FabricMC/exp/0.10' into dev/future
shedaniel
2021-08-13
File Structure Changes (#462)
shedaniel
2021-08-14
Fix checkstyle
shedaniel
2021-07-26
Use Property in LoomGradleExtension & Move task groups to constants (#445)
shedaniel
2021-07-20
Fix merge conflicts
shedaniel
2021-07-20
Merge remote-tracking branch 'FabricMC/dev/0.9' into dev/0.9
shedaniel
2021-07-14
Split Minecraft and Forge jars (#34)
shedaniel
2021-07-14
Refactor LoomGradleExtension (#431)
modmuss50
2021-07-13
Merge remote-tracking branch 'FabricMC/dev/0.9' into dev/0.9
shedaniel
2021-07-10
Use spotless for header validation, years have been back-filled from git history
modmuss50
2021-06-17
Merge remote-tracking branch 'FabricMC/dev/0.9' into dev/0.9
shedaniel
2021-06-14
Basic layered mappings with @ParchmentMC support (#413)
modmuss50
2021-05-05
Adds Forge Sources Remapping
shedaniel
2021-05-01
a
shedaniel
2021-04-13
Revert "WIP AT -> JarProcessor"
shedaniel
2021-04-04
WIP AT -> JarProcessor
shedaniel
2021-03-25
Constant unpicking (#328)
modmuss50
2020-12-24
General code cleanup (#313)
modmuss50
2020-12-21
Refactor and fix game/loader library handling (#298)
modmuss50
2020-06-01
Allow specifying additional decompilers for generating sources (#213)
Fudge