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
/
cpp
/
blaze_startup_options_common.cc
Commit message (
Expand
)
Author
Age
*
Add omitted initialization in BlazeStartupOptions::Copy.
Janak Ramakrishnan
2016-07-18
*
Increase the server timeout for tests so that we don't get spurious failures ...
Lukacs Berki
2016-07-18
*
Set the default value of PRODUCT_NAME to "Bazel" and add a test to guarantee
Luis Fernando Pino Duque
2016-06-24
*
Flip --deep_execroot to default to true
Kristina Chodorow
2016-05-11
*
Fix bug in experimental_oom_more_eagerly_threshold options parsing.
Janak Ramakrishnan
2016-04-25
*
Assorted changes wrt. gRPC client/server comms:
Lukacs Berki
2016-04-21
*
Add the --grpc_port startup option and start a Java server if it's passed in.
Lukacs Berki
2016-04-14
*
Change --experimental_oom_more_eagerly_threshold default to 100, so that it i...
Janak Ramakrishnan
2016-03-31
*
Add startup option --experimental_oom_more_eagerly_threshold, with default va...
Janak Ramakrishnan
2016-03-24
*
Add a new startup option, --experimental_oom_more_eagerly. Features to have B...
Janak Ramakrishnan
2016-03-08
*
Remove --skyframe flag from the build command. It was a no-op and deprecated ...
Googler
2016-02-05
*
RELNOTES[INC]: The startup flag --blaze_cpu is removed,
Janak Ramakrishnan
2016-02-02
*
Remove option --experimental_preserve_spaces_in_host_jvm_args. Its work as a ...
Janak Ramakrishnan
2016-01-07
*
Fixed error message
Alex Gaynor
2015-12-30
*
Flip the default to preserve spaces in --host_jvm_args when invoking Bazel. T...
Janak Ramakrishnan
2015-12-28
*
Add a --deep_execroot startup option that puts the execroot under $OUTPUT_BAS...
Lukacs Berki
2015-12-09
*
Optionally allow Bazel to pass JVM options containing spaces directly through...
Janak Ramakrishnan
2015-11-16
*
Rollback of commit ae5f442e9cf3ef6578e70104af7cb2a2288b9fb8.
Kristina Chodorow
2015-10-06
*
Remove copy ctor and operator= from BlazeStartupOptions
Kristina Chodorow
2015-10-06
*
Adds a mechanism for invocation policy. The policy is taken through the --inv...
Alex Humesky
2015-09-30
*
Rationalize copyright headers
Damien Martin-Guillerez
2015-09-25
*
Add #include <cstdio>.
Googler
2015-07-23
*
Support --nowatchfs global option in the launcher.
Han-Wen Nienhuys
2015-06-26
*
Support the --[no]master_bazelrc flag
Damien Martin-Guillerez
2015-06-25
*
Support --bazelrc= syntax to specify rcfile
Damien Martin-Guillerez
2015-06-05
*
Fix 'seperated' typo in ProcessArg() parameter.
Thiago Farina
2015-05-07
*
Move blaze_exit_code.h into util/ directory.
Thiago Farina
2015-04-24
*
Header cleanups.
Han-Wen Nienhuys
2015-04-22
*
Add logging of blaze_cpu flag usage. Before we can remove this flag we need t...
Marian Lobur
2015-04-09
*
Use bazel in output user root
Kristina Chodorow
2015-03-26
*
Use OS-specific caches for output root
Kristina Chodorow
2015-03-23
*
Use a variable for product name in launcher messages
Kristina Chodorow
2015-03-18
*
Update from Google.
Han-Wen Nienhuys
2015-02-25