Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #78 from darealshinji/patch-1 | Taylor C. Richberger | 2019-08-19 | 1 | -1/+5 |
|\ | | | | | Update copyright year, add description and URL | ||||
| * | Update copyright year, add description and URL | darealshinji | 2019-08-18 | 1 | -1/+5 |
|/ | |||||
* | Merge pull request #77 from pavel-belikov/subparser-group-validation | Taylor C. Richberger | 2019-06-25 | 2 | -10/+38 |
|\ | | | | | Fix group validation in Subparser/Command | ||||
| * | Fixes #74 : Fix group validation in Subparser/Command | Pavel Belikov | 2019-06-25 | 2 | -10/+38 |
| | | |||||
* | | Merge pull request #76 from pavel-belikov/fix-default-value-parser | Taylor C. Richberger | 2019-06-25 | 2 | -2/+14 |
|\ \ | |/ |/| | Check istringstream state in ValueParser | ||||
| * | Fixes #75 : Check istringstream state in ValueParser | Pavel Belikov | 2019-06-25 | 2 | -2/+14 |
|/ | |||||
* | Merge pull request #73 from zhihaoy/cmake-targets | Taylor C. Richberger | 2019-05-01 | 1 | -1/+10 |
|\ | | | | | install CMake target taywee::args | ||||
| * | install CMake target taywee::args | Zhihao Yuan | 2019-05-01 | 1 | -1/+10 |
|/ | |||||
* | turn ptrdiff_t into std::ptrdiff_t | Taylor C. Richberger | 2019-03-02 | 1 | -1/+2 |
| | |||||
* | Merge pull request #72 from mrkline/fix-sign-warnings | Taylor C. Richberger | 2019-02-15 | 1 | -4/+8 |
|\ | | | | | Remove signed <-> unsigned warnings around size_t | ||||
| * | Remove signed <-> unsigned warnings around size_t | Matt Kline | 2019-02-15 | 1 | -4/+8 |
| | | | | | | | | | | These get flagged by recent versions of GCC and Clang when building with -Wsign-conversion. | ||||
* | | Fix default list processing6.2.2 | Taylor C. Richberger | 2019-01-11 | 2 | -0/+95 |
|/ | | | | | The previous release had set up default arguments to add to the existing default list. Now making a match will clear the list and replace it. | ||||
* | fix default args for extra types6.2.1 | Taylor C. Richberger | 2019-01-11 | 1 | -12/+44 |
| | | | | | Many types were not storing their default arguments, and reset was simply clearing them. This was obviously not the right behavior. | ||||
* | Merge pull request #68 from pavel-belikov/support-conan | Taylor C. Richberger | 2018-10-22 | 1 | -0/+14 |
|\ | | | | | Add conanfile.py | ||||
| * | Add conanfile.py | Pavel Belikov | 2018-10-22 | 1 | -0/+14 |
|/ | |||||
* | Merge pull request #67 from njlr/master | Taylor C. Richberger | 2018-10-20 | 5 | -0/+85 |
|\ | | | | | Buck build support | ||||
| * | * Updates BUCK files | njlr | 2018-10-19 | 3 | -11/+49 |
| | | |||||
| * | * Adds Buck build support | njlr | 2018-10-19 | 3 | -0/+47 |
|/ | |||||
* | Merge pull request #65 from Rholais/patch-1 | Taylor C. Richberger | 2018-09-24 | 1 | -3/+3 |
|\ | | | | | Fix error: catching polymorphic type by value | ||||
| * | Fix error: catching polymorphic type by value | Rholais Lii | 2018-09-23 | 1 | -3/+3 |
|/ | |||||
* | Merge pull request #64 from milipili/optional-cmake-tests | Taylor C. Richberger | 2018-06-18 | 1 | -23/+30 |
|\ | | | | | Optional build for examples and unittests | ||||
| * | cmake: make unittests build optional | Damien Gerard | 2018-06-16 | 1 | -17/+20 |
| | | |||||
| * | cmake: make examples build optional | Damien Gerard | 2018-06-16 | 1 | -6/+10 |
| | | |||||
| * | cmake: group examples and unittests | Damien Gerard | 2018-06-16 | 1 | -8/+8 |
|/ | |||||
* | Merge pull request #62 from pavel-belikov/fix-windows-minmax | Taylor C. Richberger | 2018-05-09 | 3 | -2/+44 |
|\ | | | | | Fix min/max collisions from <windows.h> | ||||
| * | Fix Nargs::min, Nargs::max initializers for min/max macros from <windows.h> | Pavel Belikov | 2018-05-04 | 3 | -8/+12 |
| | | |||||
| * | Add test for windows minmax | Pavel Belikov | 2018-05-04 | 2 | -0/+38 |
| | | |||||
* | | Merge pull request #61 from pavel-belikov/fix-gcc8-build | Taylor C. Richberger | 2018-05-09 | 2 | -1/+31 |
|\ \ | |/ |/| | Fix GCC 8 build | ||||
| * | Add workaround for LeakSanitizer in Travis CI | Pavel Belikov | 2018-05-04 | 1 | -0/+2 |
| | | |||||
| * | Fix gcc 8 warning | Pavel Belikov | 2018-05-04 | 1 | -1/+1 |
| | | |||||
| * | Add Travis CI builds for g++-7, g++-8 | Pavel Belikov | 2018-05-04 | 1 | -0/+28 |
|/ | |||||
* | Merge pull request #58 from bitc/master | Taylor C. Richberger | 2018-01-21 | 1 | -25/+55 |
|\ | | | | | ARGS_NOEXCEPT: Add GetErrorMsg() function | ||||
| * | ARGS_NOEXCEPT: Add GetErrorMsg() function | Bit Connor | 2018-01-21 | 1 | -25/+55 |
|/ | |||||
* | Merge pull request #55 from pavel-belikov/options-ctor | Taylor C. Richberger | 2017-12-25 | 1 | -6/+10 |
|\ | | | | | Add Options parameter to flags constructors | ||||
| * | add Options parameters to constructors | Pavel Belikov | 2017-12-22 | 1 | -6/+10 |
| | | |||||
* | | Merge pull request #56 from pavel-belikov/bash-completion | Taylor C. Richberger | 2017-12-25 | 7 | -94/+569 |
|\ \ | |/ |/| | Bash completion | ||||
| * | add more test cases | Pavel Belikov | 2017-12-23 | 1 | -0/+3 |
| | | |||||
| * | fix subparsers completion | Pavel Belikov | 2017-12-23 | 2 | -2/+43 |
| | | |||||
| * | fix warnings | Pavel Belikov | 2017-12-23 | 1 | -6/+6 |
| | | |||||
| * | remove ParseValue for completion | Pavel Belikov | 2017-12-23 | 1 | -9/+10 |
| | | |||||
| * | add examples | Pavel Belikov | 2017-12-23 | 5 | -0/+55 |
| | | |||||
| * | fix bash equal sign tokenization | Pavel Belikov | 2017-12-23 | 2 | -9/+46 |
| | | |||||
| * | add completion for flag values | Pavel Belikov | 2017-12-23 | 2 | -1/+69 |
| | | |||||
| * | add auto completion for flags | Pavel Belikov | 2017-12-23 | 2 | -30/+293 |
| | | |||||
| * | change GetChoicesString() signature | Pavel Belikov | 2017-12-23 | 2 | -70/+77 |
|/ | |||||
* | replace explicit std::vector ParseCLI with template, reduce optimization | Taylor C. Richberger | 2017-12-12 | 2 | -2/+3 |
| | | | | | | Optimization absolutely kills test build time. Dropping optimization level cuts compile time in less than half, and it still doesn't take long to run. | ||||
* | Merge pull request #52 from maPaydar/patch-1 | Taylor C. Richberger | 2017-12-12 | 1 | -0/+5 |
|\ | | | | | Adds ParseCLI overload to parse vector of string | ||||
| * | Update args.hxx | Taylor C. Richberger | 2017-12-12 | 1 | -1/+1 |
| | | | | | | Take reference instead of copy of vector. | ||||
| * | Adds ParseCLI overload to parse vector of string | Amin Paydar | 2017-12-12 | 1 | -0/+5 |
| | | |||||
* | | Merge pull request #54 from pavel-belikov/hidden-from-usage-or-description | Taylor C. Richberger | 2017-12-12 | 2 | -9/+21 |
|\ \ | | | | | | | Add Options::HiddenFromUsage and Options::HiddenFromDescription |