| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved zencore/windows.h include from basicfile.h to basicfile.cpp | Martin Ridgers | 2021-10-13 | 2 | -4/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaced use of DWORD with uint32_t | Martin Ridgers | 2021-10-13 | 2 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged main | Martin Ridgers | 2021-10-12 | 8 | -12/+48 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added "xmake project" output to .gitignore | Martin Ridgers | 2021-10-12 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Misplaced nodiscard attribute | Martin Ridgers | 2021-10-12 | 1 | -3/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only include zencore/windows.h on Windows | Martin Ridgers | 2021-10-12 | 4 | -7/+18 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Corrected incorrect casing of include statements | Martin Ridgers | 2021-10-12 | 7 | -9/+9 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed example project VS generation command to exclude x86 | Martin Ridgers | 2021-10-11 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | uson.json tests were passing un-terminated strings to json11::parse() | Martin Ridgers | 2021-10-11 | 1 | -9/+9 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added some tests for pid-related functions | Martin Ridgers | 2021-10-11 | 1 | -0/+12 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ZEN_*_OPTIMIZATION for GCC and Clang | Martin Ridgers | 2021-10-11 | 1 | -2/+8 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are no surrogate pairs in utf32 | Martin Ridgers | 2021-10-11 | 1 | -0/+5 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaced use of std::u16string* with std::wstring* | Martin Ridgers | 2021-10-11 | 2 | -10/+19 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a ZEN_SIZEOF_WCHAR_T define | Martin Ridgers | 2021-10-11 | 1 | -0/+7 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged main | Martin Ridgers | 2021-10-11 | 17 | -957/+185 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed undefined mimalloc symbols | Martin Ridgers | 2021-10-07 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed signed/unsigned comparison mismatch | Martin Ridgers | 2021-10-07 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed misplaced nodiscard attribute | Martin Ridgers | 2021-10-07 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed shadowed template parameter | Martin Ridgers | 2021-10-07 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged main | Martin Ridgers | 2021-10-07 | 58 | -677/+2421 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merged main | Martin Ridgers | 2021-10-01 | 27 | -121/+905 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed `-fshort-wchar` compiler flag on Linux | Martin Ridgers | 2021-10-01 | 2 | -3/+0 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added some instructions for building on Linux | Martin Ridgers | 2021-10-01 | 1 | -1/+55 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed link error when building with xmake | Martin Ridgers | 2021-09-29 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed unsigned < 0 comparison | Martin Ridgers | 2021-09-29 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is no ssize_t on Windows | Martin Ridgers | 2021-09-29 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Confirm assumption about the size of wchar_t | Martin Ridgers | 2021-09-29 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Global compile flags when building on Linux | Martin Ridgers | 2021-09-29 | 1 | -0/+8 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set the link dirs and libs that zencore needs on Linux | Martin Ridgers | 2021-09-29 | 1 | -1/+10 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed some warnings from GCC | Martin Ridgers | 2021-09-29 | 1 | -2/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | $(projectdir) is a little more robust than .. | Martin Ridgers | 2021-09-29 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implemented IsProcessRunning() for Linux | Martin Ridgers | 2021-09-29 | 1 | -1/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added parentheseses' around the left-hand side of a bit-wise or. | Martin Ridgers | 2021-09-29 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Log2 could be used uninitialised if mask passed argument to BitScanRev() was 0 | Martin Ridgers | 2021-09-29 | 1 | -3/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | readlink() parameters should not alias each other | Martin Ridgers | 2021-09-29 | 1 | -10/+12 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed an include path from backslashes to forward slashes | Martin Ridgers | 2021-09-29 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed signed/unsigned mismatched warnings from GCC | Martin Ridgers | 2021-09-29 | 3 | -3/+5 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bug in z$ service returning partial cache records and enable small obje... | Per Larsson | 2021-12-14 | 9 | -25/+46 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove Cid to CAS chunk mapping after GC. | Per Larsson | 2021-12-13 | 8 | -11/+166 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bug in z$ GC. | Per Larsson | 2021-12-13 | 3 | -52/+61 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'main' into gc | Per Larsson | 2021-12-13 | 35 | -2/+883 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated the readme for the thirdparty licenses folder. | Zousar Shaker | 2021-12-09 | 1 | -2/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add TPS license approvals. | Zousar Shaker | 2021-12-09 | 34 | -0/+880 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactored z$ GC. | Per Larsson | 2021-12-13 | 4 | -140/+213 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added support for triggering GC with different params and refactored GC sched... | Per Larsson | 2021-12-12 | 5 | -122/+189 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added size to GcStorage. | Per Larsson | 2021-12-10 | 9 | -50/+50 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set GC default enabled and interval set to zero (off). | Per Larsson | 2021-12-10 | 4 | -44/+57 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ignore clangd cache directory. | Per Larsson | 2021-12-10 | 1 | -0/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Format fix. | Per Larsson | 2021-12-09 | 12 | -50/+44 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged main. | Per Larsson | 2021-12-09 | 16 | -239/+494 | |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||