aboutsummaryrefslogtreecommitdiff
path: root/src/zenutil/zenserverprocess.cpp
Commit message (Collapse)AuthorAgeFilesLines
* added missing includes (#504)Stefan Boberg2023-10-271-0/+3
| | | | | this change adds some includes to files which "inherit" includes from elsewhere this was exposed on another branch when removing some heavy dependencies from central headers
* more cleanup from sb/protoStefan Boberg2023-10-201-0/+7
|
* fix zen server state mac mmap (#380)Dan Engelbrecht2023-08-311-1/+1
| | | | * use MAP_SHARED when initializing read only access of shared memory * changelog
* update vcpkg dependencies (#356)Dan Engelbrecht2023-08-111-1/+1
| | | | | | * bump vcpkg version * fmt lib 10 fixes * xmake dependencies (with linux workarounds) * changelog
* added ZenServerInstance::SpawnServerAndWait (#334)Stefan Boberg2023-06-161-4/+48
| | | | | this change adds `ZenServerInstance::SpawnServerAndWait()` which as the name implies spawns a server and then waits for the instance to reach a usable state before returning to the caller. It also changes the behaviour of `ZenServerInstance::AttachToRunningServer()` so it matches the Spawn behaviour wrt automatic termination on ZenServerInstance destruction. Previously it would always terminate the subprocess on exit.
* Remove ATL header usage (#306)Stefan Boberg2023-05-151-1/+0
| | | ATL has been used here and there as a convenience. Given that this is a legacy component and not always something which gets installed along with the compiler we hereby remove the dependency altogether in favour of our own simple wrappers
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-0/+677
* moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees