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
04 Apr, 2018
6 commits
  • Support for multi-size MultiOptionPolicies
    f0595285
    Henry Fredrick Schreiner authored
    2018-04-04 20:31:52 +0200  
    Browse File »
  • Adding size instead of expected + unchangable
    447bda04
    Henry Fredrick Schreiner authored
    2018-04-04 20:31:52 +0200  
    Browse File »
  • Better message about optional test, warning suppression
    43ec3077
    Henry Fredrick Schreiner authored
    2018-04-04 18:29:32 +0200  
    Browse File »
  • Fix for deprecated macro
    368f2cd9
    Henry Fredrick Schreiner authored
    2018-04-04 18:29:32 +0200  
    Browse File »
  • Updates to macros
    11444a4e
    Henry Fredrick Schreiner authored
    2018-04-04 18:29:32 +0200  
    Browse File »
  • Factoring out C++ version check to Macros file
    db202b83
    Henry Fredrick Schreiner authored
    2018-04-04 18:29:32 +0200  
    Browse File »

26 Mar, 2018
1 commit
  • Fix #64 by auto-adding symmetric excludes
    268c26ad
    Henry Fredrick Schreiner authored
    2018-03-26 10:56:08 +0200  
    Browse File »

10 Mar, 2018
1 commit
  • Adding potential fix for a warning (#85)
    44652468
    Henry Schreiner authored
    2018-03-10 12:40:57 +0100  
    Browse File »

08 Mar, 2018
1 commit
  • Rename requires to needs (#82) ...
    51861584
    * Adding fix for #75, rename requires to needs
    
    * Removing check for install commands (should still be run in subproject)
    Henry Schreiner authored
    2018-03-08 11:48:40 +0100  
    Browse File »

28 Nov, 2017
4 commits
  • Finishing addition of ->configurable()
    4dac11c0
    Henry Fredrick Schreiner authored
    2017-11-28 21:28:37 -0500  
    Browse File »
  • Moving error messages definitions to Error.h
    c1fb53f0
    Henry Fredrick Schreiner authored
    2017-11-28 21:28:37 -0500  
    Browse File »
  • Adding back short-cuts
    d6b983a2
    Henry Fredrick Schreiner authored
    2017-11-28 15:24:37 -0500  
    Browse File »
  • Using more powerful policy system, to allow git-like -m options
    954c93d5
    Henry Fredrick Schreiner authored
    2017-11-28 15:24:37 -0500  
    Browse File »

26 Nov, 2017
3 commits
  • Improve one more message
    fc69345f
    Henry Fredrick Schreiner authored
    2017-11-26 22:40:40 -0500  
    Browse File »
  • Moving code to Error, better ArgumentMismatch throwing
    f6c9ce61
    Henry Fredrick Schreiner authored
    2017-11-26 15:11:48 -0500  
    Browse File »
  • Adding ArgumentMismatch, changable improvement
    4d5bff23
    Henry Fredrick Schreiner authored
    2017-11-26 15:11:48 -0500  
    Browse File »

25 Nov, 2017
1 commit
  • Adding fail if required values missing
    3d309dc0
    Henry Fredrick Schreiner authored
    2017-11-25 19:03:03 -0500  
    Browse File »

24 Nov, 2017
5 commits
  • Adding test, fixing option name to single name in message
    44de4de1
    Henry Fredrick Schreiner authored
    2017-11-24 21:11:28 -0500  
    Browse File »
  • Return string for error message in validators
    85857d99
    Henry Fredrick Schreiner authored
    2017-11-24 21:11:28 -0500  
    Browse File »
  • Using nicer format for transform
    71557335
    Henry Fredrick Schreiner authored
    2017-11-24 21:11:28 -0500  
    Browse File »
  • Adding test and keeping validator API similar
    038eafed
    Henry Fredrick Schreiner authored
    2017-11-24 21:11:28 -0500  
    Browse File »
  • Making validators run before and with a reference
    3006f82b
    Henry Fredrick Schreiner authored
    2017-11-24 21:11:28 -0500  
    Browse File »

22 Nov, 2017
3 commits
  • Nicer error messages
    1286a122
    Henry Fredrick Schreiner authored
    2017-11-22 22:41:14 -0500  
    Browse File »
  • Adding and fixing a test for single name
    851f8dc8
    Henry Fredrick Schreiner authored
    2017-11-22 14:33:55 -0500  
    Browse File »
  • Adding the ability to set custom failure messages
    02548a64
    Henry Fredrick Schreiner authored
    2017-11-22 13:45:18 -0500  
    Browse File »

21 Nov, 2017
1 commit
  • Removing some appveyor warnings
    983993fc
    Henry Fredrick Schreiner authored
    2017-11-21 21:28:32 -0500  
    Browse File »

20 Nov, 2017
4 commits
  • Dropping useless check that could not be tested
    675e7536
    Henry Fredrick Schreiner authored
    2017-11-20 18:07:13 -0500  
    Browse File »
  • Fixes for warnings
    a133e9cc
    Henry Fredrick Schreiner authored
    2017-11-20 18:07:13 -0500  
    Browse File »
  • Adding tests for inhert, a few fixes
    fa5da7de
    Henry Fredrick Schreiner authored
    2017-11-20 18:07:13 -0500  
    Browse File »
  • Adding structure for Option
    675f1e7f
    Henry Fredrick Schreiner authored
    2017-11-20 18:07:13 -0500  
    Browse File »

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
3 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 »