|
50b2105df5
|
build: clang-tidy fixes
|
2021-04-19 14:52:22 +10:00 |
|
|
a94cd677bd
|
tap: use fmtlib specifiers
|
2021-04-13 16:05:08 +10:00 |
|
|
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 |
|
|
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 |
|
|
e033cb2e4f
|
parallel/stack: Add a trivial thread safe stack
|
2019-05-23 15:21:07 +10:00 |
|
|
8beada1646
|
debug: split debug headers into components
|
2019-05-17 12:26:08 +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 |
|
|
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 |
|
|
36f4ba035c
|
thread: rename thread primitives from job namespace
|
2018-03-23 14:10:20 +11:00 |
|
|
2d7e3e5d7d
|
build: prefer iosfwd over iostream
|
2018-03-22 16:11:13 +11:00 |
|
|
804b2263b8
|
parallel/queue: rename the queue type
|
2018-03-22 13:22:27 +11:00 |
|
|
7fc51aa151
|
parallel/queue: use representative name for class
|
2018-03-22 13:05:51 +11:00 |
|
|
fc148fa7a4
|
parallel/queue: comments and type checks
|
2018-03-22 13:02:51 +11:00 |
|
|
4773e4be21
|
parallel: initial single-producer/multiple-consumer queue
|
2018-03-21 18:53:24 +11:00 |
|