aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix 443477: remove pre-init from cflow to avoid verify error on jdk 1.7 ↵Andy Clement2014-10-073-8/+18
| | | | later updates
* Fix 436653: conditional aspect activation plus various polishAndy Clement2014-10-0657-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 adviceAndy Clement2014-09-3010-4/+328
|
* 445395: more support for invokedynamicAndy Clement2014-09-309-4/+58
|
* Fix for 444398: annotation style abstract aspect extends class errorAndy Clement2014-09-178-14/+55
|
* 442425: fix error on attempted annotation style decpAndy Clement2014-08-2714-16/+178
|
* tidy up after tests finishAndy Clement2014-08-204-0/+24
|
* enabling AJDT to use annotation processorsAndy Clement2014-08-2022-15/+490
|
* fixing paths so that distro build isn't hugeV1_8_2Andy Clement2014-08-141-0/+1
|
* 1.8.2 readme added to indexAndy Clement2014-08-141-0/+1
|
* Updated for 1.8.2Andy Clement2014-08-141-3/+3
|
* 1.8.2 readmeAndy Clement2014-08-141-0/+157
|
* fresh jars with recent apt fixes inAndy Clement2014-08-142-0/+0
|
* -s arg is not necessaryhsestupin2014-08-141-1/+1
| | | | Signed-off-by: hsestupin <stupin.sergey@gmail.com>
* [commit new jars] add new jars stephsestupin2014-08-142-0/+0
| | | | Signed-off-by: hsestupin <stupin.sergey@gmail.com>
* [commit new jars] delete stephsestupin2014-08-142-0/+0
| | | | Signed-off-by: hsestupin <stupin.sergey@gmail.com>
* add APT test generating Java fileshsestupin2014-08-149-33/+115
| | | | Signed-off-by: hsestupin <stupin.sergey@gmail.com>
* add apt args when calling from ant (AjcTask)hsestupin2014-08-112-0/+71
| | | | Signed-off-by: hsestupin <stupin.sergey@gmail.com>
* fixing for Javadoc differences in 1.8Andy Clement2014-08-083-32/+52
|
* Tests more reliable on 1.7 and laterAndy Clement2014-08-085-4/+52
|
* updated version stringAndy Clement2014-08-071-1/+1
|
* Update JDT to 2b07958Andy Clement2014-08-074-1/+18
|
* Fix 440983: RuntimeInvisTypeAnnotation unpackingAndy Clement2014-08-0612-10/+130
|
* Add toString to BootstrapMethods in BCELAndy Clement2014-08-055-37/+67
|
* up'd version to 1.8.2Andy Clement2014-08-051-2/+2
|
* Tidy up post APT changesAndy Clement2014-08-0517-45/+103
|
* [commit new jars] add new jars stephsestupin2014-08-012-0/+0
| | | | Signed-off-by: hsestupin <stupin.sergey@gmail.com>
* [commit new jars] delete stephsestupin2014-08-012-0/+0
| | | | Signed-off-by: hsestupin <stupin.sergey@gmail.com>
* add apt testshsestupin2014-08-0199-142/+609
| | | | Signed-off-by: hsestupin <stupin.sergey@gmail.com>
* add last apt fix [apt]hsestupin2014-08-011-7/+24
| | | | Signed-off-by: hsestupin <stupin.sergey@gmail.com>
* [apt] revert ignoring -proc:nonehsestupin2014-08-011-11/+0
| | | | Signed-off-by: hsestupin <stupin.sergey@gmail.com>
* annotation processing in aspectjhsestupin2014-08-016-93/+180
| | | | Signed-off-by: hsestupin <stupin.sergey@gmail.com>
* doc updates for 1.8.1V1_8_1Andy Clement2014-06-192-3/+3
|
* 433351: second part of the fix: cope with PTBs for parent weavingAndy Clement2014-06-191-0/+3
|
* fix typoAndy Clement2014-06-192-1/+41
|
* 433351: first fix. inpath weaving of decp on generic interfaceAndy Clement2014-06-196-0/+41
|
* 436531: fix for weaving when method parameters aroundAndy Clement2014-06-1710-4/+31
|
* upgrade to JDTCore c0f9341Andy Clement2014-06-122-0/+0
|
* Fix 431976: avoid uninitialized messages if tjp used in ifAndy Clement2014-06-115-4/+116
|
* Fix 431976: invalid unused warnings on tejpspAndy Clement2014-06-115-3/+31
|
* fix for 435446: ensure size of invokedynamic correctAndy Clement2014-05-239-13/+72
|
* Update to new eclipse compiler versionAndy Clement2014-05-168-28/+7
|
* 377096: Fix for corrupt annotation creationAndy Clement2014-05-126-0/+23
|
* updated for 1.8.0Andy Clement2014-05-123-3/+3
|
* pushed test method upAndy Clement2014-05-122-11/+13
|
* Fix 433744: default methods and itdsAndy Clement2014-04-307-1/+94
|
* Merge branch 'BETA_JAVA8'Andy Clement2014-04-2178-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_JAVA8Andy Clement2014-04-172-9/+1
| |
| * 180 readme minor updatesAndy Clement2014-04-171-7/+4
| |
| * 1.8.0.RC3 upload pomsAndy Clement2014-04-173-3/+3
| |