| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-01-02 | New year | Aokromes | |
| Say bye bye to every year changing dates | |||
| 2019-12-20 | Build: Updated Find Boost versions | vincent-michael | |
| 2019-11-09 | Core/DBLayer: Support using mysql 8 | Shauren | |
| (cherry picked from commit c3a9d56b56b665133707f587ecb1bd1c272f6911) | |||
| 2019-10-19 | 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. | |||
| 2019-04-19 | Buildsystem: Fix finding VS 2019 compiled boost libs | jackpoz | |
| 2019-01-18 | Build/Misc: Removed -DDEBUG from clang compile options | Shauren | |
| (cherry picked from commit b0609757d32cfe256794e354d13f98d5a4c97020) | |||
| 2019-01-01 | Happy New Year, folks. It's 2019! | Treeston | |
| 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-09-12 | Cmake: Update outdated string | Aokromes | |
| 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-03-20 | Buildsystem: Fixed finding openssl 1.1 libs | Shauren | |
| (cherry picked from commit 413cf257cd8d0fc306fea0dcfa1a630d73b539c8) | |||
| 2018-03-14 | Buildsystem: Separate strict database type checks from ↵ | Shauren | |
| TRINITY_DEBUG/WITH_COREDEBUG option | |||
| 2018-03-04 | Core/Crypto: Transitional Cryptography update for OpenSSL 1.1 (#21533) | 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-02-17 | 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. | |||
| 2018-01-01 | Update copyright note for 2018 | tkrokli | |
| Best wishes for the new year. | |||
| 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 | |||
| 2017-12-21 | Build: Export a default interface which doesn't hide symbols in unix ↵ | Naios | |
| automatically (cherry picked from commit db5d5a03be4829928bd20c7d40a6f576f0b86478) | |||
| 2017-12-21 | Build: fixed finding Boost 1.66 named libraries... somewhat | ariel- | |
| 2017-12-21 | Build: fix typo in FindBoost | ariel- | |
| 2017-12-21 | Build/Misc: added Boost 1.66 to FindBoost.cmake | ariel- | |
| 2017-12-17 | 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/ | |||
| 2017-12-17 | Build: Experimentally disable the /Zm workaround for MSVC | Naios | |
| 2017-12-17 | 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 | |||
| 2017-12-17 | 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 | |||
| 2017-12-17 | Build: Set the minimum required compiler version to GCC 6.3 | Naios | |
| * This is the current GCC version of debian 9 | |||
| 2017-12-13 | Buildsystem: Fixed windows pch build with ninja | Shauren | |
| (cherry picked from commit a6e46c1c2ef491cd4cce39be47445e9da194e84e) | |||
| 2017-11-25 | Dep/Jemalloc: Update to Jemalloc 5.0.1 | jackpoz | |
| 2017-09-10 | Build: Added 1.65.1 Boost version to FindBoost | vincent-michael | |
| 2017-08-29 | Build: Added 1.65 Boost version to FindBoost | vincent-michael | |
| http://www.boost.org/users/history/version_1_65_0.html (cherry picked from commit cc6ca733d8064e12c7b11590250a99f696bbf9c5) | |||
| 2017-06-27 | Buildsystem: Enforce Visual Studio 2015 Update 1 in CMake | Aokromes | |
| Even if it's for few days, it looks it's absolute minimum needed to compile 3.3.5a for now | |||
| 2017-06-22 | Buildsystem: Minor PCH building changes | Shauren | |
| * *PCH.cpp are now only compiled with MSVC, other compilers use custom helper commands to generate the precompiled header * Don't call the linker for pch helpertargets (cherry picked from commit 137f5e78877ef1b81f4dca68dd43268e325aeeed) | |||
| 2017-06-19 | Core: ported headers cleanup from master branch | ariel- | |
| 2017-05-17 | Update showoptions.cmake | Aokromes | |
| 2017-04-22 | Build: fix finding VS 2017 compiled boost libs | ariel- | |
| 2017-04-22 | Build: Added support for boost 1.64 | ariel- | |
| Build: Added 1.64 Boost version to FindBoost (cherry-picked from commit 5233caf0920689c7796f4147e5b7506343d707bb) Build: Fixed build with boost 1.64 (cherry-picked from commit a3dec5cb753410dba5c03c70343afd00b905e920) | |||
| 2017-03-31 | Core/ScriptReloadMgr: Fixed scripts hot swapping on OS X (#19365) | S.V | |
| 2017-02-09 | Tools: Enable tools compilation by default | Aokromes | |
| (the time diff is small and it will help starters, advanced users can disable it at any time on cmake guy/compilation script) | |||
| 2017-02-07 | Update FindOpenSSL.cmake | Aokromes | |
| 2017-01-24 | Build: Added 1.63 Boost version to FindBoost | Aokromes | |
| 2017-01-02 | Update Copyright notice for 2017 | tkrokli | |
| Happy new year! | |||
| 2016-10-03 | Build: Added 1.62 Boost version to FindBoost | ariel- | |
| 2016-09-11 | Update FindOpenSSL.cmake | Aokromes | |
| 2016-09-11 | Cmake: Clarify OpenSSL version required | Aokromes | |
| 2016-09-11 | Cmake: Added OpenSSL version required | Aokromes | |
| Cherry pick from 604a06eb36cad29bbf4603391d1bfce371b1529d | |||
| 2016-08-18 | Buildsystem/MSVC: Drop support to VS2013 | jackpoz | |
| Upgrade to VS2015 following the steps explained in the wiki | |||
| 2016-07-08 | Update FindBoost.cmake | Aokromes | |
| 2016-07-06 | Update options.cmake | Aokromes | |
| 2016-06-23 | Build: Throw a fatal error when the SCRIPTS variable isn't a valid option. | Naios | |
| * Catches issues early that are caused through a wrong configuration. (cherry picked from commit 2b97b32d810d105070124b1008723c756589c719) | |||
| 2016-05-14 | Build/GCC: Enforce version 4.7.2 | Vincent-Michael | |
| (cherry picked from commit ede8f0ca0a28d059c1356c6970ac87f53c72a424) | |||
