aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/cpp/option_processor_test.cc
Commit message (Expand)AuthorAge
* Change the list of rc files accepted.Gravatar ccalvarin2018-08-02
* Add better tests for the -h and -help accepted values.Gravatar ccalvarin2018-06-20
* Remove usage of COMPILER_MSVC in Bazel and ijarGravatar Loo Rong Jie2018-06-11
* Move path-manipulation functions to own library file.Gravatar ccalvarin2018-06-05
* Break out the rc file tests from the more general option parsing tests.Gravatar ccalvarin2018-05-01
* Remove overlap between the blazerc and bazelrc names.Gravatar ccalvarin2018-04-20
* Refactor where rc files are controlled.Gravatar ccalvarin2018-04-19
* Fix signedness warnings in cpp tests.Gravatar Benjamin Peterson2018-04-17
* Add dependency on googletest, so we can use gmock along with gtest.Gravatar ccalvarin2018-03-23
* Support negated flags in SearchNullaryOption with last-wins semantics.Gravatar ajmichael2018-01-24
* 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
* Open source {workspace_layout,startup_options,option_processor}_test.Gravatar lpino2017-07-05