aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/worker/BUILD
Commit message (Expand)AuthorAge
* Add a CommandLineBuilder for the process-wrapper embedded tool, and use it ev...Gravatar ruperts2017-11-30
* Windows, jni: Don't close stdout/stderr in nativeWaitFor functionGravatar Yun Peng2017-10-24
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Refactor persistent workers to use SpawnRunner.Gravatar Benjamin Peterson2017-08-11
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Add the default category and tag to all options.Gravatar ccalvarin2017-06-28
* Dump the stderr log of a worker when it crashes during a build.Gravatar philwo2017-04-25
* Use //third_party/protobuf:protobuf_java instead of //third_party/protobuf:pr...Gravatar Carmi Grushko2017-02-09
* Initial code for Persistent Java Test Runner.Gravatar Kush Chakraborty2016-12-09
* Rollback of commit e6191f7209ebf3f67480bc7aa9db5ac58beb2156.Gravatar Damien Martin-Guillerez2016-10-19
* Add support for sandboxing persistent workers.Gravatar Philipp Wollermann2016-09-28
* Add Python protobuf to Bazel third_party and move all protobuf targets intoGravatar David Chen2016-03-17
* Rename proto dependencies to include a _java component in them.Gravatar Julio Merino2016-02-23
* Reorganize BUILD files.Gravatar Han-Wen Nienhuys2015-11-30
* workers: Pass a map of input filenames -> digest of file contents to workers ...Gravatar Philipp Wollermann2015-11-05
* Split off more BUILD files.Gravatar Han-Wen Nienhuys2015-10-28
* Separate BUILD file for options and docgen.Gravatar Han-Wen Nienhuys2015-10-16
* Split off 2 BUILD files.Gravatar Han-Wen Nienhuys2015-10-13
* Rename protobuf targets to xxx_proto.Gravatar Han-Wen Nienhuys2015-10-09
* Heavily refactor ProfileCommand to separate output and statistics generation ...Gravatar Klaas Boesche2015-09-22
* workers: A multitude of bug fixes and improved logging.Gravatar Philipp Wollermann2015-09-14
* Split sandbox code from standalone module.Gravatar Philipp Wollermann2015-06-29