Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mavenizing org.aspectj.ajdt.core - wip | Andy Clement | 2019-01-29 | 46 | -11527/+0 |
| | |||||
* | polish | Andy Clement | 2018-10-11 | 1 | -2/+2 |
| | |||||
* | polish | Andy Clement | 2018-10-11 | 4 | -30/+130 |
| | |||||
* | Reverse default - behave like 1.5 (support annotations) by default | Andy Clement | 2018-10-10 | 6 | -31/+33 |
| | |||||
* | More fixes for 1.9.2V1_9_2_RC2 | Andy Clement | 2018-10-01 | 1 | -1/+1 |
| | | | | | | - 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 | 2 | -1/+4 |
| | |||||
* | Support Java10 | Andy Clement | 2018-04-18 | 1 | -1/+1 |
| | |||||
* | Updates for 1.9.0.RC4 - latest JDTV1_9_0_RC4 | Andy Clement | 2018-02-21 | 1 | -0/+24 |
| | |||||
* | oops, really remove dodgy test | Andy Clement | 2018-02-14 | 1 | -1/+1 |
| | |||||
* | temporarily remove dodgy test | Andy Clement | 2018-02-14 | 1 | -2/+3 |
| | |||||
* | add generics | Andy Clement | 2018-02-14 | 1 | -17/+26 |
| | |||||
* | New simple tests for buildconfig | Andy Clement | 2018-02-14 | 2 | -1/+206 |
| | |||||
* | Adjusted to refer to ASM 6 non beta | Andy Clement | 2018-02-14 | 1 | -3/+7 |
| | |||||
* | Adjust how classpath entries manipulated for Java9 support | Andy Clement | 2017-10-20 | 3 | -28/+67 |
| | | | | | | | | | | | | | | | | Prior to this AspectJ would discard ignore the ClasspathEntry objects built by JDT and just work with the classpath as a string, driving the JDT FileSystem to rebuild classpath entries again at a later date using the string. This is more complex in Java9 because the string representation was losing whether some entries came in via modulepath. ClasspathEntry construction for modulepath entries is non trivial (since the module-info must be processed). The new version will cache some of the ClasspathEntry objects (those built for modulepaths) and do more work on the AspectJ side building classpath entries in general. It now passes these entries to a different FileSystem entry point rather than the entry point that takes a string path. | ||||
* | wip allowing flexibility in test infra for using modules with subdirs | Andy Clement | 2017-10-20 | 1 | -5/+10 |
| | |||||
* | Various changes to get tests passing on 1.8 and 1.9 | Andy Clement | 2017-09-24 | 1 | -0/+2 |
| | |||||
* | various changes to make more tests pass on Java9 | Andy Clement | 2017-09-22 | 1 | -5/+5 |
| | |||||
* | refixed now that target bits don't overlap with JDT bits | Andy Clement | 2017-09-21 | 1 | -15/+6 |
| | |||||
* | Bring Java9 branch in line with 1.8.11 progress | Andy Clement | 2017-09-21 | 2 | -3/+3 |
|\ | |||||
| * | Upgraded to new JDT compiler - neon.1 and a bit | Andy Clement | 2016-11-07 | 3 | -18/+18 |
| | | |||||
* | | Merged post 1.8.5 changes into Java9 branch | Andy Clement | 2017-09-20 | 1 | -3/+2 |
|\| | |||||
| * | refactoring to use generics, reduce warnings | Andy Clement | 2016-01-20 | 1 | -4/+3 |
| | | |||||
* | | minor tweaks to better handle J9 | Andy Clement | 2017-09-20 | 1 | -5/+0 |
| | | |||||
* | | Fix classpath for tests on Java9 | Andy Clement | 2016-06-27 | 3 | -38/+56 |
| | | |||||
* | | Upgrading to latest 1.9 compiler | Andy Clement | 2016-06-17 | 5 | -32/+34 |
|/ | |||||
* | Fix 436653: conditional aspect activation plus various polish | Andy Clement | 2014-10-06 | 1 | -30/+51 |
| | | | | | | | | | | | | | | 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. | ||||
* | Tidy up post APT changes | Andy Clement | 2014-08-05 | 2 | -7/+3 |
| | |||||
* | annotation processing in aspectj | hsestupin | 2014-08-01 | 1 | -5/+28 |
| | | | | Signed-off-by: hsestupin <stupin.sergey@gmail.com> | ||||
* | AspectJ 1.8 | Andy Clement | 2013-07-29 | 1 | -0/+4 |
| | |||||
* | Use class file attributes to find containing class | Andy Clement | 2013-05-31 | 1 | -4/+4 |
| | | | https://bugs.eclipse.org/bugs/show_bug.cgi?id=407494 | ||||
* | 386341 | Andy Clement | 2012-10-01 | 1 | -16/+84 |
| | |||||
* | 73507 - it'd fields on interfaces no longer get mangled names by default | Andy Clement | 2012-08-17 | 2 | -1/+11 |
| | |||||
* | generics | Andy Clement | 2012-03-02 | 2 | -30/+32 |
| | |||||
* | generics | aclement | 2011-12-10 | 1 | -12/+13 |
| | |||||
* | generics | aclement | 2011-12-10 | 1 | -1/+1 |
| | |||||
* | force java 1.5 in test | aclement | 2011-12-10 | 1 | -1/+4 |
| | |||||
* | cope with new messages in test | aclement | 2011-12-10 | 1 | -2/+7 |
| | |||||
* | Java7 merge - in progress | aclement | 2011-12-02 | 2 | -2/+2 |
| | |||||
* | 239649 and primitives no longer all resolved by default | aclement | 2011-08-12 | 1 | -73/+68 |
| | |||||
* | 328099: currently inactive examples of how we might turn on a security ↵ | aclement | 2011-05-02 | 1 | -1/+53 |
| | | | | manager for tests | ||||
* | https://bugs.eclipse.org/bugs/show_bug.cgi?id=329268 from Nieraj | aclement | 2010-11-22 | 4 | -27/+641 |
| | |||||
* | generics | aclement | 2010-07-14 | 1 | -13/+31 |
| | |||||
* | 318884: incremental: member types | aclement | 2010-07-06 | 1 | -105/+101 |
| | |||||
* | try N drive before C to keep the damn temp files orf my SSD | aclement | 2009-09-15 | 1 | -2/+5 |
| | |||||
* | 124460: simple basic control of weaving via aop.xml | aclement | 2009-02-09 | 1 | -0/+8 |
| | |||||
* | path fix | aclement | 2008-10-30 | 1 | -3/+3 |
| | |||||
* | reactivate test: 247914 | aclement | 2008-10-30 | 1 | -3/+6 |
| | |||||
* | matcher on classpath for build machine test runs | aclement | 2008-10-29 | 1 | -7/+13 |
| | |||||
* | 246125: the SPLIT | aclement | 2008-10-22 | 2 | -10/+20 |
| | |||||
* | 251277: making asmmanager non-singleton | aclement | 2008-10-20 | 3 | -846/+832 |
| |