Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2009-11-09 | Added -d32 to the mac version of the eclipse debug target as that tends to ↵ | Reinier Zwitserloot | |
be better than not doing that. Fixes issue #66 | |||
2009-11-08 | Added a findbugs ant target, along with an installDeps job to automatically ↵ | Reinier Zwitserloot | |
fetch and unpack findbugs from its sourceforge repository. Still need to figure out how to maintain a list of findbugs warnings that findbugs should be ignoring. | |||
2009-11-02 | Fixes to the publish target. | Reinier Zwitserloot | |
2009-10-18 | Whoops - previous includeDestClasses change actually breaks the build, as ↵ | Reinier Zwitserloot | |
the lombok/javac build triggers building everything, making lombok dependent on 1.6, which is not good for eclipse. | |||
2009-10-17 | Slight fix to generation of SPI files during repeated builds. | Reinier Zwitserloot | |
2009-10-17 | Fixes to the buildScripts, and disableCheckedExceptions now works. | Reinier Zwitserloot | |
2009-10-16 | Fixed the buildScript for publishing and maven - working around truly ↵ | Reinier Zwitserloot | |
boneheaded design of ant. | |||
2009-10-15 | Added maven-publish to the build scripts. Just about every aspect of build ↵ | Reinier Zwitserloot | |
and publish is now in the script. | |||
2009-10-14 | More serious work on the build system. | Reinier Zwitserloot | |
2009-10-14 | Removed equinox from the I want it all script, and added an extra warning in ↵ | Reinier Zwitserloot | |
the interactive one. It takes an hour to check out! | |||
2009-10-13 | Fixes to the build script stuff | Reinier Zwitserloot | |
2009-10-13 | Pretty big revamp of the build script system. Downloading dependencies is ↵ | Reinier Zwitserloot | |
now done automatically by this script, which also means that e.g. lombok-patcher.jar no longer needs to be checked in. | |||
2009-10-11 | Integrated lombok.jar and lombok.eclipse.agent.jar into one jar that ↵ | Reinier Zwitserloot | |
installs, is a javac apt processor, and an agent, all at once. | |||
2009-10-10 | Updated the buildscript so missing the lombok.patcher project no longer ↵ | Reinier Zwitserloot | |
causes errors. Now it causes warnings. | |||
2009-10-07 | build.xml was getting rather large, so its been split up into separate ↵ | Reinier Zwitserloot | |
scripts. The scripts have also gained the ability to build certain dependencies, such as lombok.patcher which is being worked on in tandem with this project, automatically. Also, the deps system has been changed slightly; the agents builds and the main lombok build now all work off of a single dependency directory. Also removed the website/publish script, as we haven't used github's project hosting for some time now. |