Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-17 | Merge branch 'master' of git@github.com:rzwitserloot/lombok | Roel Spilker | |
2009-07-17 | Added useful error message in case you don't have the gh-pages branch locally. | Roel Spilker | |
2009-07-17 | Moved from zip to tar for storing the website as an intermediate step, as ↵ | Reinier Zwitserloot | |
git for windows has tar but not unzip. | |||
2009-07-17 | Moved java2html.jar because naming a directory that doesn't contain built ↵ | Reinier Zwitserloot | |
material 'build' was just stupid. | |||
2009-07-17 | Remove reliance on dirname, as its not available on some git-for-windows ↵ | Reinier Zwitserloot | |
installs. | |||
2009-07-17 | Added a script that publishes the website dir to github via some crazy git fu. | Reinier Zwitserloot | |
Also stripped out how javadoc generated a comment with a timestamp, as to publish to github, we check in the files, which generates pointless and enormous changesets. | |||
2009-07-17 | Added generation of javadoc to the 'website' target, and we also build a zip ↵ | Reinier Zwitserloot | |
file now. | |||
2009-07-17 | Changed the link to 'features' to our own features overview page. | Reinier Zwitserloot | |
2009-07-17 | Very minor typos in Data/GetterSetter, added an index page for the features ↵ | Reinier Zwitserloot | |
overview, and increased transparancy on the pepper background. | |||
2009-07-17 | Now using the ant task for java2html, and also added the generation of line ↵ | Reinier Zwitserloot | |
numbers. | |||
2009-07-17 | Moved lib/javadoc/java6/package-list to deps, because its not a runtime ↵ | Reinier Zwitserloot | |
dependency. | |||
2009-07-17 | Moved right parenthesis | Roel Spilker | |
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 ↵ | Reinier Zwitserloot | |
in the snippet views, and removed a debug print in one of the snippets. | |||
2009-07-17 | Features are now 'compiled' by the build.xml script to include the snippets, ↵ | Reinier Zwitserloot | |
found in the usage_examples directory. Also worked on the styling of the feature pages. | |||
2009-07-17 | We're not going to show the difference via images, so this image is no ↵ | Reinier Zwitserloot | |
longer needed. | |||
2009-07-17 | Changed the generated javadoc to use links to the sun documentation for ↵ | Roel Spilker | |
references to java6 se classes | |||
2009-07-17 | Made background of found Eclipses white | Roel Spilker | |
2009-07-17 | Made the detection of drives more robust on Windows | Roel Spilker | |
2009-07-17 | Layout for the features pages. | Reinier Zwitserloot | |
2009-07-16 | Made the downloadinfo on the index page a bit smaller (it was overflowing ↵ | Reinier Zwitserloot | |
its container), and removed the fun but unreliable glow effect. | |||
2009-07-16 | Added explanation for the download info text that you may have to run 'java ↵ | Reinier Zwitserloot | |
-jar lombok.jar' in case some fucktard archiver tool overwrote the default action for jar files. | |||
2009-07-16 | Moved this script to copy the recently built lombok.jar to the same location ↵ | Reinier Zwitserloot | |
that the installer uses. | |||
2009-07-16 | Removed a debug print. | Reinier Zwitserloot | |
2009-07-16 | Added icon to frame, set background color of found eclipses to WHITE, use | Roel Spilker | |
platform path separator in installer "What do I do" text. | |||
2009-07-14 | replaced line endings. | Roel Spilker | |
2009-07-14 | Used reflection to call Apple native look to avoid errors in a non-mac | Roel Spilker | |
development environment | |||
2009-07-14 | Added our test video | Reinier Zwitserloot | |
2009-07-14 | Fixed a problem where @Data with a static constructor and generics params on ↵ | Reinier Zwitserloot | |
the class would generate errors regarding IllegalArgumentException in setSourcePosition in ASTNode. | |||
2009-07-13 | Made the help text when you click on the download link properly positioned. | Reinier Zwitserloot | |
2009-07-12 | Example for the @Data annotation. | Reinier Zwitserloot | |
2009-07-12 | More fixes to avoid erroneous "getter/setter is already there, not ↵ | Reinier Zwitserloot | |
generating it" warnings when the getter/setter already there was in fact generated by lombok, and fixed a bug in eclipse where a boolean array's getter method would be called isFoo() instead of getFoo(). | |||
2009-07-11 | 'fixed' data up a bit by including only the final fields for the constructor. | Reinier Zwitserloot | |
Also fixed a bug in javac's toString() generation for the @Data constructor. It did not include the transient fields. | |||
2009-07-11 | Added examples with pre and post lombok conversion for the website. | Reinier Zwitserloot | |
2009-07-11 | The setter/getter handlers now mark themselves as not wanted to be called ↵ | Reinier Zwitserloot | |
upon anymore when reporting errors. They were logging 4 or more identical warnings per problem before this change. | |||
2009-07-11 | Made 'printContent=true' work for types as well as method bodies/initializers. | Reinier Zwitserloot | |
2009-07-11 | Added the github 'fork me' banner. | Reinier Zwitserloot | |
2009-07-11 | More work on the website. | Reinier Zwitserloot | |
2009-07-10 | I forgot; HandleSetter/HandleGetter already act appropriately with static ↵ | Reinier Zwitserloot | |
modifiers. | |||
2009-07-10 | Worked a lot on the 'what's next' documentation. | Reinier Zwitserloot | |
2009-07-10 | Found ANOTHER javac bug. | Reinier Zwitserloot | |
2009-07-09 | Website. | Reinier Zwitserloot | |
2009-07-08 | Made 'Throwable.class' the default for SneakyThrows. | Reinier Zwitserloot | |
2009-07-08 | Renamed all true names of 'eclipse' to 'Eclipse' (but not the eclipse ↵ | Reinier Zwitserloot | |
package, of course), and fixed a showstopper bug in the installer that would add -javaagent:lombok.jar to eclipse.ini, which is wrong of course; it needs to be lombok.eclipse.agent.jar. | |||
2009-07-06 | Fixed javadoc problems, and added a javadoc target to the build script. | Reinier Zwitserloot | |
2009-07-06 | Last massive documentation dump. All basic javadoc is now done, though ↵ | Reinier Zwitserloot | |
especially the docs on the lombok annotations in the lombok package need far more massaging. Also added a feature to HandleSynchronized to not auto-generate the locker fields if a specific name is provided (because, imagine you typoed those. You'd never find it!) | |||
2009-07-05 | More documentation. | Reinier Zwitserloot | |
2009-07-05 | More documentation. | Reinier Zwitserloot | |
2009-07-05 | Final touches on the installer: | Reinier Zwitserloot | |
- some bug fixes for linux - renamed InstallerWindow to Installer - Apple-specific prettification added (dock icon, app name) - more documentation. Also, I started added an open source licence to all files. | |||
2009-07-05 | [TRIVIAL] | Reinier Zwitserloot | |