aboutsummaryrefslogtreecommitdiff
path: root/zencore
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | 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-1511-18/+26
* | | | | | | | 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-146-28/+143
| |_|_|_|_|/ |/| | | | |
* | | | | | Added support for decompressing from offset.Per Larsson2021-10-132-49/+185
| |_|_|_|/ |/| | | |
* | | | | Added lofreq timer update to httpsys main loopStefan Boberg2021-10-111-2/+6
| |_|_|/ |/| | |
* | | | iobuffer: Changed MakeFromTemporaryFile so it accepts a path instead of a cha...Stefan Boberg2021-10-082-4/+4
* | | | Added ScopedTemporaryDirectory which specifies a particular directory path to...Stefan Boberg2021-10-082-0/+8
* | | | Added another test exe name to GetExePath testStefan Boberg2021-10-081-2/+2
* | | | NiceByteRateToBuffer could cause a divide-by-zero in some cases - fixedStefan Boberg2021-10-071-1/+11
| |_|/ |/| |
* | | Support for asynchronous HTTP response processing (#19)Stefan Boberg2021-10-062-9/+124
* | | clang-formatStefan Boberg2021-10-053-3/+6
* | | Merged from upstreamStefan Boberg2021-10-056-4/+169
* | | stats: Mean returns zero when the count is zeroStefan Boberg2021-10-051-1/+8
* | | Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2021-10-032-1/+12
|\ \ \
| * | | stats: added OperationTiming::Scope::CancelStefan Boberg2021-10-032-1/+12
* | | | Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2021-10-014-3/+26
|\| | |
| * | | 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-012-1/+21
| |/ /
| * | Clang format fix.Per Larsson2021-10-012-2/+2
* | | Added explicit mimalloc IoBuffer allocation pathStefan Boberg2021-10-012-39/+45
|/ /
* | metrics: added OperationTiming which is a useful combination of a Meter and a...Stefan Boberg2021-09-303-1/+120
* | Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2021-09-301-2/+27
|\ \
| * \ Merged main.Per Larsson2021-09-302-14/+52
| |\ \
| * | | Fixed compact binary to JSON float/double format specifier.Per Larsson2021-09-301-2/+27
* | | | timer: Added GetHifreqTimerToSeconds which returns a scaling factor to conver...Stefan Boberg2021-09-301-0/+1
| |/ / |/| |
* | | compactbinary: Quick fix for presentation of doubles in JSON conversionStefan Boberg2021-09-301-2/+2
* | | stats: Added EmitSnapshot functions to emit metrics into CbObjectsStefan Boberg2021-09-302-14/+52
|/ /
* | memory: Added experimental mimalloc path to AlignedAllocImpl/AlignedFreeImplStefan Boberg2021-09-302-13/+39
* | 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-292-25/+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-292-6/+7
|\|
| * Prevent mesh tests to crash by moving behind define.Per Larsson2021-09-291-1/+2
| * Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2021-09-291-36/+0
| |\
| * | string: Fixed some clang warningsStefan Boberg2021-09-291-5/+5
* | | stats: added Histogram, UniformSample and SampleSnapshotStefan Boberg2021-09-292-6/+339
* | | filesystem: Fixed issue with FindClose potentially closing an invalid handleStefan Boberg2021-09-291-2/+2
| |/ |/|
* | Removing deprecated RefPtr+stack based objects testsStefan Boberg2021-09-291-36/+0
|/
* Removed IsPointerToStack()Stefan Boberg2021-09-283-32/+5
* Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2021-09-282-4/+32
|\
| * Removed null terminator when appending Oid to string builder. (#11)Per Larsson2021-09-281-4/+3
| * Merge branch 'main' of https://github.com/EpicGames/zenPer Larsson2021-09-2817-120/+489
| |\
| * | Removed using the bucket name to detect binary cache records and store conten...Per Larsson2021-09-281-0/+29
* | | Removed MemoryOutStream, MemoryInStreamStefan Boberg2021-09-286-251/+52
* | | Removing a bunch of no-longer-useful code from stream.h/cpp in preparation fo...Stefan Boberg2021-09-287-613/+41
| |/ |/|
* | zencore: Added ability to forcefully set the IsInteractiveSession stateStefan Boberg2021-09-272-9/+25