aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/commands
Commit message (Expand)AuthorAge
* Windows: bazel clean --expunge worksGravatar Laszlo Csomor2017-06-12
* Move InvocationPolicy to the options parser package.Gravatar ccalvarin2017-06-09
* Track the test environment in Skyframe, like the action environmentGravatar ulfjack2017-06-09
* Remove the CommandEnvironment from BlazeCommand.editOptionsGravatar ulfjack2017-06-06
* Move the instrumentation filter computation to BuildToolGravatar ulfjack2017-06-06
* Fix clean command to not use boolean optionsGravatar Googler2017-05-31
* BEP: Correctly report test exit code.Gravatar buchgr2017-05-30
* Automated g4 rollback of commit e2edf2e141a09c025a958d580c7cac7b57c70d83.Gravatar Googler2017-05-26
* Automated g4 rollback of commit c4134802dd15d6ef5cca6521f6bf6aac395ee2ad.Gravatar kchodorow2017-05-23
* Automated g4 rollback of commit c78c947e6a8cbb323304f872a3dcabb989a3d76b.Gravatar cpeyser2017-05-23
* Do not retain transitive data in AndroidLocalTestBase.Gravatar Googler2017-05-15
* Rollforward of commit aa7f9307636d38cbb93a03acac8f4c59adfa0ee8.Gravatar ccalvarin2017-05-04
* Store Skylark command-line flags in SkyframeGravatar brandjon2017-04-28
* Split out option usage restriction from option category.Gravatar ccalvarin2017-04-18
* Canonicalize-flags can now show the canonical invocation policy.Gravatar ccalvarin2017-04-18
* Fix #2769: Worker processes should be killed on 'bazel clean'.Gravatar philwo2017-04-12
* Allow Bazel commands to be marked as having sensitive command lines.Gravatar felly2017-04-07
* Add integration test for --all_incompatible_changes flag conflictsGravatar brandjon2017-04-05
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Automated g4 rollback of commit 1d9e1ac90197b1d3d7b137ba3c1ada67bb9ba31b.Gravatar hlopko2017-04-04
* Remove all directories under the execroot during a cleanGravatar kchodorow2017-04-04
* Symlink output directories to the correct directory nameGravatar kchodorow2017-03-31
* Split out the InvocationPolicy parser from the enforcer.Gravatar ccalvarin2017-03-29
* Build a version of Bazel with a bundled OpenJDK inside the binary.Gravatar Philipp Wollermann2017-03-20
* Add the java-runtime, java-vm, java-home and character-encoding items to "baz...Gravatar Philipp Wollermann2017-03-20
* Add a new command "bazel license" that prints the license files of Bazel and ...Gravatar Philipp Wollermann2017-03-20
* Configurably block errors from universe eval in query environmentsGravatar Mark Schaller2017-03-12
* Description redacted.Gravatar Nathan Harmata2017-03-09
* Rollback of commit 822c37816ac669e51bec3853b41849a19ec5e230.Gravatar Nathan Harmata2017-03-01
* Move UnixFileSystem to lib.unix, WindowsFileSystem to lib.windowsGravatar Ulf Adams2017-02-28
* Reimplement blaze query using an async evaluation model. Use a concurrent bac...Gravatar Nathan Harmata2017-02-28
* 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
* Tweak output string phrasing.Gravatar Googler2017-01-26
* Move the mobile_install command to a separate package and moduleGravatar Ulf Adams2017-01-17
* Make the server commit suicide if its PID file vanishes.Gravatar Lukacs Berki2017-01-13
* Updates Android flag documentation.Gravatar Alex Humesky2017-01-09
* Remove dead code referencing deleted "suites" attribute.Gravatar Greg Estren2016-12-21
* Avoids NullPointerException when running `bazel coverage //:xxx`, since PathF...Gravatar Yue Gan2016-12-20
* Move TestStrategy to lib.exec package.Gravatar Ulf Adams2016-12-15
* correct the executable path in script_path docsGravatar Jeff Hodges2016-12-09
* Add --async clean independent of expungeGravatar George Gensure2016-12-08
* Coverage support.Gravatar Ulf Adams2016-11-24
* Change the "tests succeeded but one or more targets failed to build" message ...Gravatar Lukacs Berki2016-11-16
* Use #equals() to check equality between ExitCode instances.Gravatar Lukacs Berki2016-11-15
* Minor refactoring.Gravatar Lukacs Berki2016-11-15
* "bazel clean": prevent creation of command.logGravatar Laszlo Csomor2016-10-27
* Failing back to --expunge when using --expunge_async on non-Linux machineGravatar Damien Martin-Guillerez2016-10-17
* Make --watchfs a common command option.Gravatar Ulf Adams2016-10-14
* Rollback of commit 2891ec527eed27d0c6460d66f51cb66a43373b6a.Gravatar Damien Martin-Guillerez2016-10-14