aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/commands
Commit message (Expand)AuthorAge
* Remove unnecessary flags from RunCommand command annotationGravatar ulfjack2018-06-14
* Add --experimental_supports_info_crosstool_configuration to support removal o...Gravatar hlopko2018-06-13
* Move BuildView.Options to a new top-level classGravatar ulfjack2018-06-13
* Add --print_workspace_in_output_paths_if_needed flag.Gravatar mstaib2018-06-12
* Split TargetPatternEvaluator into two interfacesGravatar ulfjack2018-06-12
* Clean up `bazel help coverage`Gravatar Googler2018-06-05
* Changing SymlinkTreeStrategy not to use spawns.Gravatar Googler2018-05-18
* Remove the "--as_test" command line option to "bazel run".Gravatar lberki2018-05-18
* Remove "bazel run --nodirect_run".Gravatar lberki2018-05-18
* Fix embedded JDK LICENSE handling for JDK 9Gravatar cushon2018-05-16
* C++: Renames CcCompilationContextInfo to CcCompilationContextGravatar plf2018-05-14
* Remove INTERNAL flags from help flags-as-proto.Gravatar mstaib2018-04-26
* SpawnAction.setShellCommand: expect shell pathGravatar laszlocsomor2018-04-23
* Flip the default to --direct_run to true.Gravatar lberki2018-04-20
* Fix up all the tests to work with "blaze run --direct_run".Gravatar lberki2018-04-20
* Make "run --direct_run" always use an absolute path for $0.Gravatar lberki2018-04-19
* Keep LANG/LANGUAGE and related environment variables for the process spawned ...Gravatar lberki2018-04-18
* Emit the command executed with "blaze run --direct_run" and its cwd.Gravatar lberki2018-04-18
* A slight refactoring of RunCommand.Gravatar lberki2018-04-17
* Move test_timeout to BuildConfiguration and TargetCompleteEvent.Gravatar Googler2018-04-17
* Rollback https://github.com/bazelbuild/bazel/pull/5007Gravatar cparsons2018-04-16
* 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