Commit Graph

7 Commits

Author SHA1 Message Date
01094611eb thread: add minimal thread primitives for win32
This allows us to get around the lack of these types under MinGW
2019-06-22 15:46:34 +10:00
2153feafc1 thread/spinlock: assert the lock isn't held at destruction 2019-05-24 12:05:38 +10:00
747cfa9237 thread/spinlock: don't try to lock during a move operation 2019-05-24 11:47:19 +10:00
f6056153e3 rename root namespace from util to cruft
This places, at long last, the core library code into the same namespace
as the extended library code.
2018-08-05 14:42:02 +10:00
803acc9a87 relicense under MPL-2.0 2018-08-04 15:14:06 +10:00
cf800a35da move construction/assignment should be noexcept where possible 2018-07-24 15:48:50 +10:00
36f4ba035c thread: rename thread primitives from job namespace 2018-03-23 14:10:20 +11:00