2
0
mirror of https://github.com/boostorg/context.git synced 2026-01-28 19:12:16 +00:00

9 Commits

Author SHA1 Message Date
Nikita Kniazev
8425e830ea 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:23:08 +03:00
Peter Dimov
d1d39c8b9f Update CMakeLists.txt 2021-06-04 20:19:35 +03:00
Peter Dimov
8f3112f408 Cygwin fixes 2021-06-03 19:46:48 +03:00
Peter Dimov
fb0f3eab4d Only enable ASM-ATT on Cygwin, and ASM otherwise 2021-06-02 03:28:14 +03:00
Peter Dimov
c16e222fe7 Set language explicitly for .asm files, because otherwise macOS fails 2021-06-02 02:08:59 +03:00
Peter Dimov
69c28a8839 Use /safeseh for masm/i386 2021-06-02 00:35:03 +03:00
Peter Dimov
33721871f1 Special-case 'mach-o' as the file names have 'macho' 2021-06-02 00:09:32 +03:00
Peter Dimov
29bca8eef6 Capitalize Context in CMakeLists.txt 2021-06-01 22:27:32 +03:00
Peter Dimov
b57ecdb7b2 Add CMakeLists.txt 2021-06-01 21:17:33 +03:00