| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Changed direct includes of spdlog/spdlog.h into zencore/logging.h to make it ↵ | Stefan Boberg | 2021-09-15 | 2 | -2/+2 | |
| | | | | | easier to tweak implementation | |||||
| * | clang-format | Stefan Boberg | 2021-09-09 | 1 | -1/+1 | |
| | | ||||||
| * | Log spawned process name | Stefan Boberg | 2021-09-08 | 1 | -2/+2 | |
| | | ||||||
| * | Adding ZenServerInstance::GetBaseUri() | Stefan Boberg | 2021-09-08 | 2 | -0/+14 | |
| | | ||||||
| * | Further xmake file cleanup | Stefan Boberg | 2021-09-07 | 1 | -0/+1 | |
| | | ||||||
| * | Silence truncation warning | Stefan Boberg | 2021-09-04 | 1 | -1/+1 | |
| | | ||||||
| * | xmake build files (experimental) | Stefan Boberg | 2021-09-04 | 1 | -0/+5 | |
| | | ||||||
| * | Cleaned up project configuration | Stefan Boberg | 2021-09-03 | 1 | -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 management | Stefan Boberg | 2021-08-09 | 2 | -9/+50 | |
| | | ||||||
| * | Changed naming scheme for lifecycle events. Always create shutdown events ↵ | Stefan Boberg | 2021-08-09 | 1 | -1/+1 | |
| | | | | | (not just in test scenarios) | |||||
| * | Added ZenServerInstance::AttachToRunningServer | Stefan Boberg | 2021-08-09 | 2 | -6/+37 | |
| | | ||||||
| * | Added ZenServerState implementation, used to track and enumerate live Zen ↵ | Stefan Boberg | 2021-08-09 | 2 | -0/+290 | |
| | | | | | server instances | |||||
| * | Added support for defining test/non-test server environments | Stefan Boberg | 2021-08-06 | 2 | -45/+131 | |
| | | ||||||
| * | Repurposing test utility code to enable server control via zen | Stefan Boberg | 2021-08-06 | 4 | -0/+344 | |