aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime
Commit message (Expand)AuthorAge
* 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
* BEP: correctly report the cause of unbuilt targets if --noanalyze is givenGravatar Klaus Aehlig2017-10-20
* bazelrc: remove experimental_ui optionsGravatar Klaus Aehlig2017-10-20
* Add memory profiler.Gravatar tomlu2017-10-18
* Remove feature to allow expansion flags to have values.Gravatar ccalvarin2017-10-18
* Enable experimental UI by default.Gravatar twerth2017-10-18
* Track Option placement within a priority category.Gravatar ccalvarin2017-10-18
* Accept command lines from tools invoking Bazel.Gravatar ccalvarin2017-10-18
* BuildEventStreamer: clear a pending BuildStarted event firstGravatar Klaus Aehlig2017-10-16
* BEP: link structured command lineGravatar Klaus Aehlig2017-10-16
* Only delete the current execroot in clean.Gravatar Benjamin Peterson2017-10-13
* Add some debugging in TestResultAnalyzer: make crash message more informative...Gravatar janakr2017-10-12
* Refactor ConfiguredAttributeMapper to lib/packages from lib/analysis.Gravatar cparsons2017-10-11
* Clean up InvocationPolicy's use of OptionDescription.Gravatar ccalvarin2017-10-11
* Report the structured Bazel command line via the BEP.Gravatar ccalvarin2017-10-10
* Clean up TODOs.Gravatar László Csomor2017-10-09
* Move SkylarkSemanticsOptions to the packages/ directory, alongside SkylarkSem...Gravatar brandjon2017-10-07
* Downgrade the default invocation policy log levels to fine.Gravatar ccalvarin2017-10-06
* Bugfix: some clients are passing invalid UUIDs as BAZEL_INTERNAL_BUILD_REQUES...Gravatar olaola2017-10-06
* ExperimentalEventHandler: clean up in afterCommandGravatar Klaus Aehlig2017-09-27