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
2019-02-19fix missing referencefix_referenceJarryd Beck
2019-01-14Remove empty string initializer. (#159)linus-sherrill
2019-01-02Improve boolean readmeJarryd Beck
2018-12-19accept single '-' as argument, such as in `cat -` (#153)Michael Tesch
2018-12-19fix min/max defined macros (#152)舒俊杰
2018-11-20Add to changelog for exception fixJarryd 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-08Use a shared pointer for the options mapJarryd Beck
2018-11-08Fix option matchingJarryd Beck
2018-11-07Build the tests by default.Jarryd Beck
2018-10-30Add instructions for running the testsJarryd Beck
2018-10-29fixed version parsing in the CMake code (#128)Mario Werner
2018-10-29Make INSTALL a bit more clearerJarryd Beck
2018-10-29Improve build and test instructionsJarryd Beck
2018-10-08Handle newlines in description (#138)parkertomatoes
2018-09-27Fix std::forward return in toLocalString (#134)Jan Koßmann
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-12Allow unrecognised options. (#105)Frank Schoenmann
2018-04-12Add a readme comment about versionsv2.1.1Jarryd Beck
2018-04-10Add revert to changelogJarryd Beck
2018-04-10Revert "Added const to argv type for better interoperability. (#99)"Jarryd Beck
2018-04-09Prepare changelog for releasev2.1.0Jarryd Beck
2018-03-21update readmeJarryd 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
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-12-15fix some typesJarryd Beck
2017-12-15fixed “possible loss of data” warning on Visual Studio (#89)Addy
2017-12-06version bumpJarryd Beck
2017-12-04add clang back to travisadd_clangJarryd Beck
2017-12-04`|` should be inside of `(…)` (#87)Masashi Fujita
2017-11-30Clarify ParseResult being in scopeJarryd Beck
2017-11-30Fix overly strict shadows in GCC 4.9Jarryd Beck
2017-11-30Add GCC 4.9 to travis buildJarryd Beck
2017-11-28Allow help string to be customisedJarryd Beck
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-27Remove clang for nowJarryd Beck
2017-11-15Merge branch '2_0'v2.0.0Jarryd Beck
2017-11-15fix changelog and readme2_0Jarryd Beck
2017-11-15Parse strings for booleansJarryd Beck
2017-11-14improve documentation for default and implicitJarryd Beck