aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/BlazeCommandDispatcher.java
Commit message (Expand)AuthorAge
* Add option to post ProfileStartedEvent containing the profile's path.Gravatar twerth2018-07-31
* Fix block_for_lock.Gravatar ccalvarin2018-07-23
* Move the profiler setup earlier in the startup.Gravatar twerth2018-06-20
* Add a bit more profiler coverageGravatar ulfjack2018-06-15
* Move the BlazeRuntime.initProfiler call to BlazeCommandDispatcherGravatar ulfjack2018-06-15
* Remove the removeHandler/releaseHandler pairsGravatar ulfjack2018-06-15
* Remove fixed point config expansion.Gravatar ccalvarin2018-06-14
* Remove BlazeModule.checkEnvironmentGravatar ulfjack2018-06-13
* Port bazelrc flags into their own module.Gravatar ccalvarin2018-05-16
* Add hook to inform SkyframeExecutor that build is finished.Gravatar janakr2018-04-24
* Delete the now-useless interfaces ServerCommand and CommandExecutor.Gravatar lberki2018-02-06
* Remove ShutdownBlazeServerException in favor of indicating that the server sh...Gravatar lberki2018-02-06
* Add a "direct" mode to "blaze run" that makes the process being run a directGravatar lberki2018-02-05
* Accept build IDs by flag. (Rollforward of https://github.com/bazelbuild/bazel...Gravatar ccalvarin2017-12-14
* Print 'waiting for other blaze command' on its own line.Gravatar Googler2017-11-28
* Change config expansion application order, gated by startup flag --expand_con...Gravatar ccalvarin2017-11-20
* Make the config expansion behavior modular.Gravatar ccalvarin2017-11-10
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Automated rollback of commit c6b6dbadd0a93936c51154b25abc5fbba8f2d1af.Gravatar janakr2017-10-31
* Accept build IDs by flag.Gravatar ccalvarin2017-10-26
* Split out command line handling into its own file.Gravatar ccalvarin2017-10-25
* Improve --config expansion logging under --announce_rcGravatar ccalvarin2017-10-24
* Track Option placement within a priority category.Gravatar ccalvarin2017-10-18
* Accept command lines from tools invoking Bazel.Gravatar ccalvarin2017-10-18
* Report the structured Bazel command line via the BEP.Gravatar ccalvarin2017-10-10
* Downgrade the default invocation policy log levels to fine.Gravatar ccalvarin2017-10-06
* ExperimentalEventHandler: clean up in afterCommandGravatar Klaus Aehlig2017-09-27
* Replace referrals to options by their name to option definitions.Gravatar ccalvarin2017-09-12
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Fix assorted ErrorProne warnings.Gravatar lberki2017-09-06
* Ensure our "Another command is running" messages hold realistic PIDs.Gravatar jmmv2017-08-28
* Add the command option --experimental_oom_more_eagerly_threshold. This will r...Gravatar janakr2017-08-16
* Send Bazel startup options to server.Gravatar ccalvarin2017-08-16
* Merge handleOptions into beforeCommandGravatar ulfjack2017-07-17
* experimentalUI: agressively bufferGravatar Klaus Aehlig2017-07-14
* Move CommandEnvironment creation and beforeCommand call after options parsingGravatar ulfjack2017-07-07
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* BlazeCommandDispatcher: make parseArgsAndConfigs not take a CommandEnvironmentGravatar ulfjack2017-06-27
* BlazeCommandDispatcher: all options parsing and editing in one placeGravatar ulfjack2017-06-26
* Move command.log writing to a moduleGravatar ulfjack2017-06-26
* Refactor ProjectFileSupport to work without a CommandEnvironmentGravatar ulfjack2017-06-26
* Use EventHandler even before we have a Reporter instanceGravatar ulfjack2017-06-14
* Simplify BlazeModule.beforeCommandGravatar ulfjack2017-06-14
* Move InvocationPolicy to the options parser package.Gravatar ccalvarin2017-06-09
* Remove the CommandEnvironment from BlazeCommand.editOptionsGravatar ulfjack2017-06-06
* Add a flag --allow_undefined_configs, with default value true.Gravatar Googler2017-06-01
* Inform the GotOptionsEvent of invocation policy, which is no longer passed as...Gravatar ccalvarin2017-05-15
* Extend BlazeModule to support listening to the console outputGravatar Klaus Aehlig2017-04-28
* When using experimental UI, only to a reset terminal if curses were usedGravatar aehlig2017-04-25
* Add repository override optionGravatar kchodorow2017-04-20