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
2020-05-12clang-tidy fixes (#231)Rosen Penev
2020-02-14Code highlighting, add more examples (#220)Tomas Barton
2020-01-17Don't return parse resultJarryd Beck
2020-01-08Fix assertion failure (issue #217) (#218)Felix Esch
2019-11-28Fix conversion warning in testJarryd Beck
2019-11-28Fix -Wconversion warnings with GCC9 (#214)Florin Iucha
2019-10-14Fixed empty default showing nothing in help (#205)Abhay Raj Singh
2019-08-23Fix parsing char typeJarryd Beck
2019-08-23Improve README about supported compilersJarryd Beck
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