aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime
Commit message (Expand)AuthorAge
* 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
* Send Bazel startup options to server.Gravatar ccalvarin2017-08-16
* Introduce a new SpawnCache API; add a RemoteSpawnCache implementationGravatar ulfjack2017-08-14
* Pass List<ConfigurationFragmentFactory> to SkyframeExecutor instead of Config...Gravatar gregce2017-08-11
* Make the print function output debug messagesGravatar vladmos2017-08-11
* Move OutputService to lib.skyframeGravatar ulfjack2017-08-11
* Set correct output_path for bazel infoGravatar Googler2017-08-11
* Move core test classes to lib.analysis.testGravatar ulfjack2017-08-11
* Move extra action stuff to analysis.extraGravatar ulfjack2017-08-10
* Rewrite the Command APIGravatar ulfjack2017-08-10
* BEP: expose the number of cached test action in the summaryGravatar Klaus Aehlig2017-08-02
* BEP: do not generate test summaries for broken testsGravatar Klaus Aehlig2017-08-02
* Only report progress after a build has started.Gravatar Benjamin Peterson2017-07-31
* expunge_async: add comment about MacOS feasibilityGravatar laszlocsomor2017-07-26
* Return exit code SUCCESS when there are only skipped and passing tests.Gravatar Googler2017-07-25
* Remove superfluous resetEvaluator() call in setupPackageCache(). If necessary...Gravatar felly2017-07-25
* PiperOrigin-RevId: 162907213Gravatar ulfjack2017-07-24
* Make isRunning protected.Gravatar janakr2017-07-21
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Do not use process-wrapper in RunCommand on Windows.Gravatar Philipp Wollermann2017-07-18
* Merge handleOptions into beforeCommandGravatar ulfjack2017-07-17
* experimental UI: keep console updated till the endGravatar Klaus Aehlig2017-07-14
* experimentalUI: agressively bufferGravatar Klaus Aehlig2017-07-14
* Delete EventHandlerPreconditions. With https://github.com/bazelbuild/bazel/bl...Gravatar janakr2017-07-13
* Making mobile-install v2 compatible with ASwB pluginGravatar Googler2017-07-12
* Fold OptionUsageRestrictions into OptionDocumentationCategory and OptionMetad...Gravatar ccalvarin2017-07-11
* BuildEventWithConfiguration: represent configurations as BuildEventGravatar Klaus Aehlig2017-07-11
* Automated rollback of commit 458990b0c155130e242117e2bfc5ebfdf787d2e2.Gravatar Googler2017-07-11
* BEP: Positively identify the last messageGravatar Klaus Aehlig2017-07-10
* Look at stderr for terminal detection.Gravatar Googler2017-07-10
* Move CommandEnvironment creation and beforeCommand call after options parsingGravatar ulfjack2017-07-07
* Create top-level configs dynamically: period.Gravatar gregce2017-07-06
* Add configuration to terminal test summary, if neededGravatar aehlig2017-07-05
* Inline AttributeContainer.ATTRIBUTE_CONTAINER_FACTORY and PathFragment.TO_PAT...Gravatar laurentlb2017-07-03