aboutsummaryrefslogtreecommitdiffstats
path: root/ajde.core
Commit message (Collapse)AuthorAgeFilesLines
...
* mavenizing ajde.core - doneAndy Clement2019-01-2936-131/+63
|
* polishAndy Clement2018-10-1510-59/+92
|
* Adjust how classpath entries manipulated for Java9 supportAndy Clement2017-10-201-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 interfaceAndy Clement2017-10-202-5/+16
|
* Fix classpath for tests on Java9Andy Clement2016-06-271-2/+10
|
* Fix for building on Java8V1_8_3aAndy Clement2014-10-241-0/+1
|
* Polish genericsAndy Clement2014-10-0715-47/+43
|
* enabling AJDT to use annotation processorsAndy Clement2014-08-203-0/+31
|
* annotation processing in aspectjhsestupin2014-08-011-1/+1
| | | | Signed-off-by: hsestupin <stupin.sergey@gmail.com>
* Fix 415957: annotations with 1.8 flagsAndy Clement2013-08-271-3/+1
|
* genericsaclement2011-08-166-447/+382
|
* 353900: Java7aclement2011-08-121-1/+3
|
* java5 module nowaclement2011-08-121-0/+1
|
* generics refactoringaclement2011-08-124-170/+136
|
* generics refactoringaclement2011-08-123-17/+18
|
* minimalModel ON by default. demotion ON by default (for AJDT as well as LTW)aclement2011-08-052-5/+7
|
* 290741: encoding option on ICompilerConfigurationaclement2011-04-041-0/+4
|
* 290741: encoding option on ICompilerConfigurationaclement2011-04-042-0/+8
|
* 328649: addDependencies for Compilation Participantsaclement2010-10-261-3/+4
|
* 328649aclement2010-10-251-0/+7
|
* remove generics for now - will build be happy?aclement2010-08-061-2/+2
|
* genericsaclement2010-07-081-6/+7
|
* expose some internalsaclement2009-11-022-6/+6
|
* 1.6.6V1_6_6aclement2009-09-301-6/+12
|
* state persistenceaclement2009-08-251-0/+5
|
* 271201: inpath handlesaclement2009-04-064-2/+32
|
* 268827: ask for the JDT project stateaclement2009-03-241-0/+5
|
* 268827: ask for the JDT project stateaclement2009-03-242-0/+6
|
* generalize report API to cover resources and outjaraclement2009-03-231-2/+2
|
* generalize report API to cover resources and outjaraclement2009-03-232-6/+26
|
* 268827: tell ajdt about class file removalaclement2009-03-203-0/+9
|
* 124460: aop.xml used for compilation: AJDT interface supportaclement2009-02-121-0/+5
|
* 124460: aop.xml used for compilation: AJDT interface supportaclement2009-02-122-2/+21
|
* 262288: doubly sureaclement2009-01-301-1/+1
|
* 262288: cope with a previous build that did not fill in the buildconfigaclement2009-01-291-8/+1
|
* 258206: package declaration support in the modelaclement2009-01-061-3/+4
|
* 258325: fixaclement2008-12-101-11/+11
|
* 258325: fixaclement2008-12-102-28/+28
|
* 251277: making asmmanager non-singletonaclement2008-10-207-302/+294
|
* 250921: xlint for missing aspect on reweaveaclement2008-10-151-109/+70
|
* make cleanup part of compiler discardaclement2008-10-032-10/+5
|
* 249551: cleanup by defaultaclement2008-10-032-8/+19
|
* 247742:c27aclement2008-09-241-74/+75
|
* 16 ref now OKaclement2008-09-171-1/+1
|
* supporting multiple source folders in the model - to ensure handles ↵aclement2008-09-162-0/+15
| | | | compatible with JDT
* New method on the interface: null implaclement2008-09-161-0/+4
|
* 245566: final config interface changeaclement2008-09-021-0/+1
|
* 245566: final config interface changeaclement2008-09-021-0/+4
|
* 245566: final config interface changeaclement2008-09-021-0/+12
|
* removing unused codeaclement2008-08-313-165/+151
|