| Commit message (Expand) | Author | Age | Files | Lines |
* | 319315: aspectj.multithreaded system property to force it ON | aclement | 2010-08-26 | 1 | -2/+10 |
* | no override | aclement | 2010-04-19 | 1 | -2/+1 |
* | get build to work? | aclement | 2010-04-19 | 1 | -0/+2 |
* | 309402 | aclement | 2010-04-16 | 1 | -1/+9 |
* | dont turn off multithreaded context unless running command line build | aclement | 2009-02-27 | 1 | -6/+9 |
* | fixed eclipse warnings | aclement | 2008-08-28 | 1 | -731/+694 |
* | -timers option, just times top level main() for now | aclement | 2008-05-07 | 1 | -1/+5 |
* | refix 112098 - check for correct aspectjrt.jar version re-enabled for Main (t... | wisberg | 2006-09-07 | 1 | -0/+3 |
* | 141556#11 - reworked messagehandler with 'ignore' function! (wooo) - hope Mat... | aclement | 2006-08-25 | 1 | -0/+9 |
* | pipeline changes: new info message for time taken, plus optional (commented o... | aclement | 2006-07-28 | 1 | -1/+8 |
* | update license to EPL | acolyer | 2006-06-01 | 1 | -2/+2 |
* | useful pause() method can be called to enable (de)attaching jconsole. | aclement | 2006-04-04 | 1 | -1/+12 |
* | free up memory anchored in static at the end of a run | acolyer | 2006-02-10 | 1 | -1/+7 |
* | support for -messageHolder command-line option. This is needed by the forking... | acolyer | 2006-01-30 | 1 | -4/+32 |
* | a few more tweaks to fix for pr108123 and pr106500 - better diagnostics and e... | acolyer | 2005-09-26 | 1 | -1/+1 |
* | fix for pr108123 and pr106500 - better diagnostics and exceptions, plus suppo... | acolyer | 2005-09-26 | 1 | -0/+2 |
* | Variant of Huff's fix for 102746 - untested hypothesis | wisberg | 2005-07-11 | 1 | -17/+22 |
* | Prevent info messages coming out when on the command line (regression) | aclement | 2005-06-07 | 1 | -5/+5 |
* | Andrew Huff's patch for the -log option | acolyer | 2005-06-02 | 1 | -6/+48 |
* | avoid harness ajcore files - ensure Dump message holder is not null for clien... | wisberg | 2005-05-12 | 1 | -2/+0 |
* | LTW modules + AntSpec to test LTW in the sandbox + code cleanup in my FIXME +... | avasseur | 2005-05-04 | 1 | -2/+11 |
* | first half of Andrew Huff's patch for 59636 (-log option not producing output... | acolyer | 2005-04-20 | 1 | -0/+22 |
* | Matthews enhancement fix for Bugzilla Bug 72154 "Support for simple dump file" | aclement | 2004-08-23 | 1 | -0/+2 |
* | Added support to ease programmatic testing of compiler (AjcTestCase | acolyer | 2004-08-04 | 1 | -2/+7 |
* | The BIG commit.
| aclement | 2004-08-03 | 1 | -1/+7 |
* | went for [error] in the end based on a quick local straw poll... | acolyer | 2004-07-29 | 1 | -2/+2 |
* | fix for Bugzilla Bug 58681 | acolyer | 2004-07-27 | 1 | -1/+1 |
* | Convenience method to run ajc in a child classloader and get List/String resu... | wisberg | 2004-03-31 | 1 | -9/+58 |
* | fix for Bugzilla Bug 48080
| acolyer | 2004-03-15 | 1 | -0/+7 |
* | move weaving to inside of the compiler.compile loop.
| acolyer | 2004-03-15 | 1 | -1/+11 |
* | spring cleaning in advance of 1.2 enhancements:
| acolyer | 2004-01-23 | 1 | -13/+13 |
* | Fix for Bugzilla Bug 36234
| acolyer | 2004-01-15 | 1 | -1/+18 |
* | move to Eclipse 3.0 M6 JDT core (v_396). Also makes 1.4 the
| acolyer | 2004-01-13 | 1 | -5/+2 |
* | fix for Bugzilla Bug 41952
| jhugunin | 2004-01-07 | 1 | -1/+6 |
* | Changed org.aspectj.bridge.IMessage.getISourceLocation to getSourceLocation i... | mkersten | 2003-08-07 | 1 | -1/+1 |
* | Exposed message handler as "protected" to clients who may want to override. | mkersten | 2003-07-29 | 1 | -1/+1 |
* | patch mentioned on the list for detecting errs in incremental command line | wisberg | 2003-05-14 | 1 | -1/+2 |
* | - removed invalid test requiring -sourceroots in the argument list. They mig... | wisberg | 2003-05-08 | 1 | -30/+31 |
* | using Kind.isSameOrLessThan(..) rather than direct compare for inferring streams | wisberg | 2003-04-29 | 1 | -4/+1 |
* | better rendering of exceptions thrown (including those from previously-unrend... | wisberg | 2003-03-12 | 1 | -9/+11 |
* | - tagfile mod-time fix for first iteration
| wisberg | 2003-03-10 | 1 | -17/+37 |
* | partial fix for bug 31724 emits file:line numbers for declare warning/error.
| wisberg | 2003-03-04 | 1 | -5/+44 |
* | Ran "Organize imports" to remove redundant imports etc -
| acolyer | 2003-02-26 | 1 | -7/+6 |
* | updated THROWN_PREFIX with better URLs for bug db. | wisberg | 2003-01-21 | 1 | -3/+4 |
* | fixed initial implementor for code written in 2002 to be just PARC, not Xerox... | jhugunin | 2003-01-14 | 1 | -1/+1 |
* | hoisted user exception rendering for taskdef clients | wisberg | 2002-12-18 | 1 | -21/+27 |
* | changing exception message | wisberg | 2002-12-18 | 1 | -13/+9 |
* | refactoring AbortException to make it clearer when we
| ehilsdal | 2002-12-16 | 1 | -1/+1 |
* | initial version | wisberg | 2002-12-16 | 1 | -0/+562 |