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
22 Aug, 2017
2 commits
  • Revert change for now, add helper function
    cef5dfa5
    Henry Fredrick Schreiner authored
    2017-08-22 21:55:34 -0700  
    Browse File »
  • Fix #23: Respect fallthrough_ in _valid_subcommand ...
    cb906d1a
    _valid_subcommand checks whether its argument appears to be a valid subcommand name or not; however, if it doesn't recognize the name, it always checks if its parent does. As described in in issue #23, this can cause incorrect behavior. To avoid this, check if fallthrough is disabled first, and do not consult the parent's known subcommands if fallthrough is disabled.
    Nathan Hourt authored
    2017-08-22 14:18:30 -0500  
    Browse File »

09 Jun, 2017
1 commit
  • Merge branch 'master' into basic-enum
    00e0506f
    Henry Schreiner authored
    2017-06-09 08:30:44 -0400  
    Browse File »

05 Jun, 2017
3 commits
  • Msvc warn fix (#20) ...
    0da8fa94
    * Remove windows warning, use secure getenv
    
    * Fix typo in last commit
    
    * Fix typo in windows version
    
    * Fix another typo in windows version
    
    * Fixing error, dropping warn suppression
    Henry Schreiner authored
    2017-06-05 10:21:55 -0400  
    Browse File »
  • Adding a few more tests
    da5e8ee4
    Henry Fredrick Schreiner authored
    2017-06-05 09:10:04 -0400  
    Browse File »
  • Merge branch 'master' into basic-enum
    3c57be7a
    Henry Fredrick Schreiner authored
    2017-06-05 09:00:18 -0400  
    Browse File »

04 Jun, 2017
4 commits
  • Merge branch 'master' into prefix_program
    4368e297
    Henry Fredrick Schreiner authored
    2017-06-04 13:40:13 -0400  
    Browse File »
  • Merge branch 'master' into basic-enum
    fd0ca5aa
    Henry Fredrick Schreiner authored
    2017-06-04 13:39:00 -0400  
    Browse File »
  • clang-formatting new source
    18163306
    Henry Fredrick Schreiner authored
    2017-06-04 13:23:01 -0400  
    Browse File »
  • Show parse order is preserved
    11df3bec
    Henry Fredrick Schreiner authored
    2017-06-04 13:19:10 -0400  
    Browse File »

02 Jun, 2017
4 commits
  • Fix for broken loop
    34860a6f
    Henry Fredrick Schreiner authored
    2017-06-02 12:59:14 -0400  
    Browse File »
  • Adding parse order capture
    3b04cd62
    Henry Fredrick Schreiner authored
    2017-06-02 12:51:27 -0400  
    Browse File »
  • Prefix program support
    635eb65a
    Henry Fredrick Schreiner authored
    2017-06-02 12:34:25 -0400  
    Browse File »
  • Adding new style enums too
    f7cf8905
    Henry Fredrick Schreiner authored
    2017-06-02 12:06:04 -0400  
    Browse File »

01 Jun, 2017
1 commit
  • BSD licence, preparing for 1.0 release
    916cde58
    Henry Fredrick Schreiner authored
    2017-06-01 09:23:04 -0400  
    Browse File »

31 May, 2017
7 commits
  • Reformat with clang-format
    27f71812
    Henry Fredrick Schreiner authored
    2017-05-31 12:03:05 -0400  
    Browse File »
  • Explicit casts
    f24561f4
    Henry Fredrick Schreiner authored
    2017-05-31 11:28:46 -0400  
    Browse File »
  • Adding all modernize checks
    786f99d0
    Henry Fredrick Schreiner authored
    2017-05-31 11:09:21 -0400  
    Browse File »
  • Using empty instead of 0 size
    1ee22ec9
    Henry Fredrick Schreiner authored
    2017-05-31 11:02:35 -0400  
    Browse File »
  • Fixing include order
    60934c8a
    Henry Fredrick Schreiner authored
    2017-05-31 10:59:25 -0400  
    Browse File »
  • 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
1 commit
  • Changing ErrorCodes -> ExitCodes
    a6621ff8
    Henry Fredrick Schreiner authored
    2017-03-17 14:45:04 -0400  
    Browse File »