aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime
Commit message (Expand)AuthorAge
* 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
* Remove the product name from ConfiguredRuleClassProvider.Gravatar jmmv2017-09-07
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Fix assorted ErrorProne warnings.Gravatar lberki2017-09-06
* Now really rename all logger instances to "logger".Gravatar lberki2017-09-05
* Rewrite all code to use the new Java 8 java.time classes.Gravatar Philipp Wollermann2017-09-05
* Rename all logger instances to "logger" (instead "LOG" or "log").Gravatar lberki2017-09-05
* Refactor HelpCommand by applying the visitor pattern to iterate over Bazel op...Gravatar fwe2017-09-01
* BEP: Rename enum entryGravatar aehlig2017-09-01
* Publish TARGET_SKIPPED status to Goops and Master Log for targets with incomp...Gravatar Googler2017-09-01
* Move caching of OptionDefinitions to be static, and remove uncached extractio...Gravatar ccalvarin2017-09-01
* Split the cycle between vfs and profiler.Gravatar philwo2017-08-31
* Remove reference to 'blaze'Gravatar hlopko2017-08-31
* Remind user of the --experimental_allow_project_files flag when they try usin...Gravatar Googler2017-08-31
* In terse test_summary, skip no-status testsGravatar Klaus Aehlig2017-08-30
* Move default value & converter finding logic to the OptionDefinition class.Gravatar ccalvarin2017-08-30
* BEP: add tool_tag explicitlyGravatar Klaus Aehlig2017-08-30
* Ensure our "Another command is running" messages hold realistic PIDs.Gravatar jmmv2017-08-28
* Allow CommandLine expansion to throw an exception.Gravatar tomlu2017-08-24
* Annotate CriticalPathComputer's Subscriber methods with @AllowConcurrentEvent...Gravatar nharmata2017-08-24
* Support print_action command in Bazel.Gravatar Googler2017-08-24
* Add OptionDefinition layer between the @Option annotation and its fields and ...Gravatar ccalvarin2017-08-22
* Add Skylark flags as common command optionsGravatar brandjon2017-08-18
* Add the command option --experimental_oom_more_eagerly_threshold. This will r...Gravatar janakr2017-08-16