aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/BlazeWorkspace.java
Commit message (Expand)AuthorAge
* Replace instances of Blaze with Bazel.Gravatar Dan Fabulich2018-07-05
* Move BinTools to lib.execGravatar ulfjack2018-02-15
* Accept build IDs by flag. (Rollforward of https://github.com/bazelbuild/bazel...Gravatar ccalvarin2017-12-14
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Automated rollback of commit c6b6dbadd0a93936c51154b25abc5fbba8f2d1af.Gravatar janakr2017-10-31
* Accept build IDs by flag.Gravatar ccalvarin2017-10-26
* Add memory profiler.Gravatar tomlu2017-10-18
* Remove deepExecRoot from BlazeDirectories. It is now the default. Also inline...Gravatar janakr2017-09-14
* Rename all logger instances to "logger" (instead "LOG" or "log").Gravatar lberki2017-09-05
* Remove reference to 'blaze'Gravatar hlopko2017-08-31
* Merge handleOptions into beforeCommandGravatar ulfjack2017-07-17
* Refactor ProjectFileSupport to work without a CommandEnvironmentGravatar ulfjack2017-06-26
* Close file handles in ActionCache before bazel cleanGravatar Yun Peng2017-06-19
* Simplify BlazeModule.beforeCommandGravatar ulfjack2017-06-14
* Automated g4 rollback of commit c4134802dd15d6ef5cca6521f6bf6aac395ee2ad.Gravatar kchodorow2017-05-23
* PiperOrigin-RevId: 152483983Gravatar lpino2017-04-07
* Automated g4 rollback of commit 1d9e1ac90197b1d3d7b137ba3c1ada67bb9ba31b.Gravatar hlopko2017-04-04
* Symlink output directories to the correct directory nameGravatar kchodorow2017-03-31
* Convert --use_action_cache to a regular optionGravatar Googler2017-03-01
* Adds --[no]use_action_cache startup option to disable the action cache.Gravatar Googler2017-02-15
* Enable Bazel commands to exit at any time.Gravatar Michael Staib2016-10-05
* Add client environment to ActionExecutionContextGravatar Klaus Aehlig2016-08-26
* Make persistent action cache work on WindowsGravatar Yun Peng2016-06-15
* When we don't have an OutputService, precompute and cache the assumed-to-be-i...Gravatar Nathan Harmata2016-05-02
* Refactor BlazeWorkspace creation to happen after BlazeRuntime construction.Gravatar Ulf Adams2016-04-13
* Move BlazeRuntime.initCommand to BlazeWorkspace.Gravatar Ulf Adams2016-03-30
* Move most of the workspace-handling code from BlazeRuntime to a new class.Gravatar Ulf Adams2016-03-30