aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime
Commit message (Expand)AuthorAge
* Signal that the version command does not buildGravatar Klaus Aehlig2016-04-19
* Do not start the AF_UNIX server when in gRPC mode.Gravatar Lukacs Berki2016-04-19
* Module cleanup - don't hold on to stuff after the command completes.Gravatar Ulf Adams2016-04-18
* experimental UI: avoid empty lines between one-line FAILURE notesGravatar Klaus Aehlig2016-04-18
* Make ExperimentalStateTracker aim for target widthGravatar Klaus Aehlig2016-04-18
* Inject the BlazeDirectories in SkyframeExecutor.Gravatar Ulf Adams2016-04-15
* Add an afterCommand hook to AbstractBlazeQueryEnvironment.Gravatar Nathan Harmata2016-04-15
* Add the --grpc_port startup option and start a Java server if it's passed in.Gravatar Lukacs Berki2016-04-14
* experimental UI: only redraw progress bar after event in curses modeGravatar Klaus Aehlig2016-04-14
* experimental UI: show passed and failed testsGravatar Klaus Aehlig2016-04-14
* experimental UI: Keep track of completed testsGravatar Klaus Aehlig2016-04-14
* experimental UI: ignore refresh limit on final progress-bar changeGravatar Klaus Aehlig2016-04-13
* Refactor BlazeWorkspace creation to happen after BlazeRuntime construction.Gravatar Ulf Adams2016-04-13
* 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