Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable use of system-wide asio, glm and rapidjson (#3172) | 2018-02-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | * Fixed building using system utf8proc * Fixed building using system portaudio * Allow using system-wide asio headers (1.11.0 or higher required). * Allow using system-wide glm headers * Allow using system-wide rapidjson headers | ||||
* | fix for clang 5 unused lambda capture errors (nw) | 2017-09-24 | 1 | -1/+1 | |
| | |||||
* | Refactor server_{ws,http}.hpp into separate interface and implementation. ↵ | 2017-08-06 | 1 | -0/+482 | |
(#2548) Refactor server_{ws,http}.hpp into separate interface and implementation headers. When shutting down the HTTP server, also explicitly stop the asio::io_context. |