aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp/startup_options.cc
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
* Fix block_for_lock.Gravatar ccalvarin2018-07-23
* update bazel's embedded jdk to jdk9Gravatar cushon2018-06-11
* Remove usage of COMPILER_MSVC in Bazel and ijarGravatar Loo Rong Jie2018-06-11
* blaze_util::ConvertPath should not make paths absolute.Gravatar ccalvarin2018-06-07
* Move path-manipulation functions to own library file.Gravatar ccalvarin2018-06-05
* 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
* Bring startup_options to BAZEL_LOG.Gravatar ccalvarin2018-04-10
* Remove the --allow_configurable_attributes startup option.Gravatar ccalvarin2018-03-27
* Flip --expand_configs_in_place to true by default in Bazel.Gravatar ccalvarin2018-02-23
* 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
* Update java check in StartupOptions::GetJvm() to work with java9Gravatar Chris Heisterkamp2017-11-13
* Some minor quality of life improvements related to the fact that the default ...Gravatar nharmata2017-11-07
* Increase the connection timeout between the client and the server.Gravatar lberki2017-09-25
* 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
* Internal changeGravatar Googler2017-06-26
* Windows, Bazel client: pass Unix root as JVM flagGravatar Laszlo Csomor2017-06-13
* Add a custom single-line formatter for java.log.Gravatar schmitt2017-04-13
* Remove configurability of abrupt exit code behavior.Gravatar ccalvarin2017-03-29
* Build a version of Bazel with a bundled OpenJDK inside the binary.Gravatar Philipp Wollermann2017-03-20
* Increase log size limit to 10M.Gravatar Julio Merino2017-03-10
* Bazel client: use PathAsJvmFlag for JVM flagsGravatar Laszlo Csomor2017-03-09
* Convey the value of the --host_javabase startup option to the server.Gravatar Lukacs Berki2017-03-06
* Bazel client: simplify {Read,Write}File semanticsGravatar Laszlo Csomor2017-03-01
* Convert --use_action_cache to a regular optionGravatar Googler2017-03-01
* Bazel client: make jvm.log path platform-safe Gravatar László Csomor2017-02-24
* 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
* Bazel client: platform-dependent `strerror` Gravatar László Csomor2017-01-27
* Bazel client: split CanAccess to specific methodsGravatar Laszlo Csomor2017-01-11
* Bazel client: generalize path handlingGravatar Laszlo Csomor2016-12-19
* 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
* Remove the -x startup option.Gravatar Luis Fernando Pino Duque2016-12-08
* Bazel client: platform-specific {Read,Write}FileGravatar Laszlo Csomor2016-11-28
* Bazel client: reduce dependency on POSIX APIGravatar Laszlo Csomor2016-11-22
* Provide a SplitCommandLine method in the option processorGravatar Luis Fernando Pino Duque2016-11-21
* Bazel client: wrap some POSIX functionsGravatar Laszlo Csomor2016-11-10
* 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