aboutsummaryrefslogtreecommitdiff
path: root/zencore
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Forward declare SharedBufferMartin Ridgers2021-09-141-0/+2
* | | | Two missing includesMartin Ridgers2021-09-141-0/+2
* | | | Implementations of_BitScan*() intrinsics for non-MSVC toolchainsMartin Ridgers2021-09-141-2/+40
* | | | nullptr_t -> std::nullptr_tMartin Ridgers2021-09-141-1/+1
* | | | Added a missing friendMartin Ridgers2021-09-141-0/+2
* | | | Missing includeMartin Ridgers2021-09-141-0/+1
* | | | Use endian swapping __builtin_bswap*() with GCC-compatible compilersMartin Ridgers2021-09-141-0/+12
* | | | std::atomic variants of MSVC's _Interlockm* callsMartin Ridgers2021-09-141-0/+29
* | | | Missing #includeMartin Ridgers2021-09-141-0/+1
* | | | Added #ifdef around Windows-only #pragma-comment-lib statementsMartin Ridgers2021-09-142-2/+6
* | | | std::exception::what() overrides were missing noexcept qualifierMartin Ridgers2021-09-143-3/+3
* | | | Added ZEN_ARCH_* defines for x64 and ARM64Martin Ridgers2021-09-141-2/+13
* | | | Added a compiler version check to make sure Zen's usage of C++20 is coveredMartin Ridgers2021-09-141-2/+7
* | | | ZEN_COMPILER_* defines for Clang and GCCMartin Ridgers2021-09-141-2/+16
* | | | Set ZEN_PLATFORM_* defines for Linux and MacMartin Ridgers2021-09-141-3/+14
* | | | Parse Accept mime type.Per Larsson2021-09-092-0/+5
| |_|/ |/| |
* | | Fixed a number of unreferenced variable warningsStefan Boberg2021-09-091-2/+0
| |/ |/|
* | printf -> zencore loggingStefan Boberg2021-09-081-1/+2
* | Moved a bunch of logging code into zencoreStefan Boberg2021-09-084-0/+73
|/
* Clarified some async/sync behaviour in HTTP implementationStefan Boberg2021-09-071-0/+3
* Restructured xmake filesStefan Boberg2021-09-061-1/+11
* clang-format fixesStefan Boberg2021-09-062-2/+2
* Added missing CompressedBuffer::Null instantiationStefan Boberg2021-09-061-0/+2
* Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2021-09-063-3/+9
|\
| * Made IoHash zero initialize member, corrected Empty Attachment hash checkStefan Boberg2021-09-042-3/+3
| * xmake build files (experimental)Stefan Boberg2021-09-041-0/+6
* | HTTP package handling updated (not final)Stefan Boberg2021-09-062-31/+83
|/
* Suppressed another clang warning involving unreferenced local variableStefan Boberg2021-09-031-3/+4
* Cleaned up project configurationStefan Boberg2021-09-031-0/+2
* Removed unnecessary std::moveStefan Boberg2021-09-031-3/+2
* fixed signed/unsigned comparison in stream.cppStefan Boberg2021-09-031-1/+1
* oops: Fixed AssertException implementation namespaceStefan Boberg2021-09-031-2/+2
* Mada IoHash::Zero zero initialization explicitStefan Boberg2021-09-031-1/+1
* Addressed signed/unsigned comparison warningsStefan Boberg2021-09-031-3/+3
* Moved out AssertException constructor/destructor into cppStefan Boberg2021-09-032-1/+12
* Disallow copying of ChunkingLinearAllocatorStefan Boberg2021-09-031-0/+3
* Added missing typename keywordStefan Boberg2021-09-031-2/+2
* moved [[nodiscard]] into correct positionStefan Boberg2021-09-031-1/+1
* fix for extern template class declarations, also made integer constant in tes...Stefan Boberg2021-09-032-3/+3
* Fix clang path for ZEN_ARRAY_COUNTStefan Boberg2021-09-031-1/+1
* Addressed signed/unsigned comparison warning (clang)Stefan Boberg2021-09-031-2/+2
* Fixed infinite recursion issue in CbObject::FindIgnoreCaseStefan Boberg2021-09-031-1/+1
* Removed const from return value to make clang happyStefan Boberg2021-09-031-1/+1
* Added LoadCompactBinaryObject variations accepting CompressedBuffer payloadsStefan Boberg2021-09-022-11/+30
* Made IoHash::Zero const, made IoHash alignment explicitStefan Boberg2021-09-022-3/+3
* IoHash::HashMemory -> IoHash::HashBuffer for consistency with UE5 codeStefan Boberg2021-09-025-20/+20
* Initial implementation of CbPackage HTTP response writingStefan Boberg2021-09-021-39/+68
* Introduced support for compressed buffer attachmentsStefan Boberg2021-09-026-115/+262
* Added HashMemory() function accepting CompositeBuffer argumentStefan Boberg2021-09-022-0/+17
* CompactBinary: Restricted compact binary attachments to objects to simplify p...Stefan Boberg2021-09-013-190/+144