aboutsummaryrefslogtreecommitdiff
path: root/cmake/macros
AgeCommit message (Expand)Author
2023-01-01Build: Enable C++20Shauren
2022-09-06Build: Update required cmake version to 3.18Shauren
2022-09-06Core/Crypto: Remove support for OpenSSL 1.0Shauren
2022-07-19Build: Fixed finding mysql binary on first cmake runShauren
2022-06-20Build: Modernize mysql finding scriptShauren
2022-06-17Build: Improve automatic finding of libraries on macShauren
2022-06-10Dep: Support MySQL installations from vcpkg (#27780)vconcat
2022-05-03Build: Prioritize manually selected openssl location over default installed oneShauren
2022-05-03Core/Crypto: Switch away from most deprecated openssl functions and removed u...Shauren
2022-03-11Added from_hex for OpenSSL version parsing (#26730)Trulsrock
2022-03-11Build: Remove fine-grained CXX feature checksCarbenium
2022-03-05Core: whitespace cleanup, reduce double blank line to single (#25795)Kargatum
2022-02-04Core/Mysql: support MariaDB 10.5 (#25359)Kargatum
2022-01-06fixed indentation for cmake filesipriver
2022-01-01Build: Add support to MariaDB 10.4 on WindowsGiacomo Pozzoni
2022-01-01Misc: Deprecate mysql 5.6Aokromes
2021-12-21Build: Enable and require c++17 (#23868)Giacomo Pozzoni
2021-10-01Build: Modernize readline finding scriptShauren
2021-10-01Build: Update FindOpenSSL.cmake and remove custom FindGitShauren
2020-09-09Build: Fixed finding OpenSSL 1.1.1 installed from .msi packages instead of .exeShauren
2020-06-16CMake: Use target_precompile_headers instead of cotire with CMake >= 3.16.0Carbenium
2020-05-30Build system: Print found git version when warning about it being too oldShauren
2020-04-05Build: Delete FindBoost.cmake and rely on the one that ships with cmake insteadShauren
2020-01-02New YearAokromes
2019-11-01Core/DBLayer: Support using mysql 8Shauren
2019-01-01Update copyright note for 2019vincent-michael
2018-12-31Misc: Deprecate any mysql under 5.6Aokromes
2018-10-04Build: Added Boost version 1.68 to FindBoostvincent-michael
2018-04-15Build: Added Boost version 1.67 to FindBoostvincent-michael
2018-03-06Buildsystem: Fixed finding openssl 1.1 libsShauren
2018-03-04Core/Crypto: Transitional Cryptography update for OpenSSL 1.1 (#21534)Warlockbugs
2018-01-03Build: fixed finding Boost 1.66 named libraries... somewhatariel-
2018-01-03Build: fix typo in FindBoostariel-
2018-01-03Build/Misc: added Boost 1.66 to FindBoost.cmakeariel-
2018-01-01Update copyright note for 2018vincent-michael
2017-12-23Build: Re-enable the /Zm workaround for MSVC (cotire version)Naios
2017-12-20Build: Export a default interface which doesn't hide symbols in unix automati...Naios
2017-12-20Build: Use the cotire library for precompiled header handlingNaios
2017-12-20Build: Use interface targets for inheriting flags and definitionsNaios
2017-09-08Revert "Build/Boost: Added support for finding vs 15.3 libraries"vincent-michael
2017-09-08Build/Boost: Added support for finding vs 15.3 librariesvincent-michael
2017-09-08Build: Added 1.65.1 Boost version to FindBoostvincent-michael
2017-08-22Build: Added 1.65 Boost version to FindBoostvincent-michael
2017-07-19Buildsystem: Fixed windows pch build with ninjaShauren
2017-06-26Build: fix finding VS 2017 compiled boost libsariel-
2017-06-24Buildsystem: Fixed linking to both release and debug versions of openssl libs...Shauren
2017-06-08Buildsystem: Minor PCH building changesShauren
2017-04-20Build: Added 1.64 Boost version to FindBoostvincent-michael
2017-04-05Core/ScriptReloadMgr: Fixed scripts hot swapping on OS X (#19365)7.1.5/23420S.V
2017-02-05Update FindBoost.cmakeAokromes