aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime
Commit message (Expand)AuthorAge
* Get rid of LabelAndConfiguration class: ConfiguredTargetKey contains the same...Gravatar janakr2017-12-20
* Use linux-sandbox via the (new) LinuxSandboxUtil. (second attempt).Gravatar ruperts2017-12-20
* Automated rollback of commit 52b62164af031c50b7a0584303caad67af5e1d4d.Gravatar aehlig2017-12-20
* Use linux-sandbox via the (new) LinuxSandboxUtil.Gravatar ruperts2017-12-20
* Remove wrapper options support.Gravatar ccalvarin2017-12-19
* Consolidate instances of the --keep_going flag.Gravatar juliexxia2017-12-18
* Don't suggest using bazel clean --async when it's unsupportedGravatar Akira Baruah2017-12-15
* Rename --keep_incrementality_data to --track_incremental_state.Gravatar ccalvarin2017-12-14
* Accept build IDs by flag. (Rollforward of https://github.com/bazelbuild/bazel...Gravatar ccalvarin2017-12-14
* Properly capitalize Build Event Protocol in Blaze output for consistency.Gravatar jingwen2017-12-14
* Rename OutputGroupProvider -> OutputGroupInfo.Gravatar dslomov2017-12-14
* Automatic code cleanup.Gravatar Googler2017-12-14
* Automated rollback of commit 9321316b34767b06c3071b2cf2a4de189874fcce.Gravatar ccalvarin2017-12-11
* Add --incremental_state_retention_strategyGravatar ccalvarin2017-12-11
* Remove redundant words in logging message.Gravatar nharmata2017-12-08
* Change flag name --start_type to --start, to be consistent with adb options f...Gravatar Googler2017-12-07
* Make ProcessWrapperUtil aware of the execution statistics file, and add new E...Gravatar ruperts2017-12-05
* Clarify bazel clean's options.Gravatar ccalvarin2017-12-04
* Change Bazel's default hash function to SHA256. Fixes #3193Gravatar buchgr2017-12-03
* Forward test relevant flags to mobile-install launcher.Gravatar Googler2017-12-01
* Refactor the FileSystem API to allow for different hash functions.Gravatar buchgr2017-11-30
* Buffer blaze queryGravatar ulfjack2017-11-30
* Add a CommandLineBuilder for the process-wrapper embedded tool, and use it ev...Gravatar ruperts2017-11-30
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* Remove the concept of a mandatory input which is allowed to be missing.Gravatar Googler2017-11-29
* Update PathPackageLocator to take a list of potential build file names,Gravatar John Cater2017-11-28
* Remove process-wrapper duplication from RunCommand.Gravatar ruperts2017-11-28
* Document Android options.Gravatar ajmichael2017-11-28
* Print 'waiting for other blaze command' on its own line.Gravatar Googler2017-11-28
* Remove unused flag.Gravatar Googler2017-11-27
* Moving the location of the mobile-install launch script.Gravatar Googler2017-11-21
* UI: reset timer on every status/strategy changeGravatar Klaus Aehlig2017-11-21
* UI: distinguish executing actionsGravatar Klaus Aehlig2017-11-21
* Add warning for configs that are expanded multiple times.Gravatar ccalvarin2017-11-20
* Add warning for long chain of recursive --configs.Gravatar ccalvarin2017-11-20
* Change config expansion application order, gated by startup flag --expand_con...Gravatar ccalvarin2017-11-20
* UI: show status instead of strategy for non-executing actionsGravatar Klaus Aehlig2017-11-15
* BuildToolLogs: clean up interfaceGravatar aehlig2017-11-14
* Remove extra spaceGravatar Googler2017-11-13
* RELNOTES: --keep_incrementality_data flag allows Bazel servers to be run in m...Gravatar janakr2017-11-12
* Add option-specified warning.Gravatar ccalvarin2017-11-10
* Make the config expansion behavior modular.Gravatar ccalvarin2017-11-10
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* RELNOTES: Document interaction between test_suite and target exclusionsGravatar Googler2017-11-07
* Automated rollback of commit 0dffc49f528c4c6e641221060e41aa6896310bdf.Gravatar Googler2017-11-06
* Avoid crash when a test and its alias are specified on the command line for "...Gravatar lberki2017-11-03
* Pass build_id to mobile-install deploy scriptGravatar Googler2017-11-03
* Fix typo in BlazeModule#blazeShutdown javadoc.Gravatar ajmichael2017-11-02
* Automated rollback of commit c6b6dbadd0a93936c51154b25abc5fbba8f2d1af.Gravatar janakr2017-10-31
* Compute canonical list of options using OptionValueDescription's tracking of ...Gravatar ccalvarin2017-10-30