aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asm
Commit message (Collapse)AuthorAgeFilesLines
* Remove ASM 2.0 dependency from AtAjLTWTests::testLTWUnweavableAlexander Kriegisch2021-03-291-0/+0
| | | | | | | | | | | | | | | | | | | | The test class UnweavableTest used ASM 2.0 API. I upgraded in two ways: 1. Now the ASM 9.1 API is used. Probably works with much older versions too (just not as old as 2.0), as long as the method and constructor signatures are the same). 2. The class now uses the AspectJ version of ASM (i.e. package names aj.org.objectweb.asm.*) and therefore can just use ASM as it is on the classpath for module 'tests' already. There is no more need to manually add '<pathelement path="${aj.root}/lib/asm/asm-2.0.jar"/>' to the Ant build script for that test. Consequently, asm-2.0.jar can be eliminated from Git SCM completely, because it was only used in this one test. BTW, I also removed some deprecated API and other types of warnings in UnweavableTest. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Upgrade to ASM 9.1, delete obsolete ASM binariesAlexander Kriegisch2021-03-166-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 artifactAndy Clement2020-07-179-2/+2
|
* Update to an ASM for Java13Andy Clement2019-11-255-2/+2
|
* More fixes for 1.9.2V1_9_2_RC2Andy Clement2018-10-014-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_RC1Andy Clement2018-09-295-3/+3
|
* Support Java10Andy Clement2018-04-185-2/+2
|
* Add missing cases to bcel constantToStringAndy Clement2018-02-078-3/+2
|
* rebuilt internal dependenciesAndy Clement2017-10-202-1/+1
|
* Upgraded to ASM 6 BETAAndy Clement2017-09-213-2/+2
|
* Merged post 1.8.5 changes into Java9 branchAndy Clement2017-09-205-3/+3
|\
| * Update Asm to pick up fixes for stack map generationAndy Clement2015-08-105-3/+3
| | | | | | | | Issue: https://bugs.eclipse.org/bugs/show_bug.cgi?id=452056
* | add asm v6 for stackmap creation on Java 9Andy Clement2016-07-232-0/+0
|/
* Merge branch 'BETA_JAVA8'Andy Clement2014-04-213-3/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build/usedForMavenUpload/aspectjrt.pom build/usedForMavenUpload/aspectjtools.pom build/usedForMavenUpload/aspectjweaver.pom docs/dist/doc/README-174.html docs/dist/doc/index.html lib/asm/build.xml org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties weaver/.classpath weaver/src/org/aspectj/weaver/bcel/asm/StackMapAdder.java
| * ASM 5.0.1 plus polish/formattingAndy Clement2014-04-015-3/+3
| |
| * AspectJ 1.8Andy Clement2013-07-293-3/+3
| |
* | Fix for 423257Andy Clement2013-12-069-3/+4
|/
* removed old versionAndy Clement2012-03-191-0/+0
|
* invokedynamic support in bcelAndy Clement2012-03-193-3/+3
|
* asm3.3.1/jarjar'd and activated auto stackmap creation for major version 51 ↵aclement2011-08-083-0/+14
| | | | classfiles (java7)
* latestaclement2008-09-171-0/+0
|
* removed unused stuffaclement2008-06-043-21/+0
|
* removing asm for the momentaclement2006-10-261-0/+0
|
* optimization: use asm for lightweight delegatesaclement2006-02-224-0/+21
|
* add test for proxy weaving and jit class weaving, update ltw docavasseur2005-08-111-0/+0