| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | GCC does not like CacheKey member being named the same as its type | Martin Ridgers | 2021-11-15 | 3 | -45/+45 | |
| | * | | | | | | | | | | Merged main | Martin Ridgers | 2021-11-15 | 1 | -15/+35 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ | Merged main | Martin Ridgers | 2021-11-15 | 8 | -197/+880 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Wrapped "upstream apply" in ZEN_WITH_COMPUTE_SERVICES | Martin Ridgers | 2021-11-12 | 2 | -0/+11 | |
| | * | | | | | | | | | | | | Merged main | Martin Ridgers | 2021-11-12 | 8 | -72/+1854 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Fixed dlopen/close() unresolved symbols | Martin Ridgers | 2021-11-12 | 1 | -0/+4 | |
| | * | | | | | | | | | | | | | Merged main | Martin Ridgers | 2021-11-03 | 3 | -102/+125 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | Missing includes | Martin Ridgers | 2021-11-03 | 2 | -0/+4 | |
| | * | | | | | | | | | | | | | | Add compute xmake option to zenserver/xmake.lua | Martin Ridgers | 2021-11-03 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | Stubbed out zenserver.cpp:main() for non-Windows platforms | Martin Ridgers | 2021-11-03 | 1 | -1/+2 | |
| | * | | | | | | | | | | | | | | Broadened if-def ZEN_PLATFORM_WINDOWS in zenserver.cpp:main() | Martin Ridgers | 2021-11-03 | 1 | -2/+3 | |
| | * | | | | | | | | | | | | | | Removed if-def ZEN_PLATFORM_WINDOWS as its covered by WITH_COMPUTE now | Martin Ridgers | 2021-11-03 | 3 | -38/+15 | |
| | * | | | | | | | | | | | | | | Wrapped /apply/ and /exec/ services in a ZEN_WITH_COMPUTE_SERVICES define | Martin Ridgers | 2021-11-03 | 5 | -1/+31 | |
| | * | | | | | | | | | | | | | | Missing include | Martin Ridgers | 2021-11-02 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | | | if-def'd out Windows service handling code in zenserver.cpp | Martin Ridgers | 2021-11-02 | 1 | -0/+5 | |
| | * | | | | | | | | | | | | | | Stubbed out Project Store's PipeConnection on POSIX | Martin Ridgers | 2021-11-02 | 1 | -0/+17 | |
| | * | | | | | | | | | | | | | | zen::GetCurrentProcessId() instead of _getpid() | Martin Ridgers | 2021-11-02 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | Endpoints isn't of type endpoint so a reference can't be used | Martin Ridgers | 2021-11-02 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | Missing include | Martin Ridgers | 2021-11-02 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | Fixed unhandled switch cases error | Martin Ridgers | 2021-11-02 | 1 | -0/+3 | |
| | * | | | | | | | | | | | | | | ZenCacheDiskLayer::DiscoverBuckets() was using wstring for paths | Martin Ridgers | 2021-11-02 | 1 | -3/+7 | |
| | * | | | | | | | | | | | | | | CacheBucket::BuildPath() uses a PathBuilder instead of a WideStrBuilder | Martin Ridgers | 2021-11-02 | 2 | -12/+12 | |
| | * | | | | | | | | | | | | | | Unused variables fix | Martin Ridgers | 2021-11-02 | 1 | -11/+14 | |
| | * | | | | | | | | | | | | | | __debugbreak() -> ZEN_DEBUG_BREAK() | Martin Ridgers | 2021-11-02 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | Merged main | Martin Ridgers | 2021-11-01 | 2 | -92/+116 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | Removed unnecessary include | Martin Ridgers | 2021-11-01 | 1 | -1/+0 | |
| | * | | | | | | | | | | | | | | | Fixed some assumptions that std::fs::path is a wchar_t under the hood | Martin Ridgers | 2021-11-01 | 1 | -3/+3 | |
| | * | | | | | | | | | | | | | | | Everywhere else has had VT100 support since 1978 | Martin Ridgers | 2021-11-01 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | | | | CacheBucket is going to get defined else where in an upcoming merge | Martin Ridgers | 2021-11-01 | 1 | -3/+1 | |
| | * | | | | | | | | | | | | | | | Unhandled switch(enum) cases warning | Martin Ridgers | 2021-11-01 | 1 | -0/+3 | |
| | * | | | | | | | | | | | | | | | Merged main | Martin Ridgers | 2021-11-01 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merged main | Martin Ridgers | 2021-11-01 | 9 | -40/+172 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | Fixed up some assumptions that satd::fs::path uses wchar_t | Martin Ridgers | 2021-11-01 | 2 | -5/+4 | |
| | * | | | | | | | | | | | | | | | | | Removed unused variable | Martin Ridgers | 2021-11-01 | 1 | -4/+0 | |
| | * | | | | | | | | | | | | | | | | | Initialisation order warnings | Martin Ridgers | 2021-11-01 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | | Signed/unsigned mismatches | Martin Ridgers | 2021-11-01 | 1 | -6/+6 | |
| | * | | | | | | | | | | | | | | | | | Missing include | Martin Ridgers | 2021-11-01 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | | | | Unhandled switch case warnings | Martin Ridgers | 2021-11-01 | 2 | -0/+9 | |
| | * | | | | | | | | | | | | | | | | | Use ZEN_THIRD_PARTY macros instead of '#pragma warning' | Martin Ridgers | 2021-11-01 | 1 | -3/+2 | |
| | * | | | | | | | | | | | | | | | | | Stubbed out getenv lua config handling | Martin Ridgers | 2021-10-29 | 1 | -0/+5 | |
| | * | | | | | | | | | | | | | | | | | Don't prompt for user input on POSIX when displaying help | Martin Ridgers | 2021-10-29 | 1 | -0/+5 | |
| | * | | | | | | | | | | | | | | | | | Gave ZenCacheDiskLayer::CacheBucket a body | Martin Ridgers | 2021-10-29 | 1 | -1/+3 | |
| | * | | | | | | | | | | | | | | | | | If-def'd Basic and SandboxedJob classes temporarily | Martin Ridgers | 2021-10-29 | 1 | -0/+17 | |
| | * | | | | | | | | | | | | | | | | | Fixed warnings about unhandled switch cases | Martin Ridgers | 2021-10-29 | 2 | -0/+27 | |
| | * | | | | | | | | | | | | | | | | | Marked DataHash as unused | Martin Ridgers | 2021-10-29 | 1 | -0/+4 | |
| | * | | | | | | | | | | | | | | | | | If-def'd out Basic/SandboxedFuncJob classes and CreateProcess() calls | Martin Ridgers | 2021-10-29 | 1 | -0/+10 | |
| | * | | | | | | | | | | | | | | | | | Use THIRDPARTY_START/END instead of MSVC pragmas | Martin Ridgers | 2021-10-29 | 1 | -3/+2 | |
| | * | | | | | | | | | | | | | | | | | Missing include | Martin Ridgers | 2021-10-29 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | | | | CAS.cpp/h -> cas.cpp/h to keep Zen's file casing consistent | Martin Ridgers | 2021-10-29 | 3 | -3/+3 | |
| | * | | | | | | | | | | | | | | | | | if-def'd out Windows specific features | Martin Ridgers | 2021-10-29 | 3 | -0/+12 | |