Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-26 | Major restructuring+adding tests | Roel Spilker | |
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-10-18 | Roel applied the patches I sent in for fixes to spi to the official spi jar, ↵ | Reinier Zwitserloot | |
so the custom rolled version that used to be checked in (-pre) is no longer needed, we're now on the official spi-0.2.4.jar. | |||
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-13 | Removes some deps you don't actually need. | Reinier Zwitserloot | |
2009-10-10 | We need to patch some code in a new eclipse plugin, so, added it to the deps. | Roel Spilker | |
2009-10-07 | Merge branch 'lombokpatcher' | Reinier Zwitserloot | |
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. | |||
2009-10-06 | make git store an empty dir | Reinier Zwitserloot | |
2009-09-23 | Spi is now used to find transformers (code that knows how to patch 1 ↵ | Reinier Zwitserloot | |
specific eclipse class). | |||
2009-07-26 | Added changelog tracking. | Reinier Zwitserloot | |
2009-07-18 | Needed for publish target in ant script | Roel Spilker | |
2009-07-17 | Added the openjdk6 tools.jar to the deps dir. | Reinier Zwitserloot | |
2009-07-17 | Moved java2html.jar because naming a directory that doesn't contain built ↵ | Reinier Zwitserloot | |
material 'build' was just stupid. | |||
2009-07-17 | Moved lib/javadoc/java6/package-list to deps, because its not a runtime ↵ | Reinier Zwitserloot | |
dependency. | |||
2009-07-05 | More documentation. | Reinier Zwitserloot | |
2009-06-16 | Implemented a lot of stuff for javac, but we ran into 2 major issues still ↵ | Reinier Zwitserloot | |
to be implemented: 1. The visit mode of a lombok handler (does not trigger off of annotations, instead sees every field, method, type, and statement), needs to be coded, 2. triggering off of annotations via APT's annotation handling system skips method-local classes. We'll need to recode this via an AST visitor like we need for issue #1 Other than that, triggering off of annotations works swimmingly! | |||
2009-06-14 | Added support to generate errors, both on specific nodes in an AST ↵ | Reinier Zwitserloot | |
(generified code in HandlerLibrary for unintelligible annotation param values), and more severe general errors for eclipse's error log. Also unrolled the foreach loop on ServiceLoader, because any given .next() call can throw a ServiceLoaderError, which we now handle somewhat more nicely. | |||
2009-06-12 | Filled out the deps and lib system with separate dirs for the agent and ↵ | Reinier Zwitserloot | |
lombok proper, and moved spi into lombok's lib path. | |||
2009-06-08 | Initial commit. As a proof of concept, it already works in javac and eclipse! | Reinier Zwitserloot | |