aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/commands
Commit message (Expand)AuthorAge
...
* 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
* Make --watchfs a common command option.Gravatar Ulf Adams2016-10-13
* Fix info key client-envGravatar Klaus Aehlig2016-10-07
* Unify AbstractBlazeQueryEnvironment#evaluateQuery with its subclass overrides...Gravatar Nathan Harmata2016-10-04
* Don't force PrintStream on streaming output formattersGravatar Michajlo Matijkiw2016-09-30
* Make AbstractBlazeQueryEnvironment no longer implement AutoCloseable. Instead...Gravatar Nathan Harmata2016-09-29
* Replace BuildConfiguration.Fragment#collectExecutables() with a #getShellExec...Gravatar Lukacs Berki2016-09-22
* Introduce a new method on the StreamedFormatter interface for creating a call...Gravatar Nathan Harmata2016-09-21
* Add an info item to show the currently inherited client environmentGravatar Klaus Aehlig2016-09-21
* Remove unnecessary comment.Gravatar Luis Fernando Pino Duque2016-09-15
* A bunch of small changes to prepare SkyQueryEnvironment for full-parallel eva...Gravatar Nathan Harmata2016-09-08
* Move QueryFunctions and InfoItems to ServerBuilder.Gravatar Ulf Adams2016-08-29
* Drop BlazeModule.getOptionCategories, it's never used.Gravatar Ulf Adams2016-08-19
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Add the repository name as a parameter to the output path functionsGravatar Kristina Chodorow2016-08-12
* Added support for null terminated queries.Gravatar Andreas Bergmeier2016-08-10
* 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
* No longer allow QueryExpressionMapper#map to throw a QueryException. This was...Gravatar Nathan Harmata2016-07-04
* (1) Allow QueryExpressionMapper#map to throw a QueryException.Gravatar Nathan Harmata2016-07-01
* Do redirection of stdout / stderr in Java instead of reimplementing it in eve...Gravatar Philipp Wollermann2016-06-30
* Add help text for the --invocation_policy option of canonicalize-flags.Gravatar Ulf Adams2016-06-30
* Change expansion for help --long/short to render more nicely.Gravatar Ulf Adams2016-06-30
* Fix threadpool leak in SkyQueryEnvironmentGravatar Mark Schaller2016-06-27
* Simplify RuleClassProvider; it kept two identical lists for no purpose.Gravatar Ulf Adams2016-06-23
* Filegroups can optionally export sources from a given output group.Gravatar Cal Peyser2016-06-23
* Split BlazeModule.getCommandOptions into two; unify all implementations.Gravatar Ulf Adams2016-06-23
* The help command can now output html for the command-line reference page.Gravatar Ulf Adams2016-06-22
* Slight refactor of OutputFormatter interface: separate the specification of p...Gravatar Nathan Harmata2016-06-16
* 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
* Redesign InfoItem to use classes instead of the InfoKey enum. This way the In...Gravatar Luis Fernando Pino Duque2016-05-03
* Fix a race condition introduced in unknown commit (that is, the January of 20...Gravatar Lukacs Berki2016-04-26