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-13Add changelog entryJarryd Beck
2022-07-11Add clang format to changelogJarryd Beck
2022-05-11Add changelog noteJarryd Beck
2022-01-14Add a program functionJarryd Beck
2021-10-20Add changes for 3.0 releaseJarryd Beck
2020-10-01Prepare notes for v3Jarryd Beck
2020-08-11Support 'const char**' arguments in Options::parse (#250)Kjetil Andresen
2019-08-23Fix parsing char typeJarryd Beck
2019-08-08Add to changelogJarryd Beck
2019-08-08Fix duplicate default optionJarryd Beck
2019-08-01Add to ChangelogJarryd Beck
2019-06-18Add to changelog for #170v2.2.0Jarryd Beck
2019-06-18Add to changelogJarryd Beck
2019-06-18Add to changelog for #182Jarryd Beck
2019-06-14Fix a couple of out of range errorsJarryd Beck
2019-05-01Throw exception on invalid positional argumentJarryd Beck
2018-11-20Add to changelog for exception fixJarryd Beck
2018-11-19Throw in ParseResult::as when option isn't presentJarryd Beck
2018-11-08Fix option matchingJarryd Beck
2018-11-07Build the tests by default.Jarryd Beck
2018-08-07Allow iterator inputs to parse_positionalJarryd Beck
2018-08-03Remove unused get_optionJarryd Beck
2018-07-05Fix version numbering in CMakeLists.txtJarryd Beck
2018-05-08Use unsigned type for integer digitJarryd Beck
2018-05-07Allow leading zeroes in integersJarryd Beck
2018-04-10Add revert to changelogJarryd Beck
2018-04-09Prepare changelog for releasev2.1.0Jarryd Beck
2017-11-30Fix overly strict shadows in GCC 4.9Jarryd Beck
2017-11-28Fix positional arguments overloadJarryd Beck
2017-11-28Fix handling of implicit valuesJarryd Beck
2017-11-15fix changelog and readme2_0Jarryd Beck
2017-11-13Improve version and changelogJarryd Beck
2017-10-27fix defaultJarryd Beck
2017-10-18improve changelogJarryd Beck
2017-10-18Move parse result to an immutable objectJarryd Beck