Age | Commit message (Expand) | Author |
2011-05-28 | delombok would put copyright headers in between the 'package' keyword and the... | Philipp Eichhorn |
2011-02-15 | Delomboking multiple files still wasn't working right and would result in an ... | Reinier Zwitserloot |
2011-01-31 | Calling setCharset with null will use the system default charset (issue 181) | Roel Spilker |
2011-01-08 | Making delombok compatible with post-resolution transformers meant delombok w... | Reinier Zwitserloot |
2010-11-29 | lombok.val import now gets removed. Only adding lombok.val flags the compilat... | Roel Spilker |
2010-11-18 | In javac, use ListBuffer to append | Roel Spilker |
2010-11-10 | Delombok has been fixed to work more like a true javac run now. As a result, ... | Reinier Zwitserloot |
2010-11-10 | 'val' now fully works on javac, even when referring to lombok-generated code,... | Reinier Zwitserloot |
2010-11-09 | Experiment to try and make java 'self referential' by deleting the Enter and ... | Reinier Zwitserloot |
2010-11-06 | Merge branch 'master' of github.com:rzwitserloot/lombok | Reinier Zwitserloot |
2010-11-06 | implicit flags in interfaces (all methods become public abstract, etc) are no... | Reinier Zwitserloot |
2010-11-06 | Fixed typo | Roel Spilker |
2010-11-03 | big changes to delombok to prep for resolution, when sourcepath and classpath... | Reinier Zwitserloot |
2010-08-13 | The "// Generated by delombok at ...." line at the top of delombok-produced s... | Reinier Zwitserloot |
2010-07-22 | Updated copyright statements and version release name. | Reinier Zwitserloot |
2010-07-22 | Compatibility update for PrettyCommentsPrinter, which should now work better ... | Reinier Zwitserloot |
2010-07-21 | delombok on most javacs would quit with a NoSuchFieldError if it contains <?>... | Reinier Zwitserloot |
2010-07-20 | Added support for setting up an alternative diagnostics listener | Roel Spilker |
2010-07-20 | Moved DeleteLombokAnnotations to the proper package and source dir. | Reinier Zwitserloot |
2010-07-20 | Added copyright header to DelombokApp.java | Reinier Zwitserloot |
2010-07-20 | import lombok.AccessLevel is now also removed during delomboking. | Reinier Zwitserloot |
2010-02-14 | Merge branch 'master' of git@github.com:rzwitserloot/lombok | Roel Spilker |
2010-02-14 | Added unicode escape writing to avoid pesky encoding issues. | Roel Spilker |
2010-02-10 | cmdreader no longer needs @Parameterized | Reinier Zwitserloot |
2010-01-11 | Made DelombokApp's error message if tools.jar is in fact missing more useful;... | Reinier Zwitserloot |
2010-01-11 | Made discovery of tools.jar slightly more robust and got rid of the double er... | Reinier Zwitserloot |
2010-01-07 | Fixing javac's PrettyPrinter's screwup on enum members with bodies or paramet... | Reinier Zwitserloot |
2009-12-21 | [TRIVIAL] style | Reinier Zwitserloot |
2009-12-08 | Fixed issue #78: Delombok should not copy hidden directories (like .git or .c... | Reinier Zwitserloot |
2009-12-07 | Support finding tools.jar from other locations as well | Roel Spilker |
2009-12-04 | Started working on delombok without a file | unknown |
2009-12-02 | Make delombok actually work from the command line if tools.jar is not already... | Roel Spilker |
2009-11-30 | Finally got the printing of comments right. Also added a test to see if the d... | unknown |
2009-11-29 | Improved comment placement (newlines, whitespace) | Roel Spilker |
2009-11-29 | Annotations on parameters should be inline | Roel Spilker |
2009-11-28 | Merge branch 'master' of git@github.com:rzwitserloot/lombok | Reinier Zwitserloot |
2009-11-28 | Redesigned how lombok runs as a command line app, added the ability to print ... | Reinier Zwitserloot |
2009-11-27 | Merge branch 'master' of git@github.com:rzwitserloot/lombok | unknown |
2009-11-27 | Removed empty () for annotation without parameters | unknown |
2009-11-27 | Fix for actually using tools.jar properly. | Reinier Zwitserloot |
2009-11-27 | --help now no longer prints errors. | Reinier Zwitserloot |
2009-11-27 | Delombok now auto-discovers and uses tools.jar from your java installation. | Reinier Zwitserloot |
2009-11-27 | The delombok task now works! | Reinier Zwitserloot |
2009-11-27 | SPI-ified the 'app' concept, which lets us create little apps inside lombok.j... | Reinier Zwitserloot |
2009-11-27 | Preliminary version of the delombok ant task. | Reinier Zwitserloot |
2009-11-27 | Delombok now works from the command line as: | Reinier Zwitserloot |
2009-11-27 | Fixed whitespace to project standards. | Reinier Zwitserloot |
2009-11-27 | Added a class that is easier to use than the parser itself for delombok, as w... | Reinier Zwitserloot |
2009-11-27 | Thorough work on inserting comments in the proper place for delombok; should ... | Roel Spilker |
2009-11-27 | delombok now calls lombok. wahey! | Reinier Zwitserloot |