aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-04post-release version bump.Reinier Zwitserloot
2017-07-04pre-release version bump.Reinier Zwitserloot
2017-07-04updated changelog.Reinier Zwitserloot
2017-07-04Fixed some exotic singular cases that were being autosingularized incorrectly.Reinier Zwitserloot
2017-07-03Added some broken autosingulars.Reinier Zwitserloot
2017-06-19Added pages for build tools, and updated the android instructions.Reinier Zwitserloot
2017-06-19Add test to make sure we don't add a super call if the type explicitly ↵Roel Spilker
extends Object
2017-06-19Possible solution for issue 1290Roel Spilker
2017-06-19Merge pull request #1418 from jimreader/patch-1Roel Spilker
Wrong IDE referenced in the restart step
2017-06-19Wrong IDE referenced in the restart stepjimreader
2017-06-13jdk9: possible fix for errorproneRoel Spilker
2017-06-13timestamp is added to download-edge releases.Reinier Zwitserloot
2017-06-13bugfix for htaccessReinier Zwitserloot
2017-06-13The way download-edge makes the HTML page for the edge release completely ↵Reinier Zwitserloot
rewritten.
2017-06-13Added a ‘contributing’ page.Reinier Zwitserloot
2017-06-13Javadoc now builds without warnings. All links to external javadoc replaced ↵Reinier Zwitserloot
with straight up links to avoid the <javadoc> target from trying to download a bunch of index pages.
2017-06-13All references in javadoc to projectlombok.org URLs now use the canonical URL.Reinier Zwitserloot
2017-06-13htaccess dynamically generated to canonicalize all web requests.Reinier Zwitserloot
2017-06-13Final touches to the website (very minor typos etc update)Reinier Zwitserloot
2017-06-13Removed old website; we no longer use it.Reinier Zwitserloot
2017-06-12jdk9: ongoing debugging information for errorproneRoel Spilker
2017-05-29made the site look a lot better on ‘small’ responsive mode (phones and ↵Reinier Zwitserloot
such).
2017-05-29In the highly unlikely scenario the browser doesn’t support <video> tags ↵Reinier Zwitserloot
we now tell the visitor to go watch it on youtube. (Thanks Yasin Okumus for the idea!)
2017-05-29Final touches to the new website:Reinier Zwitserloot
* htaccess for ‘nice looking’ URLs. * download-edge overwritten upon stable releases. * fixes to the build system. * Added google analytics pagetracker.
2017-05-29update to refer to lombok.Generated vs javax.annotation.Generated in docs.Reinier Zwitserloot
2017-05-29video now has a poster.Reinier Zwitserloot
2017-05-29Styling and layout of all-versions, download, and changelog fixed/updated.Reinier Zwitserloot
2017-05-29Website maker updated to fix the changelog and do a proper job at supporting ↵Reinier Zwitserloot
all-versions.
2017-05-29website build script updated to work with new template based website.Reinier Zwitserloot
2017-05-29The great rename: the old ‘website’ is now ‘website-old’, and ↵Reinier Zwitserloot
‘website2’ is now ‘website’.
2017-05-29moved an update to the website text about the jdk8 onX support to the new ↵Reinier Zwitserloot
website templates.
2017-05-29[trivial] fixing file casing.Reinier Zwitserloot
2017-05-29varExample class was confusingly called ValExample.Reinier Zwitserloot
2017-05-29the public API generator now skips ConfigurationKeys classes which really ↵Reinier Zwitserloot
aren’t needed and kinda clutter up the jar (There are a lot of class files generated by that one source file!).
2017-05-29[wip] download pages.Reinier Zwitserloot
2017-05-29credits page updated.Reinier Zwitserloot
2017-05-29feature pages updated and made more consistent.Reinier Zwitserloot
2017-05-29setup pages added.Reinier Zwitserloot
2017-05-29the all-versions page is fetched in order to allow generating an updated ↵Reinier Zwitserloot
copy of that page.
2017-05-29Updated just about all of the pages to the template-based redesign.Reinier Zwitserloot
Added ajaxified loading for feature pages.
2017-05-16update testsRoel Spilker
2017-05-16[i1351] Warning on initialized non-final field in Builder was wrongRoel Spilker
2017-05-15[installer] set minimum sizes, possible fix for 1383Roel Spilker
2017-05-15[jdk9] add support for errorprone MaskedFileManagerRoel Spilker
2017-05-08applying @lacivert \s update to the site to link to the youtube video on ↵Reinier Zwitserloot
video playback issues, to the main branch.
2017-05-08[jdk9] added debugging information for when we cannot determine the compilerRoel Spilker
2017-03-23post-release version bump.Reinier Zwitserloot
2017-03-23pre-release version bump.. with a new name!Reinier Zwitserloot
2017-03-23Fixed issue #1342: builder now marks generated stuff as deprecated if ↵Reinier Zwitserloot
appropriate.
2017-03-23[i1180] generate ConstructorProperties also for (package) private constructorsRoel Spilker