]> source.dussan.org Git - aspectj.git/shortlog
aspectj.git
2006-02-16 aclementfeature: Use ASM for non-woven types: testcode
2006-02-16 aclementjust a comment.
2006-02-16 aclementorganized imports
2006-02-16 aclementtest and fix for 122370 (Andy & Helen) - code generated...
2006-02-16 aclementtest and fix for 121616
2006-02-16 aclementtests and (slightly reworked) fix for 125699 from Helen...
2006-02-16 aclementSupport for "-Xset:name=value,name=value,name=value...
2006-02-15 aclementtest and fix for 120527 and test (commented out)...
2006-02-15 aclementtest and fix for 120527
2006-02-15 aclementoptimization: made unpacking of the table lazy. With...
2006-02-15 aclementoptimization: made unpacking of the table lazy. With...
2006-02-14 aclementinclude latest bcel changes.
2006-02-14 aclementtidy up after yourself
2006-02-14 aclementBugette: annotation value of primitive type 'char'...
2006-02-14 aclementoptimization: rather than continuously constructing...
2006-02-14 aclementoptimization: less fiddling with collections when setti...
2006-02-13 aclementoptimization: use bit twiddling rather than Sets for...
2006-02-13 aclementoptimization: char rather than string manipulation
2006-02-13 aclementoptimization: dont unnecessarily build signatures and...
2006-02-13 aclementorganized imports
2006-02-13 aclementlessen the cost of hashcode and equals
2006-02-13 aclementfix for 119882 (from Helen) - similar to fix for 113531
2006-02-10 acolyerProgress on: empty catch block warning - compiler chang...
2006-02-10 acolyerProgress on: empty catch block warning - option support
2006-02-10 acolyerProgress on: empty catch block warning - test cases
2006-02-10 acolyerProgress on: empty catch block warning - updates to...
2006-02-10 acolyerProgress on: empty catch block warning - extra lint...
2006-02-10 acolyerdefine some constants to avoid spreading string literal...
2006-02-10 acolyerprovide a way to reset dump state to free up memory
2006-02-10 acolyerfree up memory anchored in static at the end of a run
2006-02-10 acolyerI don't think this class is actively used anymore...
2006-02-10 acolyerdon't hold onto references to AjBuildConfigs
2006-02-10 acolyerdon't hold eclipse source types in ajstate
2006-02-10 acolyergo "back to the source" on an incremental aspect change
2006-02-10 acolyerPut compilation-and-weaving-context into multi-thread...
2006-02-10 acolyerdon't hold hard references to state in this context...
2006-02-10 aclementcomment fix
2006-02-10 aclementfix for 120356 - better feedback for DEOW when using...
2006-02-10 aclementfix for 123212 - ignoring subversion resources
2006-02-07 aclementlazy unpacking of the line number table contents. ...
2006-02-07 aclementlazy unpacking of the table contents. Only done when...
2006-02-07 aclementdont do anything if we dont have to.
2006-02-07 aclementnot perfect yet - but some I'm using.
2006-02-06 aclementHelen and Eduardos AST changes for 110465
2006-02-03 acolyerProgress on: Bug 126328: IlegalStateException : zip...
2006-02-03 acolyerProgress on: Bug 126316: Invalid method signature:...
2006-02-03 acolyerProgress on: Bug 126316: Invalid method signature:...
2006-02-02 wisbergmore detail in memory answers, on incremental mode...
2006-02-02 aclementsimple visitor added that lets you discover if a pointc...
2006-02-02 aclementErr, corrected to visit the right branch as well as...
2006-02-02 aclement@AJ around tests for 126167
2006-02-01 aclementthats better.
2006-02-01 aclementoops
2006-02-01 aclementfix for 125810 (from helen)
2006-02-01 aclementtestcode for 125699 and 125810 from matthew. test for...
2006-01-31 acolyerfree up maps during cleanup() processing
2006-01-31 acolyerget build configuration via accessor, not direct field...
2006-01-31 acolyermade all the state in AjState private so we can get...
2006-01-31 acolyercleanup the EclipseFactory afterCompilation
2006-01-31 acolyeradded a cleanup method to release memory held in type...
2006-01-31 aclementdom changes for 125809 (from helen)
2006-01-30 acolyersupport for -messageHolder command-line option. This...
2006-01-30 acolyersupport for -messageHolder : do nothing since this...
2006-01-30 acolyersupport for messageHolder attribute even when forking...
2006-01-30 aclementenh 123423 (expose PTW type) - code currently commented...
2006-01-30 aclementfixes for 125475/125480 - matches nothing @AJ support...
2006-01-30 aclementavoid NPE (125657)
2006-01-30 aclementtestcode for 125475/125480 (from matthew) and for enh...
2006-01-30 aclementtestcode for 125475/125480 (from matthew) and for enh...
2006-01-30 aclementuseful definition of STRING
2006-01-29 aclementfix and test for 123901. test for 125475 (commented...
2006-01-27 aclementfixes for the AST - see comment #26 in 110465. Now...
2006-01-27 aclementfix for 121395 - error message on stupid aspectpath
2006-01-27 aclementfix for 125405 - demote raws to simple on incremental...
2006-01-27 aclementtestcode for 125405
2006-01-26 aclementhelens changes for 125295 - should keep AJDT happy.
2006-01-26 aclementincludes the AST changes already checked into shadows...
2006-01-26 aclementNew tests for all the AST changes - and updated tests...
2006-01-26 aclementnecessary magic. Factory 'mechanism' used so that...
2006-01-26 aclementSubclass for the AST that is able to create pointcuts...
2006-01-26 aclementnew placeholder nodes for type patterns and signature...
2006-01-26 aclementnew distinct nodes for the different types of declare...
2006-01-25 aclementoops, crap comment earlier - fix for 125101
2006-01-25 aclementfix is checked in.
2006-01-25 aclementfix for 122452 - pattern parser for a duff pointcut...
2006-01-25 aclementtest and fix for 125080 - mixing numbers of types in...
2006-01-25 aclementtest and fix for 125080 - mixing numbers of types in...
2006-01-25 aclementtestcode for 122452
2006-01-24 aclementtest and fix for 124999
2006-01-24 aclementtestcode for 124399
2006-01-23 aclementtest and fix for 124654: generic annotation matching..
2006-01-23 aclementtest and fix for 124808
2006-01-23 aclementtest and fix for pr124803 - mixing numbers of tvars...
2006-01-22 wisbergincremental and memory answers gleaned from matthew...
2006-01-20 aclementbuild the model.
2006-01-20 acolyerprofiles of the 1.5.0 release of AspectJ building sprin...
2006-01-20 acolyerant script for running profiling tests against aspectj...
2006-01-20 acolyersupport for <jvmarg>...</jvmarg> when forking (needed...
2006-01-20 aclement77166 - newarray joinpoint support. "-Xjoinpoints:array...
2006-01-20 aclement77166 - newarray joinpoint support. "-Xjoinpoints:array...
next