aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/buildtool
Commit message (Expand)AuthorAge
* Inject the BlazeDirectories in SkyframeExecutor.Gravatar Ulf Adams2016-04-15
* Refactor BlazeWorkspace creation to happen after BlazeRuntime construction.Gravatar Ulf Adams2016-04-13
* Eliminate BuildConfiguration.Fragment#prepareForExecutionPhase().Gravatar Lukacs Berki2016-04-07
* Move most of the workspace-handling code from BlazeRuntime to a new class.Gravatar Ulf Adams2016-03-30
* Move most BlazeRuntime methods related to workspace directories to CommandEnv.Gravatar Ulf Adams2016-03-30
* Remove the unused loadingEnabled param from BuildView.update.Gravatar Ulf Adams2016-03-30
* Move the BuildView creation to BuildTool, the only remaining user.Gravatar Ulf Adams2016-03-30
* Remove calls of CommandEnvironment.getView; remove ide-info from BuildView.Gravatar Ulf Adams2016-03-30
* Do not run the finally block in BuildTool#buildTargets if we are in a catastr...Gravatar Janak Ramakrishnan2016-03-28
* Respect --noexperimental_check_output_files in FileSystemValueChecker. FileSt...Gravatar Nathan Harmata2016-03-25
* Make help documentation for --experimental_output_tree_tracking more general.Gravatar Nathan Harmata2016-03-17
* Fixed a problem with wrong test statuses when using notest_keep_going (especi...Gravatar Florian Weikert2016-03-11
* Post the beginning of the execution phase on the event busGravatar Klaus Aehlig2016-03-04
* Extract ExecutionProgressReceiver into a top-level class.Gravatar Ulf Adams2016-03-02
* Let ActionContextConsumer#getActionContexts() return a Multimap instead of a ...Gravatar Philipp Wollermann2016-02-28
* Don't report targets as broken when they were actually skipped because of no...Gravatar Florian Weikert2016-02-25
* Windows: execute build-runfiles through shell.Gravatar Dmitry Lomov2016-02-12
* Add an experimental flag to enable the Skyframe-based loading phase runner.Gravatar Ulf Adams2016-02-12
* Merge LoadedPackageProvider.Bridge into LoadedPackageProvider.Gravatar Ulf Adams2016-02-09
* Fix SkyframeBuilder's error handling, and change the contract of EvaluationRe...Gravatar Janak Ramakrishnan2016-01-28
* Make local_repository and new_local_repository work with the limitations of o...Gravatar Lukacs Berki2016-01-26
* Make Bazel exit with the exit code from the BuildFailedException if one is sp...Gravatar Googler2016-01-25
* Allow an exit code to be specified in the ActionExecutionException when an ac...Gravatar Googler2016-01-25
* Create convenience symlinks before the build so that they are available for i...Gravatar Lukacs Berki2016-01-22
* Create the convenience symlinks only after the build, and only those that poi...Gravatar Lukacs Berki2016-01-21
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Don't print "Building complete" (and save the action caches) if we're about t...Gravatar Janak Ramakrishnan2015-12-08
* Remove an unused parameter.Gravatar Ulf Adams2015-12-04
* Refactoring: pull out the call to update buildResult.Gravatar Ulf Adams2015-12-04
* Fix some comments; it's --show_result, no trailing s.Gravatar Ulf Adams2015-12-04
* Correctly propagagate "catastrophic" failure modes in keep_going mode.Gravatar Eric Fellheimer2015-11-26
* Make --symlink_prefix= work as expected again (i.e. create links called "bin"...Gravatar Lukacs Berki2015-11-25
* --output_groups overrides default output groups if set.Gravatar Googler2015-11-19
* Workaround javac 1.7 bugGravatar Dmitry Lomov2015-11-19
* Notify the output service at startup whether output tree tracking is enabled.Gravatar Eric Fellheimer2015-11-19
* Fixed copy&paste error in javadoc.Gravatar Florian Weikert2015-11-17
* Track the entire OutputService instead of just the BatchStatter.Gravatar Eric Fellheimer2015-11-16
* Aspect terminology update.Gravatar Dmitry Lomov2015-11-10
* Use the analysis package roots to set up the exec root.Gravatar Ulf Adams2015-11-06
* Move LoadingPhaseRunner.Callback to the top-level class LoadingCallback.Gravatar Ulf Adams2015-11-02
* Move LoadingPhaseRunner.LoadingResult to a top-level class.Gravatar Ulf Adams2015-11-02
* Move LoadingPhaseRunner.Options to top-level class LoadingOptions.Gravatar Ulf Adams2015-11-02
* Move the outputService field to the CommandEnvironment.Gravatar Ulf Adams2015-10-20
* Move commandStartTime from BlazeRuntime to CommandEnvironment.Gravatar Ulf Adams2015-10-20
* Description redacted.Gravatar Googler2015-10-13
* Move loadingPhaseRunner from BlazeRuntime to CommandEnvironment.Gravatar Ulf Adams2015-09-30
* Set the SkyframeActionExecutor.reporter in prepareForExecution.Gravatar Ulf Adams2015-09-30
* Split the PackageManager type hierarchy; no longer inherit LoadedPackageProv.Gravatar Ulf Adams2015-09-28
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Remove another use of errorEventHandler.Gravatar Ulf Adams2015-09-25