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/src
AgeCommit message (Expand)Author
2022-07-18Fix #353.Jarryd Beck
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
2022-03-22Added instructions to use cxxopts with tipi to INSTALL (#325)Yannic Staudt
2021-11-09Add iterator (#126) and easily print-out (#223) to ParseResult (#313)Long Deng
2021-02-15Rename variable, add to exampleJarryd Beck
2021-01-17Cmake Revamp (#270)jpr89
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-06-23Cmake overhaul (#53)Mario Werner
2017-04-26add help for positional parametersJarryd Beck
2016-12-02Use cmake interface libraryMario Badr
2016-11-30fix Unicode buildJarryd Beck
2016-11-16Allow for numbers in optionsJarryd Beck
2016-08-29Hide positional parameters that are a container.Jarryd Beck
2016-08-29Don't overwrite positional arguments.Jarryd Beck
2016-08-26Fix uninitialised m_next_positionalJarryd Beck
2016-08-26ignore built filesJarryd Beck
2016-08-26options testJarryd Beck
2016-07-05I27 vector<string> doesn't parseJarryd Beck
2016-07-04fix long lineJarryd Beck
2016-07-01Skip empty lines in option groups helpPavel Medvedev
2016-06-16Update CMakeLists to be more configurableKevin Brightwell
2016-06-03add cstring for some compilersJarryd Beck
2016-05-23Don't count default valuesTaylor Braun-Jones
2016-04-30Remove log outputNicholas Parker
2016-01-22count argumentsJarryd Beck
2016-01-22add support for --Jarryd Beck
2015-09-25positional arguments parse into multiple optionsJarryd Beck
2015-04-23Disable -Wnon-virtual-dtor warning for GCC and Clang.Kostya Bazhanov
2015-04-18Fix Clang -Wsign-conversion and -Wshorten-64-to-32 warnings.Kostya Bazhanov
2015-04-18Remove trailing spaces.Kostya Bazhanov
2015-02-13Better support for spacesBaptiste Wicht
2015-01-23Fix remaining character checkNagy Zsolt
2014-11-08comment about UnicodeJarryd Beck
2014-10-31formatting, inlineJarryd Beck