aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime
Commit message (Expand)AuthorAge
* (1) Allow QueryExpressionMapper#map to throw a QueryException.Gravatar Nathan Harmata2016-07-01
* Rename the property io.bazel.UnixFileSystem to io.bazel.EnableJni because tha...Gravatar Lukacs Berki2016-07-01
* ExperimentalEventHandler: remove unnecessary inheritanceGravatar Klaus Aehlig2016-06-30
* 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
* Make experimental UI resistent to late-reported eventsGravatar Klaus Aehlig2016-06-29
* experimental UI: on failing tests, don't state "completed sucessfully"Gravatar Klaus Aehlig2016-06-29
* experimental UI: honor --show_timestampsGravatar Klaus Aehlig2016-06-29
* experimental UI: also during loading produce a short progress barGravatar Klaus Aehlig2016-06-28
* Fix threadpool leak in SkyQueryEnvironmentGravatar Mark Schaller2016-06-27
* Polish the command-line reference.Gravatar Ulf Adams2016-06-27
* Unhide --experimental_ui_actions_shownGravatar Klaus Aehlig2016-06-27
* experimental UI: honor --progress_in_terminal_titleGravatar Klaus Aehlig2016-06-27
* experimental UI: Avoid empty linesGravatar Klaus Aehlig2016-06-27
* experimental UI: mention that we track the _running_ actionsGravatar Klaus Aehlig2016-06-27
* experimental UI: flush buffersGravatar Klaus Aehlig2016-06-24
* Set the default value of PRODUCT_NAME to "Bazel" and add a test to guaranteeGravatar Luis Fernando Pino Duque2016-06-24
* experimental UI: consider progress bar refreshed on every redrawGravatar Klaus Aehlig2016-06-23
* experimental UI: after analysis summarize the work done thereGravatar Klaus Aehlig2016-06-23
* 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
* Document the experimental UI option.Gravatar Ulf Adams2016-06-23
* The help command can now output html for the command-line reference page.Gravatar Ulf Adams2016-06-22
* Pass a locale to a getLowerCase call in BlazeRuntime.Gravatar Ulf Adams2016-06-21
* Update the startup option help texts.Gravatar Ulf Adams2016-06-21
* Add an option for the number of actions shown in the experimental UIGravatar Klaus Aehlig2016-06-21
* experimental UI: be less verbose about test summariesGravatar Klaus Aehlig2016-06-21
* experimental UI: delay updates after action completionGravatar Klaus Aehlig2016-06-20
* experimental UI: also report the strategy of running actionsGravatar Klaus Aehlig2016-06-20
* Fixed some Bazel java tests on WindowsGravatar Yun Peng2016-06-17
* Slight refactor of OutputFormatter interface: separate the specification of p...Gravatar Nathan Harmata2016-06-16
* Make experimental UI honor --noshow_progressGravatar Klaus Aehlig2016-06-15
* Make persistent action cache work on WindowsGravatar Yun Peng2016-06-15
* Wipe out misleading stack trace in pre-allocated OOM exception.Gravatar Eric Fellheimer2016-06-10
* experimental ui: not only report errors, but also failures immediatelyGravatar Klaus Aehlig2016-06-09
* ExperimentalEventHandler: fix off-by-one errorGravatar Klaus Aehlig2016-06-08
* Add a hook to Package.Builder.Helper that gets called by PackageFunction afte...Gravatar Nathan Harmata2016-06-07
* Don't create CommandCompleteEvent for OOMs ahead of time. Its super-construct...Gravatar Janak Ramakrishnan2016-06-03
* experimental UI: when showing the last test, color-code its stateGravatar Klaus Aehlig2016-06-03
* Make "bazel info" load only the packages that are necessary for its job.Gravatar Lukacs Berki2016-06-01
* Replace Constants.PRODUCT_NAME with a startup option --product_name=bazel and Gravatar Luis Fernando Pino Duque2016-05-31
* experimental UI: track touched packages during loading/analysisGravatar Klaus Aehlig2016-05-30
* Allow BlazeModules to expose a helper that PackageFactory will use for creati...Gravatar Nathan Harmata2016-05-27
* experimental UI: group test actions by labelGravatar Klaus Aehlig2016-05-25
* Pre-allocate memory at a few (non-exhaustive) sites that are on the exit path...Gravatar Janak Ramakrishnan2016-05-24
* Separate killing Bazel on OOM using -XX:OnOutOfMemoryError and pessimisticall...Gravatar Janak Ramakrishnan2016-05-24
* Replace the occurrences of Constants.PRODUCT_NAME for a call toGravatar Luis Fernando Pino Duque2016-05-23
* experimental UI: improve message shorteningGravatar Klaus Aehlig2016-05-20