aboutsummaryrefslogtreecommitdiff
path: root/src/zencore
Commit message (Expand)AuthorAgeFilesLines
...
* Make sure GetEnvVariable can handle values that are longer than 1023 characte...Dan Engelbrecht2023-06-131-4/+18
* added missing <utility> includeStefan Boberg2023-06-071-0/+1
* oplog snapshot (#317)Stefan Boberg2023-05-251-0/+42
* block destructors from throwing exceptions (#321)Dan Engelbrecht2023-05-242-3/+7
* use exception when allocations fail rather than asserts (#319)Dan Engelbrecht2023-05-233-5/+34
* streaming decompression support (#142)Stefan Boberg2023-05-238-29/+1000
* MemoryView::RightChop -> constStefan Boberg2023-05-221-1/+1
* added benchmark utility command `bench` (#298)Stefan Boberg2023-05-162-0/+20
* Moved EnableVTMode function into zencore (#311)Stefan Boberg2023-05-162-12/+33
* SetCurrentThreadName now sets thread name in traceStefan Boberg2023-05-151-10/+14
* brought over minor IoBuffer changes from sb/scrubStefan Boberg2023-05-152-0/+3
* added IoBuffer.mmap test caseStefan Boberg2023-05-151-0/+27
* disable warning C5105 in ZEN_THIRD_PARTY_INCLUDES_STARTStefan Boberg2023-05-151-6/+7
* added trace::DescribeSession to TraceInitStefan Boberg2023-05-151-7/+13
* Ensure WorkerThreadPool tests always runStefan Boberg2023-05-151-0/+2
* Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2023-05-158-81/+740
|\
| * Remove ATL header usage (#306)Stefan Boberg2023-05-156-47/+507
| * all threads should be named (#304)Stefan Boberg2023-05-152-34/+233
* | implemented string conversion for CbValidateError enumStefan Boberg2023-05-152-0/+44
|/
* implemented structured cache logging (#296)Stefan Boberg2023-05-121-2/+2
* better logging/exception when reading file in IoBuffer::Materialize fails (#294)Dan Engelbrecht2023-05-121-8/+37
* Gracefully exit if Ctrl-C is pressed (#293)Dan Engelbrecht2023-05-112-0/+7
* allow early logging (#292)Dan Engelbrecht2023-05-111-0/+4
* ZEN_LOG_SCOPE compile fixStefan Boberg2023-05-111-1/+1
* fix return code on tests (#284)Dan Engelbrecht2023-05-101-3/+1
* add context to MapViewOfFile errors (#282)Stefan Boberg2023-05-093-3/+32
* fixed merge errorStefan Boberg2023-05-091-4/+4
* make logging tests run as part of zencore-testStefan Boberg2023-05-093-2/+6
* implemented thread-local activity trackingStefan Boberg2023-05-092-0/+194
* replace use of cxxopts::OptionParseException in our codeStefan Boberg2023-05-081-0/+8
* 247 complete httpclient implementation (#269)Stefan Boberg2023-05-052-10/+22
* cleaned up how Oodle is incorporatedStefan Boberg2023-05-022-4/+3
* moved source directories into `/src` (#264)Stefan Boberg2023-05-0283-0/+25031