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
  • CLI.hpp
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 »

12 Feb, 2017
1 commit
  • Change license
    905c23bc
    Henry Fredrick Schreiner authored
    2017-02-12 13:01:43 -0500  
    Browse File »

09 Feb, 2017
1 commit
  • Adding ini parser, cleanup test CMake
    aac712b7
    Henry Fredrick Schreiner authored
    2017-02-09 17:18:24 -0500  
    Browse File »

06 Feb, 2017
2 commits
  • 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 »
  • Separate files, plus way to combine
    a12a94c4
    Henry Fredrick Schreiner authored
    2017-02-06 09:54:41 -0500  
    Browse File »

26 Jan, 2017
5 commits
  • Adding cmake, tests
    d070f32e
    Henry Fredrick Schreiner authored
    2017-01-26 16:48:30 -0500  
    Browse Dir »
  • Fix for error when running subcommands
    8ab3c8e7
    Henry Fredrick Schreiner authored
    2017-01-26 15:39:48 -0500  
    Browse Dir »
  • Fixed error, but still have positional problem
    52e2a3db
    Henry Fredrick Schreiner authored
    2017-01-26 15:37:00 -0500  
    Browse Dir »
  • Fixes for subcommands, still can cause allocate errors
    b935fcd1
    Henry Fredrick Schreiner authored
    2017-01-26 15:22:08 -0500  
    Browse Dir »
  • Adding better parser
    ce308129
    Henry Fredrick Schreiner authored
    2017-01-26 14:18:27 -0500  
    Browse Dir »

25 Jan, 2017
1 commit
  • Initial commit of CLI library. A few things working, but not much
    2db15139
    Henry Fredrick Schreiner authored
    2017-01-25 17:28:39 -0500  
    Browse Dir »