Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2011-04-01 | Yet another eclipse mirror went down or deleted an older version. We're now ↵ | Reinier Zwitserloot | |
hosting this dependency ourselves; it was the last one we weren't already hosting. Also upped version from 3.6.0 to 3.6.2. | |||
2011-03-22 | jarjar now used to make sure asm is no longer on the bootclasspath when ↵ | Reinier Zwitserloot | |
using lombok. | |||
2011-03-18 | previous attempt to use more maven central repos failed, so reverted most of it. | Reinier Zwitserloot | |
see commit 1a28ccb3471c1309357547e72a3997e1ec4c91de. | |||
2011-03-06 | Replaced a bunch of deps to entries in maven central instead of self-written ↵ | Reinier Zwitserloot | |
URLs. | |||
2011-02-28 | Issue 192: Add documentation for onMethod=, onParam, onConstructor | grootjans | |
still have to make a minor edit in the pre/post files | |||
2011-02-07 | Added documentation for @Delegate. This fixes issue 189 | grootjans | |
2011-01-16 | updated the eclipse ecj mirrors as the belgium mirror was discontinued | grootjans | |
2010-12-28 | Second time's the charm - fix for generating LombokizedEclipse.launch in ↵ | Reinier Zwitserloot | |
windows. | |||
2010-11-22 | Ivy cache is now local to prevent cache conflict with other ivy using projects. | Roel Spilker | |
2010-11-18 | Merge branch 'master' of github.com:rzwitserloot/lombok | Reinier Zwitserloot | |
2010-11-18 | Added documentation for val and @Getter(lazy=true) and updated docs for Log ↵ | Reinier Zwitserloot | |
and EqualsAndHashCode to reflect new lombok 0.10 features. | |||
2010-11-18 | Fixed reference to java6 core javadoc package list, which we accidentally ↵ | Reinier Zwitserloot | |
removed a long long time ago in commit e693672cd44ab0e648643f4b5c24b1c177ab6c84 | |||
2010-11-16 | Added extra javadoc links | Roel Spilker | |
2010-11-15 | Fixed reference to java6 core javadoc package list, which we accidentally ↵ | Reinier Zwitserloot | |
removed a long long time ago in commit e693672cd44ab0e648643f4b5c24b1c177ab6c84 | |||
2010-11-09 | Due to an evident screwup at github.com about their https certs, downloads ↵ | Reinier Zwitserloot | |
from there no longer work. Moved the ivy target for cmdreader to a file hosted on projectlombok.org To fix it. Thanks to Stephen Haberman for spotting the problem. | |||
2010-11-08 | Updated to lombok.patcher, which basically only means that the "PATCHING: ↵ | Reinier Zwitserloot | |
..." prints to system.out are gone. | |||
2010-11-08 | Add diverse logging frameworks for the tests. | Roel Spilker | |
2010-11-06 | Updated documentation on @Log and moved them all to lombok.extern.* | Roel Spilker | |
2010-11-06 | Updated website documentation to include @Log | Roel Spilker | |
2010-07-20 | Added documentation for @RequiredArgsConstructor, @NoArgsConstructor, ↵ | Reinier Zwitserloot | |
@AllArgsConstructor, and also how these generate @ConstructorProperties annotations. Also updated @Getter and @Setter's documentation to explain their new class-level feature, and updated @Data's description to highlight how @Data is now truly nothing more than the combination of @RequiredArgsConstructor, @EqualsAndHashCode, @ToString, @Getter, and @Setter. | |||
2010-07-20 | Whoops, the junit dependency descriptor was misnamed. | Reinier Zwitserloot | |
2010-07-20 | Whoops, 2 dependency descriptors were missing. Added them. | Reinier Zwitserloot | |
2010-07-20 | Fixed some broken dependency descriptors | Roel Spilker | |
2010-07-16 | Updated eclipse dependencies to 3.6.0, and added sources. | Reinier Zwitserloot | |
2010-07-12 | Changed build system to ivy. | Reinier Zwitserloot | |
2009-12-23 | ecj prep: lombok.jar is now also a dynamic agent, and the main annotation ↵ | Reinier Zwitserloot | |
processor is now the core processor that farms out the work to context-specific implementations. | |||
2009-12-21 | download-edge is now overwritten (to say that the stable is the latest) upon ↵ | Reinier Zwitserloot | |
a full release. | |||
2009-12-21 | Fixed the changelog.html generation to be a full HTML file and not an HTML ↵ | Reinier Zwitserloot | |
snippet. | |||
2009-12-21 | Added support to fully automatically upload a cutting edge build to ↵ | Reinier Zwitserloot | |
projectlombok.org, as well as a page with information about it, gathered from the changelog. | |||
2009-12-12 | Added -Xlint:unchecked to ant compile. | Reinier Zwitserloot | |
2009-12-02 | Merge branch 'netbeans' | Reinier Zwitserloot | |
2009-12-01 | Moved test resource files to a better matching location | Roel Spilker | |
2009-12-01 | Generalized the agent mechanism; now 1 lombok.jar can serve as the agent for ↵ | Reinier Zwitserloot | |
BOTH netbeans AND eclipse, and is future-ready for an IntelliJ agent. | |||
2009-12-01 | Added compiling of src/netbeansAgent, and temporarily set Agent-Class to ↵ | Reinier Zwitserloot | |
netbeans agent. Will need to find a solution for a generic be-everything agent. | |||
2009-11-29 | 'ant test' will now run the lombok unit tests. | Reinier Zwitserloot | |
2009-11-28 | The licence file is now also copied into the jar, as well as to the website. | Reinier Zwitserloot | |
2009-11-27 | Fix on the previous commit involving the compile build script: delombok is ↵ | Reinier Zwitserloot | |
now actually compiled. heh. | |||
2009-11-27 | Solved the problem in the two-phase compile (some of lombok is JVM1.5, other ↵ | Reinier Zwitserloot | |
bits are JVM1.6) being interdependent and causing implicit compilation warnings. Also added source="1.x" to all ant file javac targets, as apparently this needs to be there when compiling with JDK7. | |||
2009-11-27 | Added delombok to the build scripts. | Reinier Zwitserloot | |
2009-11-25 | Refactored the source folders. | Reinier Zwitserloot | |