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
  • Optional.hpp
19 Feb, 2019
1 commit
  • Fix Boost CMake (#226) ...
    5e0bb1c8
    * Fixing typos in FindBoost
    
    * Minimum required Boost is actually 1.61
    Henry Schreiner authored
    2019-02-19 14:08:36 +0100  
    Browse File »

13 Jan, 2019
1 commit
  • Clear up Wshadow warnings from gcc 4.9 (#191) ...
    663d93c7
    * Clear up Wshadow warnings from gcc 4.9.  Most of these were local variable names with the same name as a member function.
    Also a few spelling fixes and adding some std::move around some of the arguments when appropriate.
    
    * Touchup
    Philip Top authored
    2019-01-13 09:12:48 +0100  
    Browse File »

16 Sep, 2018
1 commit
  • Fix logic error for #158
    da901cca
    Henry Fredrick Schreiner authored
    2018-09-16 13:50:08 +0200  
    Browse File »

03 Sep, 2018
1 commit
  • Fix for experimental optional with optional #158
    b53eb516
    Henry Fredrick Schreiner authored
    2018-09-03 22:48:45 +0200  
    Browse File »

13 Jun, 2018
1 commit
  • Simpler check for optional
    6f41cca9
    Henry Fredrick Schreiner authored
    2018-06-13 15:56:03 +0200  
    Browse File »

01 Jun, 2018
1 commit
  • Allow Optional search to be disabled by user
    87494a22
    Henry Fredrick Schreiner authored
    2018-06-01 22:41:25 +0200  
    Browse File »

18 Apr, 2018
2 commits
  • Boost Optional before 1.58 is too buggy to support
    2d6581a3
    Henry Schreiner authored
    2018-04-18 18:11:11 -0400  
    Browse File »
  • Fix for forced boost addition in testing
    55919777
    Henry Schreiner authored
    2018-04-18 17:30:50 -0400  
    Browse File »

06 Apr, 2018
1 commit
  • Removing unneeded string qualifier
    ef2d497f
    Henry Fredrick Schreiner authored
    2018-04-06 20:33:55 +0200  
    Browse File »

05 Apr, 2018
1 commit
  • Fix for redefinition warning
    e6f508dc
    Henry Fredrick Schreiner authored
    2018-04-05 13:13:51 +0200  
    Browse File »

04 Apr, 2018
6 commits
  • Adding better boost testing on old compilers
    de06d50f
    Henry Fredrick Schreiner authored
    2018-04-04 18:29:32 +0200  
    Browse File »
  • Style and typo fix
    67c4eb71
    Henry Fredrick Schreiner authored
    2018-04-04 18:29:32 +0200  
    Browse File »
  • Adding more informational printouts
    17437921
    Henry Fredrick Schreiner authored
    2018-04-04 18:29:32 +0200  
    Browse File »
  • Adding informational printout to ctest
    39e77739
    Henry Fredrick Schreiner authored
    2018-04-04 18:29:32 +0200  
    Browse File »
  • Adding better optional, check for Boost
    48cb5008
    Henry Fredrick Schreiner authored
    2018-04-04 18:29:32 +0200  
    Browse File »
  • Adding optional, refactor single file
    7a7064df
    Henry Fredrick Schreiner authored
    2018-04-04 18:29:32 +0200  
    Browse File »