From fda90f550619dd80faa6317f0badc33fb4fffa24 Mon Sep 17 00:00:00 2001 From: Evan Nemerson Date: Thu, 16 May 2019 09:50:26 -0700 Subject: [PATCH 1/2] Add Hedley. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d6c7ca8..a078049 100644 --- a/README.md +++ b/README.md @@ -443,6 +443,7 @@ as C/C++, as this is not an obstacle to most users.) | [picobench](https://github.com/iboB/picobench) | MIT | C++ |**1**| microbenchmarking | [ASAP](https://github.com/mobius3/asap) | MIT | C++ |**1**| library for parsing, printing, iterating and operating on dates. |**[process.h](https://github.com/sheredom/process.h)** | **public domain** |C/C++|**1**| process control API +| [Hedley](https://nemequ.github.io/hedley/) | **public domain** |C/C++|**1**| compiler portability, optimization, static analysis, etc. There are also these XML libraries, but if you're using XML, shame on you: From ee4be1a9b05ef5afd22e783afae4acdff0c58c1a Mon Sep 17 00:00:00 2001 From: Evan Nemerson Date: Thu, 16 May 2019 09:50:39 -0700 Subject: [PATCH 2/2] Add TinyCThread and TinyThread++. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a078049..c54a44c 100644 --- a/README.md +++ b/README.md @@ -291,6 +291,8 @@ as C/C++, as this is not an obstacle to most users.) | --------------------------------------------------------------------- |:--------------------:|:---:|:---:| ----------- | [mm_sched.h](https://github.com/vurtun/mmx) | zlib |C/C++|**1**| cross-platform multithreaded task scheduler based on [enkiTS](https://github.com/dougbinks/enkiTS) |**[thread.h](https://github.com/mattiasgustavsson/libs)** | **public domain** |C/C++|**1**| cross-platform thread primitives +| [TinyCThread](https://tinycthread.github.io/) | zlib |C/C++| 2 | cross-platform implementation of the C11 Threads API +| [TinyThread++](https://tinythreadpp.bitsnbites.eu/) | zlib | C++ | 2 | cross-platform implementation of the C++11 Threads API # network | library | license | API |files| description