| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Fixed unused-lambda-capture compile errors | Martin Ridgers | 2022-01-10 | 1 | -3/+3 | |
| | * | Removed ZEN_UNUSED() statement that is unnecessary | Martin Ridgers | 2022-01-10 | 1 | -1/+0 | |
| | * | Compiler support for C++20's using-enum is wildly incomplete | Martin Ridgers | 2022-01-10 | 1 | -18/+10 | |
| | * | Unused lambda capture compile fixes | Martin Ridgers | 2022-01-10 | 2 | -11/+11 | |
| | * | Deleted two unused include statements | Martin Ridgers | 2022-01-10 | 1 | -2/+0 | |
| | * | Converted use of _format UDL to fmt::format | Martin Ridgers | 2022-01-10 | 12 | -86/+47 | |
| * | | Added option to disable Sentry crash handler. | Per Larsson | 2022-01-11 | 3 | -8/+19 | |
| |/ | ||||||
| * | Removed unused lambda captures | Martin Ridgers | 2022-01-07 | 1 | -2/+2 | |
| * | Support GC configuration from LUA. | Per Larsson | 2022-01-05 | 1 | -0/+19 | |
| * | Allow for "Values" member of structured cache records that is equivalent to "... | Zousar Shaker | 2022-01-04 | 1 | -0/+11 | |
| * | Removed upstream Zen default value(s) and trim empty url values. | Per Larsson | 2022-01-04 | 2 | -5/+10 | |
| * | Changed timestamp to atomic int64. | Per Larsson | 2022-01-03 | 2 | -29/+55 | |
| * | Added trace scopes. | Per Larsson | 2021-12-15 | 6 | -4/+81 | |
| * | Added preprocessing config file and removed Visual Studio files. | Per Larsson | 2021-12-15 | 4 | -326/+6 | |
| * | Initialisation order compile error | Martin Ridgers | 2021-12-15 | 1 | -1/+1 | |
| * | Commented out unused local variables | Martin Ridgers | 2021-12-15 | 1 | -2/+2 | |
| * | Paths are not wide-chars on non-Windows platforms | Martin Ridgers | 2021-12-15 | 1 | -2/+2 | |
| * | GCC has trouble parsing this sizeof expression without parentheses | Martin Ridgers | 2021-12-15 | 1 | -1/+1 | |
| * | Fixed "incomplete type" error. | Martin Ridgers | 2021-12-15 | 2 | -120/+120 | |
| * | Removed duplicate unguarded Windows include statement | Martin Ridgers | 2021-12-15 | 1 | -1/+0 | |
| * | Include header files when generating solution. | Per Larsson | 2021-12-14 | 1 | -0/+1 | |
| * | Merged main. | Per Larsson | 2021-12-14 | 28 | -342/+511 | |
| |\ | ||||||
| | * | Partial revert b363c5b | Joe Kirchoff | 2021-12-13 | 1 | -67/+13 | |
| | * | A 'long int' is larger on non-Windows causing narrowing warnings | Martin Ridgers | 2021-12-08 | 1 | -15/+23 | |
| | * | Merged main | Martin Ridgers | 2021-12-08 | 2 | -41/+89 | |
| | |\ | ||||||
| | * \ | Merged main | Martin Ridgers | 2021-12-08 | 6 | -24/+73 | |
| | |\ \ | ||||||
| | * | | | Removed the special-case path handling to make project tests pass | Martin Ridgers | 2021-11-29 | 1 | -12/+0 | |
| | * | | | Only Windows paths have drive letters | Martin Ridgers | 2021-11-29 | 1 | -0/+2 | |
| | * | | | Post-merge fixes | Martin Ridgers | 2021-11-29 | 2 | -23/+14 | |
| | * | | | Merged main | Martin Ridgers | 2021-11-29 | 3 | -142/+191 | |
| | |\ \ \ | ||||||
| | * | | | | Wait on an event instead of using sleep() | Martin Ridgers | 2021-11-26 | 1 | -4/+8 | |
| | * | | | | Merged main | Martin Ridgers | 2021-11-25 | 1 | -0/+4 | |
| | |\ \ \ \ | ||||||
| | * | | | | | Tests for NamedEvent | Martin Ridgers | 2021-11-24 | 1 | -0/+4 | |
| | * | | | | | Merged main | Martin Ridgers | 2021-11-22 | 9 | -77/+251 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | Initial integration of Trace from UE5 via the --zentrace=y xmake config | Martin Ridgers | 2021-11-18 | 3 | -0/+32 | |
| | * | | | | | | Set sentry database location to use Zen's GlobalOptions.DataDir | Martin Ridgers | 2021-11-17 | 1 | -0/+1 | |
| | * | | | | | | Merged main | Martin Ridgers | 2021-11-17 | 1 | -13/+55 | |
| | |\ \ \ \ \ \ | ||||||
| | * | | | | | | | Use syscalls to get user path as '~' is only an alias to shells | Martin Ridgers | 2021-11-17 | 1 | -1/+5 | |
| | * | | | | | | | Post-merge compile fixes | Martin Ridgers | 2021-11-17 | 1 | -1/+1 | |
| | * | | | | | | | Merged main | Martin Ridgers | 2021-11-17 | 7 | -77/+87 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Silenced version spam | Martin Ridgers | 2021-11-17 | 1 | -2/+1 | |
| | * | | | | | | | | Fixed use of undefined preprocessor macro | Martin Ridgers | 2021-11-17 | 1 | -1/+2 | |
| | * | | | | | | | | Compile fix | Martin Ridgers | 2021-11-17 | 1 | -1/+1 | |
| | * | | | | | | | | Merged main | Martin Ridgers | 2021-11-17 | 8 | -30/+87 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Hooked up zenserver:main() to ZenEntryPoint::Run() on POSIX | Martin Ridgers | 2021-11-16 | 1 | -4/+10 | |
| | * | | | | | | | | | Separated Windows service scaffolding and the zenserver main loop | Martin Ridgers | 2021-11-16 | 1 | -20/+45 | |
| | * | | | | | | | | | Merged main | Martin Ridgers | 2021-11-16 | 3 | -16/+157 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | ToUtf8() -> PathToUtf8() as the latter is less ambiguous | Martin Ridgers | 2021-11-16 | 3 | -7/+7 | |
| | * | | | | | | | | | | libcrypto links again libdl so the latter also needs careful handling in xmake | Martin Ridgers | 2021-11-15 | 1 | -4/+0 | |
| | * | | | | | | | | | | Fixed unused variable warnings | Martin Ridgers | 2021-11-15 | 1 | -2/+2 | |