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-08-08Add to changelogJarryd Beck
2019-08-08Fix: Make CXXOPTS_NO_EXCEPTIONS compilable and print messages (#196)charlydelta
2019-08-08Fix duplicate default optionJarryd Beck
2019-08-01Add CMake option CXXOPTS_ENABLE_INSTALL (#195)Anders
2019-08-01Define alias target cxxopts::cxxopts (#194)Anders
2019-08-01Add to ChangelogJarryd Beck
2019-08-01Allow disabling exceptions and use std::abort instead (#190)charlydelta
2019-07-31CMake: search only for C++ compiler (#192)avemilia
2019-06-28add_options variant with initializer list (#189)Bartek
2019-06-18Add to changelog for #170v2.2.0Jarryd Beck
2019-06-18Remove check for container when generating help message. (#170)linus-sherrill
2019-06-18Add to changelogJarryd Beck
2019-06-18Add a method to remove the implicit value of an option (#178)Jean-Baptiste Bayle
2019-06-18Add to changelog for #182Jarryd Beck
2019-06-18Fix parsing of std::vector and add test, example and documentation (#182)Christian Lang
2019-06-14Remove unused variableJarryd Beck
2019-06-14Fix integer parsing againJarryd Beck
2019-06-14Fix a couple of out of range errorsJarryd Beck
2019-05-28Parse 0 and 1 into booleans (#177)Jean-Baptiste Bayle
2019-05-28Allow invalid short option syntaxJarryd Beck
2019-05-28Remove some unreachable code.Jarryd Beck
2019-05-13fix sign conversion warnings (#174)Jack Clarke
2019-05-02Catch exception using referenceJarryd Beck
2019-05-01Throw exception on invalid positional argumentJarryd Beck
2019-04-15Remove `u8` prefix in string literals. (#172)le-migou
2019-02-19Use reference instead of valueJarryd 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