Commit Graph

  • f3582c4864 missing file Jarryd Beck 2017-05-31 17:57:27 +1000
  • 9d16b98edd Support only short option v1.1.0 Jarryd Beck 2017-05-31 17:40:14 +1000
  • 77b1b43a7c remove redundant namespace block Jarryd Beck 2017-05-31 17:25:46 +1000
  • 3fa0f6caa0 some cleanup Jarryd Beck 2017-05-31 07:35:35 +1000
  • 9db62cb338 Fix broken implicit_value when given empty Jarryd Beck 2017-05-18 08:03:19 +1000
  • cca5472def failing test Jarryd Beck 2017-05-17 07:38:30 +1000
  • 848880d931 Fix arguments after -- without declared positional Jarryd Beck 2017-05-06 14:16:00 +1000
  • 21591dc8e8 Conditionally output all help groups on empty groups vector (#42) Torben Jonas 2017-05-01 23:40:45 +0200
  • 3c3d2003ca add help for positional parameters Jarryd Beck 2017-04-26 18:16:00 +1000
  • 9bb53d3d54 Fix formatting Torben Jonas 2017-04-09 14:43:14 +0200
  • fdf7945935 Conditionally output all help groups on empty groups vector Torben Jonas 2017-04-09 14:40:52 +0200
  • b79f7cae36 Interpret input starting with 0x as hex numbers in the default parser. Philipp Claves 2017-03-09 11:51:50 +0100
  • 1be5f10daf clarify wording on short/long Jarryd Beck 2017-01-30 07:28:57 +1100
  • fe78ff39fb Replace curly single-quotes with a standard quote character. This fixes an issue with printing those characters on Windows. Pete Wall 2016-12-20 10:08:55 -0600
  • e005d07656 Use cmake interface library Mario Badr 2016-12-03 07:44:46 +1100
  • f6bd09df63 change to ldflags Jarryd Beck 2016-12-02 18:05:58 +1100
  • 78f3901d8d add pkg-config cflags Jarryd Beck 2016-12-02 07:56:41 +1100
  • f91caa3480 Merge 471476d358 into 68fba8aeca Mario Badr 2016-12-01 07:45:43 +0000
  • 68fba8aeca try build again Jarryd Beck 2016-12-01 18:45:29 +1100
  • 85c74eb923 add pkg_config_path for osx Jarryd Beck 2016-12-01 18:25:04 +1100
  • 471476d358 Add install destination for library Mario Badr 2016-11-30 17:54:32 -0500
  • b1795c27e4 Use INTERFACE to pass on unicode dependency Mario Badr 2016-11-30 10:10:30 -0500
  • 9a2305e020 Merge in unicode fixes Mario Badr 2016-11-29 11:40:47 -0500
  • 8fefcdf3c0 Remove superfluous PRIVATE links from executables Mario Badr 2016-11-30 09:28:10 -0500
  • dc3d58833b Do not break backward compatibility Mario Badr 2016-11-30 09:26:20 -0500
  • f7cb4765d3 Use current source directory for target sources Mario Badr 2016-11-29 12:54:38 -0500
  • 01417cf390 Do not use CMAKE_SOURCE_DIR on include dirs Mario Badr 2016-11-29 12:04:02 -0500
  • f4b2e15649 Use cmake interface library Mario Badr 2016-11-29 11:40:47 -0500
  • 78d99b981c install icu on osx Jarryd Beck 2016-12-01 07:58:20 +1100
  • 6f022bbbe7 Use INTERFACE to pass on unicode dependency Mario Badr 2016-11-30 10:10:30 -0500
  • 7851fc4b49 Merge in unicode fixes Mario Badr 2016-11-29 11:40:47 -0500
  • a09936b05f fix build Jarryd Beck 2016-11-30 20:52:57 +1100
  • 0bcff0eaa3 do all builds with unicode Jarryd Beck 2016-11-30 18:15:14 +1100
  • d93160315b build with unicode Jarryd Beck 2016-11-30 18:12:03 +1100
  • a7db3be801 fix Unicode build Jarryd Beck 2016-11-30 18:03:28 +1100
  • abbb88e82e Remove superfluous PRIVATE links from executables Mario Badr 2016-11-30 09:28:10 -0500
  • 95a2a3dc7e Do not break backward compatibility Mario Badr 2016-11-30 09:26:20 -0500
  • 2b8788f336 fix build Jarryd Beck 2016-11-30 20:52:57 +1100
  • 423131a4f0 do all builds with unicode Jarryd Beck 2016-11-30 18:15:14 +1100
  • b4f2b0e267 build with unicode Jarryd Beck 2016-11-30 18:12:03 +1100
  • a04284fc2c fix Unicode build Jarryd Beck 2016-11-30 18:03:28 +1100
  • 151c72382b Use current source directory for target sources Mario Badr 2016-11-29 12:54:38 -0500
  • e38f381276 Do not use CMAKE_SOURCE_DIR on include dirs Mario Badr 2016-11-29 12:04:02 -0500
  • 2a651aa441 Use cmake interface library Mario Badr 2016-11-29 11:40:47 -0500
  • d92988c6a2 Allow for numbers in options Jarryd Beck 2016-11-16 18:03:35 +1100
  • db674a467f test for hiding options v1.0.0 Jarryd Beck 2016-10-27 07:54:42 +1100
  • c45bcc3858 Hide positional parameters that are a container. Jarryd Beck 2016-08-29 18:37:15 +1000
  • 9e3f3115d2 Don't overwrite positional arguments. Jarryd Beck 2016-08-29 18:11:18 +1000
  • b0078c6540 don't need env Jarryd Beck 2016-08-28 13:10:12 +1000
  • c0750d0cde try osx again Jarryd Beck 2016-08-28 13:05:55 +1000
  • bef3e67cb8 Fix uninitialised m_next_positional Jarryd Beck 2016-08-26 20:13:49 +1000
  • 7b26c50e59 add test with no options Jarryd Beck 2016-08-26 19:20:55 +1000
  • 728da0e65a add some more tests Jarryd Beck 2016-08-26 19:09:40 +1000
  • 2f86fb1de0 fix test Jarryd Beck 2016-08-26 18:58:28 +1000
  • b091ec31a1 remove osx, fix clang source/package Jarryd Beck 2016-08-26 18:36:24 +1000
  • 5d29ed878a try building with libc++ Jarryd Beck 2016-08-26 18:26:34 +1000
  • 53ebd933ad set the language correctly Jarryd Beck 2016-08-26 08:44:46 +1000
  • 0c0e0391d9 fold string Jarryd Beck 2016-08-26 08:36:58 +1000
  • e1a071480c improve build Jarryd Beck 2016-08-26 08:34:25 +1000
  • 5ac2dcc5f5 output on failure Jarryd Beck 2016-08-26 08:31:53 +1000
  • 7f4dd15743 use the right compiler Jarryd Beck 2016-08-26 08:29:53 +1000
  • c6554ddc49 ignore built files Jarryd Beck 2016-08-26 08:26:42 +1000
  • 37e09fb92c build tests in travis Jarryd Beck 2016-08-26 08:26:13 +1000
  • defb7c8d77 try osx build Jarryd Beck 2016-08-26 08:24:55 +1000
  • 55bfe49aa0 options test Jarryd Beck 2016-08-26 08:22:04 +1000
  • 003ba3253e we actually wanted to use trusty Jarryd Beck 2016-08-25 18:58:12 +1000
  • f413718c5f use precise on travis Jarryd Beck 2016-08-25 18:40:40 +1000
  • 09d8d0b3c5 add build status to README Jarryd Beck 2016-08-25 18:36:32 +1000
  • ca9d4e4825 update cmake version Jarryd Beck 2016-08-25 18:35:22 +1000
  • 435bc38eff add gitignore Jarryd Beck 2016-08-25 18:29:00 +1000
  • 2d480c0228 add testing Jarryd Beck 2016-08-25 08:49:56 +1000
  • c51b8bbdee default and implicit options in readme Jarryd Beck 2016-08-25 08:35:01 +1000
  • abab8ce325 I27 vector<string> doesn't parse Jarryd Beck 2016-07-05 08:29:20 +1000
  • 21489b233d fix long line Jarryd Beck 2016-07-04 19:17:54 +1000
  • 2e157e9881 Skip empty lines in option groups help Pavel Medvedev 2016-07-01 00:57:59 +0300
  • 774d455dc7 Update CMakeLists to be more configurable Kevin Brightwell 2016-02-05 15:23:17 -0500
  • 7081d81890 add cstring for some compilers Jarryd Beck 2016-06-03 11:35:48 +1000
  • e179609fd6 Merge dd069b6893 into ed28e72b86 Taylor Braun-Jones 2016-05-28 03:27:08 +0000
  • ed28e72b86 Merge pull request #24 from nocnokneo/dont-count-default-values jarro2783 2016-05-28 13:27:00 +1000
  • dd069b6893 Add support for MSVC 2013 Update 5 or newer Taylor Braun-Jones 2016-05-23 15:40:10 -0400
  • 7eb1bfbec1 Don't count default values Taylor Braun-Jones 2016-05-23 15:49:52 -0400
  • f55b63e258 Add missing string.h header required for strcmp Taylor Braun-Jones 2016-05-23 15:32:27 -0400
  • 6c946a413a Merge pull request #21 from nickbp/patch-1 jarro2783 2016-05-13 15:20:20 +1000
  • 652cbdbfa1 Merge pull request #22 from nocnokneo/patch-1 jarro2783 2016-05-13 15:19:39 +1000
  • 00dc8b3018 README.md: Fix compile errors in quick start example Taylor Braun-Jones 2016-05-12 18:06:13 -0400
  • ff3798f25c Remove log output Nicholas Parker 2016-04-30 09:24:04 -0700
  • aec97a6f53 update readme Jarryd Beck 2016-01-28 07:26:10 +1100
  • 5a7585026d Merge branch 'master' of github.com:jarro2783/cxxopts Jarryd Beck 2016-01-22 17:48:31 +1100
  • 4a5d45faf7 note in readme about positional arguments Jarryd Beck 2016-01-22 17:46:22 +1100
  • 81f1f440ed count arguments Jarryd Beck 2016-01-22 17:44:00 +1100
  • 3ce8cbd1ae add support for -- Jarryd Beck 2016-01-22 17:43:20 +1100
  • 8d0ff87fe7 Fix some more formatting jarro2783 2015-09-28 12:56:03 +1000
  • 4c3d1159cf Change headings to markdown jarro2783 2015-09-28 12:54:46 +1000
  • 7d49500f54 Rename README to README.md jarro2783 2015-09-28 12:53:26 +1000
  • 4b6cae9b8f add positional arguments to readme jarro2783 2015-09-28 12:51:30 +1000
  • b2e7efe7f4 positional arguments parse into multiple options Jarryd Beck 2015-09-25 16:49:06 +1000
  • 8844335d40 Merge pull request #14 from yazevnul/master jarro2783 2015-05-11 16:34:50 +1000
  • 9205d9093b Disable -Wnon-virtual-dtor warning for GCC and Clang. Kostya Bazhanov 2015-04-23 22:05:19 +0300
  • 9c59bb25ff Fix Clang -Wsign-conversion and -Wshorten-64-to-32 warnings. Kostya Bazhanov 2015-04-18 21:50:12 +0300
  • 2e9aab5cd0 Remove trailing spaces. Kostya Bazhanov 2015-04-18 21:43:37 +0300