aboutsummaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)Author
2015-06-29Buildsystem/Clang: Suppress warningjackpoz
2015-06-29Build/CMake: Fix finding MySQL installDDuarte
2015-06-26Merge pull request #14723 from TrinityCore/findmysql-updateDuarte Duarte
2015-06-20Core/Misc: Add valgrind support for jemallocjackpoz
2015-06-08Core/Misc: Disable G3D buffer pools if jemalloc is enabledjackpoz
2015-06-01Buildsystem: Removed handling for -DPREFIX shortcut for -DCMAKE_INSTALL_PREFI...Shauren
2015-05-19Merge pull request #14674 from jaredjones/patch-1Duarte Duarte
2015-04-27Buildsystem: Updated FindBoost macro, now finds versions 1.57 and 1.58 as wellShauren
2015-04-21Core/CMake: Fix line endingsleak
2015-04-15Fix indentation in unix cmake settingsDaniel M. Weeks
2015-03-29CMake: Use source_groups to represent the source treeNaios
2015-03-21Core/Updates: Add an automatic database update system. Automatically detects ...Naios
2015-03-15FindOpenSSL: fix detection of OpenSSL 1.0.2Guillaume Belz
2015-03-01CMake: Allow specifying the mysql location by environment variable.leak
2015-02-24Buildsystem/Genrev: Fixed revision generator not reading existing cmake cache...Shauren
2015-01-25Tools: Remove mesh_extractorNayd
2015-01-01Update copyright note for 2015Vincent-Michael
2014-11-16CMake/FindBoost: Fix policy CMP0054 warning (added in 3.1)Nayd
2014-11-02Merge pull request #13432 from bloerwald/fix_compiler_detection_on_unixDuarte Duarte
2014-10-19Build/CMake: CMake options cleanup after febb26d4b711762b1ee605705e7fa949b987...jackpoz
2014-09-28Buildsystem/MSVC: Removed /SAFESEH linker option from x86 debug builds as it ...Shauren
2014-09-20Core/Misc: Avoid Helgrind reporting libstdc++ false positive race conditionsjackpoz
2014-09-20Core: Fix build for msvc14Vincent-Michael
2014-09-03CMake: Add a few more MySQL search paths to FindMySQL.cmake, including x86Duarte Duarte
2014-08-27Core: Remove whitespaceVincent-Michael
2014-08-26Core/Deps: MySQL sources out.Shauren
2014-07-23Core/Misc: Silenced 500 OS X Warnings and removed deprecated finite() method.Jared P. Jones
2014-07-19Buildsystem/MSVC: Disable C4512 warningShauren
2014-07-17Buildsystem: Removed debugging message from cmake outputShauren
2014-07-16Update related files to lowered Boost version requirementleak
2014-07-15[Auth\Worldserver] Use boost to load console arguments. (Added a few style ch...Chaplain
2014-07-12Remove the need of manually declaring BOOST_ROOT in Linux systems if Boost wa...Subv
2014-07-11Buildsystem: Lowered required boost version to 1.49Shauren
2014-07-06Added a missing definitionSubv
2014-07-06Removed some unneeded boost dependencies.Subv
2014-07-06Completely remove ACE as dependency for TC - kkthxbyeleak
2014-07-02ACE cleanup on game, now the major issue remains WorldSocketleak
2014-06-22BuildSystem/CMake: Fixed cmake configuring when building in 32 bits.Subv
2014-05-30Replace authserver ACE related code with Boost/C++11leak
2014-05-12Add support for Boost 1.55leak
2014-03-28Core/Dependencies: Upgrade to jemalloc-3.5.1jackpoz
2014-03-25Build system: Fix clang buildGacko
2014-03-25Buildsystem: Changed required CMake version to 2.8.9 and removed a check for ...Shauren
2014-03-24Cmake: Added level restriction for msvc 2013Vincent-Michael
2014-03-23Buildsystem/GCC: Enforce version 4.7.2 and enable c++11 compilationShauren
2014-01-01Update more copyright note for 2014.Vincent_Michael
2013-12-30Buildsystem: Fix GCC not being recognized on Ubuntujackpoz
2013-10-15CMake: Fix typoGacko
2013-10-04Core/Build: Handle USE_SCRIPTPCH cmake flag when SCRIPTS flag is set to FALSEjackpoz
2013-09-27Fix silly " that snuck in.click