From 641351dd929129ddc8b3883b3dc48240cd8049b0 Mon Sep 17 00:00:00 2001 From: bissonnex Date: Tue, 18 Sep 2018 21:26:06 -0400 Subject: [PATCH 1/2] Added Clara and Catch2 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 73579d4..74f1c8c 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,7 @@ as C/C++, as this is not an obstacle to most users.) | | [cmdline](https://github.com/tanakh/cmdline) | BSD | C++ |**1**| command-line argument parsing | | [linkom](https://github.com/hernandp/linkom) | MIT |C/C++|**1**| command-line argument parsing w/ DOS-style options | | [ProgramOptions.hxx](https://github.com/Fytch/ProgramOptions.hxx) | MIT | C++ |**1**| command-line argument parsing +| |**[Clara](https://github.com/catchorg/Clara) | Boost | C++ |**1**| composable, command line parser for C++ 11 and beyond # audio | | library | license | API |files| description @@ -343,7 +344,6 @@ as C/C++, as this is not an obstacle to most users.) | | library | license | API |files| description |---| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| ----------- | | [utest](https://github.com/evolutional/utest) | MIT |C/C++|**1**| unit testing -| | [catch](https://github.com/philsquared/Catch) | Boost | C++ |**1**| unit testing | | [doctest](https://github.com/onqtam/doctest) | MIT | C++ |**1**| unit testing | | [SPUT](http://www.lingua-systems.com/unit-testing/) | BSD |C/C++|**1**| unit testing | | [minctest](https://github.com/codeplea/minctest) | zlib | C |**1**| unit testing @@ -352,8 +352,8 @@ as C/C++, as this is not an obstacle to most users.) | |**[labrat](https://github.com/squarewave/labrat)** | **public domain** |C/C++|**1**| unit testing | | [hippomocks](https://github.com/dascandy/hippomocks) | LGPL | C++ |**1**| unit testing | | [fctx](https://github.com/imb/fctx) | BSD |C/C++|**1**| unit testing -| | [catch](https://github.com/philsquared/Catch) | Boost | C++ |**1**| unit testing -| | [trompeloeil](https://github.com/rollbear/trompeloeil) | Boost | C++ |**1**| unit testing +| |**[catch2](https://github.com/catchorg/Catch2) | Boost | C++ |**1**| unit testing +| | [trompeloeil](https://github.com/rollbear/trompeloeil) | Boost | C++ |**1**| unit testing # user interface | | library | license | API |files| description From 7e16130412ea8c71a459e94c9d156692de2542a7 Mon Sep 17 00:00:00 2001 From: bissonnex Date: Tue, 18 Sep 2018 21:27:45 -0400 Subject: [PATCH 2/2] added Asterisk to mark new items --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74f1c8c..26bd837 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ as C/C++, as this is not an obstacle to most users.) | | [cmdline](https://github.com/tanakh/cmdline) | BSD | C++ |**1**| command-line argument parsing | | [linkom](https://github.com/hernandp/linkom) | MIT |C/C++|**1**| command-line argument parsing w/ DOS-style options | | [ProgramOptions.hxx](https://github.com/Fytch/ProgramOptions.hxx) | MIT | C++ |**1**| command-line argument parsing -| |**[Clara](https://github.com/catchorg/Clara) | Boost | C++ |**1**| composable, command line parser for C++ 11 and beyond +| * | [Clara](https://github.com/catchorg/Clara) | Boost | C++ |**1**| composable, command line parser for C++ 11 and beyond # audio | | library | license | API |files| description @@ -352,7 +352,7 @@ as C/C++, as this is not an obstacle to most users.) | |**[labrat](https://github.com/squarewave/labrat)** | **public domain** |C/C++|**1**| unit testing | | [hippomocks](https://github.com/dascandy/hippomocks) | LGPL | C++ |**1**| unit testing | | [fctx](https://github.com/imb/fctx) | BSD |C/C++|**1**| unit testing -| |**[catch2](https://github.com/catchorg/Catch2) | Boost | C++ |**1**| unit testing +| * | [catch2](https://github.com/catchorg/Catch2) | Boost | C++ |**1**| unit testing | | [trompeloeil](https://github.com/rollbear/trompeloeil) | Boost | C++ |**1**| unit testing # user interface