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-11-09Fix an additional space in help generated (#377)HEADmasterSourabh Mehta
2022-11-01Code size reduction on msvc via selectany (#373)chrisps
2022-09-29add . as valid char in option names (#358)Ryan Leary
2022-09-25Improve positional help description.jarro2783
2022-09-25Extend CI and small fixes (#370)Stefan Hillmich
2022-09-12Added missing #include (#368)Stefan Hillmich
2022-09-08Fix std::isblank assertion error in Visual Studio Chinese Debug (#365)66maer
2022-08-22Update copyright noticeJarryd Beck
2022-08-13Fix values attached to short options (#360)jarro2783
2022-08-08Fix iostream for no exceptionsJarryd Beck
2022-08-03Fix crash with short only optionJarryd Beck
2022-07-27Add option to display usage (#355)Yassir Najmaoui
2022-07-25GCC 4.8 fixesJarryd Beck
2022-07-20Further ifdef fixes.Jarryd Beck
2022-07-20Fix pragmasJarryd Beck
2022-07-20Remove unused headerJarryd Beck
2022-07-20Replace pragmas with macrosJarryd Beck
2022-07-18Fix #353.Jarryd Beck
2022-07-14Fix issue #240: Multiple long option names / aliases (#349)Eyal Rozenberg
2022-07-13Add changelog entryJarryd Beck
2022-07-12Regards #340, #345: Removed unnecessary indentation of exceptions namespace +...Eyal Rozenberg
2022-07-12Fixes #345, fixes #346: Exception code tweaks (#347)Eyal Rozenberg
2022-07-11Add clang format to changelogJarryd Beck
2022-07-11Fixes #341. Add a clang-format fileJarryd Beck
2022-07-11Fixes #336Jarryd Beck
2022-07-11Add Vim modelineJarryd Beck
2022-07-11Fixes #340: namespace indentation unification (#350)Eyal Rozenberg
2022-07-10Expanded `.gitignore` coverage. (#344)Eyal Rozenberg
2022-07-04Clarify positional argument docs (#335)Matthew Limbinar
2022-06-16Fixed cmake install path in case of empty architecture (#322)Alexander Kiselyov
2022-05-11Add changelog noteJarryd Beck
2022-05-11Solve arguments() showing empty keys when only short-only option exists (#318)Long Deng
2022-05-02Add unmatched arguments to exampleJarryd Beck
2022-03-26Remove unused variablesJarryd Beck
2022-03-22Added instructions to use cxxopts with tipi to INSTALL (#325)Yannic Staudt
2022-01-14Add a program functionJarryd 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