Age | Commit message (Collapse) | Author |
|
* Core/Misc: fix double empty line
* worldserver.conf
(cherry picked from commit a32b6b8ac4c81128a56b282f20837fb085bdd9e7)
|
|
(cherry picked from commit 277b401df45879fa33345878be8864e3ba5aa8c3)
|
|
(cherry picked from commit a46d047f9466c6f16597755bb7c771a9d1a147f2)
|
|
MariaDB 10.4 (latest stable) is the only supported version.
(cherry picked from commit 7c91c423d05aabc18d5c36af9ecc2a9c5f49970d)
|
|
(cherry picked from commit 0fa366cbda66b10584075286db348f0e5e6e8a32)
|
|
* 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)
|
|
|
|
(cherry picked from commit 77596dba67483c8050c3d3ea1c4299360fde6beb)
|
|
Closes #24664
(cherry picked from commit aba07047a05fc46e5904f3084b6351850188f9b4)
|
|
|
|
|
|
|
|
|
|
|
|
auto happy = new year(2019);
|
|
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
|
|
|
|
https://www.boost.org/users/history/version_1_67_0.html
|
|
|
|
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
|
|
|
|
|
|
|
|
auto happy = new year(2018);
|
|
* 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)
|
|
automatically
|
|
* 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)
|
|
* 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)
|
|
This reverts commit e6393a3f7c131f50d26b6649e1e163dbe3774e1a.
|
|
|
|
|
|
http://www.boost.org/users/history/version_1_65_0.html
|
|
|
|
|
|
libs on windows
Closes #19941
|
|
* *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
|
|
Note: Currently no support for boost 1.64
|
|
|
|
(cherry picked from commit 9790cb5762ce46929f8a098976c8dd028d1488f3)
|
|
|
|
Happy new year
|
|
(cherry picked from commit 7906bdc15eeabba3b6ecd3faf9ee0fc30e39d101)
|
|
|
|
|
|
* I wasn't able to work arround a path which contains spaces,
since it seems like a CMake specific issue.
* Closes #16947
(cherry picked from commit 42eeb28a8b9c1f3ae2d667e4238e956a4a95bd6c)
|
|
* Closes #16951
(cherry picked from commit 81cee237758e5e83ae58efbb5bf7e6ca819dfe0e)
|
|
* Makes it possible to define the linkage for every module
* Move the ScriptPCH into the root directory
* Changes the SCRIPTS cmake variable to a string type:
-> -DSCRIPTS=0 is -DSCRIPTS="minimal-static" now
(builds commands and spells statically)
-> -DSCRIPTS=1 is -DSCRIPTS="static" now
(builds all modules statically)
-> -DSCRIPTS="dynamic"
(builds all modules dynamically)
-> Also the default value which is provided by the SCRIPTS
variable is overwriteable through the SCRIPTS_COMMANDS,
SCRIPTS_SPELLS... variable.
|
|
|
|
|
|
* Set the default option to hierarchical
* Add a new "hierarchical-folders" option which enables folders inside IDE's.
(cherry picked from commit bf773ccc417b47d01502c8151cea6188e33e16aa)
|