aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2009-12-21Added previous fixes to the changelog.Reinier Zwitserloot
2009-12-15Whoops - forgot to add release date to 0.9.2 in changelog.Reinier Zwitserloot
2009-12-15Added fix for issue #83 to the changelog.Reinier Zwitserloot
2009-12-08Added support for SpringSource Tool Suite, which, given that its based on ↵Reinier Zwitserloot
eclipse, was just a matter of updating the installer. Any future tools that are based on eclipse (and eclipse's JDT) should be very easy to add to the installer now.
2009-12-08Added hailbunny name to upcoming 0.9.2 release.Reinier Zwitserloot
2009-12-07Added release dates to the changelogReinier Zwitserloot
2009-12-04changelog updated for fixing #75.Reinier Zwitserloot
2009-12-03[TRIVIAL]Reinier Zwitserloot
2009-12-03Updated the publishing instructions.Reinier Zwitserloot
2009-12-03Cleaned up TODO.txt. At this point it's more documentation of failed ↵Reinier Zwitserloot
experiments than a todo list, so renamed it too.
2009-12-03Updated changelog with netbeans support note, as well as issue 73, and ↵Reinier Zwitserloot
reordered and reformatted a few existing messages.
2009-11-28Added new command line abilities of lombok to the changelog.Reinier Zwitserloot
2009-11-27Updated changelog with the good news on issue #61 (now works on JDK7)Reinier Zwitserloot
2009-11-27delombok is now part of the master branch!Reinier Zwitserloot
2009-11-25Updated the changelog with recent changes.Reinier Zwitserloot
2009-11-09Prep for v0.9.1 releaseReinier Zwitserloot
2009-11-02Pre-release work for v0.9.0.Reinier Zwitserloot
2009-10-08As we just integrated the lombokpatcher branch, which is a pretty massive ↵Reinier Zwitserloot
change, we've upped the next version number to 0.9.0
2009-09-03Added changelog for previous commit.Reinier Zwitserloot
2009-09-03Added changelog note for previous commit.Reinier Zwitserloot
2009-09-03Added changelog on previous commit.Reinier Zwitserloot
2009-09-03I think this one FINALLY fixes the problems with SneakyThrows! Issue #30Reinier Zwitserloot
2009-09-02There was an issue for that last fix (of @SneakyThrows in eclipse), so added ↵Reinier Zwitserloot
an explanation plus a link to the issue to the changelog.
2009-09-01Fixed documentation, specifically: added eclipse help system fix to the ↵Reinier Zwitserloot
changelog, and added some documentation on the special handling of @NonNull/@NotNull/@Nullable for Data and Getter/Setter on the website docs.
2009-08-28Fixes issue #35: ToString now defaults to includeFieldNames=true.Reinier Zwitserloot
2009-08-28Updated documentation for @NonNull (and the changelog).Reinier Zwitserloot
2009-08-27Updated the changelog (WIP 0.8.4)Reinier Zwitserloot
2009-08-21Whoops, forgot to update the changelog of 0.8.3.Reinier Zwitserloot
2009-08-01The warning for not enabling callSuper cannot be avoided, but there are ↵Reinier Zwitserloot
legal reasons for using it, so, changed it: explicitly setting 'callSuper=false' removes the warning. You only get the warning if callSuper is false because that's the default. Fixes issue #13
2009-07-29Added support for maven.Reinier Zwitserloot
2009-07-29Use single quote instead of double quote in javadoc generation due to wonkyRoel Spilker
behaviour of javadoc tool Worked on feature documentation Renamed all "link to issue" to "Issue #n"
2009-07-27Reflected issues #8 and #11 in the changelog.Reinier Zwitserloot
2009-07-26Version up to 0.8.2-HEAD as I just published.Reinier Zwitserloot
2009-07-26Quick and dirty documentation on how to release a new version.Reinier Zwitserloot
2009-07-26Added changelog tracking.Reinier Zwitserloot
2009-07-11More work on the website.Reinier Zwitserloot
2009-07-10I forgot; HandleSetter/HandleGetter already act appropriately with static ↵Reinier Zwitserloot
modifiers.
2009-07-10Worked a lot on the 'what's next' documentation.Reinier Zwitserloot
2009-07-06Fixed javadoc problems, and added a javadoc target to the build script.Reinier Zwitserloot
2009-07-01Support for @SneakyThrows in eclipse.Reinier Zwitserloot
2009-07-01Added ability to @Synchronized to explicitly name the lock object.Reinier Zwitserloot
Spruced up @Cleanup's position settings and also forced initialization, because the error appears in a screwed up place if you don't, and we can't seem to move it.
2009-06-30Saved the previous extensive commit message for posterity in TODO.txtReinier Zwitserloot
2009-06-28Stuck some links for the foss licence in the todo list.Reinier Zwitserloot
2009-06-26Added some bugs that we need to fix.Reinier Zwitserloot
2009-06-23DocReinier Zwitserloot
2009-06-19Added info on the addNetbeans branch.Reinier Zwitserloot
2009-06-19List of stuff we still need to do as well as research notes on how to get there.Reinier Zwitserloot
2009-06-16Implemented a lot of stuff for javac, but we ran into 2 major issues still ↵Reinier Zwitserloot
to be implemented: 1. The visit mode of a lombok handler (does not trigger off of annotations, instead sees every field, method, type, and statement), needs to be coded, 2. triggering off of annotations via APT's annotation handling system skips method-local classes. We'll need to recode this via an AST visitor like we need for issue #1 Other than that, triggering off of annotations works swimmingly!
2009-06-16See diffReinier Zwitserloot
2009-06-12Added a link to how JavaFX bindings work.Reinier Zwitserloot