aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime
Commit message (Expand)AuthorAge
* Merge handleOptions into beforeCommandGravatar ulfjack2017-07-17
* experimental UI: keep console updated till the endGravatar Klaus Aehlig2017-07-14
* experimentalUI: agressively bufferGravatar Klaus Aehlig2017-07-14
* Delete EventHandlerPreconditions. With https://github.com/bazelbuild/bazel/bl...Gravatar janakr2017-07-13
* Making mobile-install v2 compatible with ASwB pluginGravatar Googler2017-07-12
* Fold OptionUsageRestrictions into OptionDocumentationCategory and OptionMetad...Gravatar ccalvarin2017-07-11
* BuildEventWithConfiguration: represent configurations as BuildEventGravatar Klaus Aehlig2017-07-11
* Automated rollback of commit 458990b0c155130e242117e2bfc5ebfdf787d2e2.Gravatar Googler2017-07-11
* BEP: Positively identify the last messageGravatar Klaus Aehlig2017-07-10
* Look at stderr for terminal detection.Gravatar Googler2017-07-10
* Move CommandEnvironment creation and beforeCommand call after options parsingGravatar ulfjack2017-07-07
* Create top-level configs dynamically: period.Gravatar gregce2017-07-06
* Add configuration to terminal test summary, if neededGravatar aehlig2017-07-05
* Inline AttributeContainer.ATTRIBUTE_CONTAINER_FACTORY and PathFragment.TO_PAT...Gravatar laurentlb2017-07-03
* Undo Java 8 updates to fix bootstrapping on MacOS.Gravatar laszlocsomor2017-06-30
* A little cosmetic cleanup in the wake of the Java 8 migration.Gravatar lberki2017-06-30
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Add a lambda now that we can.Gravatar lberki2017-06-29
* BugReport: include ERROR on internal error messagesGravatar Klaus Aehlig2017-06-28
* Allow expansion flags to have values.Gravatar Googler2017-06-28
* Update the --incompatible_ flag requirements to use the metadata tag.Gravatar ccalvarin2017-06-28
* Add the default category and tag to all options.Gravatar ccalvarin2017-06-28
* BEP: Gracefully handle null configurationsGravatar Klaus Aehlig2017-06-28
* BuildEventStreamUtils: update TODO to reflect the new plan of actionGravatar aehlig2017-06-27
* BlazeCommandDispatcher: make parseArgsAndConfigs not take a CommandEnvironmentGravatar ulfjack2017-06-27
* Add option tagging and categorizing enums.Gravatar ccalvarin2017-06-27
* Make BuildEventStreamer flushable before first eventGravatar Klaus Aehlig2017-06-26
* 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