Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | mavenizing ajde.core - done | Andy Clement | 2019-01-29 | 36 | -131/+63 | |
| | ||||||
* | polish | Andy Clement | 2018-10-15 | 10 | -59/+92 | |
| | ||||||
* | 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 | 2 | -5/+16 | |
| | ||||||
* | Fix classpath for tests on Java9 | Andy Clement | 2016-06-27 | 1 | -2/+10 | |
| | ||||||
* | Fix for building on Java8V1_8_3a | Andy Clement | 2014-10-24 | 1 | -0/+1 | |
| | ||||||
* | Polish generics | Andy Clement | 2014-10-07 | 15 | -47/+43 | |
| | ||||||
* | enabling AJDT to use annotation processors | Andy Clement | 2014-08-20 | 3 | -0/+31 | |
| | ||||||
* | 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 | 6 | -447/+382 | |
| | ||||||
* | 353900: Java7 | aclement | 2011-08-12 | 1 | -1/+3 | |
| | ||||||
* | java5 module now | aclement | 2011-08-12 | 1 | -0/+1 | |
| | ||||||
* | generics refactoring | aclement | 2011-08-12 | 4 | -170/+136 | |
| | ||||||
* | generics refactoring | aclement | 2011-08-12 | 3 | -17/+18 | |
| | ||||||
* | minimalModel ON by default. demotion ON by default (for AJDT as well as LTW) | aclement | 2011-08-05 | 2 | -5/+7 | |
| | ||||||
* | 290741: encoding option on ICompilerConfiguration | aclement | 2011-04-04 | 1 | -0/+4 | |
| | ||||||
* | 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 | |
| | ||||||
* | remove generics for now - will build be happy? | aclement | 2010-08-06 | 1 | -2/+2 | |
| | ||||||
* | generics | aclement | 2010-07-08 | 1 | -6/+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 | 4 | -2/+32 | |
| | ||||||
* | 268827: ask for the JDT project state | aclement | 2009-03-24 | 1 | -0/+5 | |
| | ||||||
* | 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 | 1 | -2/+2 | |
| | ||||||
* | 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 | 3 | -0/+9 | |
| | ||||||
* | 124460: aop.xml used for compilation: AJDT interface support | aclement | 2009-02-12 | 1 | -0/+5 | |
| | ||||||
* | 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 | |
| | ||||||
* | 258206: package declaration support in the model | aclement | 2009-01-06 | 1 | -3/+4 | |
| | ||||||
* | 258325: fix | aclement | 2008-12-10 | 1 | -11/+11 | |
| | ||||||
* | 258325: fix | aclement | 2008-12-10 | 2 | -28/+28 | |
| | ||||||
* | 251277: making asmmanager non-singleton | aclement | 2008-10-20 | 7 | -302/+294 | |
| | ||||||
* | 250921: xlint for missing aspect on reweave | aclement | 2008-10-15 | 1 | -109/+70 | |
| | ||||||
* | make cleanup part of compiler discard | aclement | 2008-10-03 | 2 | -10/+5 | |
| | ||||||
* | 249551: cleanup by default | aclement | 2008-10-03 | 2 | -8/+19 | |
| | ||||||
* | 247742:c27 | aclement | 2008-09-24 | 1 | -74/+75 | |
| | ||||||
* | 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 | |||||
* | New method on the interface: null impl | aclement | 2008-09-16 | 1 | -0/+4 | |
| | ||||||
* | 245566: final config interface change | aclement | 2008-09-02 | 1 | -0/+1 | |
| | ||||||
* | 245566: final config interface change | aclement | 2008-09-02 | 1 | -0/+4 | |
| | ||||||
* | 245566: final config interface change | aclement | 2008-09-02 | 1 | -0/+12 | |
| | ||||||
* | removing unused code | aclement | 2008-08-31 | 3 | -165/+151 | |
| |