aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/buildtool
Commit message (Expand)AuthorAge
* Move action_outs directory to under the output path.Gravatar janakr2017-04-06
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* BEP: provide events a generic converter classGravatar aehlig2017-04-04
* Automated g4 rollback of commit 1d9e1ac90197b1d3d7b137ba3c1ada67bb9ba31b.Gravatar hlopko2017-04-04
* If --batch, --keep_going, --discard_analysis_cache, and the new --noexperimen...Gravatar janakr2017-03-31
* Symlink output directories to the correct directory nameGravatar kchodorow2017-03-31
* Clear AspectValues when discarding analysis cache, along with ConfiguredTarge...Gravatar janakr2017-03-29
* BEP: Also report options Gravatar Klaus Aehlig2017-03-27
* BEP: Also report the original command line Gravatar Klaus Aehlig2017-03-23
* Add Action context mnemonic to imprecise spawn strategy error message.Gravatar Chloe Calvarin2017-03-22
* Automatically set --jobs based on the number of CPU threads.Gravatar Julio Merino2017-03-20
* Make AspectCompleteEvent an instance of BuildEvent Gravatar Klaus Aehlig2017-03-16
* Global cleanup change.Gravatar Googler2017-03-03
* Rationalize local resource acquisitionGravatar Ulf Adams2017-03-03
* Convert --use_action_cache to a regular optionGravatar Googler2017-03-01
* BEP: Add BuildFinished event. Gravatar Jakob Buchgraber2017-02-28
* BEP: Add tags and output files to TargetComplete event Gravatar Jakob Buchgraber2017-02-28
* Clean up event busGravatar Klaus Aehlig2017-02-27
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27
* Fix spelling of millisGravatar Klaus Aehlig2017-02-21
* Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde.Gravatar Dmitry Lomov2017-02-17
* Roll forward execroot changeGravatar Kristina Chodorow2017-02-16
* Apply --symlink_prefix to the output and exec root symlinks.Gravatar Luis Fernando Pino Duque2017-02-10
* Rollback of commit 49d97f9bb4dd04ef62198ded7b53b2a8f8c603db.Gravatar Luis Fernando Pino Duque2017-02-10
* Apply --symlink_prefix to the output and exec root symlinks.Gravatar Luis Fernando Pino Duque2017-02-08
* Treat configuration errors as failures in the master log.Gravatar Peter Schmitt2017-02-08
* Add a flag to print the effective (Spawn)ActionContexts for debugging.Gravatar Philipp Wollermann2017-02-01
* Tiny cleanup: narrow the scope of two variable declarations.Gravatar Greg Estren2017-01-30
* Support mapping of Paths to URIsGravatar Klaus Aehlig2017-01-18
* Merge the action input prefetcher into the ExecutorBuilder.Gravatar Ulf Adams2017-01-13
* Move some classes to lib.exec in preparation for layering enforcementGravatar Ulf Adams2016-12-21
* Only announce test summaries in BEP if expectedGravatar Klaus Aehlig2016-11-30
* Move some actions to language-specific packages, where they belong.Gravatar Lukacs Berki2016-11-23
* Code cleanup for interleaving target pattern eval and config creation.Gravatar Ulf Adams2016-11-16
* Use #equals() to check equality between ExitCode instances.Gravatar Lukacs Berki2016-11-15
* Move createActionCache to ExecutorBuilder.Gravatar Ulf Adams2016-11-02
* Refactor the module API to use the builder pattern for executor creation.Gravatar Ulf Adams2016-11-02
* Make --watchfs a common command option.Gravatar Ulf Adams2016-10-14
* Rollback of commit 2891ec527eed27d0c6460d66f51cb66a43373b6a.Gravatar Damien Martin-Guillerez2016-10-14
* Make --watchfs a common command option.Gravatar Ulf Adams2016-10-13
* Show the starting of the build in the build event streamGravatar Klaus Aehlig2016-10-07
* Enable Bazel commands to exit at any time.Gravatar Michael Staib2016-10-05
* Revert creating a convenience symlink usiing the workspace nameGravatar Kristina Chodorow2016-09-26
* Rollback of commit 82d43279f93d95e4c41b4bc598a3cc05ddd1ae1a.Gravatar Laszlo Csomor2016-09-21
* Change execution root for external repositories to be ../repoGravatar Kristina Chodorow2016-09-20
* Remove some more occurences of deprecated getExecRoot() callsGravatar Kristina Chodorow2016-09-15
* Make the code that is using execRoot paths use execRoot pathsGravatar Kristina Chodorow2016-09-09
* Make --experimental_interleave_loading_and_analysis a no-op.Gravatar Ulf Adams2016-09-06
* Make retrieval of an already loaded target interruptible. There is no reason ...Gravatar Janak Ramakrishnan2016-08-17
* Add the repository name as a parameter to the output path functionsGravatar Kristina Chodorow2016-08-12