aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/javac/apt
AgeCommit message (Expand)Author
2014-06-06[i554] Another try to prevent NPEs on IBM J9Roel Spilker
2014-03-01Potential fix for NPE in classloader, issue 648Roel Spilker
2014-01-15added package-infos to lots of packages, updated the javadoc in these, and ma...Reinier Zwitserloot
2013-09-24tiny tiny fix for some incredibly unlikely mix of intellij, ibm stuff, and wh...Reinier Zwitserloot
2013-06-16issue 536: annotationprocessor now always returns false.Reinier Zwitserloot
2012-08-28If the JVM is started with -Dlombok.disable, lombok is disabled entirely for ...Reinier Zwitserloot
2012-08-10Added an optimization to javac: Don't force new resolution rounds if none of ...Reinier Zwitserloot
2012-08-10bugfix: Detecting javac6 didn't work on soylatte; now it does.Reinier Zwitserloot
2012-08-10* Added priorities to handlers, along with implementation of the priority sys...Reinier Zwitserloot
2011-11-07Changed copyright noticesRoel Spilker
2011-09-20toString() of various delegates to interop with javac (FileObjectWrapper and ...Michail Plushnikov
2011-08-15fixed a warning during the ant compile processReinier Zwitserloot
2011-08-10Made delomboks processor 'work' on java6 and java7 without any warningspeichhorn
2011-08-08Made the annotation processor 'work' on java6 and java7 without any warningsRoel Spilker
2011-07-24Fixes issue 176 more thoroughly; even if both javac6 and javac7 are on the cl...Reinier Zwitserloot
2011-07-18Changes to the lombok annotations processor, forcing the java processing envi...Jan Lahoda
2011-01-10In javac7 the BaseFileObject and JavacFileManager have been moved fromRoel Spilker
2010-12-31Using annotation processors with lombok sometimes results in a 'Not Supported...Reinier Zwitserloot
2010-11-10'val' now fully works on javac, even when referring to lombok-generated code,...Reinier Zwitserloot
2010-11-09Experiment to try and make java 'self referential' by deleting the Enter and ...Reinier Zwitserloot
2010-10-04The previous commit (fix for ZIP closed errors) actually breaks lombok on sys...Reinier Zwitserloot
2010-10-01Fix for "ZIP file closed" errors caused by the postprocessor trying to load m...Reinier Zwitserloot
2010-09-30trivial: javadoc fixes, renamed 'className' to 'fileName'for postprocessorReinier Zwitserloot
2010-08-05Moved wrapOutputStream to PostCompilerRoel Spilker
2010-08-03Added initial support for post-compilation byte code transformationsRoel Spilker
2009-12-23generalized the annotation processor that lombok.jar represents into a main c...Reinier Zwitserloot
2009-11-27delombok now calls lombok. wahey!Reinier Zwitserloot
2009-11-25Refactored the source folders.Reinier Zwitserloot