aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Xmake should be run before checking for sentry-native outputMartin Ridgers2022-01-201-2/+2
* Use os.tryrm instead of os.rm so failed deletes don't abortMartin Ridgers2022-01-201-1/+1
* Added support for using info-zip with 'xmake bundle'Martin Ridgers2022-01-201-0/+10
* Refactored 'xmake bundle' so steps can be reused on other platformsMartin Ridgers2022-01-201-57/+82
* Tidied bundle task's description as it will support all platformsMartin Ridgers2022-01-201-1/+1
* Moved 'xmake bundle' implementation into bundle.luaMartin Ridgers2022-01-202-81/+91
* Added copyright headers to xmake.lua scriptsMartin Ridgers2022-01-2010-0/+20
* Change default windows state dirzousar2022-01-181-42/+9
* IoRunner join error fixzousar2022-01-181-1/+4
* Support chunk requests with no ValueId, and interpret them as requested for v...mattpetersepic2022-01-172-23/+34
* Disabled mimalloc on Mac-Arm64 as vcpkg doesn't support itMartin Ridgers2022-01-142-8/+13
* Fixed up compile errors if mimalloc use is disabledMartin Ridgers2022-01-143-2/+7
* Disabled Sentry on Arm as vcpkg does not support itMartin Ridgers2022-01-142-8/+20
* Blake3 for Mac Arm64Martin Ridgers2022-01-132-1/+5
* Added ZEN_ prefix to define for consistencyMartin Ridgers2022-01-132-6/+6
* Do not try to define USE_SENTRY if it's already definedMartin Ridgers2022-01-131-1/+3
* Updated Linux section of README.mdMartin Ridgers2022-01-131-7/+29
* Added instructions for building on MacMartin Ridgers2022-01-131-8/+27
* Be explicit about what platforms a block implements for grepabilityMartin Ridgers2022-01-131-3/+3
* Use SysV semaphores to implement NamedEvent on LinuxMartin Ridgers2022-01-131-100/+7
* Issue warning if xmake bundle is run on non-WindowsMartin Ridgers2022-01-131-0/+4
* Fixed 'xmake test' using the wrong architecture value on non-WindowsMartin Ridgers2022-01-131-1/+8
* More complete toolchain and C++ library version checksMartin Ridgers2022-01-131-9/+24
* 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