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
  • tests
  • CLITest.cpp
10 Feb, 2017
1 commit
  • Adding first draft of ini support for App
    67047b71
    Henry Fredrick Schreiner authored
    2017-02-10 17:21:19 -0500  
    Browse File »

06 Feb, 2017
5 commits
  • Update CLITest.cpp
    2f08c4c7
    henryiii authored
    2017-02-06 23:23:25 -0500  
    Browse File »
  • Update CLITest.cpp for wrong error name
    f6b1bc13
    henryiii authored
    2017-02-06 23:05:50 -0500  
    Browse File »
  • Dropping Make syntax, moving to pointers from combiners, structured errors. ...
    494a65f8
    This mostly is cleanup, with fewer alternative methods and more standard syntax, avoiding the use of the namespace all the time. Validators are simpler and are added through `->check()`.
    
    Defaults are automatic, and can be specified with a final arg to the options.
    
    Expected arguments and required arguments are now accessed through a pointer to option.
    
    Option now can be checked as a bool to see if the argument was passed.
    
    Errors have better organisation.
    Henry Fredrick Schreiner authored
    2017-02-06 20:52:12 -0500  
    Browse File »
  • Adding tools to build with python 3.6 directly
    ee567856
    Henry Fredrick Schreiner authored
    2017-02-06 11:51:06 -0500  
    Browse File »
  • Separate files, plus way to combine
    a12a94c4
    Henry Fredrick Schreiner authored
    2017-02-06 09:54:41 -0500  
    Browse File »

04 Feb, 2017
3 commits
  • Massive move to -a,--long,posit syntax
    200d0f27
    Henry Fredrick Schreiner authored
    2017-02-04 10:11:05 -0500  
    Browse File »
  • C++11 compliance on older compilers
    955dd950
    Henry Fredrick Schreiner authored
    2017-02-04 08:45:00 -0500  
    Browse File »
  • Actually support multiple options
    9dea0cf2
    Henry Fredrick Schreiner authored
    2017-02-04 08:29:34 -0500  
    Browse File »

03 Feb, 2017
3 commits
  • Adding bool flag
    2fae7e2c
    Henry Fredrick Schreiner authored
    2017-02-03 21:32:58 -0500  
    Browse File »
  • Making app pointer optional
    c10bece4
    Henry Fredrick Schreiner authored
    2017-02-03 18:27:27 -0500  
    Browse File »
  • Added subcommand callback
    9c55fa28
    Henry Fredrick Schreiner authored
    2017-02-03 17:50:59 -0500  
    Browse File »

01 Feb, 2017
2 commits
  • Clean up, move more to detail
    653d8b70
    Henry Fredrick Schreiner authored
    2017-02-01 16:16:03 -0500  
    Browse File »
  • Support for multiple names on option
    cc3fa600
    Henry Fredrick Schreiner authored
    2017-02-01 13:34:48 -0500  
    Browse File »

31 Jan, 2017
3 commits
  • Handling negitive numbers
    288c790f
    Henry Fredrick Schreiner authored
    2017-01-31 11:55:51 -0500  
    Browse File »
  • Adding better vector check
    68e86a80
    Henry Fredrick Schreiner authored
    2017-01-31 11:31:57 -0500  
    Browse File »
  • Adding make_* options
    324a9c73
    Henry Fredrick Schreiner authored
    2017-01-31 09:18:56 -0500  
    Browse File »

30 Jan, 2017
5 commits
  • test Value type
    0667d7a8
    Henry Fredrick Schreiner authored
    2017-01-30 17:51:10 -0500  
    Browse File »
  • Add vectors, fix bad bug
    47a7c3b8
    Henry Fredrick Schreiner authored
    2017-01-30 14:46:39 -0500  
    Browse File »
  • Changing the exit method to a more reasonable system
    4067f55c
    Henry Fredrick Schreiner authored
    2017-01-30 13:02:55 -0500  
    Browse File »
  • Adding exists check, verify nothrow
    7ba1e84b
    Henry Fredrick Schreiner authored
    2017-01-30 11:53:08 -0500  
    Browse File »
  • Adding check for Nonexistent
    3061782d
    Henry Fredrick Schreiner authored
    2017-01-30 11:25:04 -0500  
    Browse File »

29 Jan, 2017
1 commit
  • Adding positional handling
    30a91b4a
    Henry Fredrick Schreiner authored
    2017-01-29 20:10:36 -0500  
    Browse File »

28 Jan, 2017
1 commit
  • Fix caps issue on linux for test
    0c07c8ad
    Henry Fredrick Schreiner authored
    2017-01-28 18:51:06 -0500  
    Browse File »