index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
runtime
/
BlazeCommandDispatcher.java
Commit message (
Expand
)
Author
Age
*
Accept build IDs by flag. (Rollforward of https://github.com/bazelbuild/bazel...
ccalvarin
2017-12-14
*
Print 'waiting for other blaze command' on its own line.
Googler
2017-11-28
*
Change config expansion application order, gated by startup flag --expand_con...
ccalvarin
2017-11-20
*
Make the config expansion behavior modular.
ccalvarin
2017-11-10
*
Replace all usages of Blaze's Preconditions class with guava.
tomlu
2017-11-09
*
Automated rollback of commit c6b6dbadd0a93936c51154b25abc5fbba8f2d1af.
janakr
2017-10-31
*
Accept build IDs by flag.
ccalvarin
2017-10-26
*
Split out command line handling into its own file.
ccalvarin
2017-10-25
*
Improve --config expansion logging under --announce_rc
ccalvarin
2017-10-24
*
Track Option placement within a priority category.
ccalvarin
2017-10-18
*
Accept command lines from tools invoking Bazel.
ccalvarin
2017-10-18
*
Report the structured Bazel command line via the BEP.
ccalvarin
2017-10-10
*
Downgrade the default invocation policy log levels to fine.
ccalvarin
2017-10-06
*
ExperimentalEventHandler: clean up in afterCommand
Klaus Aehlig
2017-09-27
*
Replace referrals to options by their name to option definitions.
ccalvarin
2017-09-12
*
More BUILD file refactorings.
philwo
2017-09-06
*
Fix assorted ErrorProne warnings.
lberki
2017-09-06
*
Ensure our "Another command is running" messages hold realistic PIDs.
jmmv
2017-08-28
*
Add the command option --experimental_oom_more_eagerly_threshold. This will r...
janakr
2017-08-16
*
Send Bazel startup options to server.
ccalvarin
2017-08-16
*
Merge handleOptions into beforeCommand
ulfjack
2017-07-17
*
experimentalUI: agressively buffer
Klaus Aehlig
2017-07-14
*
Move CommandEnvironment creation and beforeCommand call after options parsing
ulfjack
2017-07-07
*
Automated conversion to Java 8
laurentlb
2017-06-30
*
BlazeCommandDispatcher: make parseArgsAndConfigs not take a CommandEnvironment
ulfjack
2017-06-27
*
BlazeCommandDispatcher: all options parsing and editing in one place
ulfjack
2017-06-26
*
Move command.log writing to a module
ulfjack
2017-06-26
*
Refactor ProjectFileSupport to work without a CommandEnvironment
ulfjack
2017-06-26
*
Use EventHandler even before we have a Reporter instance
ulfjack
2017-06-14
*
Simplify BlazeModule.beforeCommand
ulfjack
2017-06-14
*
Move InvocationPolicy to the options parser package.
ccalvarin
2017-06-09
*
Remove the CommandEnvironment from BlazeCommand.editOptions
ulfjack
2017-06-06
*
Add a flag --allow_undefined_configs, with default value true.
Googler
2017-06-01
*
Inform the GotOptionsEvent of invocation policy, which is no longer passed as...
ccalvarin
2017-05-15
*
Extend BlazeModule to support listening to the console output
Klaus Aehlig
2017-04-28
*
When using experimental UI, only to a reset terminal if curses were used
aehlig
2017-04-25
*
Add repository override option
kchodorow
2017-04-20
*
CommandDispatcher: s/blaze/bazel/ in error message
laszlocsomor
2017-04-11
*
Move InvocationPolicy from a startup argument to part of the RunRequest proto.
ccalvarin
2017-04-07
*
Add new exception for wrapping parser construction failures
brandjon
2017-04-03
*
Expand Invocation FlagPolicies on expansion flags.
ccalvarin
2017-03-31
*
Split out the InvocationPolicy parser from the enforcer.
ccalvarin
2017-03-29
*
Clarify InvocationPolicy origins.
Chloe Calvarin
2017-03-28
*
BEP: Also report the original command line
Klaus Aehlig
2017-03-23
*
Global cleanup change.
Googler
2017-03-14
*
Make the server commit suicide if its PID file vanishes.
Lukacs Berki
2017-01-13
*
Use #equals() to check equality between ExitCode instances.
Lukacs Berki
2016-11-15
*
Minor refactoring.
Lukacs Berki
2016-11-15
*
Only set the logging level if it has changed.
Janak Ramakrishnan
2016-11-15
*
Writes a machine readable representation of BuildEvents to a file (varint del...
Eduardo Colaco
2016-11-03
[next]