Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-02 | Small update to how shorthands work in command line reader. | Reinier Zwitserloot | |
2009-11-27 | Added cmdreader dependency, as delombok uses it to have a nice command line. | 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-13 | new version of lombok.patcher | Reinier Zwitserloot | |
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 | Now version of lombok patcher | Reinier Zwitserloot | |
2009-10-10 | New version of lombok patcher | Roel Spilker | |
2009-10-09 | Lombok.patcher update | Reinier Zwitserloot | |
2009-10-07 | Merge branch 'lombokpatcher' | Reinier Zwitserloot | |
2009-10-07 | New version of lombok-patcher. | Reinier Zwitserloot | |
2009-10-07 | Fully moved to using the lombok.patcher project. Means our dependency on ASM ↵ | Reinier Zwitserloot | |
is no longer needed (our dep on lombok-patcher takes care of it), and the old EclipseTransformer system has been removed. | |||
2009-10-06 | make git store an empty dir | Reinier Zwitserloot | |
2009-09-29 | latest version of lombok-patcher. | Reinier Zwitserloot | |
2009-09-29 | Everything seems to be working smoothly! Perhaps time to make this the main ↵ | Reinier Zwitserloot | |
branch... | |||
2009-09-26 | Rewrite of the eclipse agent to use the new lombok.patcher project. | Reinier Zwitserloot | |
2009-07-17 | Moved lib/javadoc/java6/package-list to deps, because its not a runtime ↵ | Reinier Zwitserloot | |
dependency. | |||
2009-07-17 | Changed the generated javadoc to use links to the sun documentation for ↵ | Roel Spilker | |
references to java6 se classes | |||
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-12 | Found 2 bugs in spi. This fixes both of them. Also enabled the spi processor ↵ | Reinier Zwitserloot | |
in eclipse project. | |||
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 | |