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
2021-02-08Fix missing overrideupgrade-gccJarryd Beck
2021-02-08Upgrade GCC versionsJarryd Beck
2021-01-23Fix null dereference warning errorJarryd Beck
2021-01-19clang-tidy stuff (#266)Rosen Penev
2021-01-19Ignore gcc-10 warning (#273)Benjamin Sergeant
2021-01-19Fixing cmake developer warning (#274)jpr89
2021-01-17Cmake Revamp (#270)jpr89
2020-12-15Add CMake option to not add warning flags (#267)Dan Ibanez
2020-10-21Add -Wsuggest-override (#264)fiesh
2020-10-06Making sure that the library can compile without warnings even when crazy ped...Daniel Lemire
2020-10-03Fix passing a const array to parse (#258)jarro2783
2020-10-01Improve README noteJarryd Beck
2020-10-01small cleanupJarryd Beck
2020-10-01Update version for 3Jarryd Beck
2020-10-01Prepare notes for v3Jarryd Beck
2020-10-01Refactor parserJarryd Beck
2020-09-15Fix compiler warning C4702 for MSVC-14 (#225)Daniel Gomez Antonio
2020-08-19Fixed installation on other than Ubuntu GNU/Linux distributions. (#226)Vitaly Zaitsev
2020-08-12Adding bazel build targets (#251)silvergasp
2020-08-11Support 'const char**' arguments in Options::parse (#250)Kjetil Andresen
2020-07-28[clang-tidy] use nodiscard (#234)Rosen Penev
2020-07-23Fixes #245: Mention the option name when throwing on "no value" (#246)Eyal Rozenberg
2020-07-23Regards #244: Explain how vectors of values allow repeated use of the same op...Eyal Rozenberg
2020-06-04Improve help of short-only options (remove dangling comma) (#235)Akos Kiss
2020-05-29Exit instead of abort (#233)Daniel Lemire
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