aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/worker/WorkerOptions.java
Commit message (Expand)AuthorAge
* Allow --worker_max_instances to take MnemonicName=value to specify max for ea...Gravatar Googler2018-05-03
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-02
* Blaze: add --high_priority_workers flag.Gravatar Googler2018-04-20
* Remove categories from Bazel options.Gravatar ccalvarin2018-03-28
* 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
* worker: Remove the "retry on failure" feature.Gravatar philwo2017-04-28
* Initial code for Persistent Java Test Runner.Gravatar Kush Chakraborty2016-12-09
* Add support for sandboxing persistent workers.Gravatar Philipp Wollermann2016-09-28
* Let Java header compilation run locally when --experimental_persistent_javac ...Gravatar Philipp Wollermann2016-06-15
* Remove incremental heuristic from workers, as it was not really useful.Gravatar Philipp Wollermann2016-02-29
* When using workers for Java compilation, build deploy jars and source jars on...Gravatar Philipp Wollermann2016-01-21
* Flip --worker_verbose to false by default.Gravatar Philipp Wollermann2015-11-05
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* workers: A multitude of bug fixes and improved logging.Gravatar Philipp Wollermann2015-09-14
* Rollback of several changes related to the persistent Javac worker.Gravatar Han-Wen Nienhuys2015-07-06
* Remove --experimental_persistent_javac. Bazel does not support theGravatar Han-Wen Nienhuys2015-06-29
* Only run the worker if the build is incremental. Gravatar Han-Wen Nienhuys2015-06-26
* Implement persistent worker processes and a spawn strategy that uses them.Gravatar Philipp Wollermann2015-06-10