Logo white

Peter M. Groen / cxxopts

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 382
  • Compare
  • Branches 1
  • Tags 0
  • cxxopts
  • src
  • example.cpp
08 Mar, 2018
1 commit
  • Don't show default when boolean false ...
    e40645e0
    Fixes #102. Don't show the default value when it is a boolean and the
    value is false. Note that this is a bit of a hack and the
    implementation should probably be reevaluated in the future.
    Jarryd Beck authored
    2018-03-08 08:53:26 +1100  
    Browse File »

13 Nov, 2017
1 commit
  • Allow positional arguments to show in help ...
    24450d18
    Fixes #72. This adds an option for positional arguments to be
    shown in the help output.
    Jarryd Beck authored
    2017-11-13 18:47:12 +1100  
    Browse File »

18 Oct, 2017
1 commit
  • Move parse result to an immutable object ...
    8010e069
    This is far from ideal, but it's the first step in moving the parse
    result to an immutable object so that the parser can be reused.
    Jarryd Beck authored
    2017-10-18 18:37:58 +1100  
    Browse File »

16 Aug, 2017
1 commit
  • Added parsing of general types. (#63) ...
    2aed1ce4
    Adds generic parsing of types using `operator>>`, in particular allows
    parsing of floats and doubles.
    Hannah Rittich authored
    2017-08-16 17:55:06 +1000  
    Browse File »

16 Jul, 2017
1 commit
  • Allow spaces in option specification. (#58) ...
    f931fd42
    Fixes #57.
    
    Allows spaces after the comma between the short and long option
    specification.
    Shivakar Vulli authored
    2017-07-16 15:11:03 +1000  
    Browse File »

26 Apr, 2017
1 commit
  • add help for positional parameters
    3c3d2003
    Jarryd Beck authored
    2017-04-26 18:16:00 +1000  
    Browse File »

22 Jan, 2016
1 commit
  • count arguments
    81f1f440
    Jarryd Beck authored
    2016-01-22 17:44:00 +1100  
    Browse File »

25 Sep, 2015
1 commit
  • positional arguments parse into multiple options
    b2e7efe7
    Jarryd Beck authored
    2015-09-25 16:49:06 +1000  
    Browse File »

29 Oct, 2014
3 commits
  • Enhance example
    e09bb905
    Baptiste Wicht authored
    2014-10-29 16:59:57 +0100  
    Browse File »
  • Merge branch 'master' into default_values ...
    9a2749f6
    Conflicts:
    	src/cxxopts.hpp
    	src/example.cpp
    Baptiste Wicht authored
    2014-10-29 16:42:59 +0100  
    Browse File »
  • custom argument help
    1a558d76
    Jarryd Beck authored
    2014-10-29 12:35:05 +1100  
    Browse File »

27 Oct, 2014
5 commits
  • Merge branch 'master' into default_values ...
    387e51dc
    Conflicts:
    	src/cxxopts.hpp
    Baptiste Wicht authored
    2014-10-27 19:09:41 +0100  
    Browse File »
  • unicode configuration
    8d7c4ea4
    Jarryd Beck authored
    2014-10-27 22:06:24 +1100  
    Browse File »
  • better help example
    8234766b
    Jarryd Beck authored
    2014-10-27 16:47:21 +1100  
    Browse File »
  • unicode help
    3707c91a
    Jarryd Beck authored
    2014-10-27 16:46:16 +1100  
    Browse File »
  • more icu::UnicodeString
    9d1a4dfc
    Jarryd Beck authored
    2014-10-27 15:20:12 +1100  
    Browse File »

26 Oct, 2014
3 commits
  • Add support for implicit values
    456ea951
    Baptiste Wicht authored
    2014-10-26 22:05:24 +0100  
    Browse File »
  • Make the model more powerful
    b343ad98
    Baptiste Wicht authored
    2014-10-26 21:31:16 +0100  
    Browse File »
  • Add basic support for default options
    22ab9836
    Baptiste Wicht authored
    2014-10-26 21:01:18 +0100  
    Browse File »

17 Oct, 2014
1 commit
  • help string
    3f1220e3
    Jarryd Beck authored
    2014-10-17 11:59:40 +1100  
    Browse File »

14 Oct, 2014
4 commits
  • parse groups
    1d9ae57a
    Jarryd Beck authored
    2014-10-14 16:59:54 +1100  
    Browse File »
  • parse into value
    239525bc
    Jarryd Beck authored
    2014-10-14 16:59:25 +1100  
    Browse File »
  • print usage
    c8b22d11
    Jarryd Beck authored
    2014-10-14 13:29:30 +1100  
    Browse File »
  • test long option names
    fd3d4bb2
    Jarryd Beck authored
    2014-10-14 10:39:03 +1100  
    Browse File »

13 Oct, 2014
4 commits
  • exception on parse error
    18ad3b16
    Jarryd Beck authored
    2014-10-13 20:52:06 +1100  
    Browse File »
  • fix description formatting
    abf96da6
    Jarryd Beck authored
    2014-10-13 15:58:17 +1100  
    Browse File »
  • format help description
    2e4c7880
    Jarryd Beck authored
    2014-10-13 14:30:56 +1100  
    Browse File »
  • update message
    4f8ded2a
    Jarryd Beck authored
    2014-10-13 09:20:04 +1100  
    Browse File »

10 Oct, 2014
1 commit
  • move to example.cpp
    def4848b
    Jarryd Beck authored
    2014-10-10 18:03:44 +1100  
    Browse File »