Merge pull request #153 from nemequ/master

Hedley, TinyCThread, and TinyThread++
This commit is contained in:
Sean Barrett 2019-06-17 04:46:37 -07:00 committed by GitHub
commit ee7cf0f8b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -295,6 +295,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) | [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 |**[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 # network
| library | license | API |files| description | library | license | API |files| description
@ -447,6 +449,7 @@ as C/C++, as this is not an obstacle to most users.)
| [picobench](https://github.com/iboB/picobench) | MIT | C++ |**1**| microbenchmarking | [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. | [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 |**[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: There are also these XML libraries, but if you're using XML, shame on you: