aboutsummaryrefslogtreecommitdiff
path: root/zencore
Commit message (Expand)AuthorAgeFilesLines
* enable json log file (#164)Dan Engelbrecht2022-09-121-10/+10
* Use "\\?\" prefixed paths and fix hardcoded path delimiters (#149)Dan Engelbrecht2022-08-261-1/+6
* added suppression of warning C4189 to work around problems in fmtStefan Boberg2022-07-211-5/+6
* add macos builds (#133)Dan Engelbrecht2022-06-241-0/+1
* merged from mainStefan Boberg2022-06-162-0/+6
* added _WIN32_WINNT define to be consistent with xmake fileStefan Boberg2022-06-131-0/+3
* namespace/bucket validation now uses AsciiSet for more efficient validation (...Stefan Boberg2022-06-101-1/+1
* core: added ReadStdInStefan Boberg2022-06-102-0/+21
* added IoBuffer::MutableData()Stefan Boberg2022-06-101-0/+6
* fix argument order in IoBufferBuilder::MakeFromFileWithSharedDeleteDan Engelbrecht2022-05-301-1/+1
* create local utility function for IoBufferBuilder::MakeFromFile*Dan Engelbrecht2022-05-301-48/+25
* Enable FILE_SHARE_DELETE on standalone files in disk bucketsDan Engelbrecht2022-05-282-0/+46
* Add catch2 support (#101)Stefan Boberg2022-05-207-40/+71
* use string::compare in caseSensitiveCompareStringsDan Engelbrecht2022-05-121-9/+2
* Add caseSensitiveCompareStrings and manual <=> and == operator for CacheKeyDan Engelbrecht2022-05-121-0/+23
* Merge pull request #89 from EpicGames/de/namespacesv1.0.1.5Dan Engelbrecht2022-05-092-0/+45
|\
| * Added GetDirectoryContent utilityDan Engelbrecht2022-05-062-0/+45
* | Make sure blockstore owner and block store state does not get out of sync whe...Dan Engelbrecht2022-05-082-0/+33
|/
* use IsPow2 for mapping lock countDan Engelbrecht2022-04-291-1/+1
* naming cleanupDan Engelbrecht2022-04-281-3/+6
* Reduce risk of reallocating backing std::vector in CbWriter::AddBinaryDan Engelbrecht2022-04-282-4/+13
* Added missing includes.Per Larsson2022-04-281-4/+4
* Serialize compact binary from JSON.Per Larsson2022-04-273-1/+327
* Compute updates (#74)Joe Kirchoff2022-04-142-7/+13
* clang formatJoe Kirchoff2022-04-141-4/+13
* more cleanupDan Engelbrecht2022-04-122-2/+4
* cleanupDan Engelbrecht2022-04-122-0/+29
* use zen::UnsignedIntegral instead of std::unsigned_integralDan Engelbrecht2022-04-121-2/+2
* use std::unsigned_integral for ToHexNumber and ParseHexNumberDan Engelbrecht2022-04-011-7/+6
* safer and easier to read Char2NibbleDan Engelbrecht2022-04-011-15/+12
* remove WorkerThreadPool::Flush()Dan Engelbrecht2022-03-312-10/+0
* comments for ToHexNumber and ParseHexNumberDan Engelbrecht2022-03-311-0/+12
* clean up number -> hex -> number codeDan Engelbrecht2022-03-312-50/+75
* Rename FormatHex to ToHexDan Engelbrecht2022-03-312-2/+2
* review feedbackDan Engelbrecht2022-03-311-1/+1
* Remove bad kIsOwnedByThisDan Engelbrecht2022-03-311-1/+1
* Move FormatHex and ParseHex to zencore/stringDan Engelbrecht2022-03-312-0/+30
* Add Flush to workthreadpoolDan Engelbrecht2022-03-312-0/+10
* linux fixesDan Engelbrecht2022-03-311-3/+1
* remove test codeDan Engelbrecht2022-03-311-4/+0
* Manage lifetime of FileHandleDan Engelbrecht2022-03-311-1/+6
* Handle error GetFinalPathNameByHandleW when file handle is closedDan Engelbrecht2022-03-311-0/+4
* Simple file-based compute (#65)Joe Kirchoff2022-03-304-5/+13
* Added ToJson for compact binary array.Per Larsson2022-03-232-0/+18
* move workthreadpool to zencore (#63)Dan Engelbrecht2022-03-222-0/+123
* clang-formatDan Engelbrecht2022-03-217-19/+18
* Suppress C4305 in third party includesJoe Kirchoff2022-03-171-4/+5
* Added some new mime types; javascript, css, png and icoMartin Ridgers2022-03-151-0/+13
* Marked IoBuffer::operator bool () method as explicitMartin Ridgers2022-03-151-1/+1
* Set a default value for "Size" parameter of IoBuffer(OuterBuffer, ...)Martin Ridgers2022-03-151-1/+1