aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/packages/Preprocessor.java
Commit message (Expand)AuthorAge
* Make preprocessor modules mostly stateless; pass in the directories instead.Gravatar Ulf Adams2016-04-12
* Use a clever hybrid approach for evaluating globs during package loading: fir...Gravatar Nathan Harmata2016-02-05
* Move the Globber interface into its own file.Gravatar Nathan Harmata2016-02-05
* Clear up some confusion about glob prefetching (the old comment was wrong). A...Gravatar Nathan Harmata2016-01-29
* Include the Globber in the PackageFunction AstAfterPreprocessing cache. Other...Gravatar Nathan Harmata2015-11-12
* Change the preprocessor interface to take the byte[] contents of the BUILD fi...Gravatar Nathan Harmata2015-10-21
* Cache BUILD file AST parsing results instead of preprocessing results (the fo...Gravatar Nathan Harmata2015-10-16
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Stop throwing an exception if a Package was successfully created but contains...Gravatar Janak Ramakrishnan2015-09-17
* Get rid of transient errors during preprocessing and throw IOExceptions inste...Gravatar Janak Ramakrishnan2015-09-16
* Refactor Skylark Environment-sGravatar Francois-Rene Rideau2015-09-11
* Rewrite the preprocessor infrastructure to return events as part of the result.Gravatar Ulf Adams2015-09-09
* Rollback of commit 5a94e59f02833f9142bad9203acd72626b089535.Gravatar Janak Ramakrishnan2015-09-08
* Refactor Skylark Environment-sGravatar Francois-Rene Rideau2015-09-08
* Remove unused ParserInputSource method and other minor cleanupsGravatar Michajlo Matijkiw2015-09-03
* Remove Path from Location, ParserInputSource and bunch of other low-level cla...Gravatar Lukacs Berki2015-06-12
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25