aboutsummaryrefslogtreecommitdiff
path: root/zenhttp/zenhttp.cpp
Commit message (Collapse)AuthorAgeFilesLines
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-22/+0
| | | | | | * moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees
* oops: clang-formatStefan Boberg2023-04-191-3/+3
|
* put forcelink calls into ZEN_WITH_TESTS blocksStefan Boberg2023-04-191-0/+4
|
* tweaks for enabling unity buildsStefan Boberg2023-04-191-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 Boberg2021-09-281-1/+3
| | | | package streaming
* clang-format fixesStefan Boberg2021-09-161-2/+4
|
* Hooked up zenhttp to the test framework so tests actually run as part of ↵Stefan Boberg2021-09-151-0/+13
zenserver-test