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
2022-01-14Add a program functionadd_programJarryd Beck
2021-11-09Add iterator (#126) and easily print-out (#223) to ParseResult (#313)Long Deng
2021-10-21Fix short options adding into unmatchedv3.0.0Jarryd Beck
2021-10-20Readme change for 3.0Jarryd Beck
2021-10-20Add changes for 3.0 releaseJarryd Beck
2021-10-20Add note about count with defaultJarryd Beck
2021-10-10Include <optional> if possible to check if we can use the feature (#309)Nick Krichevsky
2021-10-09Fixes to #204.Jarryd Beck
2021-10-09Allow empty string to be valid positional argumentsBaojun Wang
2021-10-09Add more compilers (#307)jarro2783
2021-10-09Add the two available OS (#306)jarro2783
2021-10-09Try workflow templatejarro2783
2021-10-09Add workflow dispatchJarryd Beck
2021-10-09Initial build actionJarryd Beck
2021-10-09Add dummy workflowJarryd Beck
2021-07-31Added CPack packaging, pkg-config and CMake version files. (#298)KOLANICH
2021-06-02Fix integer parsing to be more generalJarryd Beck
2021-06-01Fix GCC version check for null derefJarryd Beck
2021-05-06Support options like `-j5`. (#286)RonxBulld
2021-05-06Fix empty option name in `OptionException` (#256)spmn
2021-05-04Fully compatible with GCC4.8 compilation system. (#285)RonxBulld
2021-04-21-Wsuggest-override is not supported by gcc before 5.0 (#283)RonxBulld
2021-02-20Rename BUILD to BUILD.bazeljarro2783
2021-02-15Rename variable, add to exampleJarryd Beck
2021-02-12Improve formatting of help descriptions (#215)Wolfgang Gahr
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