]> source.dussan.org Git - aspectj.git/shortlog
aspectj.git
2018-02-14 Andy ClementRemove modules from 'full classpath' for now
2018-02-14 Andy ClementFix Bug 531179 - Add compiler arg support to iajc task
2018-02-14 Andy Clementadd generics
2018-02-14 Andy Clementmore tests around module options
2018-02-14 Andy Clementbetter handling of modules
2018-02-14 Andy ClementFixed up path handling, including implicit jmod inclusion
2018-02-14 Andy Clementmore generics and missing @Overrides
2018-02-14 Andy ClementNew simple tests for buildconfig
2018-02-14 Andy ClementAdjusted to refer to ASM 6 non beta
2018-02-14 Andy ClementLatest JDT changes
2018-02-14 Andy ClementAdd intermediate test class that ensures the tests...
2018-02-14 Andy ClementAdd missing overrides
2018-02-14 Andy ClementAdd basic rename functionality to file step
2018-02-14 Andy ClementAdd missing Overrides
2018-02-14 Andy Clementtidy up comment
2018-02-14 Andy ClementAdd missing key for invalidModuleName
2018-02-14 Andy Clementupdated for 2018
2018-02-07 Andy ClementAdd missing cases to bcel constantToString
2018-02-05 Andy Clementavoid <> for now until build changes made to jump to... V1_9_0_RC3
2018-02-05 Andy ClementJDT Upgrade for 1.9.0.rc3
2018-02-01 Andy Clementmerged
2018-01-03 Andy Clementremove rogue println
2017-11-17 Andy ClementMerge branch 'master' into earlyJava9
2017-11-09 Andy Clementbump compiler.name for rc2 earlyJava9
2017-11-09 Andy Clementupdated readme for 1.9.0.rc2
2017-11-09 Andy ClementUpdates to better cope with future JDKs
2017-11-01 Andy ClementFix 526734 - Incorrect generic override decp validation...
2017-10-30 Andy ClementFixes Bug 526594
2017-10-23 Andy Clementfix typo
2017-10-23 Andy ClementFix 525972 - java.lang.ArrayIndexOutOfBoundsException...
2017-10-23 Andy ClementFix 526381 - Log-Message for nonReweavableTypeEncounter...
2017-10-23 Andy ClementFix 526382 - damaged manifest.mf prevents LTW running...
2017-10-20 Andy Clement1.9.0 docs
2017-10-20 Andy Clement1.9.0 update
2017-10-20 Andy ClementAdjust how classpath entries manipulated for Java9...
2017-10-20 Andy ClementMoved to package
2017-10-20 Andy Clementwip allowing flexibility in test infra for using module...
2017-10-20 Andy ClementSet version to 1.9.0.RC1
2017-10-20 Andy Clementadded module/modulesourcepath to compiler configuration...
2017-10-20 Andy Clementremoved shared reflection world test for now
2017-10-20 Andy ClementSwitched from diamond to specific types
2017-10-20 Andy ClementAdded automatic module name
2017-10-20 Andy Clementswitched from diamond operator
2017-10-20 Andy ClementAdded automatic module name
2017-10-20 Andy ClementAdded automatic module name
2017-10-20 Andy ClementLatest jdtcore - with visibilty adjusted for classpath...
2017-10-20 Andy ClementTemporarily removing world reuse - needs a bit more...
2017-10-20 Andy ClementAdded automatic module name
2017-10-20 Andy ClementUpgraded test infra to support building/running modules
2017-10-20 Andy Clement1.9 test changes and new module tests
2017-10-20 Andy Clementadded support to avoid weaving module-info.class
2017-10-20 Andy ClementFix use of diamond and update versions to 1.9
2017-10-20 Andy Clementrebuilt internal dependencies
2017-09-28 Andy ClementTests for smart annotation unpacking for reflection...
2017-09-28 Andy ClementLatest build of bcel
2017-09-28 Andy ClementFixes Bug 525293 - Spring AOP could be faster
2017-09-28 Andy ClementReusable SoftHashMap utility class
2017-09-28 Andy ClementBasic tests for JImage access
2017-09-28 Andy ClementPolish javadoc
2017-09-28 Andy ClementFix for Bug 518698 - typo in AspectJ Notebook: excetution
2017-09-28 Andy ClementOptimized type lookup on Java9
2017-09-28 Andy Clementpolish - generics
2017-09-28 Andy Clementpolish - generics
2017-09-28 Andy ClementPolish use of Unsafe
2017-09-27 Andy Clementcorrected test now that compliance handling improved...
2017-09-27 Andy Clementfirst pass at using Unsafe, needs review
2017-09-27 Andy ClementImproved Java9 option handling
2017-09-27 Andy ClementUpdate project source/target levels to 1.7
2017-09-27 Andy ClementUpdate to beta 7
2017-09-27 Andy ClementUpdate project source/target levels to 1.7
2017-09-27 Andy ClementUpdate project source/target levels to 1.7
2017-09-27 Andy ClementSmarter classpath detection on Java9
2017-09-27 Andy ClementPass explicitly whether it is an interface target
2017-09-27 Andy ClementEnsure version information get/settable
2017-09-27 Andy ClementEnsure version of generated class is correct
2017-09-27 Andy ClementActivate test
2017-09-27 Andy ClementSkip tests on Java9
2017-09-27 Andy ClementMore actively print diagnostics to help future debugging
2017-09-27 Andy Clementversion bump to 1.6
2017-09-27 Andy ClementSkip test on Java9
2017-09-27 Andy ClementAdjusted test expectations for Java9
2017-09-27 Andy ClementBetter handling of classpath discovery
2017-09-27 Andy ClementAdded commentary on a strange bit of code
2017-09-27 Andy Clementper singleton field no longer final to satisfy 1.9...
2017-09-27 Andy ClementReduced expected performance difference
2017-09-27 Andy ClementClarified expected message
2017-09-27 Andy ClementRebuilt bcel with latest changes
2017-09-26 Andy Clement1.8.11 release info updates
2017-09-26 Andy ClementEnsure interfacemethodref can be built for invokestatic...
2017-09-26 Andy Clementtestcode polish for 1.8.11 V1_8_11RC1
2017-09-26 Andy ClementMake the 1.8 slightly more tolerant of Java 9
2017-09-25 Andy Clementmore testdata for 1.9
2017-09-25 Andy ClementVarious changes to get tests passing on 1.8 and 1.9
2017-09-22 Andy Clementadd missing testdata
2017-09-22 Andy Clementvarious changes to make more tests pass on Java9
2017-09-22 Andy Clementtweaks to 1.9 tests
2017-09-21 Andy Clementlatest jdt related src zip
2017-09-21 Andy Clementincludes fix from aj_18 line related to 507372
2017-09-21 Andy Clementrefixed now that target bits don't overlap with JDT...
2017-09-21 Andy Clementpolish and ensure warnings set by group
next