Logo white

Peter M. Groen / CLI11

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
  • CLI11
  • include
  • CLI
  • App.hpp
31 May, 2017
2 commits
  • Fixing namespace endings
    c94aa406
    Henry Fredrick Schreiner authored
    2017-05-31 10:50:16 -0400  
    Browse File »
  • Adding tidy cleanups (modernize)
    101c926d
    Henry Fredrick Schreiner authored
    2017-05-31 07:38:22 -0400  
    Browse File »

30 May, 2017
1 commit
  • Using clang-tidy to modernize cast usage (from GooFit)
    d697cb6d
    Henry Fredrick Schreiner authored
    2017-05-30 21:53:53 -0400  
    Browse File »

27 Apr, 2017
1 commit
  • Adding static cast to fix latest change
    c23661e3
    Henry Fredrick Schreiner authored
    2017-04-27 16:47:11 -0400  
    Browse File »

23 Apr, 2017
4 commits
  • Adding ->parsed
    de432f62
    Henry Fredrick Schreiner authored
    2017-04-23 14:20:23 -0400  
    Browse File »
  • Adding one more test
    cd98e70c
    Henry Fredrick Schreiner authored
    2017-04-23 14:06:58 -0400  
    Browse File »
  • Fixes for compiler warnings with max warnings on Xcode
    239d3b1c
    Henry Fredrick Schreiner authored
    2017-04-23 13:57:01 -0400  
    Browse File »
  • Adding bool check for parsed subcommand
    c289d941
    Henry Fredrick Schreiner authored
    2017-04-23 13:38:38 -0400  
    Browse File »

05 Apr, 2017
1 commit
  • Adding complex numbers
    e779d15e
    Henry Fredrick Schreiner authored
    2017-04-05 09:29:34 -0400  
    Browse File »

31 Mar, 2017
1 commit
  • Removing help from config, more const correctness
    7a2a9e1c
    Henry Fredrick Schreiner authored
    2017-03-31 16:24:32 -0400  
    Browse File »

30 Mar, 2017
1 commit
  • Adding =false when printing config with defaults
    ae5bf0ce
    Henry Schreiner authored
    2017-03-30 15:49:40 -0400  
    Browse File »

27 Mar, 2017
1 commit
  • Adding warnings and fixes, CLI11 target, support for VIM Syntastic
    ee9219e0
    Henry Fredrick Schreiner authored
    2017-03-27 13:53:57 -0400  
    Browse File »

25 Mar, 2017
1 commit
  • Fixing name CLIUtils
    1619e863
    Henry Fredrick Schreiner authored
    2017-03-25 16:54:57 -0400  
    Browse File »

23 Mar, 2017
5 commits
  • Change CLTools -> CLITools
    e29bd785
    Henry Fredrick Schreiner authored
    2017-03-23 16:11:54 -0400  
    Browse File »
  • Moving to new location
    cb2646a5
    Henry Fredrick Schreiner authored
    2017-03-23 15:55:23 -0400  
    Browse File »
  • Adding corrected output for inifile
    04be61b3
    Henry Fredrick Schreiner authored
    2017-03-23 12:42:15 -0400  
    Browse File »
  • Making it easier to add custom options
    e8c195b6
    Henry Fredrick Schreiner authored
    2017-03-23 09:59:02 -0400  
    Browse File »
  • Support for printing subcommands
    4d61a453
    Henry Fredrick Schreiner authored
    2017-03-23 09:19:28 -0400  
    Browse File »

22 Mar, 2017
1 commit
  • Adding output and tests for ini vectors and flags
    98cdc6eb
    Henry Fredrick Schreiner authored
    2017-03-22 16:07:38 -0400  
    Browse File »

17 Mar, 2017
6 commits
  • Changing ErrorCodes -> ExitCodes
    a6621ff8
    Henry Fredrick Schreiner authored
    2017-03-17 14:45:04 -0400  
    Browse File »
  • HorribleError for subcommand test
    c50dd580
    Henry Fredrick Schreiner authored
    2017-03-17 13:30:14 -0400  
    Browse File »
  • Adding more ini tests, fix extra print
    ead1ff05
    Henry Fredrick Schreiner authored
    2017-03-17 13:03:39 -0400  
    Browse File »
  • Fix test and use got_subcom properly
    21f91597
    Henry Fredrick Schreiner authored
    2017-03-17 12:11:06 -0400  
    Browse File »
  • Fix and add cov for subcom ini parser
    a3522c1d
    Henry Fredrick Schreiner authored
    2017-03-17 12:04:22 -0400  
    Browse File »
  • Scoped enum for errors
    17564cec
    Henry Fredrick Schreiner authored
    2017-03-17 11:34:10 -0400  
    Browse File »

15 Mar, 2017
2 commits
  • Throw error if subcommand does not exist, better test
    dbe03bea
    Henry Fredrick Schreiner authored
    2017-03-15 09:22:45 -0400  
    Browse File »
  • Adding corrected positional help
    f6e771a2
    Henry Fredrick Schreiner authored
    2017-03-15 09:11:32 -0400  
    Browse File »

14 Mar, 2017
1 commit
  • Adding a few more help tests
    6e8d7dc2
    Henry Fredrick Schreiner authored
    2017-03-14 09:50:18 -0400  
    Browse File »

09 Mar, 2017
2 commits
  • Adding check for invalid positionals
    cf4f6086
    Henry Fredrick Schreiner authored
    2017-03-09 10:45:52 -0500  
    Browse File »
  • Fix unlimited positionals
    af79da5d
    Henry Fredrick Schreiner authored
    2017-03-09 09:41:57 -0500  
    Browse File »

08 Mar, 2017
2 commits
  • Adding forwarding version of hlpers
    4af3faef
    Henry Fredrick Schreiner authored
    2017-03-08 10:44:30 -0500  
    Browse File »
  • Adding test for horrible error
    33f4c578
    Henry Fredrick Schreiner authored
    2017-03-08 10:28:42 -0500  
    Browse File »

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 »