Age | Commit message (Expand) | Author |
2013-07-28 | more progress. This one is less JDK8 compatible, but | Reinier Zwitserloot |
2013-07-22 | Merge branch 'master' into jdk8. Also added some major fixes whilst merging. | Reinier Zwitserloot |
2013-07-07 | lombok's compile target is 1.6, but, eclipse project was generated as 1.7. Th... | Reinier Zwitserloot |
2013-07-07 | FINALLY! Found the cause of a really weird eclipse bug, | Reinier Zwitserloot |
2013-04-05 | Update to newer version of ivyplusplus | Reinier Zwitserloot |
2013-04-05 | Fixed small typo | Robbert Jan Grootjans |
2013-03-11 | changed the pattern for writing dependencies to the various lib/ directories | Reinier Zwitserloot |
2013-03-11 | startOnFirstThread is no longer necessary on modern JVMs on mac. | Reinier Zwitserloot |
2013-03-08 | Test setup for JDK8 support. | Robbert Jan Grootjans |
2012-10-25 | Updated the setup test environment tasks in the build script to produce eclip... | Reinier Zwitserloot |
2012-10-23 | Typo fixes in build.xml | Reinier Zwitserloot |
2012-10-22 | Ever since we do a lot more than just calling 'parse' when running delombok i... | Reinier Zwitserloot |
2012-03-26 | Trivial update to build script. | Reinier Zwitserloot |
2012-03-22 | build script now contains an explicit javadoc target. | Reinier Zwitserloot |
2012-01-31 | Fix for publish target in build file. | Reinier Zwitserloot |
2012-01-23 | further fixes to the build script. I think it's good now.... | Reinier Zwitserloot |
2012-01-23 | Okay, now the build should be truly fixed again... at least, if you're runni... | Reinier Zwitserloot |
2012-01-23 | Test script fixes | Roel Spilker |
2012-01-09 | Build was broken for fresh git clones. | Reinier Zwitserloot |
2012-01-09 | Added a test to make sure we never break ecj again. | Reinier Zwitserloot |
2011-12-19 | fixed publishing of the lombok-utils jar to the server | Reinier Zwitserloot |
2011-12-19 | Added building lombok-utils to build file. | Reinier Zwitserloot |
2011-12-12 | Added AUTHORS file to lombok.jar distributable. | Reinier Zwitserloot |
2011-11-07 | Changed copyright notices | Roel Spilker |
2011-11-01 | Fixed issue 284 now also for java7, introduced more stubbing | Roel Spilker |
2011-10-31 | Add src/utils to the source paths | Roel Spilker |
2011-10-24 | pretty big refactor; introduced a new source package which should be (and is)... | Reinier Zwitserloot |
2011-08-29 | trivial | Reinier Zwitserloot |
2011-08-24 | whoops javac.jar got renamed to javac6.jar | peichhorn |
2011-08-24 | To run the tests, having javac in the bootclasspath is required on all platfo... | peichhorn |
2011-08-15 | Integrated Philipp's proof-of-concept delombok in javac7 fix, and used some | Reinier Zwitserloot |
2011-08-15 | Changed dep name of 'javac' into 'javac6' and added 'javac7', mostly for cont... | Reinier Zwitserloot |
2011-08-11 | Got delombok to work with JDK 1.7. | peichhorn |
2011-07-18 | There's now 1 test suite that runs all tests, and 'ant eclipse' will make a l... | Roel Spilker |
2011-06-13 | Updated to ivyplusplus 1.7 and used ivy:cachedunjar to shave a second off bui... | Reinier Zwitserloot |
2011-06-06 | ecj is now downloaded into lib/ecj. We don't currently use it for anything an... | Reinier Zwitserloot |
2011-06-02 | the new eclipse dietparse test suite written by philipp requires junit to be ... | Reinier Zwitserloot |
2011-05-16 | Robbert Jan excluded com/sun from the pack a while ago, but this by accident ... | Reinier Zwitserloot |
2011-03-22 | jarjar now used to make sure asm is no longer on the bootclasspath when using... | Reinier Zwitserloot |
2011-03-16 | Added printing oss.sonatype.org usernamepass to build script when publishing ... | Reinier Zwitserloot |
2011-03-13 | Updated maven pom and deploy process; now lombok is linked in mavencentral so... | Reinier Zwitserloot |
2011-03-06 | Maven insists on having javadoc jars, so buh, I guess we'll comply with that. | Reinier Zwitserloot |
2011-01-17 | trivial update to the build script to get rid of a warning while building tests | Reinier Zwitserloot |
2011-01-10 | In javac7 the BaseFileObject and JavacFileManager have been moved from | Roel Spilker |
2010-12-28 | Second time's the charm - fix for generating LombokizedEclipse.launch in wind... | Reinier Zwitserloot |
2010-12-22 | Generating LombokizedEclipse.launch was broken on non-macs. | Reinier Zwitserloot |
2010-11-29 | Use includeantruntime="false" for safety and to avoid warnings under Ant 1.8.0+. | Jesse Glick |
2010-11-27 | Want to code lombok in intellij? Run 'ant intellij', possible from this patch... | Reinier Zwitserloot |
2010-11-10 | deleted netbeans agent. With the new resolution features it'll never work, an... | Reinier Zwitserloot |
2010-08-15 | Updated buildscript to include tests and eclipse .project generation for the ... | Roel Spilker |