aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/commands/DumpCommand.java
Commit message (Expand)AuthorAge
* Replace instances of Blaze with Bazel.Gravatar Dan Fabulich2018-07-05
* Remove categories from Bazel options.Gravatar ccalvarin2018-03-28
* Remove old option categorization from the help output.Gravatar ccalvarin2018-03-27
* Remove support for blaze dump --vfs.Gravatar tomlu2018-03-12
* Add option to dump command lines of actions in dump.Gravatar twerth2018-03-07
* Add option to filter for targets in the action graph dump.Gravatar twerth2018-03-02
* Move newly created protos to analysis package.Gravatar twerth2018-02-22
* Add option to dump the action graph.Gravatar twerth2018-02-22
* Replace path implementation.Gravatar tomlu2018-02-08
* Remove references to getTarget(). Requires threading through anGravatar mjhalupka2018-02-08
* Add a "direct" mode to "blaze run" that makes the process being run a directGravatar lberki2018-02-05
* Add memory profiler.Gravatar tomlu2017-10-18
* Document the options in smaller commands.Gravatar ccalvarin2017-09-20
* 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
* Remove the CommandEnvironment from BlazeCommand.editOptionsGravatar ulfjack2017-06-06
* Replace the occurrences of Constants.PRODUCT_NAME for a call toGravatar Luis Fernando Pino Duque2016-05-23
* 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
* Remove the --artifacts flag from the dump command, which was long deprecated.Gravatar Philipp Wollermann2016-02-09
* 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
* Add dump commandGravatar Kristina Chodorow2015-06-15