aboutsummaryrefslogtreecommitdiff
path: root/zencore/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Format fix.Per Larsson2021-10-204-6/+7
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* / | | | | | | | core: Enable warning C4668 again (unsure why it went missing)Stefan Boberg2021-10-191-0/+1
|/ / / / / / / /
* | | | | | | | cb: Implemented DateTime::Now() and fixed DateTime/TimeSpan string formattingStefan Boberg2021-10-191-0/+2
* | | | | | | | string: Fixed ToLower logic (needs to use unsigned arithmetic)Stefan Boberg2021-10-191-2/+2
* | | | | | | | iobuffer: added templated Data() to make typed data access easierStefan Boberg2021-10-191-0/+3
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Fixed up some more windows include issuesStefan Boberg2021-10-152-0/+6
* | | | | | | zencore: Enabled MSC warning 4668 to get warnings when preprocessor macros ar...Stefan Boberg2021-10-156-11/+11
* | | | | | | zencore: added ZEN_THIRD_PARTY_INCLUDES_START/ZEN_THIRD_PARTY_INCLUDES_ENDStefan Boberg2021-10-151-0/+17
| |_|_|_|_|/ |/| | | | |
* | | | | | clang-formatStefan Boberg2021-10-151-1/+1
* | | | | | asio HTTP implementation (#23)Stefan Boberg2021-10-143-4/+22
| |_|_|_|/ |/| | | |
* | | | | Added support for decompressing from offset.Per Larsson2021-10-131-3/+3
| |_|_|/ |/| | |
* | | | iobuffer: Changed MakeFromTemporaryFile so it accepts a path instead of a cha...Stefan Boberg2021-10-081-1/+1
* | | | Added ScopedTemporaryDirectory which specifies a particular directory path to...Stefan Boberg2021-10-081-0/+1
| |_|/ |/| |
* | | Support for asynchronous HTTP response processing (#19)Stefan Boberg2021-10-061-1/+61
* | | clang-formatStefan Boberg2021-10-053-3/+6
* | | Merged from upstreamStefan Boberg2021-10-053-0/+97
* | | Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2021-10-031-0/+2
|\ \ \
| * | | stats: added OperationTiming::Scope::CancelStefan Boberg2021-10-031-0/+2
* | | | Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2021-10-013-2/+8
|\| | |
| * | | Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2021-10-011-0/+3
| |\ \ \
| | * | | Added simple stats HTML dashboard with route /dashboard.Per Larsson2021-10-011-0/+3
| | | |/ | | |/|
| * / | filesystem: Added FileContents::Flatten() and ensured it's possible to #inclu...Stefan Boberg2021-10-011-1/+4
| |/ /
| * | Clang format fix.Per Larsson2021-10-011-1/+1
* | | Added explicit mimalloc IoBuffer allocation pathStefan Boberg2021-10-011-1/+2
|/ /
* | metrics: added OperationTiming which is a useful combination of a Meter and a...Stefan Boberg2021-09-301-0/+40
* | timer: Added GetHifreqTimerToSeconds which returns a scaling factor to conver...Stefan Boberg2021-09-301-0/+1
* | stats: Added EmitSnapshot functions to emit metrics into CbObjectsStefan Boberg2021-09-301-6/+14
* | timer: Added Stopwatch::GetElapsedTIcks() and functions to convert ticks so M...Stefan Boberg2021-09-301-2/+6
* | iobuffer: Removed AssumeOwnership constructor since we would like stronger gu...Stefan Boberg2021-09-301-9/+0
* | timer: cleaned up Stopwatch, removed GetCpuTimerValueStefan Boberg2021-09-291-13/+4
* | thread: Marked some members noexcept and [[nodiscard]]Stefan Boberg2021-09-291-10/+10
* | Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2021-09-291-5/+5
|\|
| * string: Fixed some clang warningsStefan Boberg2021-09-291-5/+5
* | stats: added Histogram, UniformSample and SampleSnapshotStefan Boberg2021-09-291-3/+85
|/
* Removed IsPointerToStack()Stefan Boberg2021-09-282-4/+5
* Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2021-09-281-0/+29
|\
| * Merge branch 'main' of https://github.com/EpicGames/zenPer Larsson2021-09-289-43/+58
| |\
| * | Removed using the bucket name to detect binary cache records and store conten...Per Larsson2021-09-281-0/+29
* | | Removed MemoryOutStream, MemoryInStreamStefan Boberg2021-09-282-192/+26
* | | Removing a bunch of no-longer-useful code from stream.h/cpp in preparation fo...Stefan Boberg2021-09-282-220/+29
| |/ |/|
* | zencore: Added ability to forcefully set the IsInteractiveSession stateStefan Boberg2021-09-271-0/+1
* | CompactBinary: PLATFORM_SUPPORTS_UNALIGNED_LOADS -> ZEN_PLATFORM_SUPPORTS_UNA...Stefan Boberg2021-09-271-1/+1
* | Merged latest from mainStefan Boberg2021-09-2711-68/+827
|\ \
| * | GetWindowsErrorAsString() -> GetSystemErrorAsString()Stefan Boberg2021-09-271-1/+1
| |/
| * Compact binary to JSON (#12)Per Larsson2021-09-274-2/+391
| * Ported CbValue from Unreal to Zen (#10)Per Larsson2021-09-273-21/+355
| * stats: Completed Meter implementationStefan Boberg2021-09-271-12/+48
| * Removed some unnecessary filesystem wrapper functions which accepted wchar* a...Stefan Boberg2021-09-251-3/+0
| * Added HashBuffer(IoBuffer&) overload with trivial (but inappropriate for the ...Stefan Boberg2021-09-231-0/+3
* | Misplaced alignas() compile fixMartin Ridgers2021-09-221-1/+1