anrieff / cxxptl

C++ portable thread library. High-level API, supports Windows, Linux and Mac OS X

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

It would be nice if you could provide one file after the merge

skyformat99 opened this issue · comments

In addition, merge all the files into a single header file

Sorry, I don't understand your request. What do you mean by "merge"? You want a single-header library?

thanks.
Similar to the amalgamation version code provided by SQLite.
A header file + a cpp file, so it's easy to use.

Hmm, I'm not familiar with those. But I can write a script that collects all code into a single .h file, if that works for you.

Thanks, That's pretty good.