aboutsummaryrefslogtreecommitdiff
path: root/zencore
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | Added missing link-time dependencies to xmake.lua scriptsMartin Ridgers2021-11-011-0/+2
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
* | | | | | | | | | | | Fixed unused variable warningStefan Boberg2021-11-031-1/+0
* | | | | | | | | | | | fs: minor logging cleanupStefan Boberg2021-11-021-3/+1
* | | | | | | | | | | | Merged from mainStefan Boberg2021-10-293-3/+9
|\| | | | | | | | | | |
| * | | | | | | | | | | filesystem: Improved test for GetRunningExecutablePath (still not ideal)Stefan Boberg2021-10-291-1/+1
| * | | | | | | | | | | memory: Minor change to squelch static analysis warningsStefan Boberg2021-10-291-2/+2
| * | | | | | | | | | | Added SharedBuffer::MakeView implementation accepting container argument, to ...Stefan Boberg2021-10-291-0/+6
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | general: Fixed up some vcxproj files which had a warning level setStefan Boberg2021-10-241-1/+2
* | | | | | | | | | | clang-formatStefan Boberg2021-10-232-3/+4
* | | | | | | | | | | Merged from mainStefan Boberg2021-10-213-6/+235
|\| | | | | | | | | |
| * | | | | | | | | | Compressed oplog attachmentsPer Larsson2021-10-213-6/+235
* | | | | | | | | | | Merge branch 'main' into gcStefan Boberg2021-10-207-9/+12
|\| | | | | | | | | |
| * | | | | | | | | | Added missing include.Per Larsson2021-10-201-0/+2
| * | | | | | | | | | Format fix.Per Larsson2021-10-206-9/+10
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* / | | | | | | | | 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-192-24/+69
* | | | | | | | | string: Fixed ToLower logic (needs to use unsigned arithmetic)Stefan Boberg2021-10-192-2/+8
* | | | | | | | | 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-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