aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/commands/RunCommand.java
Commit message (Expand)AuthorAge
* Automated g4 rollback of commit e2edf2e141a09c025a958d580c7cac7b57c70d83.Gravatar Googler2017-05-26
* Automated g4 rollback of commit c78c947e6a8cbb323304f872a3dcabb989a3d76b.Gravatar cpeyser2017-05-23
* Do not retain transitive data in AndroidLocalTestBase.Gravatar Googler2017-05-15
* Allow Bazel commands to be marked as having sensitive command lines.Gravatar felly2017-04-07
* Rollback of commit 49d97f9bb4dd04ef62198ded7b53b2a8f8c603db.Gravatar Luis Fernando Pino Duque2017-02-10
* Apply --symlink_prefix to the output and exec root symlinks.Gravatar Luis Fernando Pino Duque2017-02-08
* correct the executable path in script_path docsGravatar Jeff Hodges2016-12-09
* Use #equals() to check equality between ExitCode instances.Gravatar Lukacs Berki2016-11-15
* Replace BuildConfiguration.Fragment#collectExecutables() with a #getShellExec...Gravatar Lukacs Berki2016-09-22
* Short-circuit runfiles tree creation if runfiles are disabled (for example, o...Gravatar Lukacs Berki2016-08-04
* Fixed bazel run commandGravatar Yun Peng2016-07-19
* Rollback of commit 1e37a5375f918376c132fa537e25695f673f41b8.Gravatar Dmitry Lomov2016-07-07
* Do redirection of stdout / stderr in Java instead of reimplementing it in eve...Gravatar Philipp Wollermann2016-06-30
* Replace the occurrences of Constants.PRODUCT_NAME for a call toGravatar Luis Fernando Pino Duque2016-05-23
* Make "blaze run" work with aliases.Gravatar Lukacs Berki2016-05-19
* Allow executing input files in addition to output onesGravatar Brian Silverman2016-04-20
* Refactor BlazeWorkspace creation to happen after BlazeRuntime construction.Gravatar Ulf Adams2016-04-13
* Move most BlazeRuntime methods related to workspace directories to CommandEnv.Gravatar Ulf Adams2016-03-30
* Do not use sandboxing when bootstrappingGravatar Damien Martin-Guillerez2016-01-18
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Make --symlink_prefix= work as expected again (i.e. create links called "bin"...Gravatar Lukacs Berki2015-11-25
* Move workingDirectory to CommandEnvironment.Gravatar Ulf Adams2015-10-20
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Move the commandId and getCommandStartTime() to CommandEnvironment.Gravatar Ulf Adams2015-09-21
* Simplify BuildView construction and store configurations in the build result.Gravatar Ulf Adams2015-09-17
* Move the clientEnv to the CommandEnvironment.Gravatar Ulf Adams2015-09-17
* Change most calls to BlazeRuntime.getReporter() to use CommandEnvironment.Gravatar Ulf Adams2015-09-16
* Introduce CommandEnvironment and pass it instead of BlazeRuntime.Gravatar Ulf Adams2015-09-15
* Fixed bug where blaze run with the --color=no flag was still printing out in ...Gravatar Shreya Bhattarai2015-08-04
* Rollback of commit 2e7a5b47979b2679208a97a65df265be953eb595.Gravatar Han-Wen Nienhuys2015-08-04
* Fixed bug where blaze run with the --color=no flag was still printing out in ...Gravatar Googler2015-07-21
* Added an help command to dump all options for completionGravatar Damien Martin-Guillerez2015-04-10
* More blaze/bazel name cleanup in help messages.Gravatar Laurent Le Brun2015-03-05
* Get runfiles prefix from the WORKSPACE fileGravatar Kristina Chodorow2015-03-05
* Remove --compile_only and --compilation_prerequisites_only; --output_groups c...Gravatar Lukacs Berki2015-03-04
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25