Age | Commit message (Collapse) | Author |
|
|
|
|
|
cmake_policy() calls that are already handled by cmake_minimum_required()
|
|
|
|
standard as used in the project
|
|
|
|
|
|
* Remove cotire
|
|
Closes #28133
|
|
|
|
Closes #25348
(cherry picked from commit 822a1a86d1b504b54a8623b6899b3c23e9486a39)
|
|
To enable the test suite, make sure to configure CMake with -DBUILD_TESTING=1 , since it is disabled by default. The catch2 dependency will be downloaded during configure time.
Also add a new target "tests-common", which includes unit tests for the "common" project. To finally run the tests use the "test" target.
CircleCI: Run unit tests
(cherry picked from commit 6a28ee7b2a4269aa7e43265d1cd0067537e3e883)
|
|
(cherry picked from commit a46d047f9466c6f16597755bb7c771a9d1a147f2)
|
|
(cherry picked from commit 404dbcdcf6bd09202cf58a4064a127e7f303b9b2)
|
|
(cherry picked from commit 77596dba67483c8050c3d3ea1c4299360fde6beb)
|
|
|
|
We require CMake >= 3.8 which includes the policies.
CMP0043 OLD behaviour is still required by cotire.
|
|
(cherry picked from commit 965ac6fb08623b13c2486f9d09967dd00f3d396f)
|
|
* Build/CMake: Set CMP0005 to NEW
See https://cmake.org/cmake/help/v3.2/policy/CMP0005.html
* Build/CMake: Set CMP0043 to NEW
See https://cmake.org/cmake/help/v3.2/policy/CMP0043.html
* Build/CMake: Set CMP0074 to NEW
See https://cmake.org/cmake/help/v3.12/policy/CMP0074.html
(cherry picked from commit 18cc36bc67023dc9ca58e77733c2b8c74655cf86)
|
|
|
|
|
|
auto happy = new year(2019);
|
|
auto happy = new year(2018);
|
|
* 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 is below current package version of
debian stretch stable CMake on which we
orientate at.
* Required for CMake target features
(cherry picked from commit e5e7919b64f8b6dc1c872871175ae1e30e25c555)
|
|
(cherry picked from commit 4aa476cbcc3530be937f79696fd6d5d69d7e7dce)
|
|
|
|
Happy new year
|
|
* 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.
|
|
|
|
* makes it possible to access exported singletons from other shared lib's.
* reduces binary size
|
|
(cherry picked from commit abda7a910a760687f9c1b9e0893314e04982c0f1)
|
|
* to make use of cmakes inherited link dependencies which
imports all include directories/ definitions from the link library
(cherry picked from commit 1a572d242593124f986d3ed08710b96a142a6763)
|
|
Happy new year (Again new year with idiots ...)
|
|
* was caused through invoking "FindMySQL" after using ${MYSQL_EXECUTABLE}.
* better re-run CMake if you are affected by the mysql exe wasn't found issue.
(cherry picked from commit 45a60c2d22a93f6196491a0eb0478d05795e310f)
|
|
|
|
* It let ide's (like vs) display the source tree.
* Disabled by default.
* Soft requirement is cmake >= 2.8.12 .
* Offers 2 modes: flat & hierarchical.
* For detailed description see #14471
* Thanks @click for help and advises.
* Closes #14471
(cherry picked from commit c386711972260aa7b877cdc8cb49d24576ce1902)
Conflicts:
src/server/authserver/CMakeLists.txt
|
|
Happy new year
|
|
bnetserver using ZeroMQ library.
* Implemented ToonReady and ToonLoggedOut battle.net packets
|
|
Windows users are now required to download and install mysql server with headers and libraries
|
|
policy
|
|
|
|
|
|
13.0 that is)
|
|
version we no longer support in msvc settings
|
|
Happy new year.
|
|
Core/Build: Do not ignore command line cmake options: ACE_INCLUDE_DIR, ACE_LIBRARY and OPENSSL_INCLUDE_DIR
|
|
other new distros)
Closes #9832
Closes #9740
|
|
better warning during configure-phase.
|