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-08-30Build: Enable more msvc standard conformance optionsShauren
2025-08-30Core/Misc: Fix revision_data.h and boost/predef preprocessor macro conflictShauren
2025-08-30Build: Remove -fpch-instantiate-templates detection, it is enabled by default...Shauren
2025-08-30Build: enable MSVC warning C5038 - member initialization order to get closer ...Ovahlord
2025-08-30Build: Disable -Wmissing-field-initializers for clang, it now mirrors unwante...Shauren
2025-08-30Build: Handle localized "Microsoft" name returned from Get-CimInstanceShauren
2025-08-30Build: Add more detailed windows release name to revision_data.h (#30310)Keramat Jokar
2025-08-30Build: Add WITH_WARNINGS_AS_ERRORS cmake option that turns compile warnings i...Shauren
2025-08-30Build: Automatically include WindowsSettings.manifest in all executables inst...Shauren
2025-08-30Core/Misc: CompilerDefs/GitRevision improvementsShauren
2025-05-11Build: Replace hardcoded mysql search paths with pattern based approachShauren
2025-05-11Build: Extract hardcoded list of mysql paths to shared cmake variableShauren
2025-04-13Build: Disable maybe-uninitialized warning for GCC that incorrectly triggers ...Shauren
2025-04-13Build: CMake cleanupShauren
2025-04-13Build: Decouple compiler specific settings from os settingsShauren
2025-04-13Build: Normalize executable locations in build directory for all platformsShauren
2025-04-13Build: Unify setting _BUILD_DIRECTIVE preprocessor macro for all compilersShauren
2025-04-13Build: Remove unneccessary /MP compile option when using ninjaShauren
2025-04-13Build: Silence cmake warning about newline in variableShauren
2025-04-13Build: Replaced deprecated exec_program with execute_processShauren
2025-04-13Build: Perform CMake check_cxx_source_compiles checks using the same C++ stan...Shauren
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