aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime
Commit message (Expand)AuthorAge
* 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
* Add new option categorization and tagging information to HelpCommand's output.Gravatar ccalvarin2017-09-27
* Make UnionFileSystem accept all paths Bazel can throw at it.Gravatar ccalvarin2017-09-27
* Stop injecting embedded artifacts. They're never used by anyone in Skyframe, ...Gravatar janakr2017-09-26
* Increase the connection timeout between the client and the server.Gravatar lberki2017-09-25
* Remove unused "extraPrecomputedValues" from WorkspaceBuilder, and therefore r...Gravatar janakr2017-09-25
* Remove product name precomputed value.Gravatar janakr2017-09-25
* Cleanup of expansion option namingGravatar ccalvarin2017-09-21
* Passing Bazel metadata in gRPC headers.Gravatar olaola2017-09-21
* Document the options in smaller commands.Gravatar ccalvarin2017-09-20
* Inform SkyframeExecutor when a command starts.Gravatar janakr2017-09-19
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Remove unnecessary injection of precomputed values. Precomputed values are in...Gravatar janakr2017-09-19
* Unify buildevnts indicating build completionGravatar Klaus Aehlig2017-09-19
* Automatic code cleanup.Gravatar cushon2017-09-15
* BEP: Upon missing test targets, still generate a finished eventGravatar Klaus Aehlig2017-09-15
* Introduce "bazel help flags-as-proto" to print information about supported fl...Gravatar fwe2017-09-14
* Remove deepExecRoot from BlazeDirectories. It is now the default. Also inline...Gravatar janakr2017-09-14
* Remove unused class after removal of BazelConfigurationCollection.Gravatar gregce2017-09-13
* BEP: always close stream, even if aborted due to missing testsGravatar Klaus Aehlig2017-09-12
* Replace referrals to options by their name to option definitions.Gravatar ccalvarin2017-09-12
* Options with oldNames will no longer get reported twice in the effective opti...Gravatar ccalvarin2017-09-11
* Move Subprocess.Factory to a top-level classGravatar ulfjack2017-09-08