Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix 443477: remove pre-init from cflow to avoid verify error on jdk 1.7 ↵ | Andy Clement | 2014-10-07 | 3 | -8/+18 |
| | | | | later updates | ||||
* | Fix 436653: conditional aspect activation plus various polish | Andy Clement | 2014-10-06 | 57 | -142/+642 |
| | | | | | | | | | | | | | | Modified test expectation system so it is possible to say the test cares about one particular message and the rest do not matter (prefix message string with '*') - crude but quick. Polished many places to exploit generics Upgraded all the tests to work on Java8 - some serious changes regarding ajdoc on Java8. Hopefully it has stayed backwards compatible with earlier JDK versions (e.g. if using AspectJ 1.8.3+ with a JDK less than 8) but no explicit testing done for this. | ||||
* | 445395: invokedynamic in around advice | Andy Clement | 2014-09-30 | 10 | -4/+328 |
| | |||||
* | 445395: more support for invokedynamic | Andy Clement | 2014-09-30 | 9 | -4/+58 |
| | |||||
* | Fix for 444398: annotation style abstract aspect extends class error | Andy Clement | 2014-09-17 | 8 | -14/+55 |
| | |||||
* | 442425: fix error on attempted annotation style decp | Andy Clement | 2014-08-27 | 14 | -16/+178 |
| | |||||
* | tidy up after tests finish | Andy Clement | 2014-08-20 | 4 | -0/+24 |
| | |||||
* | enabling AJDT to use annotation processors | Andy Clement | 2014-08-20 | 22 | -15/+490 |
| | |||||
* | fixing paths so that distro build isn't hugeV1_8_2 | Andy Clement | 2014-08-14 | 1 | -0/+1 |
| | |||||
* | 1.8.2 readme added to index | Andy Clement | 2014-08-14 | 1 | -0/+1 |
| | |||||
* | Updated for 1.8.2 | Andy Clement | 2014-08-14 | 1 | -3/+3 |
| | |||||
* | 1.8.2 readme | Andy Clement | 2014-08-14 | 1 | -0/+157 |
| | |||||
* | fresh jars with recent apt fixes in | Andy Clement | 2014-08-14 | 2 | -0/+0 |
| | |||||
* | -s arg is not necessary | hsestupin | 2014-08-14 | 1 | -1/+1 |
| | | | | Signed-off-by: hsestupin <stupin.sergey@gmail.com> | ||||
* | [commit new jars] add new jars step | hsestupin | 2014-08-14 | 2 | -0/+0 |
| | | | | Signed-off-by: hsestupin <stupin.sergey@gmail.com> | ||||
* | [commit new jars] delete step | hsestupin | 2014-08-14 | 2 | -0/+0 |
| | | | | Signed-off-by: hsestupin <stupin.sergey@gmail.com> | ||||
* | add APT test generating Java files | hsestupin | 2014-08-14 | 9 | -33/+115 |
| | | | | Signed-off-by: hsestupin <stupin.sergey@gmail.com> | ||||
* | add apt args when calling from ant (AjcTask) | hsestupin | 2014-08-11 | 2 | -0/+71 |
| | | | | Signed-off-by: hsestupin <stupin.sergey@gmail.com> | ||||
* | fixing for Javadoc differences in 1.8 | Andy Clement | 2014-08-08 | 3 | -32/+52 |
| | |||||
* | Tests more reliable on 1.7 and later | Andy Clement | 2014-08-08 | 5 | -4/+52 |
| | |||||
* | updated version string | Andy Clement | 2014-08-07 | 1 | -1/+1 |
| | |||||
* | Update JDT to 2b07958 | Andy Clement | 2014-08-07 | 4 | -1/+18 |
| | |||||
* | Fix 440983: RuntimeInvisTypeAnnotation unpacking | Andy Clement | 2014-08-06 | 12 | -10/+130 |
| | |||||
* | Add toString to BootstrapMethods in BCEL | Andy Clement | 2014-08-05 | 5 | -37/+67 |
| | |||||
* | up'd version to 1.8.2 | Andy Clement | 2014-08-05 | 1 | -2/+2 |
| | |||||
* | Tidy up post APT changes | Andy Clement | 2014-08-05 | 17 | -45/+103 |
| | |||||
* | [commit new jars] add new jars step | hsestupin | 2014-08-01 | 2 | -0/+0 |
| | | | | Signed-off-by: hsestupin <stupin.sergey@gmail.com> | ||||
* | [commit new jars] delete step | hsestupin | 2014-08-01 | 2 | -0/+0 |
| | | | | Signed-off-by: hsestupin <stupin.sergey@gmail.com> | ||||
* | add apt tests | hsestupin | 2014-08-01 | 99 | -142/+609 |
| | | | | Signed-off-by: hsestupin <stupin.sergey@gmail.com> | ||||
* | add last apt fix [apt] | hsestupin | 2014-08-01 | 1 | -7/+24 |
| | | | | Signed-off-by: hsestupin <stupin.sergey@gmail.com> | ||||
* | [apt] revert ignoring -proc:none | hsestupin | 2014-08-01 | 1 | -11/+0 |
| | | | | Signed-off-by: hsestupin <stupin.sergey@gmail.com> | ||||
* | annotation processing in aspectj | hsestupin | 2014-08-01 | 6 | -93/+180 |
| | | | | Signed-off-by: hsestupin <stupin.sergey@gmail.com> | ||||
* | doc updates for 1.8.1V1_8_1 | Andy Clement | 2014-06-19 | 2 | -3/+3 |
| | |||||
* | 433351: second part of the fix: cope with PTBs for parent weaving | Andy Clement | 2014-06-19 | 1 | -0/+3 |
| | |||||
* | fix typo | Andy Clement | 2014-06-19 | 2 | -1/+41 |
| | |||||
* | 433351: first fix. inpath weaving of decp on generic interface | Andy Clement | 2014-06-19 | 6 | -0/+41 |
| | |||||
* | 436531: fix for weaving when method parameters around | Andy Clement | 2014-06-17 | 10 | -4/+31 |
| | |||||
* | upgrade to JDTCore c0f9341 | Andy Clement | 2014-06-12 | 2 | -0/+0 |
| | |||||
* | Fix 431976: avoid uninitialized messages if tjp used in if | Andy Clement | 2014-06-11 | 5 | -4/+116 |
| | |||||
* | Fix 431976: invalid unused warnings on tejpsp | Andy Clement | 2014-06-11 | 5 | -3/+31 |
| | |||||
* | fix for 435446: ensure size of invokedynamic correct | Andy Clement | 2014-05-23 | 9 | -13/+72 |
| | |||||
* | Update to new eclipse compiler version | Andy Clement | 2014-05-16 | 8 | -28/+7 |
| | |||||
* | 377096: Fix for corrupt annotation creation | Andy Clement | 2014-05-12 | 6 | -0/+23 |
| | |||||
* | updated for 1.8.0 | Andy Clement | 2014-05-12 | 3 | -3/+3 |
| | |||||
* | pushed test method up | Andy Clement | 2014-05-12 | 2 | -11/+13 |
| | |||||
* | Fix 433744: default methods and itds | Andy Clement | 2014-04-30 | 7 | -1/+94 |
| | |||||
* | Merge branch 'BETA_JAVA8' | Andy Clement | 2014-04-21 | 78 | -277/+878 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | tidying up testsV1_8_0BETA_JAVA8 | Andy Clement | 2014-04-17 | 2 | -9/+1 |
| | | |||||
| * | 180 readme minor updates | Andy Clement | 2014-04-17 | 1 | -7/+4 |
| | | |||||
| * | 1.8.0.RC3 upload poms | Andy Clement | 2014-04-17 | 3 | -3/+3 |
| | |