aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/commands
Commit message (Expand)AuthorAge
* Buffer blaze queryGravatar ulfjack2017-11-30
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-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
* RELNOTES: --keep_incrementality_data flag allows Bazel servers to be run in m...Gravatar janakr2017-11-12
* 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
* Thread FileSystem through to a single Path#delete call site.Gravatar tomlu2017-10-30
* RELNOTES: Document interaction between test_suite and target exclusionsGravatar Googler2017-10-26
* BEP: correctly close stream in case of a circular dependencyGravatar Klaus Aehlig2017-10-24
* Memoize configuration supplier in InfoCommand. Previous implementation never ...Gravatar janakr2017-10-23
* Add memory profiler.Gravatar tomlu2017-10-18
* Track Option placement within a priority category.Gravatar ccalvarin2017-10-18
* Only delete the current execroot in clean.Gravatar Benjamin Peterson2017-10-13
* Refactor ConfiguredAttributeMapper to lib/packages from lib/analysis.Gravatar cparsons2017-10-11
* Clean up InvocationPolicy's use of OptionDescription.Gravatar ccalvarin2017-10-11
* Downgrade the default invocation policy log levels to fine.Gravatar ccalvarin2017-10-06
* Add new option categorization and tagging information to HelpCommand's output.Gravatar ccalvarin2017-09-27
* Document the options in smaller commands.Gravatar ccalvarin2017-09-20
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Unify buildevnts indicating build completionGravatar Klaus Aehlig2017-09-19
* 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 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
* Remove the product name from ConfiguredRuleClassProvider.Gravatar jmmv2017-09-07
* Fix assorted ErrorProne warnings.Gravatar lberki2017-09-06
* Now really rename all logger instances to "logger".Gravatar lberki2017-09-05
* Refactor HelpCommand by applying the visitor pattern to iterate over Bazel op...Gravatar fwe2017-09-01
* Split the cycle between vfs and profiler.Gravatar philwo2017-08-31
* Remind user of the --experimental_allow_project_files flag when they try usin...Gravatar Googler2017-08-31
* Allow CommandLine expansion to throw an exception.Gravatar tomlu2017-08-24
* Support print_action command in Bazel.Gravatar Googler2017-08-24
* Add Skylark flags as common command optionsGravatar brandjon2017-08-18
* Pass List<ConfigurationFragmentFactory> to SkyframeExecutor instead of Config...Gravatar gregce2017-08-11
* Set correct output_path for bazel infoGravatar Googler2017-08-11
* Rewrite the Command APIGravatar ulfjack2017-08-10
* 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
* 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
* Delete EventHandlerPreconditions. With https://github.com/bazelbuild/bazel/bl...Gravatar janakr2017-07-13
* Fold OptionUsageRestrictions into OptionDocumentationCategory and OptionMetad...Gravatar ccalvarin2017-07-11
* Create top-level configs dynamically: period.Gravatar gregce2017-07-06
* Allow expansion flags to have values.Gravatar Googler2017-06-28
* Add the default category and tag to all options.Gravatar ccalvarin2017-06-28
* BlazeCommandDispatcher: make parseArgsAndConfigs not take a CommandEnvironmentGravatar ulfjack2017-06-27
* Move command.log writing to a moduleGravatar ulfjack2017-06-26
* BEP: Support longer streams on non building commandsGravatar Klaus Aehlig2017-06-26