aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp/blaze_startup_options_common.cc
Commit message (Expand)AuthorAge
* Add omitted initialization in BlazeStartupOptions::Copy.Gravatar Janak Ramakrishnan2016-07-18
* Increase the server timeout for tests so that we don't get spurious failures ...Gravatar Lukacs Berki2016-07-18
* Set the default value of PRODUCT_NAME to "Bazel" and add a test to guaranteeGravatar Luis Fernando Pino Duque2016-06-24
* Flip --deep_execroot to default to trueGravatar Kristina Chodorow2016-05-11
* Fix bug in experimental_oom_more_eagerly_threshold options parsing.Gravatar Janak Ramakrishnan2016-04-25
* Assorted changes wrt. gRPC client/server comms:Gravatar Lukacs Berki2016-04-21
* Add the --grpc_port startup option and start a Java server if it's passed in.Gravatar Lukacs Berki2016-04-14
* Change --experimental_oom_more_eagerly_threshold default to 100, so that it i...Gravatar Janak Ramakrishnan2016-03-31
* Add startup option --experimental_oom_more_eagerly_threshold, with default va...Gravatar Janak Ramakrishnan2016-03-24
* Add a new startup option, --experimental_oom_more_eagerly. Features to have B...Gravatar Janak Ramakrishnan2016-03-08
* Remove --skyframe flag from the build command. It was a no-op and deprecated ...Gravatar Googler2016-02-05
* RELNOTES[INC]: The startup flag --blaze_cpu is removed,Gravatar Janak Ramakrishnan2016-02-02
* Remove option --experimental_preserve_spaces_in_host_jvm_args. Its work as a ...Gravatar Janak Ramakrishnan2016-01-07
* Fixed error messageGravatar Alex Gaynor2015-12-30
* Flip the default to preserve spaces in --host_jvm_args when invoking Bazel. T...Gravatar Janak Ramakrishnan2015-12-28
* Add a --deep_execroot startup option that puts the execroot under $OUTPUT_BAS...Gravatar Lukacs Berki2015-12-09
* Optionally allow Bazel to pass JVM options containing spaces directly through...Gravatar Janak Ramakrishnan2015-11-16
* Rollback of commit ae5f442e9cf3ef6578e70104af7cb2a2288b9fb8.Gravatar Kristina Chodorow2015-10-06
* Remove copy ctor and operator= from BlazeStartupOptionsGravatar Kristina Chodorow2015-10-06
* Adds a mechanism for invocation policy. The policy is taken through the --inv...Gravatar Alex Humesky2015-09-30
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Add #include <cstdio>.Gravatar Googler2015-07-23
* Support --nowatchfs global option in the launcher.Gravatar Han-Wen Nienhuys2015-06-26
* Support the --[no]master_bazelrc flagGravatar Damien Martin-Guillerez2015-06-25
* Support --bazelrc= syntax to specify rcfileGravatar Damien Martin-Guillerez2015-06-05
* Fix 'seperated' typo in ProcessArg() parameter.Gravatar Thiago Farina2015-05-07
* Move blaze_exit_code.h into util/ directory.Gravatar Thiago Farina2015-04-24
* Header cleanups.Gravatar Han-Wen Nienhuys2015-04-22
* Add logging of blaze_cpu flag usage. Before we can remove this flag we need t...Gravatar Marian Lobur2015-04-09
* Use bazel in output user rootGravatar Kristina Chodorow2015-03-26
* Use OS-specific caches for output rootGravatar Kristina Chodorow2015-03-23
* Use a variable for product name in launcher messagesGravatar Kristina Chodorow2015-03-18
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25