3 Commits

Author SHA1 Message Date
Nikita Kniazev
28291a877d Cease dependence on Thread
On C++11 static local variables are initialized in thread-safe manner, but even on C++03 it should not be a problem because in our case variables are of trivial types, which means double initialization is not an issue, and they are initialized with the same value in every thread.
2021-06-12 22:35:28 +03:00
Peter Dimov
3537b312f4 Cygwin fixes 2021-06-03 19:47:10 +03:00
Peter Dimov
4e47f98d44 Add CMakeLists.txt 2021-06-01 21:42:13 +03:00