aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ant script for running profiling tests against aspectj with ajc source ↵acolyer2006-01-2025-4/+767
| | | | compile, binary weaving, load-time weaving, and AJDT simulation. Can configure target application and source of compiler (workspace or pre-built jars).
* support for <jvmarg>...</jvmarg> when forking (needed by profiling scripts)acolyer2006-01-201-2/+10
|
* 77166 - newarray joinpoint support. "-Xjoinpoints:arrayconstruction"aclement2006-01-202-0/+6
|
* 77166 - newarray joinpoint support. "-Xjoinpoints:arrayconstruction"aclement2006-01-205-4/+30
|
* without this check, we sometimes hide earlier problems.aclement2006-01-201-1/+1
|
* 77166 - newarray joinpoint support. "-Xjoinpoints:arrayconstruction"aclement2006-01-209-9/+141
|
* 77166 - newarray joinpoint support. "-Xjoinpoints:arrayconstruction"aclement2006-01-2010-28/+128
|
* 77166 - newarray joinpoint - testcodeaclement2006-01-1914-0/+418
|
* 122347 - at least evict *something* from the type map. use softrefs but ↵aclement2006-01-182-25/+147
| | | | tailorable. also has some basic profiling support for deactivated right now.
* unused import.aclement2006-01-181-9/+41
|
* an additional interface that custom message handlers may choose to ↵acolyer2006-01-182-0/+42
| | | | implement. Implementors get callbacks when a build is starting and when a build has finished (allowing them to perform before and after build processing, like closing output files etc..).
* Use ant's TaskLogger for all output from our task, rather than writing ↵acolyer2006-01-181-18/+82
| | | | directly to sys out / err. This commit also fixes the issue that running ant -verbose did not produce verbose output from iajc (it does now). I ran into this with a client yesterday, and it had me stumped for a while!
* test and fix for 123612 - remember to clear the caches for declared ↵aclement2006-01-174-1/+27
| | | | annotations between compiles.
* doc updates for 76101 from Helen - how to build AJ and stuff it into AJDT.aclement2006-01-171-1/+124
|
* tests for 123695 and 124105aclement2006-01-172-1/+13
|
* fix for 123695 - allow for null (no annotations)aclement2006-01-171-1/+2
|
* fix for 124105 - resolve the signatureaclement2006-01-171-0/+1
|
* testcode for 124105aclement2006-01-178-0/+103
|
* testcode for 123695aclement2006-01-178-0/+143
|
* pr58524 (golden oldie...) - from Helen - removing use of deprecated API in ↵aclement2006-01-165-779/+93
| | | | ajdoc.
* removed rogue debugging statement.aclement2006-01-161-3/+0
|
* pr121711 - from Helen - comment #19aclement2006-01-164-5/+281
|
* pr121711 - from Helen - removing >1.3 apis that were introduced in previous ↵aclement2006-01-162-4/+12
| | | | patch.
* pr122248, only unpack generic signatures if the world is in java 5 mode...acolyer2006-01-154-2/+16
|
* more ajdoc changes - see pr121711 - from Helen.aclement2006-01-1319-185/+1411
|
* ajdoc changes - moving to using a sandbox for testing, plus other bits and ↵aclement2006-01-1318-584/+1088
| | | | pieces - see pr121711 - from Helen.
* spelling fixed! (pr122417)aclement2006-01-102-2/+2
|
* pr122458aclement2006-01-101-1/+1
|
* oops - bug number not quite right, fixed now.aclement2006-01-104-9/+9
|
* test and fix for pr112458 - also created the 151 test areas and driving ↵aclement2006-01-108-4/+113
| | | | junit infrastructure.
* fixes for ajdoc crash - bug 122728aclement2006-01-096-1/+130
|
* fix from comment #14 on bug 119453 to do with incorrect results for decp ↵aclement2006-01-093-0/+17
| | | | statements. (from helen)
* doc fix for @DeclareParentsacolyer2005-12-221-2/+2
|
* proper fix for 121385.aclement2005-12-2111-7/+169
|
* fixes for 121575.aclement2005-12-215-6/+84
|
* testcode for 121575aclement2005-12-214-0/+101
|
* helens fixes for AST and ITDs - uses declared modifiers so the AST consumer ↵aclement2005-12-213-4/+114
| | | | doesn't see mangled names. pr110465
* ajdoc: fixes for 58520 from Helen.aclement2005-12-215-2/+119
|
* ajdoc: fixes from Helen for 119453aclement2005-12-217-15/+389
|
* testcode for 119453aclement2005-12-212-0/+37
|
* matthews doc changes for ltwaclement2005-12-201-77/+79
|
* matthews message accumulation changes for ltwaclement2005-12-194-10/+65
|
* updates to docs for 1.5.0acolyer2005-12-195-3/+19
|
* moved to aspectj5rtacolyer2005-12-191-188/+0
|
* merge of RB_V1_5_0 changes back into HEADacolyer2005-12-195-3/+192
|
* doc updates from RB_V1_5_0acolyer2005-12-198-171/+100
|
* fix NPE in mixing style (can be in concrete aspect from code style as well)avasseur2005-12-196-6/+66
|
* fix for 121384 - just make sure the decp has a source location if we can.aclement2005-12-191-11/+9
|
* testcode for 121384aclement2005-12-191-0/+13
|
* includes an error on purpose (class is not static)aclement2005-12-191-2/+2
|