Age | Commit message (Expand) | Author |
2009-11-25 | Refactored the source folders. | Reinier Zwitserloot |
2009-11-09 | Post-v0.9.1 release work. | Reinier Zwitserloot |
2009-11-09 | Prep for v0.9.1 release | Reinier Zwitserloot |
2009-11-02 | Post v0.9.0 release work. | Reinier Zwitserloot |
2009-11-02 | Pre-release work for v0.9.0. | Reinier Zwitserloot |
2009-10-18 | Removed some warnings. | Reinier Zwitserloot |
2009-10-18 | Configured warnings and solved some. | unknown |
2009-10-16 | Fixes issue #56 - annotations with shorthand parameters on methods in method-... | Reinier Zwitserloot |
2009-10-16 | Switched all use of <code></code> in javadoc to {@code}. | Reinier Zwitserloot |
2009-10-16 | Fixed issue #24 by refactoring the AST.Node class - taken it out, and in the ... | Reinier Zwitserloot |
2009-10-08 | As we just integrated the lombokpatcher branch, which is a pretty massive cha... | Reinier Zwitserloot |
2009-09-23 | Slight tweak to SpiLoadUtil: It now returns iterables instead of iterators. | Reinier Zwitserloot |
2009-09-03 | Added a bunch of javadoc. No other changes. | Reinier Zwitserloot |
2009-09-03 | Version update. | Reinier Zwitserloot |
2009-09-03 | Version release. | Reinier Zwitserloot |
2009-09-03 | Fixed a problem in AnnotationValues where 'isExplicit' always returned true. | Reinier Zwitserloot |
2009-09-03 | Added support for checking if an annotation parameter is explicitly mentioned... | Reinier Zwitserloot |
2009-09-03 | "Fixed" issue #43" - problems with javax.validation.NotNull, which lombok use... | Reinier Zwitserloot |
2009-09-02 | Version moved to 0.8.5-HEAD as part of a release process. | Reinier Zwitserloot |
2009-09-02 | Moved version from 0.8.4-HEAD to 0.8.4 as this version has just been released. | Reinier Zwitserloot |
2009-08-28 | WHOOPS - that version number should have been updated much earlier. My fault ... | Reinier Zwitserloot |
2009-08-28 | null checks are no longer generated if you put @NonNull on primitives. | Reinier Zwitserloot |
2009-08-21 | Preparing release of 0.8.3. | Reinier Zwitserloot |
2009-07-29 | Version number update as v0.8.2. has been rolled out and frozen. | Reinier Zwitserloot |
2009-07-29 | Release of v0.8.2! | Reinier Zwitserloot |
2009-07-28 | Version is now 'standalone' - it is separately compiled. The version is now r... | Reinier Zwitserloot |
2009-07-26 | Fixed bugs with annotation handling: An array initializer with more than 1 en... | Reinier Zwitserloot |
2009-07-26 | Version up to 0.8.2-HEAD as I just published. | Reinier Zwitserloot |
2009-07-26 | Upped version number, will release 0.8.1 immediately after this. | Reinier Zwitserloot |
2009-07-26 | Addresses issue #4: | Reinier Zwitserloot |
2009-07-21 | Version bump! | Reinier Zwitserloot |
2009-07-18 | Fixed javadoc | Roel Spilker |
2009-07-11 | Made 'printContent=true' work for types as well as method bodies/initializers. | Reinier Zwitserloot |
2009-07-08 | Renamed all true names of 'eclipse' to 'Eclipse' (but not the eclipse package... | Reinier Zwitserloot |
2009-07-06 | Fixed javadoc problems, and added a javadoc target to the build script. | Reinier Zwitserloot |
2009-07-06 | Last massive documentation dump. All basic javadoc is now done, though especi... | Reinier Zwitserloot |
2009-07-05 | W00t - written an installer that should work on linux (sort of), windows, and... | Reinier Zwitserloot |
2009-07-03 | Fine-tuning eclipse's error reporting found some minor issues and even 1 bug ... | Reinier Zwitserloot |
2009-07-01 | Pretty big fix for reparse() - now uses rebuild(), which also received a pret... | Reinier Zwitserloot |
2009-07-01 | Added HandleCleanup support for javac, and fixed a bug in AST.java which caus... | Reinier Zwitserloot |
2009-06-30 | After a great many iterations, Cleanup has now been reduced in functionality ... | Reinier Zwitserloot |
2009-06-28 | Preparating for java 1.5-ification. All stuff that isn't specific to javac sh... | Reinier Zwitserloot |
2009-06-28 | Rolled our own ServiceLoader, because its not part of java 1.5. | Reinier Zwitserloot |
2009-06-28 | Added rebuild support to AST.Node. | Reinier Zwitserloot |
2009-06-27 | [IMPROVEMENT] | Reinier Zwitserloot |
2009-06-27 | [TRIVIAL] Added a toString to AnnotationValue, used to debug something, but u... | Reinier Zwitserloot |
2009-06-27 | Added a caching mechanism to AnnotationValues, for instantiating the annotation. | Reinier Zwitserloot |
2009-06-25 | Bumped version from 0.3.0 to 0.3.5 in celebration of finishing all 3 generati... | Reinier Zwitserloot |
2009-06-24 | Added proper support for changing the AST as its being visited, both removal ... | Reinier Zwitserloot |
2009-06-21 | Bug fix: using string literals in any lombok annotation value would blow up t... | Reinier Zwitserloot |