aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-09-18Merge pull request #1430 from bitsal/masterRoel Spilker
Updated setup instructions for Gradle
2017-09-18Merge pull request #1311 from askoning/testsOnLinuxRoel Spilker
Several minor fixes to make 'ant test' work more reliably on other systems
2017-09-18Merge pull request #1450 from cardamon/fix-builder-javadoc-linkRoel Spilker
Fix @Builder complete doc link.
2017-09-18Merge branch 'kchirls-master'Roel Spilker
2017-09-18Rename class in test fileRoel Spilker
2017-09-18Merge branch 'master' of https://github.com/kchirls/lombok into kchirls-masterRoel Spilker
Fixes #869, fixes #1018
2017-08-08Fix @Builder complete doc link.Jakob van Kruijssen
2017-07-17Possible fix for issue 1440: Error-prone in IntelliJRoel Spilker
2017-07-17Updated website to render snippets more intelligently on reasonably sized ↵Reinier Zwitserloot
browser windows.
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-30Updated setup instructions for Gradlebitsal
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.