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
AgeCommit message (Expand)Author
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-07-11Fixes #336Jarryd Beck
2022-05-02Add unmatched arguments to exampleJarryd Beck
2021-11-09Add iterator (#126) and easily print-out (#223) to ParseResult (#313)Long Deng
2021-02-15Rename variable, add to exampleJarryd Beck
2020-08-11Support 'const char**' arguments in Options::parse (#250)Kjetil Andresen
2020-06-04Improve help of short-only options (remove dangling comma) (#235)Akos Kiss
2020-01-17Don't return parse resultJarryd Beck
2019-08-23Fix parsing char typeJarryd Beck
2019-06-18Fix parsing of std::vector and add test, example and documentation (#182)Christian Lang
2018-11-08Use a shared pointer for the options mapJarryd 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-03-08Don't show default when boolean falseJarryd Beck
2017-11-13Allow positional arguments to show in helpJarryd Beck
2017-10-18Move parse result to an immutable objectJarryd Beck
2017-08-16Added parsing of general types. (#63)Hannah Rittich
2017-07-16Allow spaces in option specification. (#58)v1.3.0Shivakar Vulli
2017-04-26add help for positional parametersJarryd Beck
2016-01-22count argumentsJarryd Beck
2015-09-25positional arguments parse into multiple optionsJarryd Beck
2014-10-29Enhance exampleBaptiste Wicht
2014-10-29Merge branch 'master' into default_valuesBaptiste Wicht
2014-10-29custom argument helpJarryd Beck
2014-10-27Merge branch 'master' into default_valuesBaptiste Wicht
2014-10-27unicode configurationJarryd Beck
2014-10-27better help exampleJarryd Beck
2014-10-27unicode helpJarryd Beck
2014-10-27more icu::UnicodeStringJarryd Beck
2014-10-27Add support for implicit valuesBaptiste Wicht
2014-10-26Make the model more powerfulBaptiste Wicht
2014-10-26Add basic support for default optionsBaptiste Wicht
2014-10-17help stringJarryd Beck
2014-10-14parse groupsJarryd Beck
2014-10-14parse into valueJarryd Beck
2014-10-14print usageJarryd Beck
2014-10-14test long option namesJarryd Beck
2014-10-13exception on parse errorJarryd Beck
2014-10-13fix description formattingJarryd Beck
2014-10-13format help descriptionJarryd Beck
2014-10-13update messageJarryd Beck
2014-10-10move to example.cppJarryd Beck