aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* The "operator << (CbWriter, size_t)" is only required when using libc++Martin Ridgers2022-01-131-1/+1
|
* Missing includeMartin Ridgers2022-01-131-0/+1
|
* Format string had more tags than given parametersMartin Ridgers2022-01-131-1/+1
|
* Added missing std:: namespace to nullptr_t useMartin Ridgers2022-01-132-6/+6
|
* Moved "concepts" include to zencore.h as toolchain support is spottyMartin Ridgers2022-01-136-6/+1
|
* Handle PartialOnError cache policy when using z$ rest endpoint.Per Larsson2022-01-121-63/+71
|
* Changed DDC namespace on Jupiter dev.Per Larsson2022-01-111-2/+2
|
* Merge branch 'main' of https://github.com/EpicGames/zenPer Larsson2022-01-115-12/+40
|\
| * Linker flags for zen target on MacMartin Ridgers2022-01-111-0/+7
| |
| * Fixed fmt::format() compile errorMartin Ridgers2022-01-111-1/+1
| |
| * 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
|