aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime
Commit message (Expand)AuthorAge
* Keep output of experimental UI short if curses cannot be usedGravatar Klaus Aehlig2016-04-12
* ExperimentalStateTracker: add a short version of the progress barGravatar Klaus Aehlig2016-04-11
* Rate limit updates in the experimental UI and keep it freshGravatar Klaus Aehlig2016-04-11
* experimental UI: only wrap lines if curses are usedGravatar Klaus Aehlig2016-04-11
* experimental UI: honor --cursesGravatar Klaus Aehlig2016-04-11
* experimental UI: squeeze dots in last sample actionGravatar Klaus Aehlig2016-04-11
* Properly use PrintStream in QueryCommand. PrintStream swallows all IOExceptio...Gravatar Nathan Harmata2016-04-11
* Fix bug introduced by commit dc0fbb42ab22ab8f3205b0884069e1ffe03677c9 where a...Gravatar Nathan Harmata2016-04-07
* experimental UI: use LoadingProgressReceiverGravatar Klaus Aehlig2016-04-07
* Rollback of commit dc0fbb42ab22ab8f3205b0884069e1ffe03677c9.Gravatar John Field2016-04-07
* Clean up FancyTerminalEventHandlerGravatar Googler2016-04-07
* experimental UI: update progress bar on progress eventsGravatar Klaus Aehlig2016-04-05
* experimental UI: show run-time for long-running actions in the progress barGravatar Klaus Aehlig2016-04-04
* Pass through the clock to the ExperimentalStateTrackerGravatar Klaus Aehlig2016-04-04
* Change --experimental_oom_more_eagerly_threshold default to 100, so that it i...Gravatar Janak Ramakrishnan2016-03-31
* Don't try to clean up (and potentially exit with minor IOException exit code)...Gravatar Janak Ramakrishnan2016-03-31
* experimental UI: present SUBCOMMANDS in the scroll-back bufferGravatar Klaus Aehlig2016-03-31
* Set --package_path=%workspace% by default and remove Constants.DEFAULT_PACKAG...Gravatar Luis Fernando Pino Duque2016-03-31
* Rollback of commit 044adedc70de040475443e52eb1a3c692159790eGravatar Googler2016-03-31
* Only break lines if cursor motion is in useGravatar Klaus Aehlig2016-03-31
* Signal that the help command does not buildGravatar Klaus Aehlig2016-03-31
* Move BlazeRuntime.initCommand to BlazeWorkspace.Gravatar Ulf Adams2016-03-30
* 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
* Move the BuildView creation to BuildTool, the only remaining user.Gravatar Ulf Adams2016-03-30
* Delay BuildView creation in CommandEnvironment until beforeCommand().Gravatar Ulf Adams2016-03-30
* Make the ProjectFileSupport stateless; pass in required parameter when called.Gravatar Ulf Adams2016-03-30
* Remove calls of CommandEnvironment.getView; remove ide-info from BuildView.Gravatar Ulf Adams2016-03-30
* experimental UI: don't update progress bar after build for INFOGravatar Klaus Aehlig2016-03-30
* fix some references to "Blaze" in BugReport.javaGravatar Thiago Farina2016-03-24
* Signal that the query command does not buildGravatar Klaus Aehlig2016-03-24
* Add startup option --experimental_oom_more_eagerly_threshold, with default va...Gravatar Janak Ramakrishnan2016-03-24
* Always apply invocation policy when constructing build options.Gravatar Janak Ramakrishnan2016-03-24
* Signal that the info command does not buildGravatar Klaus Aehlig2016-03-24
* Register the primary handler with the event busGravatar Klaus Aehlig2016-03-23
* Move TimestampGranularityMonitor to CommandEnvironment.Gravatar Ulf Adams2016-03-23
* Make client-provided options an rc sourceGravatar Klaus Aehlig2016-03-23
* Make specific options win over common onesGravatar Klaus Aehlig2016-03-23
* Move a field around to clarify that it's not part of the workspace state.Gravatar Ulf Adams2016-03-21
* Move AbstractBlazeQueryEnvironment to a factory class, and have BlazeModule o...Gravatar Nathan Harmata2016-03-21
* Don't print BLAZE_HALTED_BEFORE_TESTING for tests that failed to build becaus...Gravatar Janak Ramakrishnan2016-03-21
* Adds bazel_version to the native module for workspace macros.Gravatar Damien Martin-Guillerez2016-03-15
* Description redacted.Gravatar Janak Ramakrishnan2016-03-15
* Add semantic tests for ExperimentalStateTrackerGravatar Klaus Aehlig2016-03-14
* Fixed a problem with wrong test statuses when using notest_keep_going (especi...Gravatar Florian Weikert2016-03-11
* When --experimental_oom_more_eagerly is enabled, tell Bazel to exit with an O...Gravatar Janak Ramakrishnan2016-03-10
* Global cleanup change.Gravatar Googler2016-03-08
* Add a new startup option, --experimental_oom_more_eagerly. Features to have B...Gravatar Janak Ramakrishnan2016-03-08
* experimental UI: merge simultaneous progress bar updatesGravatar Klaus Aehlig2016-03-04