aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add a few test cases and bump version6.2.0Taylor C. Richberger2017-10-162-1/+8
|
* Merge pull request #35 from pavel-belikov/implicit-valuesTaylor C. Richberger2017-10-162-175/+485
|\ | | | | Implicit values and nargs
| * add ImplicitValueFlag, NargsValueFlagPavel Belikov2017-10-162-175/+485
|/
* Merge pull request #34 from pavel-belikov/hidden-argsTaylor C. Richberger2017-10-152-51/+68
|\ | | | | Add Options::Hidden to exclude option from help
| * add Options::HiddenPavel Belikov2017-10-152-51/+68
|/
* Merge pull request #31 from pavel-belikov/required-optionsTaylor C. Richberger2017-10-152-9/+151
|\ | | | | Required flags
| * add Options::Required flagPavel Belikov2017-10-132-9/+151
|/
* add readme noteTaylor C. Richberger2017-09-261-0/+2
|
* Merge pull request #28 from travisdowns/masterTaylor C. Richberger2017-08-061-3/+3
|\ | | | | Fix multiply defined symbols at link by adding inline, fixes #21
| * Fix multiply defined symbols at link by adding inline, fixes #21tdowns2017-08-061-3/+3
|/
* version bump6.1.0Taylor C. Richberger2017-07-091-1/+1
|
* allow all List types to work with range-based for loopsTaylor C. Richberger2017-07-091-53/+184
|
* Merge pull request #24 from IvanKush/masterTaylor C. Richberger2017-07-031-2/+46
|\ | | | | added container typedefs and begin/end methods to ValueFlagList
| * added container typedefs to ValueFlagListIvan Kush2017-07-031-2/+46
|/
* Merge pull request #22 from MtnViewJohn/vs2017_fixesTaylor C. Richberger2017-05-291-26/+26
|\ | | | | Fixes some more gcc and VS2017 warnings
| * 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 -WpedanticTaylor C. Richberger2017-05-141-1/+1
|
* Merge branch 'master' of github.com:Taywee/argsTaylor C. Richberger2016-10-180-0/+0
|\
| * Merge pull request #14 from MtnViewJohn/deshadowTaylor C. Richberger2016-08-301-100/+100
| |\ | | | | | | Fix for many warnings in Visual Studio
* | | update version6.0.4Taylor C. Richberger2016-08-301-1/+1
| |/ |/|
* | Add '_' to all method parameters with names that shadow class members.John W. Horigan2016-08-291-100/+100
|/ | | | Rename local variables with names that shadow class members.
* fix pages6.0.3Taylor C. Richberger2016-08-234-5/+2
|
* Merge branch 'master' of github.com:Taywee/args6.0.2Taylor C. Richberger2016-08-161-1/+1
|\
| * Merge pull request #11 from vmrob/fix-submodule-uriTaylor C. Richberger2016-07-281-1/+1
| |\ | | | | | | Fix submodule uri
| | * Fix submodule uriVictor Robertson2016-07-281-1/+1
| |/
* | include guardsTaylor C. Richberger2016-08-163-1/+7
|/
* Increase warningsTaylor C. Richberger2016-07-162-1/+1
|
* fix many bugs, add tests for terminator6.0.1Taylor C. Richberger2016-07-164-5/+86
|
* Merge branch 'master' of github.com:Taywee/argsTaylor C. Richberger2016-07-161-51/+51
|\
| * Merge pull request #8 from iamthebot/masterTaylor C. Richberger2016-07-161-51/+51
| |\ | | | | | | validators must be defined earlier for compilation with Intel C++
| | * validators must be defined earlierAlfredo Luque2016-07-151-51/+51
| |/
* | update pagesTaylor C. Richberger2016-07-111-0/+0
|/
* bump version, change template use6.0.0Taylor C. Richberger2016-07-115-96/+164
|
* switch pages to a submoduleTaylor C. Richberger2016-07-074-13/+12
|
* correct wordingsTaylor C. Richberger2016-07-061-23/+33
|
* fix readme exampleTaylor C. Richberger2016-06-301-2/+4
|
* give a little bit of doxygenationTaylor C. Richberger2016-06-301-0/+4
|
* add noexcept functionality5.1.0Taylor C. Richberger2016-06-303-64/+299
|
* add proglinepostfix to gitlikeTaylor C. Richberger2016-06-301-0/+1
|
* Bump version to 5.0.05.0.0Taylor C. Richberger2016-06-301-1/+1
|
* make the last of the v5 changesTaylor C. Richberger2016-06-304-178/+321
|
* bump minor version4.3.0Taylor C. Richberger2016-06-292-1/+3
|
* Merge branch '20-allow-an-argument-to-be-a-kick-out' into 'master' Taylor C. Richberger2016-06-292-8/+119
|\ | | | | | | | | | | | | Resolve "Allow an argument to be a kick-out" Closes #20 See merge request !13
| * add extra testTaylor C. Richberger2016-06-291-0/+47
| |
| * Flag kick-out should workTaylor C. Richberger2016-06-292-8/+39
| |
| * add kick-out testsTaylor C. Richberger2016-06-291-1/+34
|/
* fix weird typoTaylor C. Richberger2016-06-281-2/+2
|
* improve wording of ExtraErrorTaylor C. Richberger2016-06-141-2/+2
|