Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch from 'libx' to 'lib', delete all obsolete binaries | Alexander Kriegisch | 2021-04-10 | 1 | -13/+0 |
| | | | | | | | | | | | | | | | | | | | | Because 'cd lib && mvn compile' can now download and (un)zip many previously SCM-committed third-party dependencies, the following 'lib' subdirectories have been deleted: - ant - asm - commons - jarjar - junit - regexp - saxon This one is new (but not stored in SCM): - jdtcore-aj For each of them, there now is a .gitignore entry, so as to prevent developers from accidentally committing the downloaded binaries again. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | ||||
* | Upgrade to ASM 9.1, delete obsolete ASM binaries | Alexander Kriegisch | 2021-03-16 | 1 | -10/+9 |
| | | | | | | | | | | | Keep only ASM 2.0 binary because it is still used in UnweavableTest which uses an old ASM API, e.g. with a ClassWriter constructor which no longer exists. Also add JarJar 1.3 library because it is needed by an Ant task in lib/asm/build.xml. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | ||||
* | Update ASM and fix packaging for matcher artifact | Andy Clement | 2020-07-17 | 1 | -2/+2 |
| | |||||
* | Update to an ASM for Java13 | Andy Clement | 2019-11-25 | 1 | -2/+2 |
| | |||||
* | More fixes for 1.9.2V1_9_2_RC2 | Andy Clement | 2018-10-01 | 1 | -2/+2 |
| | | | | | | - update to more recent JDT to pickup Nestmates fix - bcel updated for NestMembers/NestHost attributes - testcases for nestmates | ||||
* | 1.9.2.RC1 changesV1_9_2_RC1 | Andy Clement | 2018-09-29 | 1 | -3/+3 |
| | |||||
* | Support Java10 | Andy Clement | 2018-04-18 | 1 | -2/+2 |
| | |||||
* | Add missing cases to bcel constantToString | Andy Clement | 2018-02-07 | 1 | -2/+2 |
| | |||||
* | rebuilt internal dependencies | Andy Clement | 2017-10-20 | 1 | -1/+1 |
| | |||||
* | Upgraded to ASM 6 BETA | Andy Clement | 2017-09-21 | 1 | -2/+2 |
| | |||||
* | Update Asm to pick up fixes for stack map generation | Andy Clement | 2015-08-10 | 1 | -3/+3 |
| | | | | Issue: https://bugs.eclipse.org/bugs/show_bug.cgi?id=452056 | ||||
* | ASM 5.0.1 plus polish/formatting | Andy Clement | 2014-04-01 | 1 | -3/+3 |
| | |||||
* | AspectJ 1.8 | Andy Clement | 2013-07-29 | 1 | -3/+3 |
| | |||||
* | invokedynamic support in bcel | Andy Clement | 2012-03-19 | 1 | -3/+3 |
| | |||||
* | asm3.3.1/jarjar'd and activated auto stackmap creation for major version 51 ↵ | aclement | 2011-08-08 | 1 | -0/+14 |
| | | | | classfiles (java7) | ||||
* | removed unused stuff | aclement | 2008-06-04 | 1 | -12/+0 |
| | |||||
* | optimization: use asm for lightweight delegates | aclement | 2006-02-22 | 1 | -0/+12 |