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
  • Option.hpp
19 Nov, 2017
2 commits
  • Spelling fixes
    ebd238a9
    Henry Fredrick Schreiner authored
    2017-11-19 15:19:20 -0500  
    Browse File »
  • Adding take_last
    20cccfc3
    Henry Fredrick Schreiner authored
    2017-11-19 15:18:36 -0500  
    Browse File »

27 Oct, 2017
1 commit
  • Adding tidy suggestions, mostly empty() fixes
    79aaa8b8
    Henry Fredrick Schreiner authored
    2017-10-27 15:52:41 -0400  
    Browse File »

01 Sep, 2017
2 commits
  • set_default_str and set_default_val update (#27) ...
    93311928
    * set_default_str and set_default_val update
    
    * Fixes for style checking
    Henry Schreiner authored
    2017-09-01 23:23:31 -0400  
    Browse File »
  • Travis improvements and updates (#28) ...
    54114d09
    * Adding check for style
    
    * Adding reformats
    
    * Fix syntax error in travis
    
    * Support clang-format 3.9
    
    * Adding clang-tidy check
    Henry Schreiner authored
    2017-09-01 16:51:09 -0400  
    Browse File »

05 Jun, 2017
1 commit
  • Futher improvement for #12, can change type str
    e3423bb5
    Henry Fredrick Schreiner authored
    2017-06-05 08:58:01 -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
5 commits
  • Reformat with clang-format
    27f71812
    Henry Fredrick Schreiner authored
    2017-05-31 12:03:05 -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 »

23 Apr, 2017
1 commit
  • Fixes for compiler warnings with max warnings on Xcode
    239d3b1c
    Henry Fredrick Schreiner authored
    2017-04-23 13:57:01 -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
4 commits
  • Change CLTools -> CLITools
    e29bd785
    Henry Fredrick Schreiner authored
    2017-03-23 16:11:54 -0400  
    Browse File »
  • Slighly better error message
    6a3b111b
    Henry Fredrick Schreiner authored
    2017-03-23 16:02:58 -0400  
    Browse File »
  • Moving to new location
    cb2646a5
    Henry Fredrick Schreiner authored
    2017-03-23 15:55:23 -0400  
    Browse File »
  • Making it easier to add custom options
    e8c195b6
    Henry Fredrick Schreiner authored
    2017-03-23 09:59:02 -0400  
    Browse File »

17 Mar, 2017
1 commit
  • Fix and add cov for subcom ini parser
    a3522c1d
    Henry Fredrick Schreiner authored
    2017-03-17 12:04:22 -0400  
    Browse File »

15 Mar, 2017
2 commits
  • Adding corrected positional help
    f6e771a2
    Henry Fredrick Schreiner authored
    2017-03-15 09:11:32 -0400  
    Browse File »
  • Adding test and better positional help output
    6d445ff0
    Henry Fredrick Schreiner authored
    2017-03-15 08:54:31 -0400  
    Browse File »

08 Mar, 2017
1 commit
  • IncorrectConstruction
    58655472
    Henry Fredrick Schreiner authored
    2017-03-08 09:34:08 -0500  
    Browse File »

02 Mar, 2017
1 commit
  • Remove double vector parse
    84add337
    Henry Fredrick Schreiner authored
    2017-03-02 13:10:32 -0500  
    Browse File »

24 Feb, 2017
5 commits
  • Adding string based method for requires/excludes
    3f4c165e
    Henry Fredrick Schreiner authored
    2017-02-24 16:59:53 -0500  
    Browse File »
  • --amend
    e2a12e29
    Henry Fredrick Schreiner authored
    2017-02-24 15:29:36 -0500  
    Browse File »
  • Adding nicer docs
    84cfcc18
    Henry Fredrick Schreiner authored
    2017-02-24 15:27:06 -0500  
    Browse File »
  • Updated names in Option, too
    a8f5b328
    Henry Fredrick Schreiner authored
    2017-02-24 15:15:48 -0500  
    Browse File »
  • Rename App members, originize help
    1dfe8dce
    Henry Fredrick Schreiner authored
    2017-02-24 14:29:26 -0500  
    Browse File »

20 Feb, 2017
2 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 »
  • Adding (untested) ignore case abilities
    196012a9
    Henry Fredrick Schreiner authored
    2017-02-20 13:22:42 -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 »

13 Feb, 2017
1 commit
  • 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 »

12 Feb, 2017
4 commits
  • Added help print and test for requires, envname, and excludes
    f4d8fd03
    Henry Fredrick Schreiner authored
    2017-02-12 18:01:33 -0500  
    Browse File »
  • Adding tests for required, adding mandatory synonym
    b3ce333e
    Henry Fredrick Schreiner authored
    2017-02-12 17:21:36 -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 help testing, option groups
    b774c57d
    Henry Fredrick Schreiner authored
    2017-02-11 09:38:35 -0500  
    Browse File »

08 Feb, 2017
2 commits
  • removing added pname from helpstring for optional
    cf667f28
    Henry Fredrick Schreiner authored
    2017-02-08 20:27:57 -0500  
    Browse File »
  • Adding positional name to name
    9b31ef38
    Henry Fredrick Schreiner authored
    2017-02-08 15:01:59 -0500  
    Browse File »