aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved zencore/windows.h include from basicfile.h to basicfile.cppMartin Ridgers2021-10-132-4/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaced use of DWORD with uint32_tMartin Ridgers2021-10-132-2/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged mainMartin Ridgers2021-10-128-12/+48
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added "xmake project" output to .gitignoreMartin Ridgers2021-10-121-0/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Misplaced nodiscard attributeMartin Ridgers2021-10-121-3/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only include zencore/windows.h on WindowsMartin Ridgers2021-10-124-7/+18
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Corrected incorrect casing of include statementsMartin Ridgers2021-10-127-9/+9
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed example project VS generation command to exclude x86Martin Ridgers2021-10-111-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | uson.json tests were passing un-terminated strings to json11::parse()Martin Ridgers2021-10-111-9/+9
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added some tests for pid-related functionsMartin Ridgers2021-10-111-0/+12
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ZEN_*_OPTIMIZATION for GCC and ClangMartin Ridgers2021-10-111-2/+8
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are no surrogate pairs in utf32Martin Ridgers2021-10-111-0/+5
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaced use of std::u16string* with std::wstring*Martin Ridgers2021-10-112-10/+19
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a ZEN_SIZEOF_WCHAR_T defineMartin Ridgers2021-10-111-0/+7
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged mainMartin Ridgers2021-10-1117-957/+185
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed undefined mimalloc symbolsMartin Ridgers2021-10-071-0/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed signed/unsigned comparison mismatchMartin Ridgers2021-10-071-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed misplaced nodiscard attributeMartin Ridgers2021-10-071-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed shadowed template parameterMartin Ridgers2021-10-071-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged mainMartin Ridgers2021-10-0758-677/+2421
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merged mainMartin Ridgers2021-10-0127-121/+905
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed `-fshort-wchar` compiler flag on LinuxMartin Ridgers2021-10-012-3/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added some instructions for building on LinuxMartin Ridgers2021-10-011-1/+55
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed link error when building with xmakeMartin Ridgers2021-09-291-0/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed unsigned < 0 comparisonMartin Ridgers2021-09-291-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is no ssize_t on WindowsMartin Ridgers2021-09-291-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Confirm assumption about the size of wchar_tMartin Ridgers2021-09-291-0/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Global compile flags when building on LinuxMartin Ridgers2021-09-291-0/+8
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set the link dirs and libs that zencore needs on LinuxMartin Ridgers2021-09-291-1/+10
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed some warnings from GCCMartin Ridgers2021-09-291-2/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | $(projectdir) is a little more robust than ..Martin Ridgers2021-09-291-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implemented IsProcessRunning() for LinuxMartin Ridgers2021-09-291-1/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | readlink() parameters should not alias each otherMartin Ridgers2021-09-291-10/+12
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed an include path from backslashes to forward slashesMartin Ridgers2021-09-291-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed signed/unsigned mismatched warnings from GCCMartin Ridgers2021-09-293-3/+5
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bug in z$ service returning partial cache records and enable small obje...Per Larsson2021-12-149-25/+46
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove Cid to CAS chunk mapping after GC.Per Larsson2021-12-138-11/+166
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bug in z$ GC.Per Larsson2021-12-133-52/+61
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'main' into gcPer Larsson2021-12-1335-2/+883
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated the readme for the thirdparty licenses folder.Zousar Shaker2021-12-091-2/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add TPS license approvals.Zousar Shaker2021-12-0934-0/+880
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactored z$ GC.Per Larsson2021-12-134-140/+213
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added support for triggering GC with different params and refactored GC sched...Per Larsson2021-12-125-122/+189
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added size to GcStorage.Per Larsson2021-12-109-50/+50
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set GC default enabled and interval set to zero (off).Per Larsson2021-12-104-44/+57
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ignore clangd cache directory.Per Larsson2021-12-101-0/+4
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Format fix.Per Larsson2021-12-0912-50/+44
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged main.Per Larsson2021-12-0916-239/+494
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |