index
:
github/lombok.git
feat/memoize
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
lombok
/
javac
/
apt
Age
Commit message (
Expand
)
Author
2013-06-16
issue 536: annotationprocessor now always returns false.
Reinier Zwitserloot
2012-08-28
If the JVM is started with -Dlombok.disable, lombok is disabled entirely for ...
Reinier Zwitserloot
2012-08-10
Added an optimization to javac: Don't force new resolution rounds if none of ...
Reinier Zwitserloot
2012-08-10
bugfix: 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-07
Changed copyright notices
Roel Spilker
2011-09-20
toString() of various delegates to interop with javac (FileObjectWrapper and ...
Michail Plushnikov
2011-08-15
fixed a warning during the ant compile process
Reinier Zwitserloot
2011-08-10
Made delomboks processor 'work' on java6 and java7 without any warnings
peichhorn
2011-08-08
Made the annotation processor 'work' on java6 and java7 without any warnings
Roel Spilker
2011-07-24
Fixes issue 176 more thoroughly; even if both javac6 and javac7 are on the cl...
Reinier Zwitserloot
2011-07-18
Changes to the lombok annotations processor, forcing the java processing envi...
Jan Lahoda
2011-01-10
In javac7 the BaseFileObject and JavacFileManager have been moved from
Roel Spilker
2010-12-31
Using 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-09
Experiment to try and make java 'self referential' by deleting the Enter and ...
Reinier Zwitserloot
2010-10-04
The previous commit (fix for ZIP closed errors) actually breaks lombok on sys...
Reinier Zwitserloot
2010-10-01
Fix for "ZIP file closed" errors caused by the postprocessor trying to load m...
Reinier Zwitserloot
2010-09-30
trivial: javadoc fixes, renamed 'className' to 'fileName'for postprocessor
Reinier Zwitserloot
2010-08-05
Moved wrapOutputStream to PostCompiler
Roel Spilker
2010-08-03
Added initial support for post-compilation byte code transformations
Roel Spilker
2009-12-23
generalized the annotation processor that lombok.jar represents into a main c...
Reinier Zwitserloot
2009-11-27
delombok now calls lombok. wahey!
Reinier Zwitserloot
2009-11-25
Refactored the source folders.
Reinier Zwitserloot