Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mavenizing ajde.core - done | Andy Clement | 2019-01-29 | 10 | -1251/+0 |
| | |||||
* | polish | Andy Clement | 2018-10-15 | 1 | -7/+14 |
| | |||||
* | Adjust how classpath entries manipulated for Java9 support | Andy Clement | 2017-10-20 | 1 | -14/+12 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | added module/modulesourcepath to compiler configuration interface | Andy Clement | 2017-10-20 | 1 | -3/+4 |
| | |||||
* | Polish generics | Andy Clement | 2014-10-07 | 4 | -11/+11 |
| | |||||
* | enabling AJDT to use annotation processors | Andy Clement | 2014-08-20 | 2 | -0/+23 |
| | |||||
* | annotation processing in aspectj | hsestupin | 2014-08-01 | 1 | -1/+1 |
| | | | | Signed-off-by: hsestupin <stupin.sergey@gmail.com> | ||||
* | Fix 415957: annotations with 1.8 flags | Andy Clement | 2013-08-27 | 1 | -3/+1 |
| | |||||
* | generics | aclement | 2011-08-16 | 1 | -3/+2 |
| | |||||
* | 353900: Java7 | aclement | 2011-08-12 | 1 | -1/+3 |
| | |||||
* | generics refactoring | aclement | 2011-08-12 | 3 | -17/+18 |
| | |||||
* | 290741: encoding option on ICompilerConfiguration | aclement | 2011-04-04 | 2 | -0/+8 |
| | |||||
* | 328649: addDependencies for Compilation Participants | aclement | 2010-10-26 | 1 | -3/+4 |
| | |||||
* | 328649 | aclement | 2010-10-25 | 1 | -0/+7 |
| | |||||
* | expose some internals | aclement | 2009-11-02 | 2 | -6/+6 |
| | |||||
* | 1.6.6V1_6_6 | aclement | 2009-09-30 | 1 | -6/+12 |
| | |||||
* | state persistence | aclement | 2009-08-25 | 1 | -0/+5 |
| | |||||
* | 271201: inpath handles | aclement | 2009-04-06 | 2 | -0/+16 |
| | |||||
* | 268827: ask for the JDT project state | aclement | 2009-03-24 | 2 | -0/+6 |
| | |||||
* | generalize report API to cover resources and outjar | aclement | 2009-03-23 | 2 | -6/+26 |
| | |||||
* | 268827: tell ajdt about class file removal | aclement | 2009-03-20 | 2 | -0/+6 |
| | |||||
* | 124460: aop.xml used for compilation: AJDT interface support | aclement | 2009-02-12 | 2 | -2/+21 |
| | |||||
* | 262288: doubly sure | aclement | 2009-01-30 | 1 | -1/+1 |
| | |||||
* | 262288: cope with a previous build that did not fill in the buildconfig | aclement | 2009-01-29 | 1 | -8/+1 |
| | |||||
* | 258325: fix | aclement | 2008-12-10 | 2 | -28/+28 |
| | |||||
* | 251277: making asmmanager non-singleton | aclement | 2008-10-20 | 2 | -2/+20 |
| | |||||
* | make cleanup part of compiler discard | aclement | 2008-10-03 | 2 | -10/+5 |
| | |||||
* | 249551: cleanup by default | aclement | 2008-10-03 | 2 | -8/+19 |
| | |||||
* | 16 ref now OK | aclement | 2008-09-17 | 1 | -1/+1 |
| | |||||
* | supporting multiple source folders in the model - to ensure handles ↵ | aclement | 2008-09-16 | 2 | -0/+15 |
| | | | | compatible with JDT | ||||
* | 245566: final config interface change | aclement | 2008-09-02 | 1 | -0/+1 |
| | |||||
* | 245566: final config interface change | aclement | 2008-09-02 | 1 | -0/+12 |
| | |||||
* | removing unused code | aclement | 2008-08-31 | 2 | -164/+150 |
| | |||||
* | 245566: incremental magic | aclement | 2008-08-29 | 2 | -279/+293 |
| | |||||
* | findbugs/eclipse warnings fixed | aclement | 2008-08-27 | 1 | -35/+14 |
| | |||||
* | 243376: new ICompilerConfiguration method | aclement | 2008-08-26 | 1 | -0/+10 |
| | |||||
* | 240360 - test and fix for -proceedOnError and weaving in the face of broken ↵ | aclement | 2008-07-17 | 1 | -0/+2 |
| | | | | source | ||||
* | 231396: moved ConfigParser out of weaver jar | aclement | 2008-05-09 | 1 | -1/+1 |
| | |||||
* | remove unnecessary debug info | aclement | 2008-02-26 | 1 | -1/+1 |
| | |||||
* | AspectJ6: allow for 1.6 option | aclement | 2008-01-16 | 1 | -2/+1 |
| | |||||
* | PointcutDoctor javadoc - 193065 | aclement | 2007-12-07 | 1 | -3/+17 |
| | |||||
* | signatures are Object - hideous. | aclement | 2007-12-04 | 2 | -6/+7 |
| | |||||
* | quick variant of support for pointcutdoctor - is this sufficient? | aclement | 2007-12-03 | 2 | -0/+16 |
| | |||||
* | pointcutdoctor stuff removed - cause chaos on the build machine | aclement | 2007-12-03 | 2 | -18/+0 |
| | |||||
* | code for enh193065: pointcutdoctor changes | aclement | 2007-12-02 | 2 | -0/+18 |
| | |||||
* | spelling | aclement | 2007-01-11 | 1 | -1/+1 |
| | |||||
* | new ajde.core module | aclement | 2007-01-11 | 10 | -0/+1062 |