Age | Commit message (Collapse) | Author |
|
|
|
Closes #31242
|
|
8.0.34 and remove strict compiled<->runtime version match requirement from non-Windows platforms
|
|
|
|
|
|
default since CMake 3.19
|
|
to the warning behavior of the other compilers
(cherry picked from commit e36a66d6322f51a201bb394a9fd4b7943cdd805f)
|
|
unwanted gcc behavior since version 18
|
|
|
|
|
|
into compile errors
|
|
instead of listing it separately as source file in every target
|
|
* Removed INTEL as a separate platform (it does not belong there)
* Removed BORLAND from known compilers list (it was never supported)
* Simplified TRINITY_PLATFORM_WINDOWS detection (_WIN32 is always defined)
* Rename revision_data.h macros that begin with a underscore
* Added processor architecture to --version string
* Added Linux distribution name to .server debug
* Fixed some revision_data.h macros missing/wrong values when regenerated during compilation
* Removed manual adding of _WIN64 macro from cmake (it is predefined internally by compiler)
|
|
|
|
|
|
with std::optional
|
|
* Migrate all add_definitions to target_compile_definitions
* Remove -D from preprocessor definitions added by target_compile_definitions (unneccessary, cmake strips it anyway)
* Fixed NO_BUFFERPOOL not being set on g3d if jemalloc is used
* Moved library/compiler specific compile flag settings spread all over various CMakeLists to their related library/compiler file
* Remove ancient manual link flag settings for worldserver
|
|
|
|
|
|
|
|
|
|
OpenSSL 1.1 has been deprecated for quite some time now so it is time to put it to rest. Please upgrade to OpenSSL 3.x
|
|
|
|
(cherry picked from commit 370685457e83c9657c1337ea5a2dc2f07e01af62)
|
|
|
|
|
|
|
|
standard as used in the project
|
|
|
|
|
|
|
|
|
|
|
|
|
|
about crashes when running on unsupported OS
|
|
|
|
|
|
|
|
|
|
|
|
|
|
be used to access column value from "strict match" to "must not truncate"
|
|
|
|
Closes #28909
|
|
|
|
|
|
GCC: 10
Clang: 11
MSVC: 2022
|
|
* Remove cotire
|
|
|
|
Closes #28133
|