aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/buildtool/ExecutionTool.java
Commit message (Expand)AuthorAge
...
* Remove all direct uses of SkyframeExecutor.reporter.Gravatar Ulf Adams2015-09-24
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Move BlazeRuntime.getView() to CommandEnvironment. Update all callers.Gravatar Ulf Adams2015-09-21
* Simplify BuildView construction and store configurations in the build result.Gravatar Ulf Adams2015-09-17
* Change most calls to BlazeRuntime.getReporter() to use CommandEnvironment.Gravatar Ulf Adams2015-09-16
* Introduce CommandEnvironment and pass it instead of BlazeRuntime.Gravatar Ulf Adams2015-09-15
* Use AutoProfiler in the Bazel codebase.Gravatar Nathan Harmata2015-09-08
* Description redacted.Gravatar Dmitry Lomov2015-09-08
* Code cleanupGravatar Laurent Le Brun2015-09-03
* Instead of assuming that sandboxing will generally work on everything that is...Gravatar Philipp Wollermann2015-08-26
* Remove debugging statementGravatar Kristina Chodorow2015-08-20
* A prototype implementation of top-level aspects.Gravatar Dmitry Lomov2015-08-20
* When encountering an unrecoverable IO error during pre-execution-phase work u...Gravatar Nathan Harmata2015-07-28
* Make strategy matching stricter, remove wrong entries in returned map from St...Gravatar Philipp Wollermann2015-06-18
* Implement "More flexible strategy flag for Bazel".Gravatar Philipp Wollermann2015-06-08
* Give OutputService#startBuild() access to the build ID.Gravatar Eric Fellheimer2015-04-29
* Enables BlazeModule to return multiple ActionContextProviders and ActionConte...Gravatar Googler2015-04-23
* Remove autosense logic.Gravatar Han-Wen Nienhuys2015-04-14
* Clear dirty output tree counters so that the next build does not get the old ...Gravatar Miguel Alcon Pinto2015-04-10
* Remove useless flag check; executeBuild is only called if execution is reques...Gravatar Nathan Harmata2015-03-25
* Record statistics about dirty output files detected in the output tree.Gravatar Miguel Alcon Pinto2015-03-11
* Rename TopLevelArtifactProvider to OutputGroupProvider.Gravatar Lukacs Berki2015-03-05
* Get runfiles prefix from the WORKSPACE fileGravatar Kristina Chodorow2015-03-05
* Add --local_test_jobs to limit local test concurrencyGravatar Mark Schaller2015-02-25
* Remove TempsProvider in favor of an output group.Gravatar Lukacs Berki2015-02-25
* Fix fallout from [] by introducing a distinction between "important" and "not...Gravatar Lukacs Berki2015-02-18
* Print the actual set of artifacts built for each target on the command line o...Gravatar Lukacs Berki2015-02-12
* Small code cleanups.Gravatar Ulf Adams2015-02-06
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25