aboutsummaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)Author
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
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-10Build: Set correct year in VER_LEGALCOPYRIGHT_STRShauren
2022-03-08CONF_DIR (#26360)Jan Van Buggenhout
2022-03-06CMake: Add WITH_BOOST_STACKTRACE option to use libbacktrace (#26119)Giacomo Pozzoni
2022-03-05Core: whitespace cleanup, reduce double blank line to single (#25795)Kargatum
2022-02-16Build: Partial support for clang-clShauren
2022-02-11Build: New CMake option -DBUILD_TIME_ANALYSIS=1 for clang (enables detailed c...Shauren
2022-02-11Build: Instantiate templates during PCH generation with clang 11+ (this shoul...Shauren
2022-02-04Core/Mysql: support MariaDB 10.5 (#25359)Kargatum
2022-02-04Common/Utilities: Centralize string -> T conversion in StringConvert.h (PR #2...Treeston
2022-02-04Build: Add Clang version guard to CMake (PR #25324)Treeston
2022-02-04Build/GCC: Raise required version to 8.3.0 (#25297)Giacomo Pozzoni
2022-01-28Build: Disable Visual Studio 2022 MSBuild resource manager to make compile ta...Shauren
2022-01-26Build: Enable /permissive- flag on msvcShauren
2022-01-24Core/Metric: Add new cmake option WITH_DETAILED_METRICS to enable more metric...Giacomo Pozzoni
2022-01-23Build: Add WITH_LD_GOLD option to use gold linker on unixCarbenium
2022-01-23dep: Add catch2 unit test framework and wire it upCarbenium
2022-01-23Core/Metric: Add more metrics about World::Update() loop (#25098)Giacomo Pozzoni
2022-01-23Build: Enable -Wimplicit-fallthrough on clang (#25056)Peter Keresztes Schmidt
2022-01-23Dep: Switch to boost process instead of old standalone versionShauren
2022-01-23Fix warnings related to Vector3::operator= and remove -Wno-deprecated-copy su...Shauren
2022-01-21Build: Enable some msvc warnings that are enabled for other compilersShauren
2022-01-06fixed indentation for cmake filesipriver
2022-01-06Additional cmake entry for configsipriver
2022-01-06removed legacy cmake libsdir entry (#24813)Max Drosdo.www
2022-01-04Improve multithreading of mmaps_generator (#25625)Giacomo Pozzoni
2022-01-01Build: Add support to MariaDB 10.4 on WindowsGiacomo Pozzoni
2022-01-01Misc: Deprecate mysql 5.6Aokromes
2021-12-22Core: build on aarch64 with gcc (#24216)daMaex
2021-12-21Build: Enable and require c++17 (#23868)Giacomo Pozzoni
2021-12-18Build/Misc: Add ASan CMake flagjackpoz
2021-10-01Build: Modernize readline finding scriptShauren
2021-10-01Build: Update FindOpenSSL.cmake and remove custom FindGitShauren
2021-10-01Build: Check -Wno-deprecated-copy existence using check_cxx_source_compiles i...Shauren
2021-09-06Buildsystem: Separate strict database type checks from TRINITY_DEBUG/WITH_COR...Shauren
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-08-08Core/Misc: Add PERFORMANCE_PROFILING CMake optionjackpoz