aboutsummaryrefslogtreecommitdiff
path: root/zencore-test/zencore-test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add pre-commit config (#69)Joe Kirchoff2022-04-051-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
* It's not possible to compile out testsStefan Boberg2021-09-201-9/+11
| | | | 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.
* Added namespace scopes to more includes for better consistencyStefan Boberg2021-09-171-1/+1
|
* clang-format fixesStefan Boberg2021-09-161-1/+1
|
* Added explicit logging initialization to main() of standalone executables, ↵Stefan Boberg2021-09-151-1/+3
| | | | to make things work with the new default logger shadowing changes
* Adding zenservice codeStefan Boberg2021-05-111-0/+21