aboutsummaryrefslogtreecommitdiff
path: root/zencore/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merged mainMartin Ridgers2021-11-011-0/+6
| |\ \ \
| * | | | Use THIRDPARTY_START/END instead of MSVC pragmasMartin Ridgers2021-10-291-2/+3
| * | | | Use THIRDPARTY_START/END instead of MSVC-specific #pragmaMartin Ridgers2021-10-291-1/+4
| * | | | Missing includeMartin Ridgers2021-10-251-0/+1
| * | | | Prevent GetObject from being defined as a macro by Windows.hMartin Ridgers2021-10-252-0/+6
| * | | | Define the cut-down Windows defines via zencore.h tooMartin Ridgers2021-10-251-0/+9
| * | | | Define NOMINMAX and WIN32_MEAN_AND_LEAN via xmake.lua tooMartin Ridgers2021-10-251-1/+3
| * | | | Missing include for std::min/maxMartin Ridgers2021-10-251-0/+2
| * | | | Added a zen::GetCurrentThreadId()Martin Ridgers2021-10-251-0/+1
| * | | | Cross-platform string comparison helper plus testsMartin Ridgers2021-10-251-0/+13
| * | | | Merged mainMartin Ridgers2021-10-256-6/+11
| |\ \ \ \
| * | | | | Made a note about a tick's unit and DateTime's epochMartin Ridgers2021-10-251-1/+1
| * | | | | Missing return keywordMartin Ridgers2021-10-251-1/+1
| * | | | | Merged mainMartin Ridgers2021-10-203-2/+7
| |\ \ \ \ \
| * | | | | | Added a ToUtf8() to ExtPathBuilderMartin Ridgers2021-10-201-0/+9
| * | | | | | Simple class for building paths based off an ExtendableStringMartin Ridgers2021-10-181-0/+40
| * | | | | | Merged mainMartin Ridgers2021-10-167-10/+33
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merged mainMartin Ridgers2021-10-154-5/+23
| |\ \ \ \ \ \ \
| * | | | | | | | Use std::fs::path for IoBuffer::MakeFromFile().Martin Ridgers2021-10-141-3/+1
| * | | | | | | | Merged mainMartin Ridgers2021-10-131-3/+3
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Removed u16string WideToUtf8() prototypeMartin Ridgers2021-10-131-1/+0
| * | | | | | | | | ZEN_*_OPTIMIZATION for GCC and ClangMartin Ridgers2021-10-111-2/+8
| * | | | | | | | | Replaced use of std::u16string* with std::wstring*Martin Ridgers2021-10-111-1/+1
| * | | | | | | | | Added a ZEN_SIZEOF_WCHAR_T defineMartin Ridgers2021-10-111-0/+7
| * | | | | | | | | Merged mainMartin Ridgers2021-10-112-1/+2
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fixed misplaced nodiscard attributeMartin Ridgers2021-10-071-1/+1
| * | | | | | | | | | Fixed shadowed template parameterMartin Ridgers2021-10-071-1/+1
| * | | | | | | | | | Merged mainMartin Ridgers2021-10-076-4/+173
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merged mainMartin Ridgers2021-10-015-40/+157
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Removed `-fshort-wchar` compiler flag on LinuxMartin Ridgers2021-10-011-2/+0
| * | | | | | | | | | | | Confirm assumption about the size of wchar_tMartin Ridgers2021-09-291-0/+2
| * | | | | | | | | | | | Added parentheseses' around the left-hand side of a bit-wise or.Martin Ridgers2021-09-291-1/+1
| * | | | | | | | | | | | Log2 could be used uninitialised if mask passed argument to BitScanRev() was 0Martin Ridgers2021-09-291-3/+3
* | | | | | | | | | | | | Format fix.Per Larsson2021-12-092-8/+7
* | | | | | | | | | | | | Merged main.Per Larsson2021-12-091-19/+28
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
| * | | | | | | | | | | | Fixes from code reviewMatt Peters2021-12-031-5/+4
| * | | | | | | | | | | | Make IoBufferCore::Materialize threadsafeMatt Peters2021-12-021-19/+29
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
* | | | | | | | | | | | First pass of z$ garbage collection.Per Larsson2021-12-071-1/+1
* | | | | | | | | | | | Check available disk space before GC.Per Larsson2021-12-051-0/+16
* | | | | | | | | | | | merge from mainStefan Boberg2021-11-181-0/+1
|\| | | | | | | | | | |
| * | | | | | | | | | | Format fix.Per Larsson2021-11-121-1/+1
| * | | | | | | | | | | Added upstream batch API.Per Larsson2021-11-021-0/+1
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merged from mainStefan Boberg2021-10-291-0/+6
|\| | | | | | | | | |
| * | | | | | | | | | 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-231-2/+3
* | | | | | | | | | Merged from mainStefan Boberg2021-10-211-0/+2
|\| | | | | | | | |
| * | | | | | | | | Compressed oplog attachmentsPer Larsson2021-10-211-0/+2
* | | | | | | | | | Merge branch 'main' into gcStefan Boberg2021-10-205-6/+9
|\| | | | | | | | |
| * | | | | | | | | Added missing include.Per Larsson2021-10-201-0/+2