aboutsummaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)Author
2024-06-02Build: Allow efsw to be built independently of WITH_DYNAMIC_LINKING option (#...Foe
2024-04-10Build: Update required GCC version to 11.1Shauren
2024-03-27Build: Fix Linux aarch64 GCC build (#29831)lee
2024-03-13Core/Misc: Fixed windows nopch buildShauren
2024-02-26Build: Reuse PCH file between all script modulesShauren
2024-02-26Build: Improve ARM target detection in cmake (needed by MSVC)Shauren
2024-02-26CMake: added MySQL 8.3 to FindMySQL cmake macroOvahlord
2024-02-26CMake: added MySQL 8.2 to FindMySQL cmake macroOvahlord
2024-02-26Build: Fixed msvc version checkShauren
2024-02-26Dep: Support mysql 8.1 on windowsShauren
2024-02-26Build/GCC: Disable useless warningShauren
2024-02-26Build: Increase required msvc version slightlyShauren
2024-02-26Build: moved MSVC warning C5054 from warning level 4 to 3Ovahlord
2024-02-26Build: Fixed copypaste mistake in appleclang version checkShauren
2024-02-26Core/Misc: Fix build with libc++Shauren
2024-02-26Build: Update required cmake version to 3.18Shauren
2024-02-26Build: Make genrev more resilient to invalid source code checkoutsShauren
2024-02-26Build: Fixed finding mysql binary on first cmake runShauren
2024-02-26Build: Modernize mysql finding scriptShauren
2024-02-26Build: Improve automatic finding of libraries on macShauren
2024-02-26Build: Partial support for clang-clShauren
2024-02-26Build: Enable some msvc warnings that are enabled for other compilersShauren
2023-12-05Build: Fixed finding openssl 3.2 on windowsShauren
2023-12-02Core/Misc: Added windows version checks during startup to avoid confusion abo...Shauren
2023-08-23Build: Support ASAN on msvcShauren
2023-08-15Core/DBLayer: Relaxed restrictions on which Field class member function can b...Shauren
2023-08-15Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2023-08-12Build: Enable C++20Shauren
2023-08-12Build: Update required compilers to current debian stable and VS 2022Shauren
2022-06-16Build: Prioritize manually selected openssl location over default installed oneShauren
2022-06-16Core/Crypto: Switch away from most deprecated openssl functions and removed u...Shauren
2022-04-05Dep: Support MySQL installations from vcpkg (#27780)vconcat
2021-10-06Build: Modernize readline finding scriptShauren
2021-09-22Build: Update FindOpenSSL.cmake and remove custom FindGitShauren
2021-09-05Build: Fixed branch name displayed by appveyor binariesShauren
2021-08-31Build: Replace git describe with more script friendly alternative, git rev-pa...Shauren
2021-07-21Added from_hex for OpenSSL version parsing (#26730)Trulsrock
2021-06-28Build: Remove fine-grained CXX feature checksCarbenium
2021-05-16Build: Set correct year in VER_LEGALCOPYRIGHT_STRShauren
2021-04-17CONF_DIR (#26360)Jan Van Buggenhout
2021-02-21CMake: Add WITH_BOOST_STACKTRACE option to use libbacktrace (#26119)Giacomo Pozzoni
2021-01-03Core: whitespace cleanup, reduce double blank line to single (#25795)Kargatum
2020-12-06Improve multithreading of mmaps_generator (#25625)Giacomo Pozzoni
2020-09-09Build: Fixed finding OpenSSL 1.1.1 installed from .msi packages instead of .exeShauren
2020-08-30Core/Mysql: support MariaDB 10.5 (#25359)Kargatum
2020-08-26Common/Utilities: Centralize string -> T conversion in StringConvert.h (PR #2...Treeston
2020-08-24Build: Add Clang version guard to CMake (PR #25324)Treeston
2020-08-21Build/GCC: Raise required version to 8.3.0 (#25297)Giacomo Pozzoni
2020-08-04Build: Enable /permissive- flag on msvcShauren
2020-07-27Core/Metric: Add new cmake option WITH_DETAILED_METRICS to enable more metric...Giacomo Pozzoni