Stiffstream / restinio

Cross-platform, efficient, customizable, and robust asynchronous HTTP(S)/WebSocket server C++ library with the right balance between performance and ease of use
Other
1.15k stars 93 forks source link

Code Quality Fixes #47

Closed ahmedyarub closed 5 years ago

ahmedyarub commented 5 years ago

I've fixed various warning reported by clang-tidy in the sample and test folders only. And added add_package() command for http-parser when RESTINIO_FIND_DEPS is enabled. Testes everything on Windows with Visual Studio and Linux with GCC 9.2.

eao197 commented 5 years ago

Thanks for your PR! I'll investigate it more carefully after the week-end.

eao197 commented 5 years ago

@ahmedyarub Thanks for your contribution! This PR is merged into 0.6-dev branch and will be merged into the master branch at v.0.6.0 release.