aboutsummaryrefslogtreecommitdiff
path: root/zenserver
Commit message (Collapse)AuthorAgeFilesLines
* Removed duplicate unguarded Windows include statementMartin Ridgers2021-12-151-1/+0
|
* Include header files when generating solution.Per Larsson2021-12-141-0/+1
|
* Merged main.Per Larsson2021-12-1428-342/+511
|\
| * Partial revert b363c5bJoe Kirchoff2021-12-131-67/+13
| |
| * A 'long int' is larger on non-Windows causing narrowing warningsMartin Ridgers2021-12-081-15/+23
| |
| * Merged mainMartin Ridgers2021-12-082-41/+89
| |\
| * \ Merged mainMartin Ridgers2021-12-086-24/+73
| |\ \
| * | | Removed the special-case path handling to make project tests passMartin Ridgers2021-11-291-12/+0
| | | |
| * | | Only Windows paths have drive lettersMartin Ridgers2021-11-291-0/+2
| | | |
| * | | Post-merge fixesMartin Ridgers2021-11-292-23/+14
| | | |
| * | | Merged mainMartin Ridgers2021-11-293-142/+191
| |\ \ \
| * | | | Wait on an event instead of using sleep()Martin Ridgers2021-11-261-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 mainMartin Ridgers2021-11-251-0/+4
| |\ \ \ \
| * | | | | Tests for NamedEventMartin Ridgers2021-11-241-0/+4
| | | | | |
| * | | | | Merged mainMartin Ridgers2021-11-229-77/+251
| |\ \ \ \ \
| * | | | | | Initial integration of Trace from UE5 via the --zentrace=y xmake configMartin Ridgers2021-11-183-0/+32
| | | | | | |
| * | | | | | Set sentry database location to use Zen's GlobalOptions.DataDirMartin Ridgers2021-11-171-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 mainMartin Ridgers2021-11-171-13/+55
| |\ \ \ \ \ \
| * | | | | | | Use syscalls to get user path as '~' is only an alias to shellsMartin Ridgers2021-11-171-1/+5
| | | | | | | |
| * | | | | | | Post-merge compile fixesMartin Ridgers2021-11-171-1/+1
| | | | | | | |
| * | | | | | | Merged mainMartin Ridgers2021-11-177-77/+87
| |\ \ \ \ \ \ \
| * | | | | | | | Silenced version spamMartin Ridgers2021-11-171-2/+1
| | | | | | | | |
| * | | | | | | | Fixed use of undefined preprocessor macroMartin Ridgers2021-11-171-1/+2
| | | | | | | | |
| * | | | | | | | Compile fixMartin Ridgers2021-11-171-1/+1
| | | | | | | | |
| * | | | | | | | Merged mainMartin Ridgers2021-11-178-30/+87
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Hooked up zenserver:main() to ZenEntryPoint::Run() on POSIXMartin Ridgers2021-11-161-4/+10
| | | | | | | | | |
| * | | | | | | | | Separated Windows service scaffolding and the zenserver main loopMartin Ridgers2021-11-161-20/+45
| | | | | | | | | |
| * | | | | | | | | Merged mainMartin Ridgers2021-11-163-16/+157
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | ToUtf8() -> PathToUtf8() as the latter is less ambiguousMartin Ridgers2021-11-163-7/+7
| | | | | | | | | | |
| * | | | | | | | | | libcrypto links again libdl so the latter also needs careful handling in xmakeMartin Ridgers2021-11-151-4/+0
| | | | | | | | | | |
| * | | | | | | | | | Fixed unused variable warningsMartin Ridgers2021-11-151-2/+2
| | | | | | | | | | |
| * | | | | | | | | | 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
| | | | | | | | | | | | | | |