| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-01-15 | Build: Added 1.63 Boost version to FindBoost | vincent-michael | |
| 2017-01-02 | Revert "Build/Clang: Suppress -Wexpansion-to-defined because of rapidjson dep" | Shauren | |
| This reverts commit 467e49c1fa3c13d0e574bc15c80e96fa1c560958. | |||
| 2017-01-01 | Update copyright note for 2017 | vincent-michael | |
| Happy new year | |||
| 2016-12-30 | Build/Clang: Suppress -Wexpansion-to-defined because of rapidjson dep | DDuarte | |
| https://travis-ci.org/TrinityCore/TrinityCore/builds/187588737#L985-L995 | |||
| 2016-10-03 | Build: Added 1.62 Boost version to FindBoost | ariel- | |
| (cherry picked from commit 7906bdc15eeabba3b6ecd3faf9ee0fc30e39d101) | |||
| 2016-09-09 | Cmake: Added OpenSSL version required | Vincent-Michael | |
| 2016-08-18 | Buildsystem: Enforce Visual Studio 2015 Update 3 in CMake | Shauren | |
| 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. | |||
| 2016-05-13 | Build/GCC: Enforce version 4.7.2 | Vincent-Michael | |
| 2016-05-13 | Build: Added 1.61 Boost version to FindBoost | Vincent-Michael | |
| 2016-04-14 | Core/Scripting: Disallow the build directory to contain spaces | Naios | |
| * 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) | |||
| 2016-04-12 | Core/Build: Workarround for different path handling in CMake < 3.2 | Naios | |
| * Closes #16951 (cherry picked from commit 81cee237758e5e83ae58efbb5bf7e6ca819dfe0e) | |||
| 2016-04-11 | Core/Scripts: Split script subdirectories into independent modules | Naios | |
| * 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. | |||
| 2016-04-09 | oops, pushed too soon (now with proper msbuild check) | Shauren | |
| 2016-04-09 | Buildsystem: Improved logic for _BUILD_DIRECTIVE in msvc builds | Shauren | |
| 2016-04-05 | Buildsystem: Initial changes to support building with vs clang toolset | Shauren | |
| 2016-03-31 | Travis: Fixed git version info output | Shauren | |
| 2016-03-24 | Core/Build: Enable /bigobj for most MSVC builds. | Naios | |
| * exluding 32 bit when dyynamic linking is disabled. | |||
| 2016-03-24 | Core/Build: Add the possibility to link libraries dynamically. | Naios | |
| * makes it possible to access exported singletons from other shared lib's. * reduces binary size | |||
| 2016-03-22 | Buildsystem: Removed unneeded FindZMQ script | Shauren | |
| 2016-03-19 | CMake: Fix detection of AppleClang | Naios | |
| * Since CMake 3.0 CMAKE_<LANG>_COMPILER_ID is set to "AppleClang" (cherry picked from commit 174efd0b6b04b243b58bc533999ad2d7b45f383d) | |||
| 2016-03-19 | CMake: Disable incremental linking in msvc debug builds | Naios | |
| * Requested by Shauren (cherry picked from commit fbc23c0713e98cb16d601c64e2e3e2a7716d2ab8) | |||
| 2016-03-19 | CMake: Remove the workaround for source groups below CMake 2.8.12 | Naios | |
| * Set the default option to hierarchical * Add a new "hierarchical-folders" option which enables folders inside IDE's. (cherry picked from commit bf773ccc417b47d01502c8151cea6188e33e16aa) | |||
| 2016-03-19 | CMake: Use inherited dependencies in common and tools | Naios | |
| (cherry picked from commit abda7a910a760687f9c1b9e0893314e04982c0f1) | |||
| 2016-03-19 | CMake: Add inherited include directories and definitions to precompiled headers | Naios | |
| (cherry picked from commit 2413a82b9343178b613bc6309125eecec8aa9123) | |||
| 2016-03-19 | CMake: Provide proper interface targets from dependencies | Naios | |
| * to make use of cmakes inherited link dependencies which imports all include directories/ definitions from the link library (cherry picked from commit 1a572d242593124f986d3ed08710b96a142a6763) | |||
| 2016-02-22 | CMake: Add the possibility to pass an arbitrary count of targets to add_cxx_pch. | Naios | |
| * A PCH is still generated for every target which was passed to the macro * Resolves naming conflicts when using the same PCH header from multiple projects * Ref #15671 (cherry picked from commit a974574d6e810799298e82776ccd85be0ae6d4d5) | |||
| 2016-01-21 | Buildsystem: Try picking up zmq lib for VS 2013 if using VS 2015 | Shauren | |
| 2016-01-20 | Build/Misc: Clarify the meaning of one setting | Aokromes | |
| (cherry picked from commit 6861deaae261eba6c779be482e834b31ceda27fe) | |||
| 2016-01-14 | Buildsystem: Updated required boost version | Shauren | |
| 2016-01-01 | Update copyright note for 2016 | Vincent-Michael | |
| Happy new year (Again new year with idiots ...) | |||
| 2015-12-22 | Build: Added 1.60 Boost version to FindBoost | Vincent-Michael | |
| 2015-12-19 | Revert "Build/Clang: Suppress unused-local-typedefs warning." | Gacko | |
| This reverts commit 27bb569368363546e3690474320e54266b6d8071 and 98e7ab44615af90d477b845802da04f4f6c4d6cf. | |||
| 2015-11-15 | Build/Clang: Suppress unused-local-typedefs warning only for Clang 3.6.0+. | Gacko | |
| 2015-11-15 | Build/Clang: Suppress unused-local-typedefs warning. | Gacko | |
| 2015-11-12 | Buildsystem: Fixed building on windows 10 with cmake 3.4 | Shauren | |
| 2015-10-17 | Core/Build: Never overwrite the msvc cxx flags in the cache | Naios | |
| * Setting all compiler flags in the cache led to circular bloating of msvc cxx parameters (was visible in console) which caused MSVC to rebuild the whole solution even on a small CMake change. It's not neccessary anyway to set the cxx parameters to the cache to take effect. * I'm not sure if the workarround is still needed for MSVC 12+. * Cleaning the CMake cache is recommended! * ref #15671 | |||
| 2015-08-30 | Core/Players: Implemented serverside validation of reserved/profane names | Shauren | |
| Closes #15357 New library dependency: Boost.Regex | |||
| 2015-08-16 | Core/Build: Removed obsolete SystemConfig.h and made genrev be part of ↵ | StormBytePP | |
| shared library, which allows cache hits to happen more likely (cherry picked from commit 94f69fb1bcef103392ca27074ebb31ef2ebd27fb) | |||
| 2015-08-15 | Build: Add 1.59 Boost version to FindBoost | DDuarte | |
| 2015-08-15 | Buildsystem: Fix Boost not found targeting VS2015 with pre-built binaries | jackpoz | |
| Fix Boost libraries not being found by CMake when targeting Visual Studio 2015 with Boost installed using the binaries. Fixes #15277 (cherry picked from commit ca940548bfbeff585983aa537da036f75d3f0f7b) | |||
| 2015-08-07 | Buildsystem/MSVC: Added missed change | Shauren | |
| 2015-08-07 | Buildsystem/MSVC: Enabled /Zc:throwingNew for Visual Studio 2015 builds | Shauren | |
| More info here: http://blogs.msdn.com/b/vcblog/archive/2015/08/06/new-in-vs-2015-zc-throwingnew.aspx Closes #15230 | |||
| 2015-07-27 | Build/CMake: Partially revert recent changes to FindMySQL.cmake | DDuarte | |
| Looking for folders like ".../MySQL/*/include" matches the MySQL Connector C libs which caused some problems. Related #15072, #15068 P.S ".../MySQL/MySQL Server*/include" doesn't work | |||
| 2015-07-25 | Merge pull request #15155 from StormBytePP/6.x | Duarte Duarte | |
| Correctly displaying error message when libZMQ is not found Closes #15152 | |||
| 2015-07-24 | Buildsystem/MSVC: Enabled /bigobj for all x64 build types | Shauren | |
| 2015-07-24 | Correctly displaying error message at cmake's configure stage when libZMQ ↵ | David Carlos Manuelda | |
| has not been found | |||
| 2015-07-21 | Core/Misc: Fixing warnings detected by Visual Studio 2015 compiler | Shauren | |
| 2015-07-03 | Buildsystem/Clang: Suppress warning | jackpoz | |
| Suppress -Wmismatched-tags warnings on clang to avoid false positive warnings reported using gcc 4.8 (cherry picked from commit 879af88d2180ca0655fda87072308f6eb76e70ca) | |||
| 2015-06-29 | Build/CMake: Fix finding MySQL install | DDuarte | |
