aboutsummaryrefslogtreecommitdiff
path: root/zenserver
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | GCC does not like CacheKey member being named the same as its typeMartin Ridgers2021-11-153-45/+45
| * | | | | | | | | | Merged mainMartin Ridgers2021-11-151-15/+35
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merged mainMartin Ridgers2021-11-158-197/+880
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Wrapped "upstream apply" in ZEN_WITH_COMPUTE_SERVICESMartin Ridgers2021-11-122-0/+11
| * | | | | | | | | | | | Merged mainMartin Ridgers2021-11-128-72/+1854
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Fixed dlopen/close() unresolved symbolsMartin Ridgers2021-11-121-0/+4
| * | | | | | | | | | | | | Merged mainMartin Ridgers2021-11-033-102/+125
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Missing includesMartin Ridgers2021-11-032-0/+4
| * | | | | | | | | | | | | | Add compute xmake option to zenserver/xmake.luaMartin Ridgers2021-11-031-0/+1
| * | | | | | | | | | | | | | Stubbed out zenserver.cpp:main() for non-Windows platformsMartin Ridgers2021-11-031-1/+2
| * | | | | | | | | | | | | | Broadened if-def ZEN_PLATFORM_WINDOWS in zenserver.cpp:main()Martin Ridgers2021-11-031-2/+3
| * | | | | | | | | | | | | | Removed if-def ZEN_PLATFORM_WINDOWS as its covered by WITH_COMPUTE nowMartin Ridgers2021-11-033-38/+15
| * | | | | | | | | | | | | | Wrapped /apply/ and /exec/ services in a ZEN_WITH_COMPUTE_SERVICES defineMartin Ridgers2021-11-035-1/+31
| * | | | | | | | | | | | | | Missing includeMartin Ridgers2021-11-021-0/+2
| * | | | | | | | | | | | | | if-def'd out Windows service handling code in zenserver.cppMartin Ridgers2021-11-021-0/+5
| * | | | | | | | | | | | | | Stubbed out Project Store's PipeConnection on POSIXMartin Ridgers2021-11-021-0/+17
| * | | | | | | | | | | | | | zen::GetCurrentProcessId() instead of _getpid()Martin Ridgers2021-11-021-1/+1
| * | | | | | | | | | | | | | Endpoints isn't of type endpoint so a reference can't be usedMartin Ridgers2021-11-021-1/+1
| * | | | | | | | | | | | | | Missing includeMartin Ridgers2021-11-021-0/+1
| * | | | | | | | | | | | | | Fixed unhandled switch cases errorMartin Ridgers2021-11-021-0/+3
| * | | | | | | | | | | | | | ZenCacheDiskLayer::DiscoverBuckets() was using wstring for pathsMartin Ridgers2021-11-021-3/+7
| * | | | | | | | | | | | | | CacheBucket::BuildPath() uses a PathBuilder instead of a WideStrBuilderMartin Ridgers2021-11-022-12/+12
| * | | | | | | | | | | | | | Unused variables fixMartin Ridgers2021-11-021-11/+14
| * | | | | | | | | | | | | | __debugbreak() -> ZEN_DEBUG_BREAK()Martin Ridgers2021-11-021-1/+1
| * | | | | | | | | | | | | | Merged mainMartin Ridgers2021-11-012-92/+116
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Removed unnecessary includeMartin Ridgers2021-11-011-1/+0
| * | | | | | | | | | | | | | | Fixed some assumptions that std::fs::path is a wchar_t under the hoodMartin Ridgers2021-11-011-3/+3
| * | | | | | | | | | | | | | | Everywhere else has had VT100 support since 1978Martin Ridgers2021-11-011-0/+2
| * | | | | | | | | | | | | | | CacheBucket is going to get defined else where in an upcoming mergeMartin Ridgers2021-11-011-3/+1
| * | | | | | | | | | | | | | | Unhandled switch(enum) cases warningMartin Ridgers2021-11-011-0/+3
| * | | | | | | | | | | | | | | Merged mainMartin Ridgers2021-11-011-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merged mainMartin Ridgers2021-11-019-40/+172
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Fixed up some assumptions that satd::fs::path uses wchar_tMartin Ridgers2021-11-012-5/+4
| * | | | | | | | | | | | | | | | | Removed unused variableMartin Ridgers2021-11-011-4/+0
| * | | | | | | | | | | | | | | | | Initialisation order warningsMartin Ridgers2021-11-011-2/+2
| * | | | | | | | | | | | | | | | | Signed/unsigned mismatchesMartin Ridgers2021-11-011-6/+6
| * | | | | | | | | | | | | | | | | Missing includeMartin Ridgers2021-11-011-0/+1
| * | | | | | | | | | | | | | | | | Unhandled switch case warningsMartin Ridgers2021-11-012-0/+9
| * | | | | | | | | | | | | | | | | Use ZEN_THIRD_PARTY macros instead of '#pragma warning'Martin Ridgers2021-11-011-3/+2
| * | | | | | | | | | | | | | | | | Stubbed out getenv lua config handlingMartin Ridgers2021-10-291-0/+5
| * | | | | | | | | | | | | | | | | Don't prompt for user input on POSIX when displaying helpMartin Ridgers2021-10-291-0/+5
| * | | | | | | | | | | | | | | | | Gave ZenCacheDiskLayer::CacheBucket a bodyMartin Ridgers2021-10-291-1/+3
| * | | | | | | | | | | | | | | | | If-def'd Basic and SandboxedJob classes temporarilyMartin Ridgers2021-10-291-0/+17
| * | | | | | | | | | | | | | | | | Fixed warnings about unhandled switch casesMartin Ridgers2021-10-292-0/+27
| * | | | | | | | | | | | | | | | | Marked DataHash as unusedMartin Ridgers2021-10-291-0/+4
| * | | | | | | | | | | | | | | | | If-def'd out Basic/SandboxedFuncJob classes and CreateProcess() callsMartin Ridgers2021-10-291-0/+10
| * | | | | | | | | | | | | | | | | Use THIRDPARTY_START/END instead of MSVC pragmasMartin Ridgers2021-10-291-3/+2
| * | | | | | | | | | | | | | | | | Missing includeMartin Ridgers2021-10-291-0/+1
| * | | | | | | | | | | | | | | | | CAS.cpp/h -> cas.cpp/h to keep Zen's file casing consistentMartin Ridgers2021-10-293-3/+3
| * | | | | | | | | | | | | | | | | if-def'd out Windows specific featuresMartin Ridgers2021-10-293-0/+12