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 (Collapse)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
Minor change to the positional option description in README.
2022-09-25Extend CI and small fixes (#370)Stefan Hillmich
* Extend CI to support Windows and MacOS. * Minor fixes to types.
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
Fixes #361
2022-08-13Fix values attached to short options (#360)jarro2783
Fixes #357.
2022-08-08Fix iostream for no exceptionsJarryd Beck
Fixes #356.
2022-08-03Fix crash with short only optionJarryd Beck
2022-07-27Add option to display usage (#355)Yassir Najmaoui
Make the usage displaying optional
2022-07-25GCC 4.8 fixesJarryd Beck
2022-07-20Further ifdef fixes.Jarryd Beck
Related to #339.
2022-07-20Fix pragmasJarryd Beck
2022-07-20Remove unused headerJarryd Beck
2022-07-20Replace pragmas with macrosJarryd Beck
Fixes ##339
2022-07-18Fix #353.Jarryd Beck
Move nodiscard before inline.
2022-07-14Fix issue #240: Multiple long option names / aliases (#349)Eyal Rozenberg
* Fixes #240: Multiple long option names / aliases * We now use a vector of long option names instead of a single name * When specifying an option, you can provide multiple names separated by commas, at most one of which may have a length of 1 (not necessarily the first specified name). The length-1 name is the single-hyphen switch (the "short name"). * Hashing uses the first long name * Option help currently only uses the first long name.
2022-07-13Add changelog entryJarryd Beck
2022-07-12Regards #340, #345: Removed unnecessary indentation of exceptions namespace ↵Eyal Rozenberg
+ added end-of-namespace comment (#351)
2022-07-12Fixes #345, fixes #346: Exception code tweaks (#347)Eyal Rozenberg
* Fixes #345, fixes #346, regards #340: Put exceptions in a sub-namespace and renamed them accordingly. * Also fixed some "loose ends" regarding namespace indentation which were missing in PR #350. * Dropped `required_option_missing` as it is unused.
2022-07-11Add clang format to changelogJarryd Beck
2022-07-11Fixes #341. Add a clang-format fileJarryd Beck
2022-07-11Fixes #336Jarryd Beck
Memory leak was caused by `exit`.
2022-07-11Add Vim modelineJarryd Beck
2022-07-11Fixes #340: namespace indentation unification (#350)Eyal Rozenberg
* Namespace no longer induce indentation * Namespace opening brace now on same line as namespace name * Namespace closing brace now has an empty line before it unless the namespace contents were short and with no empty lines * Namespace closing brace now always followed by a comment with the closed namespace' name
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
* Solve `arguments()` showing empty keys when there is only a short option.
2022-05-02Add unmatched arguments to exampleJarryd Beck
Ref #242. Adds an example in the example file showing the unmatched arguments that are stored.
2022-03-26Remove unused variablesJarryd Beck
Fixes #324
2022-03-22Added instructions to use cxxopts with tipi to INSTALL (#325)Yannic Staudt
2022-01-14Add a program functionJarryd Beck
Fixes 323. Adds a function to retrieve the program name.
2021-11-09Add iterator (#126) and easily print-out (#223) to ParseResult (#313)Long Deng
* Add iterator (#126) and easily print-out (#223) to ParseResult
2021-10-21Fix short options adding into unmatchedv3.0.0Jarryd Beck
Fixes #312.
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
Fixes #311.
2021-10-10Include <optional> if possible to check if we can use the feature (#309)Nick Krichevsky
Fixes #303
2021-10-09Fixes to #204.Jarryd Beck
2021-10-09Allow empty string to be valid positional argumentsBaojun Wang
Fixes #204.
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