Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/QuiltMC/Mixin

Mixin is a trait/mixin and bytecode weaving framework for Java using ASM
https://github.com/QuiltMC/Mixin

Minor tweaks to AP internals

a15897221bb7c94d00ccc04637294f7a48e58b6d authored over 5 years ago
Accept needs to be called before init. Propagate exception message.

Closes #360

5ea23f8bb0c76cf00f75c523d07eb785a59b533d authored over 5 years ago
Merge remote-tracking branch 'remotes/upstream/0.8' into fabric-0.8

2889361b1b54d6bbf5d64b666d94f6c5c7f94831 authored over 5 years ago
Remove unused compilation unit

d28607b86a3241d4314ef8cfa96880fce68da764 authored over 5 years ago
Don't visit a synthetic inner class with itself, fixes #359

d460bd58e61b00379b98d76c7c36e473b087eb99 authored over 5 years ago
Ensure CHECKCAST is added for arrays as well as objects, fixes #358

f18d8f8adf8c7c0b5b64dfe7b9fa5ab26afda228 authored over 5 years ago
Remove bundled asm

086f6a59e76bb8b5852c46c399a205dbfe61589d authored over 5 years ago
[Fabric] fix the Mixin jar being output to Maven

36e9213ae4490d368fc1bdf32c522a78c23a35e1 authored over 5 years ago
[Fabric] use our infrastructure for specifying build number

d9d0452bdb73d531da447911ae97c65402d9ef15 authored over 5 years ago
[Fabric] disable license/checkstyle in buildscript for now

2e28b654d8d846636cd6b62afbea6a1ec18f4723 authored over 5 years ago
Fix javadoc not specifying encoding

762731bd90b776b73e527911ea7130c711af1a0d authored over 5 years ago
[Fabric] tweak build.gradle, add Jenkinsfile

