| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | clang-format | Stefan Boberg | 2022-02-02 | 1 | -1/+2 |
| | | |||||
| * | Fixed ZenServerEntry::*ListenPort compile errors | Martin Ridgers | 2022-01-27 | 1 | -2/+2 |
| | | |||||
| * | Don't sweep instance table in read-only mode | Stefan Boberg | 2021-09-17 | 1 | -1/+4 |
| | | |||||
| * | clang-format | Stefan Boberg | 2021-09-17 | 1 | -5/+6 |
| | | |||||
| * | Added namespace scopes to more includes for better consistency | Stefan Boberg | 2021-09-17 | 1 | -0/+4 |
| | | |||||
| * | Moved zenserverprocess into zenutil/zenserverprocess.h | Stefan Boberg | 2021-09-17 | 1 | -1/+1 |
| | | |||||
| * | Exposed session id in ZenServerState | Stefan Boberg | 2021-09-16 | 1 | -1/+19 |
| | | |||||
| * | Improved top/ps behaviour | Stefan Boberg | 2021-09-16 | 1 | -3/+7 |
| | | |||||
| * | Changed logging implementation | Stefan Boberg | 2021-09-15 | 1 | -5/+5 |
| | | | | | | | * Code should no longer directly `#include spdlog/spdlog.h`, instead use `#include <zencore/logging.h>` * Instead of explicit calls to `spdlog::info(...)` and such please use the logging macros defined in `zencore/logging.h`. I.e `ZEN_INFO`, `ZEN_DEBUG`, `ZEN_TRACE`, `ZEN_ERROR`, `ZEN_CRITITCAL` * The macros will pick up the "most local" logger via a `Log()` call to retrieve a logger instance. To override the default logger in a class please implement your own `Log()` function | ||||
| * | Changed direct includes of spdlog/spdlog.h into zencore/logging.h to make it ↵ | Stefan Boberg | 2021-09-15 | 1 | -1/+1 |
| | | | | | easier to tweak implementation | ||||
| * | Removed #pragma once from cpp files (copy pasta fail) | Stefan Boberg | 2021-09-03 | 1 | -2/+0 |
| | | |||||
| * | Basic implementation of zen top/ps (currently identical but won't be) ↵ | Stefan Boberg | 2021-08-09 | 1 | -0/+36 |
| | | | | | functionality | ||||
| * | Added stub code for 'top' command (no implementation yet - awaiting some ↵ | Stefan Boberg | 2021-06-18 | 1 | -0/+22 |
| vcpkg dependencies) | |||||