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
  • docs
  • CMakeLists.txt
15 Jun, 2021
1 commit
  • style: run pre-commit
    911ee02f
    Henry Schreiner authored
    2021-06-15 14:52:40 -0400  
    Browse File »

06 Sep, 2019
1 commit
  • Fixes for doxygen generation
    c4085056
    Henry Schreiner authored
    2019-09-06 17:31:03 -0400  
    Browse File »

15 Feb, 2017
1 commit
  • Adding doxygen docs
    ce6c9420
    Henry Fredrick Schreiner authored
    2017-02-15 09:35:54 -0500  
    Browse Dir »

14 Feb, 2017
2 commits
  • Build CLI11 when option is on but tests are not built
    26fa59b7
    Henry Fredrick Schreiner authored
    2017-02-14 12:32:15 -0500  
    Browse Dir »
  • Removing automatic testing with single file, kept on travis
    2b40b8cb
    Henry Fredrick Schreiner authored
    2017-02-14 12:26:07 -0500  
    Browse Dir »

07 Feb, 2017
1 commit
  • Moved to storing unique_ptr of Options, better support for --help
    1bf66bc3
    Henry Fredrick Schreiner authored
    2017-02-07 14:00:03 -0500  
    Browse Dir »

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 Dir »
  • Adding tools to build with python 3.6 directly
    ee567856
    Henry Fredrick Schreiner authored
    2017-02-06 11:51:06 -0500  
    Browse Dir »

28 Jan, 2017
1 commit
  • spacing fix
    5959ae45
    Henry Fredrick Schreiner authored
    2017-01-28 13:15:17 -0500  
    Browse Dir »

27 Jan, 2017
1 commit
  • Adding DownloadProject to cmake
    3eac26e2
    Henry Fredrick Schreiner authored
    2017-01-27 09:40:45 -0500  
    Browse Dir »

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