Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jarro2783/cxxopts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-11-09Fix an additional space in help generated (#377)HEADmasterSourabh Mehta
2022-09-29add . as valid char in option names (#358)Ryan Leary
2022-08-13Fix values attached to short options (#360)jarro2783
2022-07-14Fix issue #240: Multiple long option names / aliases (#349)Eyal Rozenberg
2022-07-12Fixes #345, fixes #346: Exception code tweaks (#347)Eyal Rozenberg
2022-05-11Solve arguments() showing empty keys when only short-only option exists (#318)Long Deng
2022-03-22Added instructions to use cxxopts with tipi to INSTALL (#325)Yannic Staudt
2022-01-14Add a program functionJarryd Beck
2021-10-21Fix short options adding into unmatchedv3.0.0Jarryd Beck
2021-10-09Fixes to #204.Jarryd Beck
2021-10-09Allow empty string to be valid positional argumentsBaojun Wang
2021-05-06Support options like `-j5`. (#286)RonxBulld
2021-01-17Cmake Revamp (#270)jpr89
2020-10-06Making sure that the library can compile without warnings even when crazy ped...Daniel Lemire
2020-10-03Fix passing a const array to parse (#258)jarro2783
2020-10-01Refactor parserJarryd Beck
2020-08-11Support 'const char**' arguments in Options::parse (#250)Kjetil Andresen
2020-07-23Fixes #245: Mention the option name when throwing on "no value" (#246)Eyal Rozenberg
2019-11-28Fix conversion warning in testJarryd Beck
2019-08-08Fix duplicate default optionJarryd Beck
2019-06-28add_options variant with initializer list (#189)Bartek
2019-06-18Add a method to remove the implicit value of an option (#178)Jean-Baptiste Bayle
2019-06-18Fix parsing of std::vector and add test, example and documentation (#182)Christian Lang
2019-06-14Fix integer parsing againJarryd Beck
2019-05-28Parse 0 and 1 into booleans (#177)Jean-Baptiste Bayle
2019-05-28Allow invalid short option syntaxJarryd Beck
2019-05-02Catch exception using referenceJarryd Beck
2019-05-01Throw exception on invalid positional argumentJarryd Beck
2018-11-20Fix invalid exception type in catch (#149)Jean Guyomarc'h
2018-11-19Throw in ParseResult::as when option isn't presentJarryd Beck
2018-11-08Fix option matchingJarryd Beck
2018-08-07Allow iterator inputs to parse_positionalJarryd Beck
2018-05-07Allow leading zeroes in integersJarryd Beck
2018-04-12Allow unrecognised options. (#105)Frank Schoenmann
2018-04-10Revert "Added const to argv type for better interoperability. (#99)"Jarryd Beck
2018-03-09Added const to argv type for better interoperability. (#99)Jesús González
2018-01-31Add support for std::optionalJarryd Beck
2018-01-30Changes default values so that they aren't countedJarryd Beck
2018-01-16Add default "default" value to boolean options (#94)Jesús González
2017-11-28Fix positional arguments overloadJarryd Beck
2017-11-28Fix handling of implicit valuesJarryd Beck
2017-11-27add a test for broken boolean optionsJarryd Beck
2017-11-15Merge branch '2_0'v2.0.0Jarryd Beck
2017-11-15Parse strings for booleansJarryd Beck
2017-11-13Add ability to iterate through parsed optionsJarryd Beck
2017-11-02Fix some strange issues in integer_parser (#80)v1.4.4DevCodeOne
2017-10-27fix defaultJarryd Beck
2017-10-27test that failsJarryd Beck
2017-10-27all tests passJarryd Beck
2017-10-18Move parse result to an immutable objectJarryd Beck