| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add catch2 support (#101) | Stefan Boberg | 2022-05-20 | 1 | -3/+2 |
| | | | | | | | | Added option to use catch2 for unit tests Currently both doctest and catch2 are supported via some compatibility macros. doctest is the default, and ZEN_USE_CATCH2 needs to be defined to switch to catch2. Our goal is to evaluate how well catch2 works and switch to catch2 if everything pans out since UE5 now supports using catch2 for unit tests. | ||||
| * | Add pre-commit config (#69) | Joe Kirchoff | 2022-04-05 | 1 | -0/+2 |
| | | | | | | | | * Add .pre-commit-config.yaml * format all using pre-commit clang-format hook * Add pre-commit to inject unreal header comment * Remove prepare_commit.bat & update CODING.md * Remove check-added-large-files, add headers before clang-format | ||||
| * | Fixed up compile errors if mimalloc use is disabled | Martin Ridgers | 2022-01-14 | 1 | -1/+5 |
| | | |||||
| * | Merged main. | Per Larsson | 2021-12-14 | 1 | -2/+8 |
| |\ | |||||
| | * | Only Windows-based terminals need VT100/ANSI support enabling | Martin Ridgers | 2021-12-02 | 1 | -0/+2 |
| | | | |||||
| | * | Missing return statement | Martin Ridgers | 2021-12-02 | 1 | -1/+5 |
| | | | |||||
| | * | Use StrCaseCompare() instead of Windows-only _stricmp() | Martin Ridgers | 2021-10-25 | 1 | -1/+1 |
| | | | |||||
| * | | zen: eliminated unused deploy command | Stefan Boberg | 2021-11-17 | 1 | -3/+0 |
| |/ | |||||
| * | zen: added print/printpackage subcommands to help in debugging or inspecting ↵ | Stefan Boberg | 2021-10-01 | 1 | -12/+17 |
| | | | | | CbObject data generally | ||||
| * | clang-format | Stefan Boberg | 2021-09-20 | 1 | -1/+1 |
| | | |||||
| * | trivial: include cleanup | Stefan Boberg | 2021-09-20 | 1 | -2/+1 |
| | | |||||
| * | It's not possible to compile out tests | Stefan Boberg | 2021-09-20 | 1 | -28/+28 |
| | | | | | Tests are now compiled in if `ZEN_WITH_TESTS=1`, and compiled out if not. Compiling tests out reduces the footprint of the resulting executables quite significantly. | ||||
| * | clang-format | Stefan Boberg | 2021-09-17 | 1 | -3/+2 |
| | | |||||
| * | Added namespace scopes to more includes for better consistency | Stefan Boberg | 2021-09-17 | 1 | -32/+18 |
| | | |||||
| * | Added explicit logging initialization to main() of standalone executables, ↵ | Stefan Boberg | 2021-09-15 | 1 | -0/+2 |
| | | | | | to make things work with the new default logger shadowing changes | ||||
| * | 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 | ||||
| * | added 'zen drop' command to drop cache buckets online | Stefan Boberg | 2021-08-17 | 1 | -0/+3 |
| | | | | | also cleaned up the server side implementation a bit | ||||
| * | Basic implementation of zen top/ps (currently identical but won't be) ↵ | Stefan Boberg | 2021-08-09 | 1 | -0/+2 |
| | | | | | functionality | ||||
| * | Added some new management commands | Stefan Boberg | 2021-08-07 | 1 | -9/+23 |
| | | |||||
| * | Added stub code for 'top' command (no implementation yet - awaiting some ↵ | Stefan Boberg | 2021-06-18 | 1 | -0/+3 |
| | | | | | vcpkg dependencies) | ||||
| * | Adding zenservice code | Stefan Boberg | 2021-05-11 | 1 | -0/+300 |