aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/commands
Commit message (Expand)AuthorAge
* Add option to filter for targets in the action graph dump.Gravatar twerth2018-03-02
* Improve "blaze run --direct_run".Gravatar lberki2018-02-28
* Move newly created protos to analysis package.Gravatar twerth2018-02-22
* Add option to dump the action graph.Gravatar twerth2018-02-22
* C++: Renames CppCompilationContext to CcCompilationInfoGravatar plf2018-02-21
* Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.action...Gravatar tomlu2018-02-15
* Implement the config(expr, word) cquery function.Gravatar juliexxia2018-02-13
* Add the BUILD_WORKSPACE_DIRECTORY and BUILD_WORKING_DIRECTORY variables to "b...Gravatar lberki2018-02-13
* Get rid of some uses of RuleConfiguredTarget.getAttributeMapper().Gravatar mjhalupka2018-02-12
* PiperOrigin-RevId: 185383460Gravatar juliexxia2018-02-12
* Remove hard-wired basenames for the test setup and the coverage collection sc...Gravatar lberki2018-02-09
* Replace path implementation.Gravatar tomlu2018-02-08
* Remove references to getTarget(). Requires threading through anGravatar mjhalupka2018-02-08
* Remove another getTarget() call from PrintActionCommand.Gravatar mjhalupka2018-02-08
* Refactor RunCommand so that it's a bit less messy.Gravatar lberki2018-02-08
* Give a reasonable environment for tests run by "blaze run --direct_run".Gravatar lberki2018-02-08
* Remove ShutdownBlazeServerException in favor of indicating that the server sh...Gravatar lberki2018-02-06
* Add a "direct" mode to "blaze run" that makes the process being run a directGravatar lberki2018-02-05
* Remove a ConfiguredTarget.getTarget() call in PrintActionCommand.Gravatar mjhalupka2018-01-26
* Remove ConfiguredTarget.getTarget() from RunCommand. Replace it with gettingGravatar mjhalupka2018-01-26
* Use the new option categories by defaultGravatar ccalvarin2018-01-22
* Move storage of queryExpression for cquery out of BuildRequest and straight i...Gravatar juliexxia2018-01-19
* Introduce Root class.Gravatar tomlu2018-01-17
* Introduce the blaze cquery command as the new ui for configurable query.Gravatar juliexxia2018-01-12
* Rework implementation of --nobuild_runfile_manifests.Gravatar Benjamin Peterson2018-01-03
* "Blaze" -> "Bazel" in message visible on CLIGravatar Chris Beach2017-12-22
* Consolidate instances of the --loading_phase_threads flag.Gravatar juliexxia2017-12-21
* Consolidate instances of the --keep_going flag.Gravatar juliexxia2017-12-18
* Don't suggest using bazel clean --async when it's unsupportedGravatar Akira Baruah2017-12-15
* Rename OutputGroupProvider -> OutputGroupInfo.Gravatar dslomov2017-12-14
* Clarify bazel clean's options.Gravatar ccalvarin2017-12-04
* 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