| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | moved source directories into `/src` (#264) | Stefan Boberg | 2023-05-02 | 1 | -22/+0 |
| | | | | | | | * moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees | ||||
| * | oops: clang-format | Stefan Boberg | 2023-04-19 | 1 | -3/+3 |
| | | |||||
| * | put forcelink calls into ZEN_WITH_TESTS blocks | Stefan Boberg | 2023-04-19 | 1 | -0/+4 |
| | | |||||
| * | tweaks for enabling unity builds | Stefan Boberg | 2023-04-19 | 1 | -0/+1 |
| | | | | | | | | | | | 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") ``` | ||||
| * | Added preliminary CbPackageReader, for handling incremental compact binary ↵ | Stefan Boberg | 2021-09-28 | 1 | -1/+3 |
| | | | | | package streaming | ||||
| * | clang-format fixes | Stefan Boberg | 2021-09-16 | 1 | -2/+4 |
| | | |||||
| * | Hooked up zenhttp to the test framework so tests actually run as part of ↵ | Stefan Boberg | 2021-09-15 | 1 | -0/+13 |
| zenserver-test | |||||