|
e8f23a349e
|
thread: remove thread, mutex, and condition_variable wrappers
These are no longer needed as we required MinGW with PThreads support.
|
2020-08-03 11:21:29 +10:00 |
|
|
df1f5fe8fd
|
thread/win32: add sleep_until implementation
|
2019-08-20 10:48:18 +10:00 |
|
|
6473b36cf7
|
thread/thread;win32: correctly refer to relative win32 headers
|
2019-06-23 08:54:48 +10:00 |
|
|
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 |
|
|
7923a9fee2
|
win32: fix the paths to debug headers
|
2019-06-06 13:28:16 +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 |
|
|
25a74badd6
|
thread/spinlock: add move assignment
|
2019-05-24 11:21:43 +10:00 |
|
|
8beada1646
|
debug: split debug headers into components
|
2019-05-17 12:26:08 +10:00 |
|
|
1f6caaa242
|
thread/primitive: add platform wrappers for pause/yield instructions
|
2019-02-02 14:55:13 +11:00 |
|
|
9e5cfc0dc6
|
build: many compilation fixes for win32
|
2019-01-04 17:13:21 +11:00 |
|
|
466fcac687
|
thread/flag_std: remove platform specific headers
|
2018-08-27 14:18:04 +10:00 |
|
|
300ae9df73
|
win32/windows: add a defensive windows wrapper header
|
2018-08-27 14:16:27 +10:00 |
|
|
3adbfae057
|
thread: fix compilation for linux specialisations
|
2018-08-16 12:10:05 +10:00 |
|
|
6c5a7cc5fa
|
thread/semaphore: specalise the implementation for win32
|
2018-08-15 17:00:29 +10:00 |
|
|
b60aaccf6f
|
build; fix compilation errors under win32
win32 builds are still totally unsupported, untested, and functionally
broken.
|
2018-08-13 14:52:40 +10:00 |
|
|
ff5f79a858
|
build; add (untested) paths for win32 builds
|
2018-08-13 14:50:48 +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 |
|
|
fc58ec8e0f
|
build: prefer local to system include directives
|
2018-05-12 14:28:23 +10:00 |
|
|
36f4ba035c
|
thread: rename thread primitives from job namespace
|
2018-03-23 14:10:20 +11:00 |
|