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
  • SmallTest.cpp
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
3 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 »
  • 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
1 commit
  • Massive move to -a,--long,posit syntax
    200d0f27
    Henry Fredrick Schreiner authored
    2017-02-04 10:11:05 -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
  • Adding nicer name splitter
    87be1a3e
    Henry Fredrick Schreiner authored
    2017-01-31 18:50:15 -0500  
    Browse File »
  • New regexless split, same behavior
    4dd29333
    Henry Fredrick Schreiner authored
    2017-01-31 17:45:33 -0500  
    Browse File »
  • Preparing for regex replacement
    25d4cbaf
    Henry Fredrick Schreiner authored
    2017-01-31 16:22:50 -0500  
    Browse File »

30 Jan, 2017
1 commit
  • Added file validator functions, not used yet
    fb16cb93
    Henry Fredrick Schreiner authored
    2017-01-30 10:05:31 -0500  
    Browse File »

26 Jan, 2017
1 commit
  • Adding cmake, tests
    d070f32e
    Henry Fredrick Schreiner authored
    2017-01-26 16:48:30 -0500  
    Browse File »