95ddf6641eFixesjarro2783/cxxopts#338: Split the library into multiple header files - mostly one for each class.
Eyal Rozenberg
2022-07-07 00:51:45 +0300
Solve arguments() showing empty keys when only short-only option exists (#318)
Long Deng
2022-05-11 15:44:25 +0800
7a084a9bf4WIP for fixing issue #158: Support for arguments whose value is "glued" to the argument on the command-line.
Eyal Rozenberg
2022-05-04 14:41:48 +0300
ca98684077Revert changes made to example.cpp in 4f7ab89
HuangZonghao
2022-05-03 04:19:42 -0400
6c6deabc89Add test cases for string parsing
HuangZonghao
2022-05-03 04:15:49 -0400
f0f465b20fAdd unmatched arguments to example
Jarryd Beck
2022-05-03 06:21:12 +1000
fb50260381Use constref for string, smart pointer for char array, and address compilation warnings of 95c7709
HuangZonghao
2022-05-02 14:32:39 -0400
4f7ab890faUpdate example code and readme for string parsing
HuangZonghao
2022-04-30 23:53:42 -0400
95c77095e3Parse command line input wrapped in a string
HuangZonghao
2022-04-29 00:45:45 -0400
5c9932d972Fix#327: Derive option_has_no_value_exception from OptionParseException
Marco Koch
2022-04-05 08:50:59 +0200
Added CPack packaging, pkg-config and CMake version files. (#298)
KOLANICH
2021-07-31 00:34:21 +0000
ed0c0ccd05Added CPack packaging, pkg-config and CMake version files. Made the path to stuff architecture-independent, since the library is header-only.
KOLANICH
2021-07-21 15:40:46 +0300
d094fdfab0Embed verification logic in applicator::apply.
RonxBulld
2021-04-26 15:39:49 +0800
e6d0b30f37In order to improve ease of use, a new usage is demonstrated in the proposals-demo/objectification. It looks like LLVM CommandLine2.0.
RonxBulld
2021-04-26 15:08:24 +0800
491cad95deAdd virtual destructors to Option and Options. Option member is set to protected mode.
RonxBulld
2021-04-26 15:05:25 +0800
6a891e3d81Fixed compilation errors when using gcc-4.8 and unicode mode.
RonxBulld
2021-04-26 13:08:30 +0800
baf4fbca7eAdd gcc4.8 stuff to travis file.
RonxBulld
2021-04-26 12:45:16 +0800
fc167a0972Using String instead of std::string in some places can cause regex::match syntax errors.
RonxBulld
2021-04-25 01:12:56 +0800
6e0870adddExtract compatibility codes and aggregate them together.
RonxBulld
2021-04-25 00:50:17 +0800
a956948fddIf you use the clang compiler, disable the built-in lexer.
RonxBulld
2021-04-23 10:20:12 +0800
07c6eb5d42When using GCC4.8, use manual lexical analysis instead of regular expressions.
RonxBulld
2021-04-22 18:16:15 +0800
-Wsuggest-override is not supported by gcc before 5.0 (#283)
RonxBulld
2021-04-21 16:17:30 +0800
e01352fabeThe `#pragma GCC diagnostic push' should be used before setting up the temporary environment.
RonxBulld
2021-04-21 14:39:49 +0800
be35921b3fGCC prior to 5.0 should ignore not only -Wnon-virtual-dtor but also -Weffc++, otherwise non-virtual destructor problems will still be reported.
RonxBulld
2021-04-21 14:37:58 +0800
45ecbf5068-Wsuggest-override is not supported by gcc before 5.0
RonxBulld
2021-04-21 10:06:51 +0800