Age | Commit message (Expand) | Author |
2011-06-06 | -javaagent:lombok.jar=ECJ should now work to enable lombok in any ecj-based t... | Reinier Zwitserloot |
2011-05-30 | Removed the ability of lombok to run as ecj annotation processor, because | Reinier Zwitserloot |
2011-05-17 | Added a layer of indirection between the patched calls for delegate to guard ... | grootjans |
2011-05-16 | Whoops - previous commit has a grievous error in it. My bad. Fixed now. | Reinier Zwitserloot |
2011-05-16 | Split up PatchVal into the ecj and eclipse bits; in ecj you'd just get NoSuch... | Reinier Zwitserloot |
2011-05-03 | Changed how @Delegate works in ecj - methods already present do NOT | Reinier Zwitserloot |
2011-03-28 | Now delegating classes defined in the same project works. | Reinier Zwitserloot |
2011-02-07 | Removed a debug print. | Reinier Zwitserloot |
2011-01-02 | Should fix issue #175, where annotations mysteriously appear to be copied to ... | Reinier Zwitserloot |
2010-12-31 | Resolve-phase transformers in eclipse need to force a rebuild of the EclipseA... | Reinier Zwitserloot |
2010-12-28 | Using @Delegate to add a varargs method now works in eclipse (the varargs nat... | Reinier Zwitserloot |
2010-12-24 | Added detection of type var naming conflicts to eclipse's @Delegate support. | Reinier Zwitserloot |
2010-12-22 | After 2 weeks of debugging, finally figured out val in eclipse using lombok.v... | Reinier Zwitserloot |
2010-12-22 | @Delegate in eclipse works when delegating parameterized types now, and will ... | Reinier Zwitserloot |
2010-12-01 | Parameter names are now 'arg0', 'arg1', etc, unless the delegated type is sou... | Reinier Zwitserloot |
2010-12-01 | @Deprecated is now copied across for eclipse's @Delegate | Reinier Zwitserloot |
2010-12-01 | @Delegate in eclipse now uses more of the standard infrastructure to inject m... | Reinier Zwitserloot |
2010-11-29 | Added 'val' as a type which the 'val' fake keyword must resolve to before val... | Reinier Zwitserloot |
2010-11-28 | bugfixes for typeToJCTree. HandleDelegate (javac) is working better. | Reinier Zwitserloot |
2010-11-25 | @Delegate, at least without value=, seems to work great in javac now! | Reinier Zwitserloot |
2010-11-22 | Cleaned up the patch fixes in eclipse for finding end of identifier and start... | Reinier Zwitserloot |
2010-11-19 | Fix for reported NPEs by Stephen Haberman. | Reinier Zwitserloot |
2010-11-15 | Added copyright notices to PatchVal and PatchDelegate [trivial] | Reinier Zwitserloot |
2010-11-15 | eclipse @Delegate: Whoops; earlier fixes meant methods that existed explicitl... | Reinier Zwitserloot |
2010-11-14 | eclipse: @Delegate now no longer generates methods that you already wrote. | Reinier Zwitserloot |
2010-11-14 | Removed the brainfart where final methods aren't delegated. | Reinier Zwitserloot |
2010-11-14 | eclipse: methods with their own type variables can now be delegated. | Reinier Zwitserloot |
2010-11-14 | Moved patch code specific to val and delegate to their own class. | Reinier Zwitserloot |
2010-11-13 | Jiggered the hook point a bit for eclipse 'delegate' support and it looks lik... | Reinier Zwitserloot |
2010-11-11 | Mostly fruitless work on making delegate work in eclipse. | Reinier Zwitserloot |
2010-11-08 | Ran into a one-off, non-repeatable problem involving arguments not binding co... | Reinier Zwitserloot |
2010-11-08 | 'val' now also works in foreach loops, on both javac and ecj / eclipse. | Reinier Zwitserloot |
2010-11-08 | Merge branch 'master' of github.com:rzwitserloot/lombok | Reinier Zwitserloot |
2010-11-08 | 'val' with an array on the initializer didn't work in eclipse. | Reinier Zwitserloot |
2010-11-08 | Little cleanup | Roel Spilker |
2010-11-07 | 'val' support for eclipse. | Reinier Zwitserloot |
2010-09-30 | trivial: javadoc fixes, renamed 'className' to 'fileName'for postprocessor | Reinier Zwitserloot |
2010-08-15 | Added name of compilation unit to error/warnings generated by postProcess. | Roel Spilker |
2010-08-08 | Post-compilation works in both Eclipse and ecj | Roel Spilker |
2010-07-22 | Updated copyright statements and version release name. | Reinier Zwitserloot |
2010-07-21 | Added some 'live debugging' - patches to improve error reporting for bugs tha... | Reinier Zwitserloot |
2010-07-16 | previous update to the code due to changes in lombok.patcher introduced a bug... | Reinier Zwitserloot |
2010-04-24 | Keeping pace with changes to lombok.patcher. | Reinier Zwitserloot |
2009-12-30 | Command line compiling with ecj at source 1.6 now works! | Reinier Zwitserloot |
2009-12-29 | EclipsePatcher now only patches needed stuff when in ECJ mode. | Reinier Zwitserloot |
2009-12-23 | work in progress on ecj support. | Reinier Zwitserloot |
2009-12-01 | Generalized the agent mechanism; now 1 lombok.jar can serve as the agent for ... | Reinier Zwitserloot |
2009-11-27 | We encountered a strange NPE here. Can't reproduce, nevertheless added null-c... | Roel Spilker |
2009-11-25 | Refactored the source folders. | Reinier Zwitserloot |