program_options/test
Eyal Rozenberg 589d55837e Fixes #1: Support for multiple long names per option
An unintrusive implementation - no existing interfaces changed, and a single addition for obtaining all of the different long names.

Notes:

* Tests added for the new functionality, and existing tests expanded to take it into account.
* It is now impossible to specify long names with commas in them (but then, that wasn't properly supported before either, more of an oversight).
* The multiple long options are not included in the usage information - just the first one of them is printed
2018-06-27 22:25:43 +03:00
..
cmdline_test.cpp Fixes #1: Support for multiple long names per option 2018-06-27 22:25:43 +03:00
config_test.cfg Fixes #1: Support for multiple long names per option 2018-06-27 22:25:43 +03:00
exception_test.cpp Fixes #1: Support for multiple long names per option 2018-06-27 22:25:43 +03:00
exception_txt_test.cpp Compile error with initializer list on c++03 2018-03-06 22:35:28 +03:00
Jamfile.v2 Add quick test target (for CI) 2017-12-02 18:38:20 +02:00
minitest.hpp Don't use boost.test for testing. 2007-10-25 17:08:27 +00:00
optional_test.cpp Support boost::optional option variables. 2016-12-21 13:18:47 +03:00
options_description_test.cpp Fixes #1: Support for multiple long names per option 2018-06-27 22:25:43 +03:00
parsers_test.cpp Fixes #1: Support for multiple long names per option 2018-06-27 22:25:43 +03:00
positional_options_test.cpp Don't use boost.test for testing. 2007-10-25 17:08:27 +00:00
program_options_size_test.py Update the code size measurement tool 2010-07-12 07:53:24 +00:00
quick.cpp Add quick test target (for CI) 2017-12-02 18:38:20 +02:00
required_test.cfg Enhancement to flag options as required, Fixes #2982 2009-12-10 08:46:44 +00:00
required_test.cpp Fixes #1: Support for multiple long names per option 2018-06-27 22:25:43 +03:00
split_test.cpp Changed defaults for split_unix() function to be more compliant to unix command line style 2009-12-04 10:15:11 +00:00
test_convert.cpp remove compile warnings 2009-11-20 09:50:43 +00:00
ucs2.txt Import revision 295 of the program_options library. 2004-05-14 13:40:31 +00:00
unicode_test.cpp Fixes #1: Support for multiple long names per option 2018-06-27 22:25:43 +03:00
unrecognized_test.cpp config file parser now stores original_tokens, Fixes #2727 2009-12-08 07:45:44 +00:00
utf8.txt Import revision 295 of the program_options library. 2004-05-14 13:40:31 +00:00
variable_map_test.cpp Fix warnings. 2009-11-10 06:59:54 +00:00
winmain.cpp Fix winmain test 2007-10-26 19:37:56 +00:00
winmain.py Added the Python script I used to generated winmain.cpp, just in 2004-07-19 07:16:00 +00:00