aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime
Commit message (Expand)AuthorAge
* BlazeCommandDispatcher: all options parsing and editing in one placeGravatar ulfjack2017-06-26
* Move command.log writing to a moduleGravatar ulfjack2017-06-26
* BEP: Support longer streams on non building commandsGravatar Klaus Aehlig2017-06-26
* Refactor ProjectFileSupport to work without a CommandEnvironmentGravatar ulfjack2017-06-26
* In the Blaze Query implementation, use Set and Map implementations backed by ...Gravatar nharmata2017-06-22
* Set correct execroot for infoGravatar kchodorow2017-06-22
* Use getopt to parse process-wrapper's command-line.Gravatar philwo2017-06-22
* Fix comment in ExperimentalEventHandlerGravatar aehlig2017-06-22
* Add InvocationPolicy to BEP message OptionsParsed.Gravatar ccalvarin2017-06-20
* Extract the ansi color escape sequences to an enumGravatar Ulf Adams2017-06-19
* Close file handles in ActionCache before bazel cleanGravatar Yun Peng2017-06-19
* Ban the combination of buildfiles/loadfiles and --output=location.Gravatar nharmata2017-06-19
* Make NoBuildEvent an instance of BuildEventGravatar Klaus Aehlig2017-06-19
* Safe-guard against broken client environmentsGravatar Ulf Adams2017-06-19
* Change TestTimeout's rangeMax values so that isInRangeFuzzy will flag tests t...Gravatar Googler2017-06-19
* Rewrite StandaloneSpawnStrategy to use LocalSpawnRunnerGravatar ulfjack2017-06-19
* Remove useless comments.Gravatar nharmata2017-06-16
* BES: Consolidate BuildEventServiceModule and BuildEventStreamerModule.Gravatar buchgr2017-06-14
* Use EventHandler even before we have a Reporter instanceGravatar ulfjack2017-06-14
* BlazeModule.workspaceInit: also pass the BlazeRuntime to the callGravatar ulfjack2017-06-14
* Simplify BlazeModule.beforeCommandGravatar ulfjack2017-06-14
* Windows: bazel clean --expunge worksGravatar Laszlo Csomor2017-06-12
* experimental UI: move stopUpdateThread() out of synchronized, againGravatar Klaus Aehlig2017-06-09
* Move InvocationPolicy to the options parser package.Gravatar ccalvarin2017-06-09
* BEP: use full relative path as file nameGravatar Klaus Aehlig2017-06-09
* Execute the launcher script from mobile-install command.Gravatar Googler2017-06-09
* Track the test environment in Skyframe, like the action environmentGravatar ulfjack2017-06-09
* Split workspace-specific tests out of BlazeRuntimeTestGravatar ulfjack2017-06-09
* Use ImmutableList for Option expansion functionsGravatar Googler2017-06-08
* Remove the CommandEnvironment from BlazeCommand.editOptionsGravatar ulfjack2017-06-06
* Move the instrumentation filter computation to BuildToolGravatar ulfjack2017-06-06
* Change help message for --batchGravatar Mike Morearty2017-06-06
* CountingOutputStream: properly flush()Gravatar Klaus Aehlig2017-06-01
* Experimental UI: don't show dates for no-build commandsGravatar Klaus Aehlig2017-06-01
* Add a flag --allow_undefined_configs, with default value true.Gravatar Googler2017-06-01
* Remote tests should not depend on lib:runtimeGravatar buchgr2017-05-31
* Fix clean command to not use boolean optionsGravatar Googler2017-05-31
* BEP: Correctly report test exit code.Gravatar buchgr2017-05-30
* BES: Capture stdout/stderr.Gravatar buchgr2017-05-30
* experimental UI: don't double track pending transportsGravatar Klaus Aehlig2017-05-29
* Experimental UI: Support multiple BuildEventTransportAnnouncedEventsGravatar buchgr2017-05-29
* Automated g4 rollback of commit e2edf2e141a09c025a958d580c7cac7b57c70d83.Gravatar Googler2017-05-26
* Automated g4 rollback of commit c4134802dd15d6ef5cca6521f6bf6aac395ee2ad.Gravatar kchodorow2017-05-23
* experimental UI: Support limiting consoleGravatar Klaus Aehlig2017-05-23
* Automated g4 rollback of commit c78c947e6a8cbb323304f872a3dcabb989a3d76b.Gravatar cpeyser2017-05-23
* Remote+BES: Stabilize command line flags.Gravatar buchgr2017-05-22
* Inform the GotOptionsEvent of invocation policy, which is no longer passed as...Gravatar ccalvarin2017-05-15
* Do not retain transitive data in AndroidLocalTestBase.Gravatar Googler2017-05-15
* Add v2 flag to enable MIv2.Gravatar Googler2017-05-15
* experimentalUI: show date, if timestamps are enabledGravatar Klaus Aehlig2017-05-12