aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime
Commit message (Expand)AuthorAge
* 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
* Thread FileSystem through to a single Path#delete call site.Gravatar tomlu2017-10-30
* Split apart options that should only be set by the client from CommonCommandO...Gravatar ccalvarin2017-10-27
* BEP: Add an additional event with tool statisticsGravatar aehlig2017-10-27
* BuildEventStreamer: allow final messagesGravatar aehlig2017-10-26
* RELNOTES: Document interaction between test_suite and target exclusionsGravatar Googler2017-10-26
* Accept build IDs by flag.Gravatar ccalvarin2017-10-26
* BEP: correctly report unbuilt targets if --nobuild is givenGravatar Klaus Aehlig2017-10-25
* Split out command line handling into its own file.Gravatar ccalvarin2017-10-25
* BEP: correctly close stream in case of a circular dependencyGravatar Klaus Aehlig2017-10-24
* Improve --config expansion logging under --announce_rcGravatar ccalvarin2017-10-24
* Reset evaluator eagerly when incremental state changes. And add a regression ...Gravatar janakr2017-10-24
* Memoize configuration supplier in InfoCommand. Previous implementation never ...Gravatar janakr2017-10-23