aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp/startup_options.h
Commit message (Expand)AuthorAge
* Add a option to disable idle gc.Gravatar Benjamin Peterson2018-08-08
* Add a normal startup-option for setting the digest function.Gravatar ccalvarin2018-08-01
* Add a --server_javabase startup option as an alias for the LHS --host_javabaseGravatar cushon2018-07-25
* update bazel's embedded jdk to jdk9Gravatar cushon2018-06-11
* Remove usage of COMPILER_MSVC in Bazel and ijarGravatar Loo Rong Jie2018-06-11
* Add --ignore_all_rc_files startup options.Gravatar ccalvarin2018-05-15
* Use the local JDK as the default target javabaseGravatar cushon2018-05-14
* Remove overlap between the blazerc and bazelrc names.Gravatar ccalvarin2018-04-20
* Refactor where rc files are controlled.Gravatar ccalvarin2018-04-19
* Remove the --allow_configurable_attributes startup option.Gravatar ccalvarin2018-03-27
* Support explicitly specifying a location for jvm.outGravatar michajlo2018-01-29
* Add hooks to Bazel client for adding memory and logging specific JVM flags.Gravatar ajmichael2017-12-13
* Change config expansion application order, gated by startup flag --expand_con...Gravatar ccalvarin2017-11-20
* Send Bazel startup options to server.Gravatar ccalvarin2017-08-16
* Use a CommandLine struct to store the command line parsed by the OptionProces...Gravatar lpino2017-07-11
* Create the StartupFlag class and use it instead of plain list of strings.Gravatar lpino2017-06-30
* Windows, Bazel client: pass Unix root as JVM flagGravatar Laszlo Csomor2017-06-13
* cpp: do not mention -1 for command_port optionGravatar Thiago Farina2017-05-08
* Remove configurability of abrupt exit code behavior.Gravatar ccalvarin2017-03-29
* Convey the value of the --host_javabase startup option to the server.Gravatar Lukacs Berki2017-03-06
* Convert --use_action_cache to a regular optionGravatar Googler2017-03-01
* Adds --[no]use_action_cache startup option to disable the action cache.Gravatar Googler2017-02-15
* Parameterize the Java logging formatter class.Gravatar Julio Merino2017-02-06
* Record correct exit code for uncaught exceptions in async threads.Gravatar Chloe Calvarin2016-12-13
* Description redacted.Gravatar Julio Merino2016-12-09
* Add SearchUnaryOptions and SearchNullaryOptions to improve the parsingGravatar Luis Fernando Pino Duque2016-12-09
* Provide a SplitCommandLine method in the option processorGravatar Luis Fernando Pino Duque2016-11-21
* Add two startup options:Gravatar Lukacs Berki2016-11-08
* Description redacted.Gravatar Luis Fernando Pino Duque2016-11-02
* Add the IsNullary(arg) and IsUnary(arg, next_arg) functionsGravatar Luis Fernando Pino Duque2016-10-28
* cpp: header hygienizationGravatar Thiago Farina2016-10-18
* cpp: integrate Init() into the StartupOptions constructorGravatar Thiago Farina2016-09-30
* Allow configuring writing of command.logGravatar Michajlo Matijkiw2016-09-19
* Bake in the product name into the StartupOptions classes.Gravatar Julio Merino2016-09-15
* Roll-forward of the startup options refactoring.Gravatar Julio Merino2016-09-15
* Rollback of startup options changes.Gravatar Greg Estren2016-09-13
* Automated [] rollback of commit dfb2c73eda3d2dd8787ea9b2d0a03b49dfa2acc5.Gravatar Greg Estren2016-09-13
* Inject the product name via the per-product main.cc files.Gravatar Julio Merino2016-09-12
* Use inheritance to support site-specific options.Gravatar Julio Merino2016-09-09