| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | moved source directories into `/src` (#264) | Stefan Boberg | 2023-05-02 | 1 | -467/+0 |
| | | | | | | | * moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees | ||||
| * | fix sentry report callstack (#256) | Dan Engelbrecht | 2023-04-25 | 1 | -51/+0 |
| | | | | | | | | * Include file, line and function in sentry log error messages * use sync direct error logger to get correct call stacks on error * changelog * use d1trimfile on windows to shorten file path on windows * constexpr -> consteval | ||||
| * | tweaks for enabling unity builds | Stefan Boberg | 2023-04-19 | 1 | -3/+3 |
| | | | | | | | | | | | mostly changes to make sure anonymous namespaces don't clash and a change to avoid windows headers from leaking into other compilation units unity builds are not yet enabled by default, but can be enabled by uncommenting this line in the root `xmake.lua` ``` --add_rules("c++.unity_build") ``` | ||||
| * | Use Iso8601 format for logging start and end message (#202) | Dan Engelbrecht | 2022-12-07 | 1 | -2/+3 |
| | | | | | * Use Iso8601 format for logging start and end message * changelog | ||||
| * | adjusted logging to be more in line with current config | Dan Engelbrecht | 2022-09-15 | 1 | -3/+7 |
| | | |||||
| * | enable json log file (#164) | Dan Engelbrecht | 2022-09-12 | 1 | -3/+154 |
| | | | | | | | * Include source location on ZEN_ERROR and ZEN_CRITICAL * Use proper logging for sentry init status * format file logger as json if .json extension is given * changelog | ||||
| * | Add sentry log sink to capture error/critical log statements (#147) | Dan Engelbrecht | 2022-08-26 | 1 | -6/+56 |
| | | | | | Attach log file to sentry error reports Log ERROR when std::terminate() is called | ||||
| * | Use "\\?\" prefixed paths and fix hardcoded path delimiters (#149) | Dan Engelbrecht | 2022-08-26 | 1 | -2/+8 |
| | | | | | | | * use "\\?\" prefix for windows paths * fix path delimiters * disable vcpkg caching * Workaround for spdlog not being able to create directories prefixed with `\\?\` | ||||
| * | Merged main. | Per Larsson | 2021-12-14 | 1 | -3/+5 |
| |\ | |||||
| | * | ToUtf8() -> PathToUtf8() as the latter is less ambiguous | Martin Ridgers | 2021-11-16 | 1 | -3/+3 |
| | | | |||||
| | * | Missing include | Martin Ridgers | 2021-11-02 | 1 | -0/+1 |
| | | | |||||
| | * | Fixed some assumptions that std::fs::path is a wchar_t under the hood | Martin Ridgers | 2021-11-01 | 1 | -3/+3 |
| | | | |||||
| | * | Everywhere else has had VT100 support since 1978 | Martin Ridgers | 2021-11-01 | 1 | -0/+2 |
| | | | |||||
| * | | log: improved log pattern for file log to make it easier to consume file ↵ | Stefan Boberg | 2021-11-03 | 1 | -1/+8 |
| | | | | | | | | | logs from servers | ||||
| * | | minor: comment edits | Stefan Boberg | 2021-10-18 | 1 | -2/+2 |
| |/ | |||||
| * | zencore: Enabled MSC warning 4668 to get warnings when preprocessor macros ↵ | Stefan Boberg | 2021-10-15 | 1 | -2/+3 |
| | | | | | | | | | are used without an explicit definition Also fixed up various code to compile with this, by using ZEN_THIRD_PARTY_INCLUDES_START/ZEN_THIRD_PARTY_INCLUDES_END macros Removed prewindows.h/postwindows.h since they are no longer to be used due to the above | ||||
| * | Only enable the MSVC debug output sink for sessions when the --debug mode is ↵ | Stefan Boberg | 2021-10-06 | 1 | -1/+1 |
| | | | | | | | enabled Previously it would always be enabled if an attached debugger was detected but it impacts performance quite severely so now it is opt-in | ||||
| * | Added option to specify path to logfile. | Per Larsson | 2021-10-06 | 1 | -1/+2 |
| | | |||||
| * | Added http_requests logger for (optionally) logging HTTP requests | Stefan Boberg | 2021-09-26 | 1 | -0/+12 |
| | | |||||
| * | Eliminated some redundant logger configuration | Stefan Boberg | 2021-09-17 | 1 | -2/+0 |
| | | |||||
| * | Changed file logging to use a rotating log strategy | Stefan Boberg | 2021-09-17 | 1 | -1/+18 |
| | | |||||
| * | clang-format | Stefan Boberg | 2021-09-17 | 1 | -1/+11 |
| | | |||||
| * | Moved zenserverprocess into zenutil/zenserverprocess.h | Stefan Boberg | 2021-09-17 | 1 | -0/+6 |
| | | |||||
| * | Tweaked logging to streamline access, and simplified setup code for new loggers | Stefan Boberg | 2021-09-15 | 1 | -6/+9 |
| | | |||||
| * | clang-format | Stefan Boberg | 2021-09-09 | 1 | -2/+2 |
| | | |||||
| * | Moved a bunch of logging code into zencore | Stefan Boberg | 2021-09-08 | 1 | -40/+26 |
| | | |||||
| * | Zen upstream support (#7) | Per Larsson | 2021-09-03 | 1 | -0/+4 |
| | | |||||
| * | Asynchronous upstream caching to Jupiter | Per Larsson | 2021-08-31 | 1 | -9/+55 |
| | | | | | Co-authored-by: Stefan Boberg <[email protected]> | ||||
| * | Added basic file logging | Stefan Boberg | 2021-08-27 | 1 | -0/+9 |
| | | |||||
| * | Adding zenservice code | Stefan Boberg | 2021-05-11 | 1 | -0/+204 |