aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/commands/CleanCommand.java
Commit message (Expand)AuthorAge
* Rollback https://github.com/bazelbuild/bazel/pull/5007Gravatar cparsons2018-04-16
* CommandBuilder: remove useShell and setWorkingDirGravatar Laszlo Csomor2018-04-12
* Remove categories from Bazel options.Gravatar ccalvarin2018-03-28
* 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
* Don't suggest using bazel clean --async when it's unsupportedGravatar Akira Baruah2017-12-15
* Clarify bazel clean's options.Gravatar ccalvarin2017-12-04
* RELNOTES: --keep_incrementality_data flag allows Bazel servers to be run in m...Gravatar janakr2017-11-12
* Only delete the current execroot in clean.Gravatar Benjamin Peterson2017-10-13
* Document the options in smaller commands.Gravatar ccalvarin2017-09-20
* Now really rename all logger instances to "logger".Gravatar lberki2017-09-05
* expunge_async: add comment about MacOS feasibilityGravatar laszlocsomor2017-07-26
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Add the default category and tag to all options.Gravatar ccalvarin2017-06-28
* Close file handles in ActionCache before bazel cleanGravatar Yun Peng2017-06-19
* Windows: bazel clean --expunge worksGravatar Laszlo Csomor2017-06-12
* Remove the CommandEnvironment from BlazeCommand.editOptionsGravatar ulfjack2017-06-06
* Fix clean command to not use boolean optionsGravatar Googler2017-05-31
* Automated g4 rollback of commit c4134802dd15d6ef5cca6521f6bf6aac395ee2ad.Gravatar kchodorow2017-05-23
* Fix #2769: Worker processes should be killed on 'bazel clean'.Gravatar philwo2017-04-12
* 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
* Make the server commit suicide if its PID file vanishes.Gravatar Lukacs Berki2017-01-13
* Add --async clean independent of expungeGravatar George Gensure2016-12-08
* "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
* Replace the occurrences of Constants.PRODUCT_NAME for a call toGravatar Luis Fernando Pino Duque2016-05-23
* Fix a race condition introduced in unknown commit (that is, the January of 20...Gravatar Lukacs Berki2016-04-26
* Move most of the workspace-handling code from BlazeRuntime to a new class.Gravatar Ulf Adams2016-03-30
* Move most BlazeRuntime methods related to workspace directories to CommandEnv.Gravatar Ulf Adams2016-03-30
* Signal that clean does not buildGravatar Klaus Aehlig2016-03-30
* Add a --deep_execroot startup option that puts the execroot under $OUTPUT_BAS...Gravatar Lukacs Berki2015-12-09
* Make --symlink_prefix= work as expected again (i.e. create links called "bin"...Gravatar Lukacs Berki2015-11-25
* Move the outputService field to the CommandEnvironment.Gravatar Ulf Adams2015-10-20
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* 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
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* More blaze/bazel name cleanup in help messages.Gravatar Laurent Le Brun2015-03-05
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25