| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The sleep() means it can take up to "update_interval * 2" (currently 10 seconds) to shutdown the thread. Not only is it desirable that binaries exit cleanly as quickly as possible, units tests were taking a considerable amount of time to run due to the sleep. | ||||
| | * | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without doing this, Sentry will create a .sentry-native folder directory in the current working folder of whereever zenserver's launched from | ||||
| | * | | | | | | 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 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | 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 |
| | | | | | | | | | | | | | | | | |||||