Merge pull request #99 from sheredom/patch-1

Add process.h and utest.h to the single header list
This commit is contained in:
Sean Barrett 2019-04-05 20:15:19 -07:00 committed by GitHub
commit a29d26f947
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -364,6 +364,7 @@ as C/C++, as this is not an obstacle to most users.)
| | [hippomocks](https://github.com/dascandy/hippomocks) | LGPL | C++ |**1**| unit testing
| | [fctx](https://github.com/imb/fctx) | BSD |C/C++|**1**| unit testing
| | [trompeloeil](https://github.com/rollbear/trompeloeil) | Boost | C++ |**1**| unit testing
| |**[utest.h](https://github.com/sheredom/utest.h)** | **public domain** |C/C++|**1**| unit testing
# user interface
| | library | license | API |files| description
@ -408,6 +409,7 @@ as C/C++, as this is not an obstacle to most users.)
| | [cpp-generators](https://github.com/c-smile/cpp-generators) | BSD | C++ |**1**| generators in C++
| | [PlusCallback](https://github.com/codeplea/pluscallback) | zlib | C++ |**1**| function/method callbacks
| | [random](https://github.com/effolkronium/random) | MIT | C++ |**1**| convenient API for random
| |**[process.h](https://github.com/sheredom/process.h)** | **public domain** |C/C++|**1**| process control API
There are also these XML libraries, but if you're using XML, shame on you: