aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp/option_processor.cc
Commit message (Expand)AuthorAge
* Windows: Adding default --python_pathGravatar Yun Peng2017-09-14
* Propagate detected value of BAZEL_SH to --client_env.Gravatar Dmitry Lomov2017-08-22
* Automated rollback of commit 2f38404728a12840e416566b453e9cdebab5d859.Gravatar elenairina2017-08-18
* Propagate detected value of BAZEL_SH to --client_env.Gravatar Dmitry Lomov2017-08-18
* Send Bazel startup options to server.Gravatar ccalvarin2017-08-16
* Automated rollback of commit 0abf5fa2d64c76def5a8fa0f960b73ce0566af4d.Gravatar laszlocsomor2017-08-03
* Android BusyBox: actions use the default shell envGravatar Laszlo Csomor2017-08-03
* Use C++ iterators and iteration during rc file parsing.Gravatar Benjamin Peterson2017-07-19
* Delete the unused OptionProcessor::ParseOptions(argc,argv).Gravatar lpino2017-07-11
* Automated rollback of commit 458990b0c155130e242117e2bfc5ebfdf787d2e2.Gravatar Googler2017-07-11
* Use a CommandLine struct to store the command line parsed by the OptionProces...Gravatar lpino2017-07-11
* Look at stderr for terminal detection.Gravatar Googler2017-07-10
* Open source {workspace_layout,startup_options,option_processor}_test.Gravatar lpino2017-07-05
* Windows: ignore envvars with degenerate namesGravatar Laszlo Csomor2017-05-31
* Exclude the user-provided blazerc from the deduplication process.Gravatar lpino2017-05-09
* Fix possible parsing of same rc file multiple times.Gravatar lpino2017-04-07
* Bazel client, Windows: implement GetHomeDir Gravatar László Csomor2017-03-23
* Uppercase some hand-selected environment variable names on Windows/MSVC.Gravatar Dmitry Lomov2017-03-08
* Env.vars: server won't ignore the client envGravatar Dmitry Lomov2017-03-08
* Rollback of commit 94d8f4e9c8c8757aa7ab7c1a7c3e9afb34039127.Gravatar Klaus Aehlig2017-03-07
* Env.vars: server won't ignore the client envGravatar Laszlo Csomor2017-03-07
* Bazel client: simplify {Read,Write}File semanticsGravatar Laszlo Csomor2017-03-01
* Give users a hint at what could be wrong when an imported blazerc cannot be f...Gravatar Googler2017-02-22
* Determine the .bazelrc's name based on the product name.Gravatar Julio Merino2017-01-20
* Bazel client: split CanAccess to specific methodsGravatar Laszlo Csomor2017-01-11
* Description redacted.Gravatar Julio Merino2016-12-09
* Add SearchUnaryOptions and SearchNullaryOptions to improve the parsingGravatar Luis Fernando Pino Duque2016-12-09
* Bazel client: platform-specific {Read,Write}FileGravatar Laszlo Csomor2016-11-28
* Adds logging functionality to the bazel client, which will be activated in a ...Gravatar Chloe Calvarin2016-11-23
* 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
* cpp: header hygienizationGravatar Thiago Farina2016-10-18
* Roll-forward of the startup options refactoring.Gravatar Julio Merino2016-09-15
* Rollback of startup options changes.Gravatar Greg Estren2016-09-13
* Use inheritance to support site-specific options.Gravatar Julio Merino2016-09-09
* Update bazel's emacs check for 25.1's INSIDE_EMACS move.Gravatar Googler2016-09-01
* Move the workspace-related functions out of blaze_startup_options.Gravatar Julio Merino2016-08-29
* option_processor: fix bad TMP parsing on Windows/MSYS.Gravatar Laszlo Csomor2016-08-26
* --Gravatar Luis Fernando Pino Duque2016-08-19
* --Gravatar Luis Fernando Pino Duque2016-07-25
* Fixed repository.which() on WindowsGravatar Yun Peng2016-07-15
* Make client-provided options an rc sourceGravatar Klaus Aehlig2016-04-21
* Rollback of commit 044adedc70de040475443e52eb1a3c692159790eGravatar Googler2016-03-31
* Make client-provided options an rc sourceGravatar Klaus Aehlig2016-03-23
* cpp: fix the path to BlazeServerStartupOptions file in a commentGravatar Thiago Farina2016-03-21
* Don't parse the same .bazelrc file more than once. The old behavior is proble...Gravatar Nathan Harmata2015-12-21
* Allow workspace-relative imports in .bazelrcGravatar Googler2015-12-03
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Avoid command line argument mangling on Windows.Gravatar Dmitry Lomov2015-08-12