Unclaimed project
Are you a maintainer of drogon? Claim this project to take control of your public changelog and roadmap.
Changelog
Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows
Update FindFilesystem.cmake to check for GNU instead of GCC for CMAKE_CXX_COMPILER_ID.
Update README.
Chore(workflow/cmake.yml): upgrade macos runner.
Add emptiness check to the LogStream &operator<< with std::string_view.
Fix a bug in plugin Redirector.
Fix CMAKE issues mentioned in #2144 and a linking problem which manifest with gcc12.3 when building with shared libs.
Fix: Remove dependency on locales being installed on the system.