| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-01-01 | Misc: Deprecate mysql 5.6 | Aokromes | |
| (cherry picked from commit 0fa366cbda66b10584075286db348f0e5e6e8a32) | |||
| 2021-12-22 | Core: build on aarch64 with gcc (#24216) | daMaex | |
| * build on aarch64 with gcc * Core/aarch64: readability on preprocessor macro * Core/aarch64: TC C++ codestyle adjustment (cherry picked from commit ce449f6b5332ab466d935de0077bccfdde716d1b) | |||
| 2021-12-21 | Build: Enable and require c++17 (#23868) | Giacomo Pozzoni | |
| * Build: Enable and require c++17 * Build: Raise Visual Studio version from 2017 15.2 to 2017 15.9 * Build: Raise GCC version from 6.3.0 to 7.1.0 * Reduce branch differences * Fix build after latest merge * Cleanup after latest merge (cherry picked from commit 726d5e91b55d4742dcbd6b0a82d84788dbb117b7) | |||
| 2021-12-18 | Build/Misc: Add ASan CMake flag | jackpoz | |
| Allow to enable/disable Address Sanitizer in Clang and GCC from CMake flag "ASAN" of type Boolean. It can be enabled passing -DASAN=TRUE to CMake. (cherry picked from commit 580f40769c6c446284dd1f5738f67fb3ee802956) | |||
| 2021-10-01 | Build: Modernize readline finding script | Shauren | |
| 2021-10-01 | Build: Update FindOpenSSL.cmake and remove custom FindGit | Shauren | |
| (cherry picked from commit 77596dba67483c8050c3d3ea1c4299360fde6beb) | |||
| 2021-10-01 | Build: Check -Wno-deprecated-copy existence using check_cxx_source_compiles ↵ | Shauren | |
| instead of hardcoding clang version number | |||
| 2021-09-06 | Buildsystem: Separate strict database type checks from ↵ | Shauren | |
| TRINITY_DEBUG/WITH_COREDEBUG option (cherry picked from commit ddd60a948c432aaac1d9a9ff05c9cf22ada35813) | |||
| 2021-09-05 | Build: Fixed branch name displayed by appveyor binaries | Shauren | |
| 2021-08-31 | Build: Replace git describe with more script friendly alternative, git ↵ | Shauren | |
| rev-parse and git diff-index | |||
| 2021-08-08 | Core/Misc: Add PERFORMANCE_PROFILING CMake option | jackpoz | |
| Add a new CMake option called PERFORMANCE_PROFILING that should be used only when profiling the performance. This option is unsupported, do not report any issue happening when enabling this option. (cherry picked from commit db5c9867e2ffde3657f53bc155b474c5d46884dd) | |||
| 2021-02-15 | Dep/Jemalloc: Update to Jemalloc 5.0.1 | jackpoz | |
| (cherry picked from commit 92cd9bd70db460fdce4af0596cf9d8ee3c3abad5) | |||
| 2020-09-09 | Build: Fixed finding OpenSSL 1.1.1 installed from .msi packages instead of .exe | Shauren | |
| Closes #24664 (cherry picked from commit aba07047a05fc46e5904f3084b6351850188f9b4) | |||
| 2020-06-16 | CMake: Use target_precompile_headers instead of cotire with CMake >= 3.16.0 | Carbenium | |
| 2020-05-30 | Build system: Print found git version when warning about it being too old | Shauren | |
| 2020-05-21 | Core/Misc: GCC build and warning fixes | Shauren | |
| 2020-04-26 | Build system: Set -Wno-deprecated-copy only for clang 10 | Shauren | |
| 2020-04-26 | Core: Fix clang 10 warnings | Shauren | |
| 2020-04-16 | Build system: Support new in cmake 3.17 Ninja Multi-Config generator | Shauren | |
| 2020-04-05 | Build: Delete FindBoost.cmake and rely on the one that ships with cmake instead | Shauren | |
| 2020-04-04 | Require Visual Studio 2019 16.4 or greater (#24214) | Giacomo Pozzoni | |
| * CI/AppVeyor: Add appveyor.yml file * Build: Require Visual Studio 2019 16.4 or greater * CI/AppVeyor: Upgrade to VS2019 image * Update cmake error message * CI/AppVeyor: Fix appveyor VS 2019 configuration (cherry picked from commit 1df52da0b052654a9b42339fdd22028bfdbf9fc0) | |||
| 2020-01-02 | New Year | Aokromes | |
| 2019-11-08 | Core/Misc: Suppress openssl random generator uninitialized variable errors ↵ | Shauren | |
| under valgrind | |||
| 2019-11-01 | Core/DBLayer: Support using mysql 8 | Shauren | |
| 2019-01-01 | Update copyright note for 2019 | vincent-michael | |
| auto happy = new year(2019); | |||
| 2018-12-31 | Misc: Deprecate any mysql under 5.6 | Aokromes | |
| Mysql 5.5 is deprecated on few hours. 5.5 December 3, 2010; 8 years ago[50] 5.5.61 2018-07-27 December 2018 https://en.wikipedia.org/wiki/MySQL#Release_history closes #22874 | |||
| 2018-10-04 | Build: Added Boost version 1.68 to FindBoost | vincent-michael | |
| 2018-04-15 | Build: Added Boost version 1.67 to FindBoost | vincent-michael | |
| https://www.boost.org/users/history/version_1_67_0.html | |||
| 2018-04-02 | Core/Misc: Removed obsolete NO_CORE_FUNCS | Shauren | |
| 2018-03-16 | Build/Misc: Removed -DDEBUG from clang compile options | Shauren | |
| 2018-03-06 | Buildsystem: Fixed finding openssl 1.1 libs | Shauren | |
| 2018-03-04 | Core/Crypto: Transitional Cryptography update for OpenSSL 1.1 (#21534) | Warlockbugs | |
| Support for both OpenSSL 1.0 LTS and OpenSSL 1.1 versions. Many Linux distributions are still on 1.0 and will stay on LTS for quite some time. Port of CMaNGOS commit: https://github.com/cmangos/mangos-wotlk/commit/e1b0048f052eda46bb27d20224d0339960816ac2 | |||
| 2018-01-03 | Build: fixed finding Boost 1.66 named libraries... somewhat | ariel- | |
| 2018-01-03 | Build: fix typo in FindBoost | ariel- | |
| 2018-01-03 | Build/Misc: added Boost 1.66 to FindBoost.cmake | ariel- | |
| 2018-01-01 | Update copyright note for 2018 | vincent-michael | |
| auto happy = new year(2018); | |||
| 2017-12-23 | Build: Re-enable the /Zm workaround for MSVC (cotire version) | Naios | |
| * Thanks Spec for reporting this issue * See https://community.trinitycore.org/topic/120-compile-or-cmake-problems/?do=findComment&comment=83912 * Ref 697b4dbef20 (cherry picked from commit d3d003d69e91fb9b019a06b0402acebae5d6d250) | |||
| 2017-12-20 | Build: Export a default interface which doesn't hide symbols in unix ↵ | Naios | |
| automatically | |||
| 2017-12-20 | Build: Require Visual Studio 2017 or greater | Naios | |
| * See the deprecation notice at https://community.trinitycore.org/topic/13294-gcc-49-visual-studio-2015-end-of-life/ (cherry picked from commit b9b667f9253cb5c247cf3dd195710bf764f549d6) | |||
| 2017-12-20 | Build: Experimentally disable the /Zm workaround for MSVC | Naios | |
| (cherry picked from commit 697b4dbef20b5ceacd4c66f365b5ff71c62cb80c) | |||
| 2017-12-20 | Build: Use the cotire library for precompiled header handling | Naios | |
| * Required for handling flags inherited by linked projects correctly in the corresponding precompiled header. * Reduces the maintenance effort for precompiled headers (cherry picked from commit 92f96fc10e70b2d62cce832837477d958e2afbe3) | |||
| 2017-12-20 | Build: Use interface targets for inheriting flags and definitions | Naios | |
| * Remove the usage of global flags and definitions set through the CMAKE_CXX_FLAGS variable. * Use cmake target compile features for setting the CXX standard automatically. * Make C++14 globally available in the project * Closes #21033 (cherry picked from commit e60c1f84a7e13577a82046b02b214f9466d20a7c) | |||
| 2017-12-20 | Build: Set the minimum required compiler version to GCC 6.3 | Naios | |
| * This is the current GCC version of debian 9 (cherry picked from commit 5a9ccae3e1115d6fb1dcc287b1cb2d45779fd39b) | |||
| 2017-09-08 | Revert "Build/Boost: Added support for finding vs 15.3 libraries" | vincent-michael | |
| This reverts commit e6393a3f7c131f50d26b6649e1e163dbe3774e1a. | |||
| 2017-09-08 | Build/Boost: Added support for finding vs 15.3 libraries | vincent-michael | |
| 2017-09-08 | Build: Added 1.65.1 Boost version to FindBoost | vincent-michael | |
| 2017-08-22 | Build: Added 1.65 Boost version to FindBoost | vincent-michael | |
| http://www.boost.org/users/history/version_1_65_0.html | |||
| 2017-07-19 | Buildsystem: Fixed windows pch build with ninja | Shauren | |
| 2017-06-26 | Build: fix finding VS 2017 compiled boost libs | ariel- | |
| 2017-06-24 | Buildsystem: Fixed linking to both release and debug versions of openssl ↵ | Shauren | |
| libs on windows Closes #19941 | |||
