aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime
Commit message (Expand)AuthorAge
...
* 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
* experimental UI: don't update progress bar after end of buildGravatar Klaus Aehlig2016-03-04
* experimental UI: also remember the currently running actionsGravatar Klaus Aehlig2016-03-04
* experimental UI: use the progress receiverGravatar Klaus Aehlig2016-03-04
* FancyTerminalEventHandler: manually break lines in progress barGravatar Klaus Aehlig2016-03-02
* Global cleanup change.Gravatar Googler2016-03-02
* In SkyQueryEnvironment, rewrite queries using the semantics-preserving transf...Gravatar Nathan Harmata2016-03-02
* If BugReport#handleCrash is called twice, don't do anything but log the secon...Gravatar Janak Ramakrishnan2016-03-02
* Make LineWrappingAnsiTerminalWriter a public classGravatar Klaus Aehlig2016-03-01
* ExperimentalEventHandler: break lines explicitlyGravatar Klaus Aehlig2016-02-29
* experimental UI: only refresh progress bar if neededGravatar Klaus Aehlig2016-02-28
* Update ANDROID_DEFAULT_CROSSTOOL to default to //external:android/crosstool. ...Gravatar Luis Fernando Pino Duque2016-02-25
* Experimental UI: report ERROR/WARNING/INFO as usualGravatar Klaus Aehlig2016-02-25
* Keep track of actions currently runningGravatar Klaus Aehlig2016-02-25
* Pass through STDOUT and STDERR eventsGravatar Klaus Aehlig2016-02-25
* Add a state tracker and show a progress barGravatar Klaus Aehlig2016-02-25
* Report the completion of the loading PhaseGravatar Klaus Aehlig2016-02-25
* Don't report targets as broken when they were actually skipped because of no...Gravatar Florian Weikert2016-02-25
* Register the EventHandler with the EventBusGravatar Klaus Aehlig2016-02-24
* Support full logging of handled events in the experimental UIGravatar Klaus Aehlig2016-02-24
* Add an option to enable an experimental UIGravatar Ulf Adams2016-02-24
* The test summary in the terminal no longer shows skipped tests as failed.Gravatar Florian Weikert2016-02-19
* Add an experimental flag to enable the Skyframe-based loading phase runner.Gravatar Ulf Adams2016-02-12