Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-22 | upgraded to lombok.patcher 1.15 to fix bug 670. | Reinier Zwitserloot | |
2014-05-21 | New year in documentation | Roel Spilker | |
2014-05-21 | Fix website re. Delegate | Roel Spilker | |
2014-05-12 | patcher upgrade for issue 666. | Reinier Zwitserloot | |
2014-05-04 | thoroughly updated the launch targets for testing lombok in eclipse; | Reinier Zwitserloot | |
they should now be able to handle running JDK8 etc tests. CAREFUL: You MUST name your JDK8 'JavaSE-1.8' or it won't work. Also added a basic test for JDK8 features. | |||
2014-05-01 | some pretty significant changes to the build system, to try and add testing ↵ | Reinier Zwitserloot | |
against ecj8 to the lineup, and to force compilation with the bootstrap classpath of JDK6 so that we won't accidentally add deps on things that JVM6es don't have. | |||
2014-04-02 | [#655] Switched to ASM5 to support -target 1.8 classes. | Reinier Zwitserloot | |
2014-03-04 | [configuration] Merge branch 'master' as we work on configuration. | Reinier Zwitserloot | |
* Conflict due to adding topic() feature to logger in master, and 'field name' feature in config branch. * master has since updated to shiny new eclipse dep versions and the 'ant eclipseForDebugging' feature, but this branch added deps. Addressed that. * Renamed 'loggerCategory' to 'loggerTopic'. I know, that wasn't exactly right to do in a merge, but, there you have it. * Test infrastructure changed in configuration branch, and tests had been added in master branch. Conflicts: build.xml buildScripts/ivy.xml src/core/lombok/eclipse/handlers/HandleLog.java src/core/lombok/extern/apachecommons/CommonsLog.java src/core/lombok/extern/java/Log.java src/core/lombok/extern/log4j/Log4j.java src/core/lombok/extern/log4j/Log4j2.java src/core/lombok/javac/handlers/HandleLog.java test/transform/resource/after-ecj/ValInTryWithResources.java | |||
2014-03-01 | yet another patcher-sourced fix, heh. Version-a-day! | Reinier Zwitserloot | |
2014-03-01 | Updated to new patcher to get rid of JNA dep. | Reinier Zwitserloot | |
2014-02-27 | Fixed debug template for LombokizedEclipse, and added 'local' option for ↵ | Reinier Zwitserloot | |
lombok.patcher. | |||
2014-02-27 | Fixed lombok support in eclipse 4.4 ('luna'). | Reinier Zwitserloot | |
2014-02-25 | yet another (much better) attempt at fixing the deadlock issue. Again all ↵ | Roel Spilker | |
the work is in lombok.patcher, this is just updating the deps. | |||
2014-02-24 | Another shot in the dark to fix deadlock issues with eclipse and build ↵ | Roel Spilker | |
plugins, issue #645 and issue #531. The actual fix is in lombok.patcher, this is just a dep update to use v0.8 of lombok.patcher which is the real shot in the dark. | |||
2014-02-10 | [deps] Updated eclipse deps to 3.9 tree. This also enables testing java7 ↵ | Reinier Zwitserloot | |
features on ecj. [Log] updated naming for @Log (topic= instead of mchmulder's 'value'). | |||
2014-02-07 | [eclipse debugging] a new target, 'eclipseForDebugging', which imports deps ↵ | Reinier Zwitserloot | |
from your eclipse so that line numbers etc line up with your eclipse. | |||
2013-12-15 | work in progress on ProjectSearcher. | Reinier Zwitserloot | |
2013-09-10 | updated SPI, it did not work in JDK8 properly | Reinier Zwitserloot | |
2013-07-18 | Upyeared the copyright notice in the generated javadoc. | Roel Spilker | |
2013-07-08 | possible fix for a deadlock issue 531. | Reinier Zwitserloot | |
2013-07-08 | Fixed value's snippet integration (it hadn't been updated yet now that Value ↵ | Reinier Zwitserloot | |
has moved from experimental into core). | |||
2013-06-18 | javac builder implementation. Passes all tests. | Reinier Zwitserloot | |
Added toString() impl for builders in both eclipse and javac. Added all documentation, though it'll need some reviewing. | |||
2013-05-31 | Added @NonNull on parameters feature (issue 514), | Reinier Zwitserloot | |
including docs and changelog. | |||
2013-04-23 | bugfix in website ant buildscript for finding the Java2HtmlTask | Reinier Zwitserloot | |
2013-03-11 | Added @Log4j2 support. | Reinier Zwitserloot | |
2013-03-11 | startOnFirstThread is no longer necessary on modern JVMs on mac. | Reinier Zwitserloot | |
2013-02-18 | whoops, belated push and fixes to the documentation of onX | Reinier Zwitserloot | |
2012-11-17 | Added all documentation for the onX feature and updated changelog. | Reinier Zwitserloot | |
Now to actually write the feature (Well, rescue it from the onX-removal tag). | |||
2012-10-30 | Added annotation for the slf4j extended logger | grootjans | |
2012-10-25 | Updated the setup test environment tasks in the build script to produce ↵ | Reinier Zwitserloot | |
eclipse launch targets IF the project has been treated as eclipse project ('.project' is present). | |||
2012-09-17 | If val errors out, now at least you see where it happened. | Reinier Zwitserloot | |
2012-08-13 | prettying up the pre/post examples for FieldDefaults and ExtensionMethod | Reinier Zwitserloot | |
2012-08-13 | Documentation for @Value, @FieldDefaults, @Wither | Reinier Zwitserloot | |
2012-07-02 | Updated the ant version due to an issue with invalid sha1-hashes on ↵ | grootjans | |
maven-central for the 1.8.0 version | |||
2012-06-18 | Added documentation for @ExtensionMethod feature | Reinier Zwitserloot | |
2012-03-27 | fixes for 'ant website' build target. Also fixing some errors in javadoc. | Reinier Zwitserloot | |
2012-03-22 | build script now contains an explicit javadoc target. | Reinier Zwitserloot | |
2012-01-23 | Give the LombokizedEclipse a bit more permgen space | Roel Spilker | |
2012-01-23 | Test script fixes | Roel Spilker | |
2012-01-09 | Updated to ASM4 final. | Reinier Zwitserloot | |
2011-12-19 | Added building lombok-utils to build file. | Reinier Zwitserloot | |
2011-11-07 | Changed copyright notices | Roel Spilker | |
2011-08-19 | Fixed buildscript (onX is gone, that had to be reflected in the buildscript). | Reinier Zwitserloot | |
2011-08-15 | Changed dep name of 'javac' into 'javac6' and added 'javac7', mostly for ↵ | Reinier Zwitserloot | |
contrib purposes (we still compile against javac6, but having javac7 around for testing and such is nice). | |||
2011-07-18 | There's now 1 test suite that runs all tests, and 'ant eclipse' will make a ↵ | Roel Spilker | |
launch config that adds the appropriate -javaagent VM param to ensure the runWithEclipse tests work. | |||
2011-06-20 | Minor tweaks to documentation updates (javadocs, website). | Reinier Zwitserloot | |
2011-06-07 | Updated to ASM 4.0RC1 so that we can deal with java7, | Reinier Zwitserloot | |
especially class files built with java7. Fixes issue #188 | |||
2011-06-06 | Minor update to include a timestamp on the edge release download page. | Reinier Zwitserloot | |
2011-06-02 | ecj and jdt.core contain mostly the same classes. Its possible to get these ↵ | Reinier Zwitserloot | |
mixed up and that would be bad (SecurityExceptions as signatures don't match, and in general mixing and matching classes from different releases). Just ditching ecj should do the job. | |||
2011-05-03 | Updated buildscript to new server | Reinier Zwitserloot | |