aboutsummaryrefslogtreecommitdiff
path: root/args.hxx
Commit message (Expand)AuthorAgeFilesLines
* fix usage line wrappingPavel Belikov2017-12-021-42/+112
* fix inclusion into multiple source filesPavel Belikov2017-11-231-3/+3
* Merge pull request #44 from pavel-belikov/better-value-parsingTaylor C. Richberger2017-11-191-25/+20
|\
| * Merge branch 'master' into better-value-parsingTaylor C. Richberger2017-11-191-0/+36
| |\
| * | fix ValueReader for types assignable to std::stringPavel Belikov2017-11-181-25/+20
* | | fix missing overridePavel Belikov2017-11-191-1/+1
* | | add choices and default strings to argument descriptionPavel Belikov2017-11-191-45/+162
* | | add more HelpParams for different strings used in usage/options sectionsPavel Belikov2017-11-191-5/+40
| |/ |/|
* | add ActionFlagPavel Belikov2017-11-181-0/+36
|/
* fix HelpParams::showValueNameOncePavel Belikov2017-11-141-8/+5
* add leading whitespace support in WrapPavel Belikov2017-11-141-14/+25
* add more HelpParams for optionsPavel Belikov2017-11-141-6/+38
* add Matcher validation testsPavel Belikov2017-11-121-2/+2
* add HelpParams::proglineShowFlagsPavel Belikov2017-11-121-75/+153
* fix uninitialized RaiiSubparser::oldSubparserPavel Belikov2017-11-101-1/+1
* fix unitialized valuesPavel Belikov2017-11-101-10/+10
* change default value of RequireCommandPavel Belikov2017-11-091-1/+3
* add documentation for Command::RequireCommandPavel Belikov2017-11-091-5/+5
* add doxygen comments for subparsersPavel Belikov2017-11-091-27/+51
* add subparsers validationPavel Belikov2017-11-091-5/+68
* add validation for commandsPavel Belikov2017-11-081-8/+47
* add travis ci, appveyor, coverallsPavel Belikov2017-11-061-53/+76
* add COMMAND to program linePavel Belikov2017-11-061-14/+32
* add HelpParams::showCommandChildren and HelpParams::showCommandFullHelpPavel Belikov2017-11-061-67/+200
* add help output for commandsPavel Belikov2017-11-061-68/+106
* add description for commandsPavel Belikov2017-11-061-8/+82
* refactor GetDescriptionPavel Belikov2017-11-061-65/+80
* add subparsersPavel Belikov2017-11-041-234/+560
* update contributing, add Pavel Belikov to copyright linesTaylor C. Richberger2017-10-161-1/+2
* add ImplicitValueFlag, NargsValueFlagPavel Belikov2017-10-161-175/+420
* add Options::HiddenPavel Belikov2017-10-151-51/+52
* add Options::Required flagPavel Belikov2017-10-131-9/+131
* Fix multiply defined symbols at link by adding inline, fixes #21tdowns2017-08-061-3/+3
* allow all List types to work with range-based for loopsTaylor C. Richberger2017-07-091-53/+184
* added container typedefs to ValueFlagListIvan Kush2017-07-031-2/+46
* Fix variables shadowing the help memberJohn W. Horigan2017-05-271-18/+18
* Fix unreachable code warningJohn W. Horigan2017-05-271-2/+2
* Removed unused parametersJohn W. Horigan2017-05-271-6/+6
* Add '_' to all method parameters with names that shadow class members.John W. Horigan2016-08-291-100/+100
* include guardsTaylor C. Richberger2016-08-161-0/+5
* fix many bugs, add tests for terminator6.0.1Taylor C. Richberger2016-07-161-3/+43
* validators must be defined earlierAlfredo Luque2016-07-151-51/+51
* bump version, change template use6.0.0Taylor C. Richberger2016-07-111-76/+128
* switch pages to a submoduleTaylor C. Richberger2016-07-071-12/+6
* give a little bit of doxygenationTaylor C. Richberger2016-06-301-0/+4
* add noexcept functionality5.1.0Taylor C. Richberger2016-06-301-61/+231
* make the last of the v5 changesTaylor C. Richberger2016-06-301-38/+39
* bump minor version4.3.0Taylor C. Richberger2016-06-291-0/+2
* Flag kick-out should workTaylor C. Richberger2016-06-291-7/+38
* fix weird typoTaylor C. Richberger2016-06-281-2/+2