| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | If open(O_CREAT) is used then a file mode must be given | Martin Ridgers | 2022-02-21 | 2 | -3/+3 |
| | | |||||
| * | Explicitly set access permissions so we're not affected by process' umask | Martin Ridgers | 2022-02-21 | 2 | -3/+15 |
| | | |||||
| * | Marked a few file descriptors to be closed on execute (POSIX) | Martin Ridgers | 2022-02-21 | 2 | -3/+3 |
| | | |||||
| * | Fixed unexpected abort() call when joining an unjoinable thread | Martin Ridgers | 2022-01-25 | 1 | -1/+4 |
| | | |||||
| * | Format fix. | Per Larsson | 2022-01-22 | 1 | -1/+2 |
| | | |||||
| * | Added copyright headers to xmake.lua scripts | Martin Ridgers | 2022-01-20 | 1 | -0/+2 |
| | | |||||
| * | Moved "concepts" include to zencore.h as toolchain support is spotty | Martin Ridgers | 2022-01-13 | 1 | -1/+0 |
| | | |||||
| * | Fixed fmt::format() undefined-user-type error | Martin Ridgers | 2022-01-10 | 1 | -1/+1 |
| | | |||||
| * | Converted use of _format UDL to fmt::format | Martin Ridgers | 2022-01-10 | 5 | -25/+13 |
| | | |||||
| * | Use Zen's Invocable to cover C++ libs that do not implement concepts | Martin Ridgers | 2022-01-07 | 2 | -3/+3 |
| | | |||||
| * | Apple Clang does not implement std::jthread | Martin Ridgers | 2022-01-07 | 2 | -2/+4 |
| | | |||||
| * | Missing override decoration | Martin Ridgers | 2022-01-07 | 1 | -1/+1 |
| | | |||||
| * | Missing includes | Martin Ridgers | 2022-01-07 | 1 | -0/+3 |
| | | |||||
| * | Moved forward declaration after all include statements | Martin Ridgers | 2022-01-07 | 1 | -4/+4 |
| | | |||||
| * | Enabled POSIX-compatible implementations on Mac | Martin Ridgers | 2022-01-07 | 2 | -12/+4 |
| | | |||||
| * | Missing include | Martin Ridgers | 2022-01-07 | 1 | -0/+1 |
| | | |||||
| * | Added trace scopes. | Per Larsson | 2021-12-15 | 1 | -0/+5 |
| | | |||||
| * | Added preprocessing config file and removed Visual Studio files. | Per Larsson | 2021-12-15 | 2 | -160/+0 |
| | | |||||
| * | Initialize CidStore to null. | Per Larsson | 2021-12-15 | 1 | -1/+1 |
| | | |||||
| * | Deleted unused statically-linked function | Martin Ridgers | 2021-12-15 | 1 | -2/+0 |
| | | |||||
| * | Paths are not wide on non-Windows so WideToUtf8() cannot be used | Martin Ridgers | 2021-12-15 | 1 | -5/+5 |
| | | |||||
| * | Corrected include statement case | Martin Ridgers | 2021-12-15 | 1 | -1/+1 |
| | | |||||
| * | std::fs::path cannot be forward declared | Martin Ridgers | 2021-12-15 | 1 | -3/+1 |
| | | | | | | On some implementations of the C++ standard library std::fs::path can be a typedef as a mechanismc to support different versions of the standard. | ||||
| * | Missing include | Martin Ridgers | 2021-12-15 | 1 | -0/+1 |
| | | |||||
| * | Include header files when generating solution. | Per Larsson | 2021-12-14 | 1 | -1/+2 |
| | | |||||
| * | Merged main. | Per Larsson | 2021-12-14 | 16 | -33/+225 |
| |\ | |||||
| | * | Do not block when trying to lock a lock file (POSIX) | Martin Ridgers | 2021-12-02 | 1 | -1/+1 |
| | | | |||||
| | * | Remove a LockFile's lock on destruction | Martin Ridgers | 2021-12-02 | 1 | -0/+6 |
| | | | |||||
| | * | CAS.cpp/h -> cas.cpp/h to keep Zen's file casing consistent | Martin Ridgers | 2021-10-29 | 12 | -11/+11 |
| | | | |||||
| | * | Alphebetical include order | Martin Ridgers | 2021-10-28 | 1 | -1/+1 |
| | | | |||||
| | * | LockFile implementation for Linux | Martin Ridgers | 2021-10-28 | 1 | -0/+22 |
| | | | |||||
| | * | Merged main | Martin Ridgers | 2021-10-28 | 2 | -0/+66 |
| | |\ | |||||
| | * | | Implemented filecas.cpp for POSIX platforms | Martin Ridgers | 2021-10-25 | 1 | -2/+92 |
| | | | | |||||
| | * | | open() flags were incorrect and it would not create new files | Martin Ridgers | 2021-10-25 | 1 | -1/+1 |
| | | | | |||||
| | * | | Compile fixes due to std::fs::path's differing character types | Martin Ridgers | 2021-10-20 | 1 | -4/+7 |
| | | | | |||||
| | * | | Fixed concrete Visitor to use the correct argument types | Martin Ridgers | 2021-10-20 | 1 | -2/+2 |
| | | | | |||||
| | * | | Cross-platform argument to ZEN_DEBUG() | Martin Ridgers | 2021-10-20 | 1 | -1/+1 |
| | | | | |||||
| | * | | Use cross-platform ExtPathBuilder instead of ExtWideStrBuilder | Martin Ridgers | 2021-10-18 | 2 | -6/+6 |
| | | | | |||||
| | * | | Merged main | Martin Ridgers | 2021-10-16 | 1 | -7/+2 |
| | |\ \ | |||||
| | * \ \ | Merged main | Martin Ridgers | 2021-10-15 | 2 | -5/+5 |
| | |\ \ \ | |||||
| | * | | | | Implemented basicfile.cpp for POSIX platforms | Martin Ridgers | 2021-10-14 | 1 | -0/+54 |
| | | | | | | |||||
| | * | | | | std::fs::path cannot be forward declared. | Martin Ridgers | 2021-10-13 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | libstdc++ uses has a std::fs::__cxx11::path which causes GCC to struggle with ambiguity. | ||||
| | * | | | | Signed/unsigned comparison mismatch | Martin Ridgers | 2021-10-13 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | 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 |
| | | | | | | |||||
| | * | | | | 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 |
| | | | | | | |||||
| * | | | | | Fixed bug in z$ service returning partial cache records and enable small ↵ | Per Larsson | 2021-12-14 | 5 | -12/+23 |
| | | | | | | | | | | | | | | | | | | | | | object GC by default. | ||||
| * | | | | | Remove Cid to CAS chunk mapping after GC. | Per Larsson | 2021-12-13 | 8 | -11/+166 |
| | | | | | | |||||