Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-17 | Fix: getters and setters for $foo fields (including our own $lock!) are now ↵ | Reinier Zwitserloot | |
no longer generated. | |||
2009-10-17 | Change to the website page on disableCheckedExceptions to reflect the fact ↵ | Reinier Zwitserloot | |
that its no longer developed in a branch. | |||
2009-10-16 | The old 'disableCheckedExceptions' branch wasn't a particularly nice ↵ | Reinier Zwitserloot | |
distribution/storage model of experimental features. For example, it was hopelessly out of date. Redesigned to a separate experimental directory, along with new build scripts, and rewrite it to the new lombok.patcher model. Unfortunately it doesn't actually work, just yet. Seems to do nothing at all. | |||
2009-10-07 | build.xml was getting rather large, so its been split up into separate ↵ | Reinier Zwitserloot | |
scripts. The scripts have also gained the ability to build certain dependencies, such as lombok.patcher which is being worked on in tandem with this project, automatically. Also, the deps system has been changed slightly; the agents builds and the main lombok build now all work off of a single dependency directory. Also removed the website/publish script, as we haven't used github's project hosting for some time now. | |||
2009-09-03 | Added a bunch of javadoc. No other changes. | Reinier Zwitserloot | |
2009-09-03 | Updated website features documentation for the new AnnotationLevel.NONE. | Reinier Zwitserloot | |
2009-09-03 | Addressed issue #32: The @EqualsAndHashCode and @ToString annotations now ↵ | Reinier Zwitserloot | |
support explicitly listing the fields to use, via the new 'of' parameter. We've also added any fields that start with $ to the default excludes list. Lombok itself can generate these fields ($lock of @Synchronized, for example), and in general they probably should count as effectively not part of the class. | |||
2009-09-02 | Explained the correct pom magic incantation to force maven to use a v1.6 ↵ | Reinier Zwitserloot | |
compiler. | |||
2009-09-01 | Fixed 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-19 | Added link to sun bug db which contains a feature request that is analogous ↵ | Reinier Zwitserloot | |
to @SneakyThrows, except with a keyword. | |||
2009-08-04 | ToString had the wrong title (@Data instead of @ToString) | Reinier Zwitserloot | |
2009-07-30 | Whoops, we updated the 'header' control on index.html and totally forgot to ↵ | Reinier Zwitserloot | |
port the changes over to slideshow.html which has the same header. Fixed now, and uploaded to website. | |||
2009-07-29 | Added support for maven. | Reinier Zwitserloot | |
2009-07-29 | Removed mention of github hosting the website. It doesn't. We're hosting it ↵ | Reinier Zwitserloot | |
ourselves. | |||
2009-07-29 | Corrected 'licence' to 'license' which is a far more popular spelling. | Reinier Zwitserloot | |
2009-07-29 | Removed small print which was covering gimmies already covered in @ToString, ↵ | Reinier Zwitserloot | |
@EqualsAndHashCode, and @Getter / @Setter documentation. | |||
2009-07-29 | Use single quote instead of double quote in javadoc generation due to wonky | Roel Spilker | |
behaviour of javadoc tool Worked on feature documentation Renamed all "link to issue" to "Issue #n" | |||
2009-07-28 | Updated website target to bzip2 the content, as our deployment these days ↵ | Reinier Zwitserloot | |
isn't via git, but via an ssh upload. | |||
2009-07-28 | Version is now 'standalone' - it is separately compiled. The version is now ↵ | Reinier Zwitserloot | |
reflected in all javadoc pages, and on the website itself. The website design has been updated to have a link to the changelog and to mention the current version. Addresses issue #9. | |||
2009-07-28 | Address issue #10: If the video won't play, and you don't see the failsafe ↵ | Reinier Zwitserloot | |
'download it instead' message, there's now still a link in the footer if you can't see the video to help folks with a bad mix of plugins along. | |||
2009-07-28 | Added website feature documentation for @ToString and @EqualsAndHashCode, ↵ | Reinier Zwitserloot | |
and modified the docs for @Data to refer to the docs of these new annotations. The build script for the website has been updated to clean out the website build dir first, so files that used to exist but have now been tossed are no longer there. There's also a special website-no-videos target which builds a website deployable without the videos. This makes the upload a lot faster if the videos haven't changed. | |||
2009-07-23 | Added chrome to the list of alternative browser when the video doesn't play. | Roel Spilker | |
2009-07-22 | Added google analytics tracking. | Reinier Zwitserloot | |
2009-07-22 | Added a link to javadoc. | Reinier Zwitserloot | |
2009-07-22 | Update to the credits page with photos and a mention of spi.googlecode.com | Reinier Zwitserloot | |
2009-07-22 | Okay, I _think_ the video should now work just about everywhere: | Reinier Zwitserloot | |
FF3.5 (video) FF3.0 (flash, even if flash is at an ooold version) Safari 4 (video) IE6, 7, and 8 Opera10 Any flash version (or at least, 6 and up) should work, in that too old versions will show an upgrade-your-flash thingie. If javascript is on. Otherwise, well, you're screwed. | |||
2009-07-22 | On IE, without explicit sizes for the sldieshow images, they looked borked. | Reinier Zwitserloot | |
2009-07-21 | Whoops, saved the images as quickdraw pictures. That's not going to work ↵ | Reinier Zwitserloot | |
anywhere except on macs! | |||
2009-07-21 | Added the slideshow | Reinier Zwitserloot | |
2009-07-21 | We don't put 'monospaced' in <code>'s CSS because that somehow affects ↵ | Reinier Zwitserloot | |
rendering in safari. I also removed it from <pre>, because why in one but not the other? | |||
2009-07-21 | If the video tag doesn't work, flash is tried next instead of quicktime. | Reinier Zwitserloot | |
2009-07-21 | Final versions of the videos | Reinier Zwitserloot | |
2009-07-20 | Updated credits and build.xml for the video. | Reinier Zwitserloot | |
2009-07-20 | Added the videos | Reinier Zwitserloot | |
2009-07-18 | Added credits page. | Reinier Zwitserloot | |
2009-07-18 | More work on making that godawful excuse for a browser, IE6, render this ↵ | Reinier Zwitserloot | |
stuff at least halfway readable. It's not nearly as cool as on proper browsers, but IE6 users can go stuff themselves. | |||
2009-07-18 | Typo fixes. | Reinier Zwitserloot | |
2009-07-18 | Added feedback from r.spilker. | Reinier Zwitserloot | |
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 ↵ | Reinier Zwitserloot | |
some fixes in regards to whitespacing (some fancy footwork in regards to white-space: pre). | |||
2009-07-18 | Site now looks passable in IE6 and IE7 too. | Reinier Zwitserloot | |
2009-07-18 | Added a byline to all current feature pages, as well as fixing 1 typo in ↵ | Reinier Zwitserloot | |
Cleanup.html. | |||
2009-07-18 | Added Cleanup features text. | Reinier Zwitserloot | |
2009-07-17 | Check for tar file instead of zip file | 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 | 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 | 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 | Moved right parenthesis | Roel Spilker | |