aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Added an implementation of task_group::run() on POSIXMartin Ridgers2022-01-111-2/+9
| |
| * Required linker frameworks on Mac for zenserverMartin Ridgers2022-01-111-0/+10
| |
| * Sorted packages as sorted lists merge more reliablyMartin Ridgers2022-01-111-5/+5
| |
| * Consolidated two add_packages() callsMartin Ridgers2022-01-111-4/+2
| |
| * Added required linker flags on Mac for zenserver-testMartin Ridgers2022-01-111-0/+6
| |
* | Fixed missing content type when storing cache values.Per Larsson2022-01-111-7/+7
|/
* Merged main.Per Larsson2022-01-1139-440/+247
|\
| * Not all toolchains support C++20's atomic<double>::fetch_add()Martin Ridgers2022-01-112-18/+17
| |
| * Apple Clang issues fmt::format compile errors for enum class-type argsMartin Ridgers2022-01-101-2/+2
| |
| * std::jthread is not supported on Apple ClangMartin Ridgers2022-01-101-2/+3
| |
| * Moving a temporary prevents copy elision optimizationMartin Ridgers2022-01-101-1/+1
| |
| * Two missing override keywordsMartin Ridgers2022-01-101-2/+2
| |
| * Unused lambda capture compile errorMartin Ridgers2022-01-101-1/+1
| |
| * LLVM-12 C++ lib's emplace_back() doesn't like classes all that muchMartin Ridgers2022-01-101-1/+4
| |
| * Added a CbWriter stream operator for size_t-type valuesMartin Ridgers2022-01-101-0/+9
| |
| * Fixed unused-lambda-capture compile errorsMartin Ridgers2022-01-101-3/+3
| |
| * Removed ZEN_UNUSED() statement that is unnecessaryMartin Ridgers2022-01-101-1/+0
| |
| * Compiler support for C++20's using-enum is wildly incompleteMartin Ridgers2022-01-101-18/+10
| |
| * Unused lambda capture compile fixesMartin Ridgers2022-01-102-11/+11
| |
| * Deleted two unused include statementsMartin Ridgers2022-01-101-2/+0
| |
| * Fixed fmt::format() undefined-user-type errorMartin Ridgers2022-01-101-1/+1
| |
| * Converted use of _format UDL to fmt::formatMartin Ridgers2022-01-1029-257/+172
| |
| * Vcpkg's manifest mode is no longer in useMartin Ridgers2022-01-105-118/+0
| |
| * LLVM's libc++ cannot emplace_back(x,y,z) without a ctor(x,y,z)Martin Ridgers2022-01-071-0/+8
| |
| * Added missing vector includeMartin Ridgers2022-01-071-0/+1
| |
| * Removed unused includeMartin Ridgers2022-01-071-1/+0
| |
| * Some C++ libs do not implement string_view(iter, iter) ctor yetMartin Ridgers2022-01-071-1/+2
| |
| * Corrected typoMartin Ridgers2022-01-071-2/+2
| |
* | Added option to disable Sentry crash handler.Per Larsson2022-01-113-8/+19
|/
* Fixed error in if-statement comparisonMartin Ridgers2022-01-071-1/+1
|
* Deleted unused local variableMartin Ridgers2022-01-071-1/+0
|
* Turn all ThrowLastError() sites in source_location variantsMartin Ridgers2022-01-073-12/+12
|
* Removed unused lambda capturesMartin Ridgers2022-01-071-2/+2
|
* WriteResponse(..., CompositeBuffer&) was calling itself indefinitelyMartin Ridgers2022-01-071-1/+1
|
* Use POSIX implementation for ProcessHandle on MacMartin Ridgers2022-01-071-13/+5
|
* Use null-signal kill() to determine if a PID is validMartin Ridgers2022-01-071-10/+3
|
* Use Zen's Invocable to cover C++ libs that do not implement conceptsMartin Ridgers2022-01-072-3/+3
|
* Apple Clang does not implement std::jthreadMartin Ridgers2022-01-072-2/+4
|
* Missing override decorationMartin Ridgers2022-01-071-1/+1
|
* Missing includesMartin Ridgers2022-01-071-0/+3
|
* Moved forward declaration after all include statementsMartin Ridgers2022-01-071-4/+4
|
* Enabled POSIX-compatible implementations on MacMartin Ridgers2022-01-072-12/+4
|
* Missing includeMartin Ridgers2022-01-071-0/+1
|
* Disable warning about unused member variablesMartin Ridgers2022-01-071-0/+1
|
* Sorted lists merge betterMartin Ridgers2022-01-071-2/+2
|
* Correct implementation of Invocable conceptMartin Ridgers2022-01-071-1/+1
| | | | | Without this the compiler is unable to resolve ambiguity when overloads only differ by the lambda's arguments.
* Use semtimedop() in NamedEvent::Wait() for platforms that support itMartin Ridgers2022-01-071-0/+15
|
* Implemented NamedEvents on Mac using System V semaphoresMartin Ridgers2022-01-071-2/+95
|
* Found some Wayward whitespaceMartin Ridgers2022-01-071-1/+1
|
* Added a trivial test call to GetCurrentThreadId()Martin Ridgers2022-01-071-0/+2
|