aboutsummaryrefslogtreecommitdiff
path: root/zencore
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' of https://github.com/EpicGames/zenPer Larsson2021-09-176-6/+23
|\
| * Added namespace scopes to more includes for better consistencyStefan Boberg2021-09-172-2/+10
| * clang-formatStefan Boberg2021-09-162-4/+4
| * Added Oid::FromMemory()Stefan Boberg2021-09-162-0/+9
* | Added helper function for iterating string tokens.Per Larsson2021-09-172-0/+79
|/
* Added ZEN_CONSOLE macro, which logs the output directly to consoleStefan Boberg2021-09-161-0/+7
* Added ProcessMonitor class, which is used to monitor a number of sponsor proc...Stefan Boberg2021-09-162-1/+101
* clang-format fixesStefan Boberg2021-09-1612-57/+61
* Pass on ZEN_NOT_IMPLEMENTED arguments into the resulting ZEN_ASSERT macroStefan Boberg2021-09-161-1/+1
* Fixed misleading comment for `CbAttachment::AsCompositeBinary`Stefan Boberg2021-09-161-1/+1
* Removed unnecessary arguments from IoBuffer::MakeFromTemporaryFile since they...Stefan Boberg2021-09-162-16/+3
* Made ZenContentType enum members have fixed value (for persistence), and adde...Stefan Boberg2021-09-151-8/+10
* Added session id generation and code to include it in HttpClient HTTP requestsStefan Boberg2021-09-154-0/+42
* Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2021-09-152-0/+6
|\
| * Merge branch 'main' into cbpackage-updateStefan Boberg2021-09-1532-85/+502
| |\
| * | Added GetSize/GetData functions to reduce cognitive load and bridge the gap b...Stefan Boberg2021-09-152-0/+6
* | | Fixed logging.h so it doesn't leak `using namespace std::literals` declarationStefan Boberg2021-09-151-8/+41
* | | Corrected logic error in ValidateCbPackageAttachment()Stefan Boberg2021-09-151-1/+1
| |/ |/|
* | Tweaked logging to streamline access, and simplified setup code for new loggersStefan Boberg2021-09-152-12/+22
* | Made logging macros always append `sv` string_view literal suffixStefan Boberg2021-09-152-8/+10
* | Fixed up invalid fmt formatting stringsStefan Boberg2021-09-151-1/+1
* | Unused variable warning fixStefan Boberg2021-09-152-0/+3
* | Handle absence of std::source_location somewhat more gracefully (relies on cl...Stefan Boberg2021-09-152-0/+6
* | Unsigned / signed comparison warning fixesStefan Boberg2021-09-151-3/+3
* | Fixed up bit scan logic for clang-clStefan Boberg2021-09-151-1/+1
* | Merged from mainStefan Boberg2021-09-154-5/+31
|\ \
| * | Cross-platform zen::GetLastError()Martin Ridgers2021-09-152-5/+19
| * | Changed logging implementationStefan Boberg2021-09-154-3/+30
| * | Changed direct includes of spdlog/spdlog.h into zencore/logging.h to make it ...Stefan Boberg2021-09-152-3/+2
| |/
* | Added #ifdef condition around Windows-specific exception handlingMartin Ridgers2021-09-152-0/+6
* | POSIX implementation of ThrowSystemException using std::system_errorMartin Ridgers2021-09-151-5/+9
* | Moved system_error include to except.h for std::error_codeMartin Ridgers2021-09-152-1/+1
* | Cross-platform zen::GetLastError()Martin Ridgers2021-09-152-5/+19
* | Removed constexpr for anything that uses GetSize()Martin Ridgers2021-09-151-19/+19
* | Wrong include for std::runtime_errorMartin Ridgers2021-09-151-1/+1
* | Deleted unused #includeMartin Ridgers2021-09-151-1/+0
* | Missing include for std::runtime_error()Martin Ridgers2021-09-151-0/+1
* | Missing include for pow()Martin Ridgers2021-09-151-0/+1
* | Correct platform-specific _mm_malloc/aligned_alloc includesMartin Ridgers2021-09-151-1/+6
* | Fixed GetSize() constexpr compile errors with GCCMartin Ridgers2021-09-151-9/+9
* | Merge mainMartin Ridgers2021-09-1520-2410/+572
|\|
| * Added backwards compatible package serialization code for UE5 interop during ...Stefan Boberg2021-09-142-3/+142
| * Added Ref<>::Get to work around issue casting a pointer to a derived type to ...Stefan Boberg2021-09-131-0/+1
| * Changed CbPackage::TryLoad() signature so it can handle temporariesStefan Boberg2021-09-132-4/+2
| * Added CbPackageOffer content typeStefan Boberg2021-09-131-0/+1
| * Added some std::error_code helpersStefan Boberg2021-09-122-1/+20
| * clang-formatStefan Boberg2021-09-092-3/+4
| * Factored out http server related code into zenhttp module since it feels out ...Stefan Boberg2021-09-0910-2274/+0
| * HttpServer::AddEndpoint -> HttpServer::RegisterServiceStefan Boberg2021-09-093-9/+9
| * Made HttpServer an abstract interface, and moved remaining implementation spe...Stefan Boberg2021-09-094-119/+67