aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime
Commit message (Expand)AuthorAge
* 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
* Roll forward of https://github.com/bazelbuild/bazel/commit/656a0bab1e025ff3c2...Gravatar philwo2018-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
* Disallow undefined configs by default.Gravatar ccalvarin2018-04-06
* 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
* Internal changeGravatar dannark2018-04-04
* Fix crash from mobile-install with --device but no --adb_args.Gravatar ajmichael2018-04-04
* C++: Rename CcCompilationInfo to CcCompilationContextInfo.Gravatar plf2018-04-03
* Add stats about cache hits and execution strategies to Bazel's UI.Gravatar Googler2018-04-03
* Remove some unnecessary params.Gravatar nharmata2018-04-02
* BEP: Report the correct exit code for blaze coverageGravatar ulfjack2018-03-30
* Remove category checking from incompatible changes.Gravatar ccalvarin2018-03-30
* Make the client's java startup command line list all startup options.Gravatar ccalvarin2018-03-30
* ArtifactRoot correctly switches output base when serializing.Gravatar shahan2018-03-28
* Remove categories from Bazel options.Gravatar ccalvarin2018-03-28
* Get rid of all remaining non-test non-internal uses of ConfiguredTarget#getCo...Gravatar janakr2018-03-27
* 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
* Thread configuration map through TestFilteringCompleteEvent. This isn't the m...Gravatar janakr2018-03-27
* Get rid of a few more #getConfiguration() calls. We're now passing a Configur...Gravatar janakr2018-03-27
* Deprecate TransitiveInfoCollection#getConfiguration(), adding two new methods...Gravatar janakr2018-03-26
* Big round of sandbox fixes / performance improvements.Gravatar Philipp Wollermann2018-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
* Victory lap: Remove all code that used to support the three-argument form of ...Gravatar lberki2018-03-23
* Add a DefaultBuildOptions specifying default build flags that may differ from...Gravatar mjhalupka2018-03-22
* Convert SkylarkActionFactory methods to use @SkylarkCallable instead of @Skyl...Gravatar cparsons2018-03-22
* Remove overloaded function in QueryEnvironmentFactoryGravatar dbabkin2018-03-22
* Update the client's skeleton logging framework to use it for --client_debug.Gravatar ccalvarin2018-03-21
* Remove support for blaze dump --vfs.Gravatar tomlu2018-03-12
* Improve the warning for malformed recursive configs.Gravatar ccalvarin2018-03-09
* Create a new version of BuildTool that holds all cquery logic.Gravatar juliexxia2018-03-07
* Remove internal-only startup option from documentation.Gravatar ajmichael2018-03-07
* Add option to dump command lines of actions in dump.Gravatar twerth2018-03-07
* Make the builtins registry thread-safeGravatar brandjon2018-03-06
* Remove references to the "message_log" from Bazel.Gravatar ruperts2018-03-05
* BEP: Add a --build_event_publish_all_actions flag to allow all actions to be ...Gravatar ruperts2018-03-02