aboutsummaryrefslogtreecommitdiff
path: root/zencore
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | Fixed shadowed template parameterMartin Ridgers2021-10-071-1/+1
| * | | | | | | | | | | | | | | Merged mainMartin Ridgers2021-10-0711-55/+385
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merged mainMartin Ridgers2021-10-0111-78/+594
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Removed `-fshort-wchar` compiler flag on LinuxMartin Ridgers2021-10-011-2/+0
| * | | | | | | | | | | | | | | | | 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
| * | | | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | | | | Format fix.Per Larsson2021-12-093-9/+8
* | | | | | | | | | | | | | | | | | Merged main.Per Larsson2021-12-092-43/+59
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Fixes from code reviewMatt Peters2021-12-032-10/+11
| * | | | | | | | | | | | | | | | | Make IoBufferCore::Materialize threadsafeMatt Peters2021-12-022-43/+58
| * | | | | | | | | | | | | | | | | Removed unused variable.Per Larsson2021-11-231-1/+0
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | First pass of z$ garbage collection.Per Larsson2021-12-071-1/+1
* | | | | | | | | | | | | | | | | Check available disk space before GC.Per Larsson2021-12-052-0/+37
* | | | | | | | | | | | | | | | | merge from mainStefan Boberg2021-11-187-20/+30
|\| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Check input range when copy compressed range.Per Larsson2021-11-161-3/+10
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Format fix.Per Larsson2021-11-121-1/+1
| * | | | | | | | | | | | | | | Merge branch 'main' into zcache-batchPer Larsson2021-11-116-17/+17
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Format fix.Per Larsson2021-11-112-5/+5
| | | |_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | | Renamed 3rdparty -> thirdparty for legal complianceStefan Boberg2021-11-044-6/+6
| | * | | | | | | | | | | | | uson.json tests were passing un-terminated strings to json11::parse()Martin Ridgers2021-11-031-9/+9
| | | |_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | |
| * / | | | | | | | | | | | Added upstream batch API.Per Larsson2021-11-021-0/+1
| |/ / / / / / / / / / / /
| * | | | | | | | | | | / Added missing link-time dependencies to xmake.lua scriptsMartin Ridgers2021-11-011-0/+2
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
* | | | | | | | | | | | Fixed unused variable warningStefan Boberg2021-11-031-1/+0
* | | | | | | | | | | | fs: minor logging cleanupStefan Boberg2021-11-021-3/+1
* | | | | | | | | | | | Merged from mainStefan Boberg2021-10-293-3/+9
|\| | | | | | | | | | |
| * | | | | | | | | | | filesystem: Improved test for GetRunningExecutablePath (still not ideal)Stefan Boberg2021-10-291-1/+1
| * | | | | | | | | | | memory: Minor change to squelch static analysis warningsStefan Boberg2021-10-291-2/+2
| * | | | | | | | | | | 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-232-3/+4
* | | | | | | | | | | Merged from mainStefan Boberg2021-10-213-6/+235
|\| | | | | | | | | |
| * | | | | | | | | | Compressed oplog attachmentsPer Larsson2021-10-213-6/+235
* | | | | | | | | | | Merge branch 'main' into gcStefan Boberg2021-10-207-9/+12
|\| | | | | | | | | |
| * | | | | | | | | | Added missing include.Per Larsson2021-10-201-0/+2
| * | | | | | | | | | Format fix.Per Larsson2021-10-206-9/+10
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* / | | | | | | | | core: Enable warning C4668 again (unsure why it went missing)Stefan Boberg2021-10-191-0/+1
|/ / / / / / / / /
* | | | | | | | | cb: Implemented DateTime::Now() and fixed DateTime/TimeSpan string formattingStefan Boberg2021-10-192-24/+69
* | | | | | | | | string: Fixed ToLower logic (needs to use unsigned arithmetic)Stefan Boberg2021-10-192-2/+8
* | | | | | | | | iobuffer: added templated Data() to make typed data access easierStefan Boberg2021-10-191-0/+3
| |_|_|_|_|_|_|/ |/| | | | | | |