1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-04-30 04:33:53 +00:00

15 Commits

Author SHA1 Message Date
Philip Top
663d93c792 Clear up Wshadow warnings from gcc 4.9 (#191)
* Clear up Wshadow warnings from gcc 4.9.  Most of these were local variable names with the same name as a member function.
Also a few spelling fixes and adding some std::move around some of the arguments when appropriate.

* Touchup
2019-01-13 09:12:48 +01:00
Henry Fredrick Schreiner
da901cca54 Fix logic error for #158 2018-09-16 13:50:08 +02:00
Henry Fredrick Schreiner
b53eb51603 Fix for experimental optional with optional #158 2018-09-03 22:48:45 +02:00
Henry Fredrick Schreiner
6f41cca918 Simpler check for optional 2018-06-13 15:56:03 +02:00
Henry Fredrick Schreiner
87494a2270 Allow Optional search to be disabled by user 2018-06-01 22:41:25 +02:00
Henry Schreiner
2d6581a394 Boost Optional before 1.58 is too buggy to support 2018-04-18 18:11:11 -04:00
Henry Schreiner
5591977764 Fix for forced boost addition in testing 2018-04-18 17:30:50 -04:00
Henry Fredrick Schreiner
ef2d497fcb Removing unneeded string qualifier 2018-04-06 20:33:55 +02:00
Henry Fredrick Schreiner
e6f508dc14 Fix for redefinition warning 2018-04-05 13:13:51 +02:00
Henry Fredrick Schreiner
de06d50f34 Adding better boost testing on old compilers 2018-04-04 18:29:32 +02:00
Henry Fredrick Schreiner
67c4eb71e5 Style and typo fix 2018-04-04 18:29:32 +02:00
Henry Fredrick Schreiner
17437921c0 Adding more informational printouts 2018-04-04 18:29:32 +02:00
Henry Fredrick Schreiner
39e777392d Adding informational printout to ctest 2018-04-04 18:29:32 +02:00
Henry Fredrick Schreiner
48cb5008bf Adding better optional, check for Boost 2018-04-04 18:29:32 +02:00
Henry Fredrick Schreiner
7a7064df4e Adding optional, refactor single file 2018-04-04 18:29:32 +02:00