drogon/lib/inc/drogon
Eyal Niv 1765223755
Fix CMAKE issues mentioned in #2144 and a linking problem which manifest with gcc12.3 when building with shared libs (#2208) (#2213)
* Respect find_package QUIET

* Add policy_max to cmake_minimum_required
Avoid deprecation warning introduced by cmake 3.31

* Add missing DROGON_EXPORT
2024-11-26 22:53:09 +08:00
..
plugins Add Hodor whitelists (#2154) 2024-09-19 09:56:11 +08:00
utils Fix some bugs in plugin PromExporter. (#2189) 2024-10-21 09:51:34 +08:00
Attribute.h Enable build/storage_class for cpplint (#1937) 2024-01-31 19:21:46 +08:00
CacheMap.h Feature: Integrate spdlog as logging backend (#1771) 2023-12-04 23:42:35 +08:00
Cookie.h Modernize cookies (#2112) 2024-08-08 22:23:28 +08:00
DrClassMap.h Use clang-format-17 (#1931) 2024-01-30 09:57:58 +08:00
DrObject.h Use the constexpr if instead of std::enable_if (#1843) 2023-11-15 11:22:14 +08:00
DrTemplate.h Drop cpp14 build (#1740) 2023-08-23 11:49:55 +08:00
DrTemplateBase.h Add exports macro to allow Shared Library with hidden symbols by default (e.g. Windows) (#745) 2021-04-09 10:17:28 +08:00
HttpAppFramework.h Feature: TcpServer hot reload SSL file (#2150) 2024-09-10 11:38:56 +08:00
HttpBinder.h Support request stream (#2055) 2024-07-03 11:31:39 +08:00
HttpClient.h Add requestsBufferSize function (#2124) 2024-08-14 11:15:33 +08:00
HttpController.h Support per-method middlewares. (#2015) 2024-05-10 10:59:32 +08:00
HttpFilter.h Support per-method middlewares. (#2015) 2024-05-10 10:59:32 +08:00
HttpMiddleware.h Support per-method middlewares. (#2015) 2024-05-10 10:59:32 +08:00
HttpRequest.h Add check the client connection status (#2191) 2024-10-25 16:08:03 +08:00
HttpResponse.h Alias the safe hashmap template (#1947) 2024-02-04 23:13:01 +08:00
HttpSimpleController.h Support per-method middlewares. (#2015) 2024-05-10 10:59:32 +08:00
HttpTypes.h Enhancement: extend drogon::ContentType for file handling (#1921) 2024-02-09 15:30:50 +08:00
HttpViewData.h Enable build/storage_class for cpplint (#1937) 2024-01-31 19:21:46 +08:00
IOThreadStorage.h GitHub Action to find typos in the codebase using codespell (#1876) 2023-12-09 13:48:24 +08:00
IntranetIpFilter.h Enable readability/inheritance for cpplint (#1934) 2024-01-31 11:21:18 +08:00
LocalHostFilter.h Drop cpp14 build (#1740) 2023-08-23 11:49:55 +08:00
MultiPart.h Allow `MultiPartParser` to be movable (#2107) 2024-07-23 11:52:52 +03:00
NotFound.h Drop cpp14 build (#1740) 2023-08-23 11:49:55 +08:00
PubSubService.h GitHub Action to find typos in the codebase using codespell (#1876) 2023-12-09 13:48:24 +08:00
RateLimiter.h Drop cpp14 build (#1740) 2023-08-23 11:49:55 +08:00
RequestStream.h Fix CMAKE issues mentioned in #2144 and a linking problem which manifest with gcc12.3 when building with shared libs (#2208) (#2213) 2024-11-26 22:53:09 +08:00
Session.h GitHub Action to find typos in the codebase using codespell (#1876) 2023-12-09 13:48:24 +08:00
UploadFile.h Feature: Integrate spdlog as logging backend (#1771) 2023-12-04 23:42:35 +08:00
WebSocketClient.h add client cert support for websocket (#1967) 2024-03-04 16:50:33 +08:00
WebSocketConnection.h Add JSON send overloads for WebSocket connections (#1970) 2024-04-02 15:41:47 +08:00
WebSocketController.h Add regex support for websocket controller (#1779) 2024-06-04 11:27:00 +08:00
drogon.h Add a plugin for prometheus (#1632) 2023-09-04 10:16:44 +08:00
drogon_callbacks.h Support per-method middlewares. (#2015) 2024-05-10 10:59:32 +08:00
drogon_test.h Simplify drogon test with c++17 (#1862) 2023-11-24 18:17:30 +08:00