Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix for 138143: npe on duplicate method for ataj | aclement | 2006-04-24 | 1 | -1/+2 |
| | |||||
* | test and fix for 136258 | aclement | 2006-04-13 | 1 | -2/+2 |
| | |||||
* | test and fix for 136258 | aclement | 2006-04-13 | 1 | -9/+9 |
| | |||||
* | bullet proof (?) element formatter (135052) | aclement | 2006-04-06 | 1 | -1/+17 |
| | |||||
* | useful pause() method can be called to enable (de)attaching jconsole. | aclement | 2006-04-04 | 1 | -1/+12 |
| | |||||
* | extra decision recording infrastructure for future debugging! Also fix for ↵ | aclement | 2006-04-04 | 4 | -10/+84 |
| | | | | pr133532 | ||||
* | fix for NPE : 130837 | aclement | 2006-03-28 | 1 | -1/+2 |
| | |||||
* | fix for NPE in pr132087 | aclement | 2006-03-27 | 1 | -1/+4 |
| | |||||
* | fix for NPE in pr132160 | aclement | 2006-03-27 | 1 | -1/+1 |
| | |||||
* | test and fix for 133307 - funky type variable bounds. | aclement | 2006-03-27 | 1 | -0/+1 |
| | |||||
* | fix for 132977 | aclement | 2006-03-24 | 1 | -2/+2 |
| | |||||
* | 132305: now compares apples and apples not apples and oranges! ↵ | aclement | 2006-03-18 | 1 | -80/+180 |
| | | | | hasStructuralChanges() much more reliable. | ||||
* | 128650: more memory stuff | aclement | 2006-03-18 | 4 | -9/+19 |
| | |||||
* | test and fix for 131505: keep aspectnames in the state object | aclement | 2006-03-15 | 2 | -6/+20 |
| | |||||
* | bug 128650: comment 16: tidy up logic, forget the compiler. | aclement | 2006-03-14 | 1 | -0/+3 |
| | |||||
* | bug 128650: comment 16: tidy up logic | aclement | 2006-03-14 | 2 | -0/+6 |
| | |||||
* | bug 128650: comment 16: better at tidying up | aclement | 2006-03-14 | 1 | -0/+7 |
| | |||||
* | bug 128650: comment 16: creates far less garbage | aclement | 2006-03-14 | 1 | -63/+67 |
| | |||||
* | bug 128650: comment 16: optimized to death | aclement | 2006-03-14 | 1 | -34/+45 |
| | |||||
* | 101411: -XaddSerialVersionUIDPOST_MEMORY_CHANGES | aclement | 2006-03-09 | 5 | -0/+14 |
| | |||||
* | hopefully enables outxml to work from AJDT. | aclement | 2006-03-08 | 1 | -0/+1 |
| | |||||
* | 129163: more bits...: set the compiler correctly for error reporting on inc ↵ | aclement | 2006-03-08 | 1 | -1/+1 |
| | | | | builds. (comment #34,35) | ||||
* | added -outxml and -outxmlfile to list of options printed on command-line | acolyer | 2006-03-08 | 1 | -0/+2 |
| | |||||
* | 129163: more bits... recording whether crosscutting members has changed ↵ | aclement | 2006-03-07 | 1 | -3/+3 |
| | | | | 'since the last reset' | ||||
* | 129163: first part: changed comparison code to ignore ↵ | aclement | 2006-03-06 | 2 | -31/+51 |
| | | | | ajc$/hasaspect/aspectof in AjState - modified type mungers (not finished) to indicate whether they are related to shadow munging or not. | ||||
* | fix for 130300: cause the mysterious disappearance of -XnoWeave | aclement | 2006-03-05 | 9 | -31/+31 |
| | |||||
* | Completed: Improve ajc memory usage | acolyer | 2006-02-24 | 3 | -10/+40 |
| | | | | Determine how much state to hold in AjState based on whether the environment we're running in supports incremental compilation | ||||
* | Completed: Improve ajc memory usage | acolyer | 2006-02-24 | 3 | -139/+311 |
| | | | | the last of the big memory hog in AjState is now removed. | ||||
* | reset mechanism | aclement | 2006-02-23 | 1 | -0/+5 |
| | |||||
* | fix to save the big chunk of memory leaking over incremental compiles. | aclement | 2006-02-23 | 1 | -2/+8 |
| | |||||
* | optimizationasm: various tweaks!! See optimization #7 in 128650 | aclement | 2006-02-22 | 4 | -4/+6 |
| | |||||
* | optimization: less ArrayList garbage creation! | aclement | 2006-02-22 | 1 | -3/+4 |
| | |||||
* | test and fix for 128618 (from helen) - message handling. | aclement | 2006-02-21 | 1 | -0/+12 |
| | |||||
* | fixes for 128655 | aclement | 2006-02-21 | 1 | -12/+68 |
| | |||||
* | organized imports | aclement | 2006-02-16 | 1 | -1/+0 |
| | |||||
* | test and fix for 121616 | aclement | 2006-02-16 | 1 | -0/+3 |
| | |||||
* | Support for "-Xset:name=value,name=value,name=value". The name/value data ↵ | aclement | 2006-02-16 | 4 | -0/+13 |
| | | | | is stored in a properties object in the world and is accessible through getExtraConfiguration(). This will enable easier tailoring of weaver/world behaviour since you wont need to add new X option processing for every little thing. Should possibly only be used for tuning parameters. | ||||
* | test and fix for 120527 | aclement | 2006-02-15 | 1 | -2/+25 |
| | |||||
* | organized imports | aclement | 2006-02-13 | 2 | -14/+10 |
| | |||||
* | Progress on: empty catch block warning - option support | acolyer | 2006-02-10 | 1 | -10/+14 |
| | |||||
* | free up memory anchored in static at the end of a run | acolyer | 2006-02-10 | 2 | -1/+8 |
| | |||||
* | I don't think this class is actively used anymore... | acolyer | 2006-02-10 | 1 | -4/+5 |
| | |||||
* | don't hold onto references to AjBuildConfigs | acolyer | 2006-02-10 | 1 | -0/+1 |
| | |||||
* | don't hold eclipse source types in ajstate | acolyer | 2006-02-10 | 2 | -67/+225 |
| | |||||
* | go "back to the source" on an incremental aspect change | acolyer | 2006-02-10 | 1 | -26/+13 |
| | |||||
* | fix for 123212 - ignoring subversion resources | aclement | 2006-02-10 | 1 | -0/+3 |
| | |||||
* | Helen and Eduardos AST changes for 110465 | aclement | 2006-02-06 | 7 | -5/+291 |
| | |||||
* | thats better. | aclement | 2006-02-01 | 1 | -14/+15 |
| | |||||
* | oops | aclement | 2006-02-01 | 1 | -10/+11 |
| | |||||
* | fix for 125810 (from helen) | aclement | 2006-02-01 | 1 | -4/+17 |
| |