summaryrefslogtreecommitdiff
path: root/src/mongo/util/options_parser/environment_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-6/+3
* SERVER-39784 Removed unused portions of options_parserSara Golemon2019-02-271-59/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-9/+9
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-3/+3
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-4/+9
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-137/+136
* SERVER-15641 Fix memory leaks in C++ unit testsAndrew Morrow2014-10-151-6/+6
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-11143 Added support for specifying that a string option must be of a s...Shaun Verch2013-12-061-0/+14
* SERVER-11143 Add constraints for dependencies between optionsShaun Verch2013-11-181-0/+19
* SERVER-11143 Add constraints to option registration interfaceShaun Verch2013-11-041-6/+12
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-20/+35
* SERVER-8510 Add function to extract only explicitly set values from EnvironmentShaun Verch2013-09-051-0/+25
* SERVER-8510 Added command line and config file parser to source tree with uni...Shaun Verch2013-08-091-0/+81