aboutsummaryrefslogtreecommitdiff
path: root/zenutil
Commit message (Collapse)AuthorAgeFilesLines
...
* Changed direct includes of spdlog/spdlog.h into zencore/logging.h to make it ↵Stefan Boberg2021-09-152-2/+2
| | | | easier to tweak implementation
* clang-formatStefan Boberg2021-09-091-1/+1
|
* Log spawned process nameStefan Boberg2021-09-081-2/+2
|
* Adding ZenServerInstance::GetBaseUri()Stefan Boberg2021-09-082-0/+14
|
* Further xmake file cleanupStefan Boberg2021-09-071-0/+1
|
* Silence truncation warningStefan Boberg2021-09-041-1/+1
|
* xmake build files (experimental)Stefan Boberg2021-09-041-0/+5
|
* Cleaned up project configurationStefan Boberg2021-09-031-2/+9
| | | | zencore, zenutil and zenstore now declare their public include directories which ends up getting added to any dependent projects
* Extended ZenServerInstance life cycle managementStefan Boberg2021-08-092-9/+50
|
* Changed naming scheme for lifecycle events. Always create shutdown events ↵Stefan Boberg2021-08-091-1/+1
| | | | (not just in test scenarios)
* Added ZenServerInstance::AttachToRunningServerStefan Boberg2021-08-092-6/+37
|
* Added ZenServerState implementation, used to track and enumerate live Zen ↵Stefan Boberg2021-08-092-0/+290
| | | | server instances
* Added support for defining test/non-test server environmentsStefan Boberg2021-08-062-45/+131
|
* Repurposing test utility code to enable server control via zenStefan Boberg2021-08-064-0/+344