Age | Commit message (Expand) | Author |
2009-07-28 | Version is now 'standalone' - it is separately compiled. The version is now r... | Reinier Zwitserloot |
2009-07-28 | Added website feature documentation for @ToString and @EqualsAndHashCode, and... | Reinier Zwitserloot |
2009-07-26 | Added changelog tracking. | Reinier Zwitserloot |
2009-07-20 | Updated credits and build.xml for the video. | Reinier Zwitserloot |
2009-07-18 | Removed meta date tag and use single quotes to at least be consistent on | Roel Spilker |
2009-07-18 | Added SneakyThrows which finishes the documentation for the features pages. | Reinier Zwitserloot |
2009-07-18 | Added text for the Synchronized annotation to the features pages. Also did so... | Reinier Zwitserloot |
2009-07-18 | Added descriptions to the ant targets | Roel Spilker |
2009-07-18 | Merge branch 'master' of git@github.com:rzwitserloot/lombok | Roel Spilker |
2009-07-18 | Added auto-upload feature | Roel Spilker |
2009-07-18 | Added Cleanup features text. | Reinier Zwitserloot |
2009-07-17 | Added a useful note pointing at website/publish script. | Reinier Zwitserloot |
2009-07-17 | Added the openjdk6 tools.jar to the deps dir. | Reinier Zwitserloot |
2009-07-17 | Moved from zip to tar for storing the website as an intermediate step, as git... | Reinier Zwitserloot |
2009-07-17 | Moved java2html.jar because naming a directory that doesn't contain built mat... | Reinier Zwitserloot |
2009-07-17 | Added a script that publishes the website dir to github via some crazy git fu. | Reinier Zwitserloot |
2009-07-17 | Added generation of javadoc to the 'website' target, and we also build a zip ... | Reinier Zwitserloot |
2009-07-17 | Now using the ant task for java2html, and also added the generation of line n... | Reinier Zwitserloot |
2009-07-17 | Moved lib/javadoc/java6/package-list to deps, because its not a runtime depen... | Reinier Zwitserloot |
2009-07-17 | Merge branch 'master' of git@github.com:rzwitserloot/lombok | Reinier Zwitserloot |
2009-07-17 | Added documentation for the @Data annotation. Also fixed whitespace issues in... | Reinier Zwitserloot |
2009-07-17 | Features are now 'compiled' by the build.xml script to include the snippets, ... | Reinier Zwitserloot |
2009-07-17 | Changed the generated javadoc to use links to the sun documentation for refer... | Roel Spilker |
2009-07-06 | Fixed javadoc problems, and added a javadoc target to the build script. | Reinier Zwitserloot |
2009-07-05 | Final touches on the installer: | Reinier Zwitserloot |
2009-07-05 | W00t - written an installer that should work on linux (sort of), windows, and... | Reinier Zwitserloot |
2009-06-28 | All lombok code is now targeted at java 1.5, except for the javac-specific st... | Reinier Zwitserloot |
2009-06-19 | Renamed EclipseParserPatcher to EclipsePatcher, as it patches not just the pa... | Reinier Zwitserloot |
2009-06-16 | Implemented a lot of stuff for javac, but we ran into 2 major issues still to... | Reinier Zwitserloot |
2009-06-15 | trivial | Reinier Zwitserloot |
2009-06-15 | Fixed showstopper bugs we ran into when actually running with these changes. ... | Reinier Zwitserloot |
2009-06-15 | Just in case people run lombok.jar as a java app (e.g. by double-clicking it)... | Reinier Zwitserloot |
2009-06-15 | Moved version.txt to lombok.core.Version.java. | Reinier Zwitserloot |
2009-06-12 | the version number generator now strips the newline. It was generating files ... | Reinier Zwitserloot |
2009-06-12 | Filled out the deps and lib system with separate dirs for the agent and lombo... | Reinier Zwitserloot |
2009-06-09 | Build system splits the jars in two. | Reinier Zwitserloot |
2009-06-08 | Initial commit. As a proof of concept, it already works in javac and eclipse! | Reinier Zwitserloot |