Age | Commit message (Expand) | Author |
2009-11-25 | Refactored the source folders. | Reinier Zwitserloot |
2009-11-24 | Added more thorough support for detecting we're running as an annotation proc... | Reinier Zwitserloot |
2009-10-18 | Added the ability to get the Context object via JavacAST, useful for various ... | Reinier Zwitserloot |
2009-10-18 | Configured warnings and solved some. | unknown |
2009-10-16 | Fixed issue #24 by refactoring the AST.Node class - taken it out, and in the ... | Reinier Zwitserloot |
2009-09-03 | Added a bunch of javadoc. No other changes. | Reinier Zwitserloot |
2009-08-14 | The fix in previous commit has been verified, so the diagnostic messages have... | Reinier Zwitserloot |
2009-08-12 | More attempts to fix NullPointerExceptions reported on the forums. | Reinier Zwitserloot |
2009-08-12 | Added an extra check for non-standard javacs. | Reinier Zwitserloot |
2009-07-06 | Last massive documentation dump. All basic javadoc is now done, though especi... | Reinier Zwitserloot |
2009-07-05 | More documentation. | Reinier Zwitserloot |
2009-06-24 | Work on HandleData, as well as generalizing features in the the PKG class and... | Reinier Zwitserloot |
2009-06-17 | AnnotationHandlers can now return a boolean to set if they actually handled t... | Reinier Zwitserloot |
2009-06-17 | Added reading in (via spi) JavacASTVisitors and calling them, as well as a me... | Reinier Zwitserloot |
2009-06-17 | None of the methods in this class were even being used, so deleted the whole ... | Reinier Zwitserloot |
2009-06-17 | Massive refactors. This list isn't complete, but should give you an idea: | Reinier Zwitserloot |
2009-06-16 | Moved the generation of the Trees object to init(), as it seems to be the sam... | Reinier Zwitserloot |
2009-06-16 | Removed debug prints. | Reinier Zwitserloot |
2009-06-16 | Implemented a lot of stuff for javac, but we ran into 2 major issues still to... | Reinier Zwitserloot |