aboutsummaryrefslogtreecommitdiff
path: root/zenstore
Commit message (Expand)AuthorAgeFilesLines
* If open(O_CREAT) is used then a file mode must be givenMartin Ridgers2022-02-212-3/+3
* Explicitly set access permissions so we're not affected by process' umaskMartin Ridgers2022-02-212-3/+15
* Marked a few file descriptors to be closed on execute (POSIX)Martin Ridgers2022-02-212-3/+3
* Fixed unexpected abort() call when joining an unjoinable threadMartin Ridgers2022-01-251-1/+4
* Format fix.Per Larsson2022-01-221-1/+2
* Added copyright headers to xmake.lua scriptsMartin Ridgers2022-01-201-0/+2
* Moved "concepts" include to zencore.h as toolchain support is spottyMartin Ridgers2022-01-131-1/+0
* Fixed fmt::format() undefined-user-type errorMartin Ridgers2022-01-101-1/+1
* Converted use of _format UDL to fmt::formatMartin Ridgers2022-01-105-25/+13
* Use Zen's Invocable to cover C++ libs that do not implement conceptsMartin Ridgers2022-01-072-3/+3
* Apple Clang does not implement std::jthreadMartin Ridgers2022-01-072-2/+4
* Missing override decorationMartin Ridgers2022-01-071-1/+1
* Missing includesMartin Ridgers2022-01-071-0/+3
* Moved forward declaration after all include statementsMartin Ridgers2022-01-071-4/+4
* Enabled POSIX-compatible implementations on MacMartin Ridgers2022-01-072-12/+4
* Missing includeMartin Ridgers2022-01-071-0/+1
* Added trace scopes.Per Larsson2021-12-151-0/+5
* Added preprocessing config file and removed Visual Studio files.Per Larsson2021-12-152-160/+0
* Initialize CidStore to null.Per Larsson2021-12-151-1/+1
* Deleted unused statically-linked functionMartin Ridgers2021-12-151-2/+0
* Paths are not wide on non-Windows so WideToUtf8() cannot be usedMartin Ridgers2021-12-151-5/+5
* Corrected include statement caseMartin Ridgers2021-12-151-1/+1
* std::fs::path cannot be forward declaredMartin Ridgers2021-12-151-3/+1
* Missing includeMartin Ridgers2021-12-151-0/+1
* Include header files when generating solution.Per Larsson2021-12-141-1/+2
* Merged main.Per Larsson2021-12-1416-33/+225
|\
| * Do not block when trying to lock a lock file (POSIX)Martin Ridgers2021-12-021-1/+1
| * Remove a LockFile's lock on destructionMartin Ridgers2021-12-021-0/+6
| * CAS.cpp/h -> cas.cpp/h to keep Zen's file casing consistentMartin Ridgers2021-10-2912-11/+11
| * Alphebetical include orderMartin Ridgers2021-10-281-1/+1
| * LockFile implementation for LinuxMartin Ridgers2021-10-281-0/+22
| * Merged mainMartin Ridgers2021-10-282-0/+66
| |\
| * | Implemented filecas.cpp for POSIX platformsMartin Ridgers2021-10-251-2/+92
| * | open() flags were incorrect and it would not create new filesMartin Ridgers2021-10-251-1/+1
| * | Compile fixes due to std::fs::path's differing character typesMartin Ridgers2021-10-201-4/+7
| * | Fixed concrete Visitor to use the correct argument typesMartin Ridgers2021-10-201-2/+2
| * | Cross-platform argument to ZEN_DEBUG()Martin Ridgers2021-10-201-1/+1
| * | Use cross-platform ExtPathBuilder instead of ExtWideStrBuilderMartin Ridgers2021-10-182-6/+6
| * | Merged mainMartin Ridgers2021-10-161-7/+2
| |\ \
| * \ \ Merged mainMartin Ridgers2021-10-152-5/+5
| |\ \ \
| * | | | Implemented basicfile.cpp for POSIX platformsMartin Ridgers2021-10-141-0/+54
| * | | | std::fs::path cannot be forward declared.Martin Ridgers2021-10-131-3/+1
| * | | | Signed/unsigned comparison mismatchMartin Ridgers2021-10-131-1/+1
| * | | | 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
| * | | | 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
* | | | | Fixed bug in z$ service returning partial cache records and enable small obje...Per Larsson2021-12-145-12/+23
* | | | | Remove Cid to CAS chunk mapping after GC.Per Larsson2021-12-138-11/+166