aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/commands
Commit message (Expand)AuthorAge
* Add a --as_test flag to "blaze run" that can be used to tell Blaze not to use...Gravatar lberki2018-04-13
* CommandBuilder: remove useShell and setWorkingDirGravatar Laszlo Csomor2018-04-12
* analyze-profile: prevent bazel from crashing outside a workspaceGravatar Shmuel H2018-04-11
* Remove alphabetical sorting of options in the canonical list.Gravatar ccalvarin2018-04-09
* Prepare the file system before executing tests with --direct_run.Gravatar lberki2018-04-06
* Move shell executable to its own configuration fragment.Gravatar lberki2018-04-06
* C++: Rename CcCompilationInfo to CcCompilationContextInfo.Gravatar plf2018-04-03
* Remove categories from Bazel options.Gravatar ccalvarin2018-03-28
* Move the default cquery output format to its own callback and standardize cqu...Gravatar juliexxia2018-03-27
* Remove old option categorization from the help output.Gravatar ccalvarin2018-03-27
* Deprecate TransitiveInfoCollection#getConfiguration(), adding two new methods...Gravatar janakr2018-03-26
* Set BUILD_WORKSPACE_DIRECTORY and BUILD_WORKING_DIRECTORY when running tests,...Gravatar lberki2018-03-26
* Make "blaze run --direct_run" wrap the command in a shell.Gravatar lberki2018-03-26
* Make the script written blaze "blaze run --direct_run --script_path" not over...Gravatar lberki2018-03-26
* Create a new output formatter for cquery which output transition information ...Gravatar juliexxia2018-03-23
* Refactor and cleanup the sandboxing code.Gravatar Philipp Wollermann2018-03-23
* Implement TargetProviderForQueryEnvironment.Gravatar dbabkin2018-03-23
* Remove overloaded function in QueryEnvironmentFactoryGravatar dbabkin2018-03-22
* Remove support for blaze dump --vfs.Gravatar tomlu2018-03-12
* Create a new version of BuildTool that holds all cquery logic.Gravatar juliexxia2018-03-07
* Add option to dump command lines of actions in dump.Gravatar twerth2018-03-07
* Remove references to the "message_log" from Bazel.Gravatar ruperts2018-03-05
* 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