aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/net/fabricmc/loom/configuration/providers/mappings
AgeCommit message (Expand)Author
2022-02-17Merge branch 'dev/0.10.0-fg2' into dev/0.10.0Jonas Herzig
2022-02-16Merge remote-tracking branch 'FabricMC/dev/0.10' into dev/0.10.0shedaniel
2022-01-11Flip a few `if`s so the modern code path comes before the legacy oneJonas Herzig
2022-01-10Generate identity mappings in srg file only for legacy forgeJonas Herzig
2022-01-10Clean up generated tiny v1 file after converting to v2Jonas Herzig
2022-01-10Support for FG2-era ForgeJonas Herzig
2022-01-06Fix missing SrgProvider when generateSrgTiny is falseJonas Herzig
2021-12-22Only warn when the yarn version does not match the minecraft version.modmuss50
2021-11-29Fix merge conflictsshedaniel
2021-11-29Merge remote-tracking branch 'FabricMC/dev/0.10' into dev/0.10.0shedaniel
2021-11-26Fix crash on Java 18 due to unpick using an outdated asm version.modmuss50
2021-11-20Add an option (enabled by default) to map synthetic field and method names fr...modmuss50
2021-11-14Revert "Fix unobfuscated names not having params or docs. (#532)"shedaniel
2021-11-13Merge remote-tracking branch 'FabricMC/dev/0.10' into dev/0.10.0shedaniel
2021-11-10Reduce log level of "Using project based jar storage".modmuss50
2021-11-09Fix unobfuscated names not having params or docs. (#532)modmuss50
2021-10-27Forgot to commit fix merge conflictsshedaniel
2021-10-26Merge remote-tracking branch 'FabricMC/dev/0.10' into dev/0.10.0shedaniel
2021-10-26Use NIO instead of ZipUtil (#513)shedaniel
2021-10-13Merge remote-tracking branch 'FabricMC/dev/0.10' into dev/0.10.0shedaniel
2021-10-12Don't allow none reproducible dependencies in layered mappings as it breaks t...modmuss50
2021-10-09Turn the tinyMappingsJar dependency into a module dependencyshedaniel
2021-09-29Merge remote-tracking branch 'FabricMC/dev/0.10' into dev/0.10.0shedaniel
2021-09-29Fix merge conflictsshedaniel
2021-09-28Fix failure when running `dependencies` task when using layered mappings.modmuss50
2021-09-28Fix record signatures based on data provided by mappings. (#507)modmuss50
2021-09-27Fix #49shedaniel
2021-09-24Fix #47, Fix #48shedaniel
2021-09-22Fix debugger spamshedaniel
2021-09-22Fix srg not merging correctly and fix #42shedaniel
2021-09-21Fix generateSrgTiny with 1.17shedaniel
2021-09-19Merge remote-tracking branch 'FabricMC/dev/0.10' into dev/0.10.0shedaniel
2021-09-18Fixes merging of mappings for cases like: class_1234 is mapped, but class_123...shartte
2021-09-19Add workaround with yarn inner classesshedaniel
2021-09-18Fix tests crash with fabric modeshedaniel
2021-09-18Fix codestyle, add forge testsshedaniel
2021-09-18Fix merge conflictsshedaniel
2021-09-17Merge remote-tracking branch 'FabricMC/dev/0.10' into dev/0.10.0shedaniel
2021-09-16Migrate fully to mapping-io + Add comments about transitive access widners to...modmuss50
2021-09-14Access Widener 2.0 with support for Transitive Access Wideners (#484)shartte
2021-09-13Expose layered mappings as an API (#490)modmuss50
2021-09-11Merge remote-tracking branch 'FabricMC/dev/0.10' into dev/futureshedaniel
2021-09-11Convert AWs on Forge to ATs in RemapJarTask (#24)Juuxel
2021-09-07Update checkstyle to prevent using var expect for new instance creation.modmuss50
2021-08-31Make --refresh-dependencies work by creating the directory after clearing it ...shedaniel
2021-08-30Start work on porting 0.7.4 overshedaniel
2021-08-26Make LayeredMappingsDependency not error because of uninitialized MappingsPro...shedaniel
2021-08-26Merge remote-tracking branch 'FabricMC/exp/0.10' into dev/futureshedaniel
2021-08-22update mapping-io, fix #473 (#474)Logic
2021-08-14Fix conflictsshedaniel