aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | 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-0113-51/+190
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | 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-012-6/+4
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | 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-292-5/+5
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Missing includeMartin Ridgers2021-10-291-0/+1
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | CAS.cpp/h -> cas.cpp/h to keep Zen's file casing consistentMartin Ridgers2021-10-2915-14/+14
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Disabled SpawnServer() on POSIX for time beingMartin Ridgers2021-10-291-0/+4
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | if-def'd out Windows specific featuresMartin Ridgers2021-10-293-0/+12
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Fixed up Windows-specific include statementsMartin Ridgers2021-10-296-15/+29
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | GCC doesn't like whitespace after a \ in a raw string literalMartin Ridgers2021-10-291-1/+1
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Use THIRDPARTY_START/END instead of MSVC-specific #pragmaMartin Ridgers2021-10-292-4/+6
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Misplaced #pragma onceMartin Ridgers2021-10-291-2/+0
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Missing includeMartin Ridgers2021-10-291-0/+1
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Implemented ZenServerState's shared memory layer for POSIXMartin Ridgers2021-10-291-24/+71
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Use zen::GetCurrentProcessId() instead of MS' _getpid()Martin Ridgers2021-10-291-1/+1
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Fixed std::memory_order compile errorsMartin Ridgers2021-10-293-6/+6
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Tweaked README.md on how to used the --mode=config xmake optionMartin Ridgers2021-10-291-5/+7
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Alphebetical include orderMartin Ridgers2021-10-281-1/+1
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | LockFile implementation for LinuxMartin Ridgers2021-10-281-0/+22
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Merged mainMartin Ridgers2021-10-285-15/+145
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merged mainMartin Ridgers2021-10-261-1/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | 'return std::move(local_object)' prevents copy elisionMartin Ridgers2021-10-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Removed unnecessary includeMartin Ridgers2021-10-252-3/+0
| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Missing includeMartin Ridgers2021-10-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Prevent GetObject from being defined as a macro by Windows.hMartin Ridgers2021-10-253-0/+7
| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Define the cut-down Windows defines via zencore.h tooMartin Ridgers2021-10-251-0/+9
| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Define NOMINMAX and WIN32_MEAN_AND_LEAN via xmake.lua tooMartin Ridgers2021-10-252-1/+5
| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Missing include for std::min/maxMartin Ridgers2021-10-251-0/+2
| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Fixed unused-variable warningMartin Ridgers2021-10-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Removed unused includeMartin Ridgers2021-10-251-2/+0
| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Fixed narrowing warningMartin Ridgers2021-10-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Reanbled unused-parameters/variables warnings on LinuxMartin Ridgers2021-10-251-2/+0
| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Added ScanFile() and ReadFile() testsMartin Ridgers2021-10-251-0/+10
| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Included a sketch of how CloneFile() could be on LinuxMartin Ridgers2021-10-251-1/+32
| | | | | | | | | | | | | | | | | | | | | | |