| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | moved source directories into `/src` (#264) | Stefan Boberg | 2023-05-02 | 1 | -14/+0 |
| | | | | | | | * moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees | ||||
| * | 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 copyright headers to xmake.lua scripts | Martin Ridgers | 2022-01-20 | 1 | -0/+2 |
| | | |||||
| * | Include header files when generating solution. | Per Larsson | 2021-12-14 | 1 | -1/+2 |
| | | |||||
| * | Fixed http-parser linker error | Martin Ridgers | 2021-11-02 | 1 | -1/+4 |
| | | |||||
| * | asio HTTP implementation (#23) | Stefan Boberg | 2021-10-14 | 1 | -1/+1 |
| | | | | asio-based HTTP implementation | ||||
| * | Added beginnings of a uWS http front-end | Stefan Boberg | 2021-09-10 | 1 | -1/+1 |
| | | |||||
| * | Attempted to tweak option defaults, they still don't quite work the way I ↵ | Stefan Boberg | 2021-09-09 | 1 | -1/+2 |
| | | | | | would like but I'll submit it anyway | ||||
| * | Factored out http server related code into zenhttp module since it feels out ↵ | Stefan Boberg | 2021-09-09 | 1 | -0/+6 |
| of place in zencore | |||||