aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/buildtool
Commit message (Expand)AuthorAge
* 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
* Remove more uses of errorEventHandler (previously of Reporter).Gravatar Ulf Adams2015-09-24
* Remove all direct uses of SkyframeExecutor.reporter.Gravatar Ulf Adams2015-09-24
* Use a super-interface of PackageProvider where applicable.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
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Move getOutputFilesystem to CommandEnvironment; refactor BlazeRuntime commands.Gravatar Ulf Adams2015-09-21
* Move the commandId and getCommandStartTime() to CommandEnvironment.Gravatar Ulf Adams2015-09-21
* Simplify BuildView construction and store configurations in the build result.Gravatar Ulf Adams2015-09-17
* Move several parts of BlazeRuntime to CommandEnvironment.Gravatar Ulf Adams2015-09-16
* Add experimental flag, that partially disables loading phase (pattern evaluat...Gravatar Marian Lobur2015-09-16
* 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
* Remove unused code.Gravatar Marian Lobur2015-09-04
* Add a method to EvaluationProgressReceiver for getting information on SkyFunc...Gravatar Nathan Harmata2015-09-03
* Code cleanupGravatar Laurent Le Brun2015-09-03
* Description redacted.Gravatar Janak Ramakrishnan2015-08-31