Age | Commit message (Expand) | Author |
2011-05-03 | Updated buildscript to new server | Reinier Zwitserloot |
2011-05-03 | Changed how @Delegate works in ecj - methods already present do NOT | Reinier Zwitserloot |
2011-05-03 | Merge branch 'master' of git@github.com:rzwitserloot/lombok | Roel Spilker |
2011-05-03 | Eclipse 3.7 updated some internal AST classes, causing: | Roel Spilker |
2011-04-01 | Yet another eclipse mirror went down or deleted an older version. We're now h... | Reinier Zwitserloot |
2011-04-01 | Now logging a warning with diagnostic info so that the next time | Reinier Zwitserloot |
2011-04-01 | Added ability to log warnings in eclipse error log. | Reinier Zwitserloot |
2011-03-28 | Now delegating classes defined in the same project works. | Reinier Zwitserloot |
2011-03-23 | Updated documentation of XArgsConstructor to highlight that we won't/can't re... | Reinier Zwitserloot |
2011-03-22 | jarjar now used to make sure asm is no longer on the bootclasspath when using... | Reinier Zwitserloot |
2011-03-18 | Rewritten @Cleanup's new null analysis prevention to not use | Reinier Zwitserloot |
2011-03-18 | previous attempt to use more maven central repos failed, so reverted most of it. | Reinier Zwitserloot |
2011-03-16 | Updated instructions for publishing a new version | Reinier Zwitserloot |
2011-03-16 | Added printing oss.sonatype.org usernamepass to build script when publishing ... | Reinier Zwitserloot |
2011-03-13 | Updated maven pom and deploy process; now lombok is linked in mavencentral so... | Reinier Zwitserloot |
2011-03-06 | Maven insists on having javadoc jars, so buh, I guess we'll comply with that. | Reinier Zwitserloot |
2011-03-06 | Added our issue tracker to our pom | Reinier Zwitserloot |
2011-03-06 | Replaced a bunch of deps to entries in maven central instead of self-written ... | Reinier Zwitserloot |
2011-03-06 | added developers and contributors to maven pom. | Reinier Zwitserloot |
2011-02-28 | Updates examples to use Guice and hibernate validators. | grootjans |
2011-02-28 | Issue 192: Add documentation for onMethod=, onParam, onConstructor | grootjans |
2011-02-21 | Issue 194: Javac gives and error when lombok.jar is on the classpath | Roel Spilker |
2011-02-15 | Delomboking multiple files still wasn't working right and would result in an ... | Reinier Zwitserloot |
2011-02-15 | Updated changelog to represent fix for issue #177. | Roel Spilker |
2011-02-15 | Added .markdown.html to gitignore. I wrote a tool that produces these from .m... | Roel Spilker |
2011-02-15 | Should be a fix for issue #177: NoClassDefFoundErrors for JavacProcessingEnvi... | Roel Spilker |
2011-02-14 | Added a number of test for AllArgsConstuctor, RequiredArgsConstructor, NoArgs... | grootjans |
2011-02-14 | Added annotation for handleconstructor: issue 172 | grootjans |
2011-02-07 | Added test to confirm behaviour of @RequiredArgsConstructor, @ToString, and @... | Reinier Zwitserloot |
2011-02-07 | Updated changelog for @Delegate and 'val' | grootjans |
2011-02-07 | Added documentation for @Delegate. This fixes issue 189 | grootjans |
2011-02-07 | trivial change: Removed bug 181 from the changelog. It's too trivial to put o... | Reinier Zwitserloot |
2011-02-07 | Removed a debug print. | Reinier Zwitserloot |
2011-02-07 | Updated changelog to reflect fix of issue #148 (getter/setter with booleans w... | Reinier Zwitserloot |
2011-02-07 | Testcases updated with new behaviour of @Getter/@Setter on booleans. | Reinier Zwitserloot |
2011-02-07 | Presence of isFoo(), hasFoo(), and getFoo(), as well as properties named 'isF... | Reinier Zwitserloot |
2011-02-07 | Removed planned extension 'make @SneakyThrows not runtime dependent on lombok... | Reinier Zwitserloot |
2011-01-31 | Issue 182: Cleanup documentation should include null-check | Roel Spilker |
2011-01-31 | Calling setCharset with null will use the system default charset (issue 181) | Roel Spilker |
2011-01-31 | Changed internal call for resolution to method support in javac7 | grootjans |
2011-01-24 | NPE fix | Reinier Zwitserloot |
2011-01-24 | In javac, @XArgsConstructor on enums was not forcing the generated constructo... | Philipp Eichhorn |
2011-01-17 | trivial update to the build script to get rid of a warning while building tests | Reinier Zwitserloot |
2011-01-17 | Some of the tests weren't succeeding (and haven't for a while now) since fixi... | Reinier Zwitserloot |
2011-01-16 | updated the eclipse ecj mirrors as the belgium mirror was discontinued | grootjans |
2011-01-10 | Merge branch 'master' of git@github.com:rzwitserloot/lombok | Roel Spilker |
2011-01-10 | In javac7 the BaseFileObject and JavacFileManager have been moved from | Roel Spilker |
2011-01-08 | Making delombok compatible with post-resolution transformers meant delombok w... | Reinier Zwitserloot |
2011-01-02 | Should fix issue #175, where annotations mysteriously appear to be copied to ... | Reinier Zwitserloot |
2011-01-02 | Added debug feature (disabled in this commit) to print types of nodes printed... | Reinier Zwitserloot |