aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp/option_processor.cc
Commit message (Expand)AuthorAge
* 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
* Use custom util instead of std::to_string.Gravatar Googler2015-07-23
* Support the --[no]master_bazelrc flagGravatar Damien Martin-Guillerez2015-06-25
* Added /etc/bazel.bazelrc as a global Bazel's master rc.Gravatar Damien Martin-Guillerez2015-06-15
* Cleanup: Initialize field members through ctor initializer list.Gravatar Thiago Farina2015-06-12
* Support --bazelrc= syntax to specify rcfileGravatar Damien Martin-Guillerez2015-06-05
* Store RcFile pointers, rather than inline objects.Gravatar Han-Wen Nienhuys2015-05-22
* Cleanup: Pass std::string arguments by reference (this avoids makingGravatar Thiago Farina2015-05-18