drogon/drogon_ctl/templates
Martin Chang 133e6dc2ef
Update C++ version detection logic (#993)
* Maintain compatibility with cmake generated from older drogon_ctl
 * Use user-defined C++ version when possible
 * C++ version detection no-longer depends on std::filesystem availability
 * Link against c++fs in DrogonConfig.cmake if on those versions of GCC
 * Allow DrogonConfig to use user-defined C++ version
2021-08-24 16:34:07 +08:00
..
cmake.csp Update C++ version detection logic (#993) 2021-08-24 16:34:07 +08:00
config.csp Add SSL_CONF_cmd support (#871) 2021-05-29 16:53:46 +08:00
demoMain.csp Remove 'using namespace drogon' from public headers 2019-02-02 13:45:40 +08:00
filter_cc.csp Change the callback type in Filters and AOP Advices to the r-reference type 2019-05-09 13:57:33 +08:00
filter_h.csp Change the callback type in Filters and AOP Advices to the r-reference type 2019-05-09 13:57:33 +08:00
gitignore.csp A few mini changes to Drogon CTL. (#795) 2021-04-11 11:51:48 +08:00
model_cc.csp A few mini changes to Drogon CTL. (#795) 2021-04-11 11:51:48 +08:00
model_h.csp Remove repeated class names on relationships from model generator. (#792) 2021-04-09 22:15:49 +08:00
model_json.csp Feature/orm convert method (#739) 2021-03-12 10:41:20 +08:00
plugin_cc.csp Change escapes from '{{}}' to '[[]]' in views 2019-04-25 14:36:42 +08:00
plugin_h.csp Change version to 0.9.33 2019-05-05 15:43:17 +08:00
restful_controller_base_cc.csp Modify some code styles (#298) 2019-11-21 11:27:47 +08:00
restful_controller_base_h.csp Modify some code styles (#298) 2019-11-21 11:27:47 +08:00
restful_controller_cc.csp Add the ability to create restful API controllers (#244) 2019-09-30 21:34:30 +08:00
restful_controller_custom_cc.csp Add the ability to create restful API controllers (#244) 2019-09-30 21:34:30 +08:00
restful_controller_custom_h.csp Add the ability to create restful API controllers (#244) 2019-09-30 21:34:30 +08:00
restful_controller_h.csp Add the ability to create restful API controllers (#244) 2019-09-30 21:34:30 +08:00
test_cmake.csp Fix some compatibility issues introduced by std::filesystem or boost::filesystem (#947) 2021-07-23 13:08:54 +08:00
test_main.csp Load ParseAndAddDrogonTests in DrogonConfig (#934) 2021-07-17 22:16:03 +08:00