- Sep 21, 2019
-
-
Eric Bruneton authored
Document some limitations of ClassRemapper. Closes #317882 See merge request asm/asm!272
-
Eric Bruneton authored
-
- Sep 12, 2019
-
-
Eric Bruneton authored
Add link to raw license in MANIFEST, using format from https://osgi.org/specification/osgi.core/7.0.0/framework.module.html#framework.module-bundle-license.
-
- Aug 18, 2019
-
-
Eric Bruneton authored
-
Eric Bruneton authored
-
- Aug 08, 2019
-
-
Eric Bruneton authored
Clarify license name and fix some dead links. Closes #317880 See merge request asm/asm!270
-
Eric Bruneton authored
-
Eric Bruneton authored
Don't sign snapshot releases. Gitlab CI currently fails because signing keys... See merge request asm/asm!271
-
Eric Bruneton authored
Don't sign snapshot releases. Gitlab CI currently fails because signing keys are missing to sign snapshot releases.
-
- Aug 07, 2019
-
-
Eric Bruneton authored
Make the jars signed and byte-for-byte reproducible. Closes #317879 and #317878 See merge request asm/asm!269
-
Eric Bruneton authored
-
- Jul 15, 2019
-
-
Eric Bruneton authored
Fix infinite loop with invalid arguments. Closes #317875 See merge request asm/asm!267
-
Eric Bruneton authored
-
- Jul 14, 2019
-
-
Eric Bruneton authored
-
Eric Bruneton authored
Make InsnList derive from Iterable, because it is an iterable See merge request asm/asm!266
-
kb1000 authored
-
- Jul 08, 2019
-
-
SergiiTsypanov authored
-
- Jul 06, 2019
-
-
Eric Bruneton authored
-
- Jun 17, 2019
-
-
Remi Forax authored
add support of Java 14 version See merge request asm/asm!264
-
Eric Bruneton authored
Throw an exception if visitFrame is used incorrectly for old class versions. Closes #317872 See merge request asm/asm!263
-
Eric Bruneton authored
-
Eric Bruneton authored
Resolve "java.lang.IllegalArgumentException: Invalid opcode 169" Closes #317873 See merge request asm/asm!262
-
Eric Bruneton authored
-
Remi Forax authored
-
- May 18, 2019
-
-
Eric Bruneton authored
-
- May 12, 2019
-
-
Eric Bruneton authored
Update JaCoCo to version 0.8.4 See merge request asm/asm!261
-
- May 11, 2019
-
-
Evgeny Mandrikov authored
-
- Apr 06, 2019
-
-
Eric Bruneton authored
Delete unused constants. This does not break binary compatibility because constants are inlined. See merge request asm/asm!259
-
Eric Bruneton authored
-
Eric Bruneton authored
Fix missing 'final' on some ClassWriter methods. See... See merge request asm/asm!260
-
Eric Bruneton authored
Fix missing 'final' on some ClassWriter methods. See https://mail.ow2.org/wws/arc/asm/2011-11/msg00008.html. This might break backward binary compatibility for some users, but this is unlikely since all the other visit methods are final.
-
- Mar 17, 2019
-
-
Eric Bruneton authored
Remove the broken asm4_0 generator benchmark. The generator code uses the new ASM5 visitMethodInsn method, which is not available in ASM4.
-
- Mar 04, 2019
-
-
Eric Bruneton authored
-
Eric Bruneton authored
-
Eric Bruneton authored
-
Eric Bruneton authored
-
Eric Bruneton authored
Delete the ASMifiable and Textifiable interfaces, moved to asm-deprecated. See deprecated@7c0e20d0.
-
Eric Bruneton authored
-
- Mar 03, 2019
-
-
Eric Bruneton authored
-
Eric Bruneton authored
-