Jarryd Beck
4a3d4dbfe0
Fixes #362 .
...
Fix comparing iterators from a different container.
2023-02-01 06:56:03 +11:00
Jarryd Beck
1bd4786c16
Fix broken example
2023-01-19 07:09:39 +11:00
Jarryd Beck
32afbc6526
Fix default bool values
...
Fixes #382 . Keep boolean values when parsing into a reference.
2022-12-15 07:08:03 +11:00
jarro2783
e9d20c2c07
Remove deprecated iterator type ( #381 )
...
Fixes #379 . `iterator` is deprecated in C++17.
2022-12-05 07:40:46 +11:00
Sourabh Mehta
1dcb44e79a
Fix an additional space in help generated ( #377 )
2022-11-10 07:24:19 +11:00
chrisps
f087dc8fcd
Code size reduction on msvc via selectany ( #373 )
2022-11-01 18:52:46 +11:00
Ryan Leary
2e3c6991d3
add . as valid char in option names ( #358 )
2022-09-29 07:11:32 +10:00
jarro2783
2123115f71
Improve positional help description.
...
Minor change to the positional option description in README.
2022-09-26 06:59:38 +10:00
Stefan Hillmich
d046fe0ad6
Extend CI and small fixes ( #370 )
...
* Extend CI to support Windows and MacOS.
* Minor fixes to types.
2022-09-26 06:57:05 +10:00
Stefan Hillmich
82ac083886
Added missing #include ( #368 )
2022-09-12 07:02:26 +10:00
66maer
f7cf84bd56
Fix std::isblank assertion error in Visual Studio Chinese Debug ( #365 )
2022-09-08 07:33:31 +10:00
Jarryd Beck
ab1dc0f684
Update copyright notice
...
Fixes #361
2022-08-22 07:35:58 +10:00
jarro2783
a10bd5233b
Fix values attached to short options ( #360 )
...
Fixes #357 .
2022-08-13 07:51:41 +10:00
Jarryd Beck
17b2c91049
Fix iostream for no exceptions
...
Fixes #356 .
2022-08-08 07:07:59 +10:00
Jarryd Beck
96e72f7d15
Fix crash with short only option
2022-08-03 07:00:34 +10:00
Yassir Najmaoui
2abdd4af4d
Add option to display usage ( #355 )
...
Make the usage displaying optional
2022-07-28 06:50:13 +10:00
Jarryd Beck
01798ee7a0
GCC 4.8 fixes
2022-07-25 07:21:22 +10:00
Jarryd Beck
a6bfe2d457
Further ifdef fixes.
...
Related to #339 .
2022-07-20 20:57:27 +10:00
Jarryd Beck
83aecd628e
Fix pragmas
2022-07-20 17:37:37 +10:00
Jarryd Beck
6c8a41a229
Remove unused header
2022-07-20 07:51:04 +10:00
Jarryd Beck
292750d27a
Replace pragmas with macros
...
Fixes ##339
2022-07-20 07:49:59 +10:00
Jarryd Beck
8849551398
Fix #353 .
...
Move nodiscard before inline.
2022-07-18 21:16:04 +10:00
Eyal Rozenberg
e976f964c3
Fix issue #240 : Multiple long option names / aliases ( #349 )
...
* 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-14 16:42:18 +10:00
Jarryd Beck
43ebb49475
Add changelog entry
2022-07-13 07:22:01 +10:00
Eyal Rozenberg
9cd015ac37
Regards #340 , #345 : Removed unnecessary indentation of exceptions namespace + added end-of-namespace comment ( #351 )
2022-07-13 06:49:04 +10:00
Eyal Rozenberg
628dc9202b
Fixes #345 , fixes #346 : Exception code tweaks ( #347 )
...
* 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-12 19:45:58 +10:00
Jarryd Beck
548d6196f5
Add clang format to changelog
2022-07-11 20:46:01 +10:00
Jarryd Beck
30d97369f2
Fixes #341 . Add a clang-format file
2022-07-11 20:40:51 +10:00
Jarryd Beck
fbd79df66b
Fixes #336
...
Memory leak was caused by `exit`.
2022-07-11 17:02:22 +10:00
Jarryd Beck
6bb1e82b61
Add Vim modeline
2022-07-11 07:17:53 +10:00
Eyal Rozenberg
513afbc6dc
Fixes #340 : namespace indentation unification ( #350 )
...
* 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-11 07:00:50 +10:00
Eyal Rozenberg
8d18c3ed0b
Expanded .gitignore
coverage. ( #344 )
2022-07-10 19:03:25 +10:00
Matthew Limbinar
7474a66ef6
Clarify positional argument docs ( #335 )
2022-07-04 09:55:17 +10:00
Alexander Kiselyov
a70771ae89
Fixed cmake install path in case of empty architecture ( #322 )
2022-06-16 07:34:14 +10:00
Jarryd Beck
5f72b525c2
Add changelog note
2022-05-11 17:47:37 +10:00
Long Deng
c59e0c132c
Solve arguments() showing empty keys when only short-only option exists ( #318 )
...
* Solve `arguments()` showing empty keys when there is only a short option.
2022-05-11 17:44:25 +10:00
Jarryd Beck
f0f465b20f
Add unmatched arguments to example
...
Ref #242 . Adds an example in the example file showing the unmatched
arguments that are stored.
2022-05-03 06:21:12 +10:00
Jarryd Beck
8185e6bb3a
Remove unused variables
...
Fixes #324
2022-03-26 12:19:36 +11:00
Yannic Staudt
779c429b0e
Added instructions to use cxxopts with tipi to INSTALL ( #325 )
2022-03-22 22:01:25 +11:00
Jarryd Beck
4e208b95b7
Add a program function
...
Fixes 323. Adds a function to retrieve the program name.
2022-01-14 16:26:48 +11:00
Long Deng
ad2d1a6b5f
Add iterator ( #126 ) and easily print-out ( #223 ) to ParseResult ( #313 )
...
* Add iterator (#126 ) and easily print-out (#223 ) to ParseResult
2021-11-09 18:49:58 +11:00
Jarryd Beck
c74846a891
Fix short options adding into unmatched
...
Fixes #312 .
2021-10-21 08:06:53 +11:00
Jarryd Beck
a150450486
Readme change for 3.0
2021-10-21 07:50:58 +11:00
Jarryd Beck
e8b5befff8
Add changes for 3.0 release
2021-10-21 07:47:55 +11:00
Jarryd Beck
d2f0bbfed1
Add note about count with default
...
Fixes #311 .
2021-10-21 07:37:23 +11:00
Nick Krichevsky
4a02ad94f4
Include <optional> if possible to check if we can use the feature ( #309 )
...
Fixes #303
2021-10-10 13:01:47 +11:00
Jarryd Beck
c641241a87
Fixes to #204 .
2021-10-09 17:02:27 +11:00
Baojun Wang
4b7fccb5f2
Allow empty string to be valid positional arguments
...
Fixes #204 .
2021-10-09 17:02:27 +11:00
jarro2783
1ff0da6401
Add more compilers ( #307 )
2021-10-09 15:52:52 +11:00
jarro2783
54489e4276
Add the two available OS ( #306 )
2021-10-09 12:48:44 +11:00