Peter M. Groen
/
CLI11
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Commits
1,166
Compare
Branches
1
Tags
0
main
e23f56551dbbfbf0eef14244b46daee016eae962
CLI11
include
CLI
App.hpp
03 Mar, 2017
3 commits
Fixes for windows warnings
94d3ce0e
Henry Fredrick Schreiner
authored
2017-03-03 21:26:03 -0500
Browse File »
Ini support for flags
ee3f5a73
Henry Fredrick Schreiner
authored
2017-03-03 17:51:08 -0500
Browse File »
Adding subcommand vectors and subsections
37f17fc1
Henry Fredrick Schreiner
authored
2017-03-03 17:25:27 -0500
Browse File »
02 Mar, 2017
3 commits
Remove double vector parse
84add337
Henry Fredrick Schreiner
authored
2017-03-02 13:10:32 -0500
Browse File »
Info and examples
e870e264
Henry Fredrick Schreiner
authored
2017-03-02 12:38:45 -0500
Browse File »
Fallback support added, better structure
9d697b85
Henry Fredrick Schreiner
authored
2017-03-02 12:02:44 -0500
Browse File »
01 Mar, 2017
1 commit
Broken tests only because adding new desired behavior
7856de43
Henry Fredrick Schreiner
authored
2017-03-01 16:01:29 -0500
Browse File »
25 Feb, 2017
1 commit
Adding fixes from derilict C++14 branch
2c431f16
Henry Fredrick Schreiner
authored
2017-02-25 09:07:45 -0500
Browse File »
24 Feb, 2017
9 commits
Update App.hpp to remove a warning
afd7dce9
henryiii
authored
2017-02-24 18:33:37 -0500
Browse File »
Fixing a few warnings
904793ea
Henry Fredrick Schreiner
authored
2017-02-24 18:33:26 -0500
Browse File »
Adding string based method for requires/excludes
3f4c165e
Henry Fredrick Schreiner
authored
2017-02-24 16:59:53 -0500
Browse File »
Fix missing signature on set_callback
0ccd814a
Henry Fredrick Schreiner
authored
2017-02-24 16:19:33 -0500
Browse File »
Updated names in Option, too
a8f5b328
Henry Fredrick Schreiner
authored
2017-02-24 15:15:48 -0500
Browse File »
Nicer docs
c02130b7
Henry Fredrick Schreiner
authored
2017-02-24 14:53:42 -0500
Browse File »
Rename App members, originize help
1dfe8dce
Henry Fredrick Schreiner
authored
2017-02-24 14:29:26 -0500
Browse File »
Refactor name/desc
63bd1867
Henry Fredrick Schreiner
authored
2017-02-24 13:27:44 -0500
Browse File »
Adding a number to required_subcommand
ade78c58
Henry Fredrick Schreiner
authored
2017-02-24 12:54:37 -0500
Browse File »
21 Feb, 2017
1 commit
Adding hidden options
b59a16cc
Henry Fredrick Schreiner
authored
2017-02-21 08:44:09 -0500
Browse File »
20 Feb, 2017
7 commits
Throw errors for duplicate subcommand names, with ignore case too
e63898df
Henry Fredrick Schreiner
authored
2017-02-20 15:31:58 -0500
Browse File »
Fixes for Windows warnings
4b07ef52
Henry Fredrick Schreiner
authored
2017-02-20 14:14:11 -0500
Browse File »
Tests, fix extra options after subcommand going to parent
cfc389d4
Henry Fredrick Schreiner
authored
2017-02-20 13:51:33 -0500
Browse File »
Adding case check for subcommand (simple)
4fca03d0
Henry Fredrick Schreiner
authored
2017-02-20 13:23:05 -0500
Browse File »
Adding (untested) ignore case abilities
196012a9
Henry Fredrick Schreiner
authored
2017-02-20 13:22:42 -0500
Browse File »
Adding subcom chaining (untested)
983529a3
Henry Fredrick Schreiner
authored
2017-02-20 12:08:21 -0500
Browse File »
Adding ability to “leave out” options (optional). Rename RequierdError to ExtrasError
fd313fca
Henry Fredrick Schreiner
authored
2017-02-20 11:18:51 -0500
Browse File »
19 Feb, 2017
1 commit
Fixes to enable windows compat
8725de67
Henry Fredrick Schreiner
authored
2017-02-19 15:08:09 -0500
Browse File »
17 Feb, 2017
1 commit
After discussion, LGPL seems to be the correct license
bf0b18a9
Henry Fredrick Schreiner
authored
2017-02-17 19:58:06 -0500
Browse File »
15 Feb, 2017
1 commit
Adding doxygen docs
ce6c9420
Henry Fredrick Schreiner
authored
2017-02-15 09:35:54 -0500
Browse File »
14 Feb, 2017
1 commit
Remove flags from inifile
1f510725
Henry Fredrick Schreiner
authored
2017-02-14 12:21:11 -0500
Browse File »
13 Feb, 2017
5 commits
Added required subcommand
b3590393
Henry Fredrick Schreiner
authored
2017-02-13 22:30:16 -0500
Browse File »
Adding ini print and simple tests
4e69e979
Henry Fredrick Schreiner
authored
2017-02-13 18:37:17 -0500
Browse File »
Added Range and ValidationError, Refactor throwing errors to Option instead of App for Validation
15c6ee5f
Henry Fredrick Schreiner
authored
2017-02-13 16:28:35 -0500
Browse File »
Refactored _parse, only called once now and has ini test
3a9faa51
Henry Fredrick Schreiner
authored
2017-02-13 09:55:02 -0500
Browse File »
Removing run, clean up App structure
0f476207
Henry Fredrick Schreiner
authored
2017-02-13 08:42:15 -0500
Browse File »
12 Feb, 2017
5 commits
Updated usage line for subcommands
209c10aa
Henry Fredrick Schreiner
authored
2017-02-12 18:38:41 -0500
Browse File »
Adding tests for required, adding mandatory synonym
b3ce333e
Henry Fredrick Schreiner
authored
2017-02-12 17:21:36 -0500
Browse File »
Added tests and a fix for requires, exludes
b39ed569
Henry Fredrick Schreiner
authored
2017-02-12 16:45:13 -0500
Browse File »
Adding requires, excludes, and getenv (untested)
f4bf6d72
Henry Fredrick Schreiner
authored
2017-02-12 14:04:36 -0500
Browse File »
Change license
905c23bc
Henry Fredrick Schreiner
authored
2017-02-12 13:01:43 -0500
Browse File »
11 Feb, 2017
1 commit
Adding example for group and documentation
f4ba6922
Henry Fredrick Schreiner
authored
2017-02-11 10:03:05 -0500
Browse File »