aboutsummaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)Author
2025-09-06Dep/MySQL: Ignore MySQL Workbench installations when searching for mysql.exeShauren
2025-08-30Dep/MySQL: Remove hardcoded mariadb search locationsShauren
2025-08-30Dep/MySQL: Move required version checks to CMake, raise required version to 8...Shauren
2025-07-07Build: Enable more msvc standard conformance optionsShauren
2025-06-11Core/Misc: Fix revision_data.h and boost/predef preprocessor macro conflictShauren
2025-05-02Build: Remove -fpch-instantiate-templates detection, it is enabled by default...Shauren
2025-02-04Build: enable MSVC warning C5038 - member initialization order to get closer ...Ovahlord
2024-11-25Build: Disable -Wmissing-field-initializers for clang, it now mirrors unwante...Shauren
2024-10-04Build: Handle localized "Microsoft" name returned from Get-CimInstanceShauren
2024-10-04Build: Add more detailed windows release name to revision_data.h (#30310)Keramat Jokar
2024-09-20Build: Add WITH_WARNINGS_AS_ERRORS cmake option that turns compile warnings i...Shauren
2024-09-15Build: Automatically include WindowsSettings.manifest in all executables inst...Shauren
2024-09-03Core/Misc: CompilerDefs/GitRevision improvementsShauren
2024-08-20Build: Replace hardcoded mysql search paths with pattern based approachShauren
2024-08-20Build: Extract hardcoded list of mysql paths to shared cmake variableShauren
2024-07-20Build: Disable maybe-uninitialized warning for GCC that incorrectly triggers ...Shauren
2024-07-15Build: CMake cleanupShauren
2024-06-15Build: Decouple compiler specific settings from os settingsShauren
2024-06-15Build: Normalize executable locations in build directory for all platformsShauren
2024-06-15Build: Unify setting _BUILD_DIRECTIVE preprocessor macro for all compilersShauren
2024-06-01Build: Remove unneccessary /MP compile option when using ninjaShauren
2024-05-12Core/Cryptography: dropped support for OpenSSL 1.1Ovahlord
2024-04-10Build: Update required GCC version to 11.1Shauren
2024-03-27Build: Fix Linux aarch64 GCC build (#29831)lee
2024-03-11Core/Misc: Fixed windows nopch buildShauren
2024-03-01Build: Silence cmake warning about newline in variableShauren
2024-03-01Build: Replaced deprecated exec_program with execute_processShauren
2024-02-29Build: Perform CMake check_cxx_source_compiles checks using the same C++ stan...Shauren
2024-02-28Core/Misc: Allow formatting optionals with Trinity::StringFormatShauren
2024-02-25Build: Reuse PCH file between all script modulesShauren
2024-02-17Build: Improve ARM target detection in cmake (needed by MSVC)Shauren
2024-02-07CMake: added MySQL 8.3 to FindMySQL cmake macroOvahlord
2023-12-22CMake: added MySQL 8.2 to FindMySQL cmake macroOvahlord
2023-12-05Build: Fixed finding openssl 3.2 on windowsShauren
2023-12-01Core/Misc: Added windows version checks during startup to avoid confusion abo...Shauren
2023-10-29Build: Fixed msvc version checkShauren
2023-08-22Build: Support ASAN on msvcShauren
2023-08-07Dep: Support mysql 8.1 on windowsShauren
2023-07-30Build/GCC: Disable useless warningShauren
2023-07-25Build: Increase required msvc version slightlyShauren
2023-07-11Build: moved MSVC warning C5054 from warning level 4 to 3Ovahlord
2023-05-14Core/DBLayer: Relaxed restrictions on which Field class member function can b...Shauren
2023-04-10Build: Fixed copypaste mistake in appleclang version checkShauren
2023-04-10Core/Misc: Fix build with libc++Shauren
2023-02-03Build: Make genrev more resilient to invalid source code checkoutsShauren
2023-01-01Build: Enable C++20Shauren
2023-01-01Build: Update required compilers to current debian stable and VS 2022Shauren
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