943dba0932bb0542f956994ab348b427d85cfe97 authored over 5 years ago
Changing minVersion missing warning into debug (#24)

* Remove minVersion missing warning

* Dropping the warning into a debug

84c4597a8c56b3fd43601c04bbbd0c3904397c1d authored over 5 years ago
Merge remote-tracking branch 'mumfrey/0.8' into fabric-0.8

d4dd9be932ae9a741f350677dedcc325499e6608 authored over 5 years ago
Fix LVT error messages (#17)

2cef4a37bf6f1862f4517d65875b1190b3596640 authored over 5 years ago
correctly remap INVOKEDYNAMICs inside Mixin methods

c4258a34057793239f5b42c9724a5b1e21517b5d authored over 5 years ago
Fix refactoring failure in method proxy generator

1dc05225598e74d3bf1800dfdd7f4cbb00cc3afd authored over 5 years ago
[Fabric] Update to ASM 7.1

4d5cee784e6c240768c72b7646832038efcefcc2 authored over 5 years ago
harden compareTo() implementations

a42e86b62eefc4a0b195ff5b9a42955d79e2f7ea authored over 5 years ago
fix overwrite, static shadows not being remapped at runtime

ec491e3b5d131b657bd095652f0d5195cd33a7cf authored over 5 years ago
Merge remote-tracking branch 'origin/pr/299' into 0.8

9965dd48a05aa96ae3d1cb000f91c6664a528b96 authored over 5 years ago
[Fabric] Provide a Loader-hookable RemappingReferenceMapper

59db546c227bce4abaf75be1d89bf06067966e98 authored over 5 years ago
Merge branch 'beforeinvoke-find-fix-minor' into fabric-0.8

3e80843c230a5ed81e30ac1d2d359feb79b95a08 authored over 5 years ago
[Fabric] Write all descriptors which were remapped, regardless of whether or not they are actually different

bb5a3c6900fb68aadd4868e26aaee2d41b75c5e3 authored over 5 years ago
[Fabric] Use Fabric Fernflower fork

125d5e98471886b937dd929772ada985d8b29df2 authored over 5 years ago
fix minor bug in BeforeInvoke.find logic

53cd1b8951861c6d1befefc4140f1132dab1ca49 authored over 5 years ago
Remove "lib" from gitignore and commit missing compatibility shims

8965b0a3f20f11f6fa42188a01f422df7e868ead authored over 5 years ago
Version 0.8-preview

Add initial modlauncher support
Bump ASM version and remove renamed ASM for modlauncher interop
...

fd2f2c79c574c0b40340d8977c0e9f284a6e17ed authored over 5 years ago
Improve MixinTargetAlreadyLoadedException exception message

23bc38b6fc78e76cc40099029300792c793bedd8 authored over 5 years ago
Add support for mixin config option inheritance, closes #273

ab935e061fbc48aa2c2d4b7ae6a020ae2f9cc633 authored over 6 years ago
0.7.12 - Better handling of ctor injectors and redirect, fixes #270

45e152690c2114475d212b37651e41c86e518424 authored over 6 years ago
Disable signature merging unless decompiler is active, closes #254

2c72246fe0b67c145db5510e66c8873df18b5a9f authored over 6 years ago
Improve BeforeInvoke permissive search mode, verbosity++, closes #266

09b2a04ab2c0ce7b508c1b455ca5ea432d075067 authored over 6 years ago
0.7.11 - Fix handling of maxShiftBy and set hard limit to 5, fixes #265

c08fb6bf319b589d4f6721d85330be95b0c1c5b7 authored over 6 years ago
Shade missing remapper classes for InnerClassGenerator, fixes #263

81a22a4f1d1cf59089bed40cdab4913860340c22 authored over 6 years ago
Update README with recent versions, reverse changelog order, closes #261

6b7359aa3fdf8752e433043b1cc272e39b7e1fdf authored over 6 years ago
Update checkstyle in gradle to match eclipse

deda39fa2d1881445e7697c41fddfb4b177d7748 authored over 6 years ago
0.7.10 - Log error when mixin class is subject to classload restrictions

2d410a79df9d4aa4ed1c5004603064849c3eac9a authored over 6 years ago
0.7.9 - Allow certain injectors to target mixin methods, closes #251

ba0c77711610340e9d2aaf361ee86b959d96241f authored almost 7 years ago
0.7.8 - Fix 2 issues with ArgsClassGenerator, closes #249

1) Class generator was not sanitising incoming descriptors and would not
handle non-void candida...

1f936baea17922bd565a18d69b0484078d049495 authored almost 7 years ago
Decorate non-wild ctor redirect nodes with metadata, fixes #247

4f8967ee3c96457c4e6f46f97756385ecdd876ef authored almost 7 years ago
Wrap up another dumb cast inside the log watcher, actually closes #238

46763a31e50049702b8ccb75d6ee83c6a913b9e2 authored almost 7 years ago
Fix derp-check in MemberInfo which was using nonsense logic - fixes #242

086a706ec8bf8c17eff846ed3e789a2e96de6908 authored almost 7 years ago
0.7.7 - Check logger type before casting - fixes #238

aece829c4e66811c60cce1aa072b13654ac20fdf authored almost 7 years ago
Raise exception when ModifyVariable handler args incorrect, closes #232

9a089172be13c5be45a171a0ece206e11e871f14 authored about 7 years ago
Include asm commons Remapper in final jar, closes #231

569a0bcded719cfeafa64fd35a3024504de40d56 authored about 7 years ago
Merge fix for issues detecting FMLRelaunchLog message for INIT phase

2f28f2e00146125bd6ad058442b4f0f8c42ea9e9 authored about 7 years ago
Fix unqualified field accesses

69f9ec82b762c1b28f88e67c8767caae7a0e7159 authored about 7 years ago
Warn on invalid slice points and return an empty slice, closes #230

d7d1d37ffeb58aa313dc62f0f72bc96c18613221 authored about 7 years ago
Warn on narrowing conversion resulting from ModifyConstant, fixes #229

2220503eb9de16fc58f5918dcb5186f47ade54c8 authored about 7 years ago
Use getFormattedMessage instead of getFormat

Under certain circumstances, getFormat may return the empty string.
Using getFormattedMessage en...

899fc9f19a7472e143f2a41eb9d1c219e9bd59b6 authored about 7 years ago
Set FMLRelaunchLog log level to DEBUG before adding MixinAppender

Under certain launchers, such as Mojang's new in-beta launcher, the
log level for FMLRelaunchLog...

5a9add8144ee224d89c5699243cad51f3f7b6b3d authored about 7 years ago
0.7.6 - Fix inheritance for string properties, fixes #219

d3ecc198d340373d1d5a9b7b51e94246202392ba authored about 7 years ago
0.7.5 - Add support for Coerce annotation on redirect handler args

404f5da0b6b18980b4e44c7f1cfeddcd47fe4aa6 authored over 7 years ago
Merge branch 'fix/fmldevboot'. Merges #216, fixes #207

2411ef8ab1d20e8ef50901d0112dc021167257bf authored over 7 years ago
Fix checkstyle violation

5c38de7754d2990333bc75deac36da20ea8e9d9e authored over 7 years ago
Reduce bootstrap spoopiness

ec0c7a1d3a4ffd9ff63d123a264a7c4b7602b3e6 authored over 7 years ago
Don't add deobfuscated dependencies to the FML reparseable coremod collection

fixes #207

aae377c1ba3ba6c1b2cec2cd1977de8e46f89295 authored over 7 years ago
Yet more internal service refactoring

039d1f6d0bdd917ff46a29f1172c97d97938478c authored over 7 years ago
More internal service refactoring

0d4300980df1281e0fc060071461188d74a9f63f authored over 7 years ago
Move some launchwrapper-specific keys into service

02ba7b73e14333ef4a0c6cacc32e41347be8fde0 authored over 7 years ago
More internal service refactoring, remove temp launchwrapper dependency

c218a4a76e8542ab788360163993f1249304ec51 authored over 7 years ago
Always ensure we have the name transformer when unmapping, fixes #213

d6a244ed8d5f05087ca3565a146621560505e4ff authored over 7 years ago
Log exception to tracelog when error occurs loading class, updates #213

25ba0f0996e55950f538a968c6b41d3b114d8310 authored over 7 years ago
Temporary fix for classloader exclusion of service, closes #210

ac2ba513d0259b5713c1f4070a82679b95273359 authored over 7 years ago
Fix canonical service fetcher method, updates #210

03d1ad54f8d18210ea575194d41ec7971f53a960 authored over 7 years ago
Make ModifyVariable print option work more intuitively, closes #209

164e471dcda327c41f5348e76b1de3fa5313cb39 authored over 7 years ago
Update README for new changes

67a764c0ef3a68b390f5011a12ea31109dff147a authored over 7 years ago
0.7.4 - Merge branch 'feature/dynamic', adds Dynamic annotation

71991aaa65bd770f84f284d9f9781cae10cbb327 authored over 7 years ago
Add mixin member to Dynamic, verbosify error messages accordingly

ce2ea22416f183312c3f27fc876dfb7175bb6c94 authored over 7 years ago
0.7.4 - Dynamic annotation for decorating members with runtime targets

Updates minecraft-dev/MinecraftDev#298

3172fbc6c23761ed9a0ec9fde7c05dbccb10fe85 authored over 7 years ago
Fix a bunch of small issues detected by using an intellij inspection

3961a7cbf8c888f7a950cfc43658d816fda50527 authored over 7 years ago
Reduce oversized flard to more feasible flard dimensions

ec6fbf5f618289a0aee13bca420b4d2cad869852 authored over 7 years ago
Incoming additional flard support material

5f2d6a3823075fa5868f7feb5bce89d25cd97460 authored over 7 years ago
Fix generated classpath in eclipse and intellij

1d6e0891d6e125451bc6d7a572bb5d7d912e9ab5 authored over 7 years ago
Proxy can be a native transformer handle

3e0d070a91d945da76cf00c45817592a6a98477f authored over 7 years ago
Refactor launchwrapper support into separate service

This represents the first stage of adding support for cpw's new
modlauncher in preparation for s...

d31ccf1220e31b875ab47a38c3d2ff6a05d961bf authored over 7 years ago
Add compatibility enum for Java 9 even though we don't support it yet

b08f87e202a111a03e416a7a2480d622f33f2008 authored over 7 years ago
0.7.3 - Refactoring some packages and unify transformer extensions

a05e7347a56d018c780acd1d8643aac324332be3 authored over 7 years ago
Generate mixin class internal name properly for inner class mixins

5a1a51a2f059a1a62c32741422b3032591537b29 authored over 7 years ago
More intelligent coinitialisation strategy in fml agent, updates #206

3ce85c8e249ef9cafa3ba6315652dbd0f7fe2d65 authored over 7 years ago
This message should only be DEBUG level

1688080a5822fda14fd9c72b199891fc20c37505 authored over 7 years ago
This might fix things, updates #206

3018c894e2af8d7800adb19420e75d333d782961 authored over 7 years ago
Fix resolution of accessor targets for imaginary target classes

c9a0ef719f4ada3a1d6316207278691f82fffcb2 authored over 7 years ago
Only throw profiler stack exceptions when the profiler is active

82b6c5cfe6b9b486c60af7233b70c4204d6c22e6 authored over 7 years ago
Fix superclass lookups for shadow methods in obf-derived targets

4ebb6372f852588005c7ca487b10aaf64e919761 authored over 7 years ago
Update README

7f1099db1d110f694447929a83c9d040e573e481 authored over 7 years ago
Version 0.7.2 - Add profiler for examining mixin performance

98122e331fc9e6f70cbe0ca15db934952d3f2aa2 authored over 7 years ago
Merge branch 'feature/profiler'

6fe9f0a4638fa6d0450ab5cabc675b93aef16e34 authored over 7 years ago
Comodification avoidance

e93b809e796ef8dfe386e22f07f7c2fba3bfab8a authored over 7 years ago
Fix another minor derp with disabled profiler, improve section hierarchy

ca179bc73fba63f57c480e1f18e5006d473a1361 authored over 7 years ago
Fix minor derp when profiler is disabled, use default summary view

6b663dca573ccc87a5cfe6ec491e3ed042d3a585 authored over 7 years ago
Pesky dot, how did you get there

dd324c282eafff2b6a72ce82597ecb1b9095bc11 authored over 7 years ago
Add profiler for reviewing Mixin performance

a29029e7cd918a11810e88488610b120db31bbca authored over 7 years ago
Fix permissiveness behaviour in BeforeInvoke, fixes #204

ad79bf9b8a11eb04453b7c1f858b7829bcb4fd7f authored over 7 years ago
Fix handling of multi-dimensional array elements in the AP

2f63e40255f81a9f69b15d7b15e464bcfe0705ea authored over 7 years ago
AP resolves method mappings in superclasses when direct mapping fails

d8c4f6f0a7cfb4506a1b4faee9657589deedcf79 authored over 7 years ago
Add runtime support for remapping refmaps to current mappings on-the-fly

f1f60c3ee857d591c349db12ced94cf1f620af1a authored over 7 years ago
Fix previous commit so that an error isn't logged in non-fml platforms

e106a5519c5d9ae7425b1ec088a50731bbea8c40 authored over 7 years ago
Verbosify some exception catching in FML platform agent, closes #203

dc7a65065c21fdd547d99dd8c801e57417cd2327 authored over 7 years ago