index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-09-28T13:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmake
/
compiler
/
clang
/
settings.cmake
Age
Commit message (
Expand
)
Author
2024-07-15
Build: CMake cleanup
Shauren
2024-06-15
Build: Unify setting _BUILD_DIRECTIVE preprocessor macro for all compilers
Shauren
2024-02-28
Core/Misc: Allow formatting optionals with Trinity::StringFormat
Shauren
2023-04-10
Build: Fixed copypaste mistake in appleclang version check
Shauren
2023-04-10
Core/Misc: Fix build with libc++
Shauren
2023-01-01
Build: Update required compilers to current debian stable and VS 2022
Shauren
2022-02-11
Build: New CMake option -DBUILD_TIME_ANALYSIS=1 for clang (enables detailed c...
Shauren
2022-02-11
Build: Instantiate templates during PCH generation with clang 11+ (this shoul...
Shauren
2022-02-04
Common/Utilities: Centralize string -> T conversion in StringConvert.h (PR #2...
Treeston
2022-02-04
Build: Add Clang version guard to CMake (PR #25324)
Treeston
2022-01-23
Build: Enable -Wimplicit-fallthrough on clang (#25056)
Peter Keresztes Schmidt
2022-01-23
Fix warnings related to Vector3::operator= and remove -Wno-deprecated-copy su...
Shauren
2022-01-06
fixed indentation for cmake files
ipriver
2022-01-04
Improve multithreading of mmaps_generator (#25625)
Giacomo Pozzoni
2021-12-18
Build/Misc: Add ASan CMake flag
jackpoz
2021-10-01
Build: Check -Wno-deprecated-copy existence using check_cxx_source_compiles i...
Shauren
2020-04-26
Build system: Set -Wno-deprecated-copy only for clang 10
Shauren
2020-04-26
Core: Fix clang 10 warnings
Shauren
2020-04-16
Build system: Support new in cmake 3.17 Ninja Multi-Config generator
Shauren
2018-03-16
Build/Misc: Removed -DDEBUG from clang compile options
Shauren
2017-12-20
Build: Export a default interface which doesn't hide symbols in unix automati...
Naios
2017-12-20
Build: Use interface targets for inheriting flags and definitions
Naios
2017-01-02
Revert "Build/Clang: Suppress -Wexpansion-to-defined because of rapidjson dep"
Shauren
2016-12-30
Build/Clang: Suppress -Wexpansion-to-defined because of rapidjson dep
DDuarte
2016-04-11
Core/Scripts: Split script subdirectories into independent modules
Naios
2016-03-24
Core/Build: Add the possibility to link libraries dynamically.
Naios
2015-12-19
Revert "Build/Clang: Suppress unused-local-typedefs warning."
Gacko
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-07-03
Buildsystem/Clang: Suppress warning
jackpoz
2015-05-10
CMake OS X: Fixed Debug Mode for Xcode
Jared Jones
2014-10-29
cmake: use CMAKE_BUILD_TYPE instead of CONFIGURATION as BUILD_DIRECTIVE
Bernd Lörwald
2014-07-23
Core/Misc: Silenced 500 OS X Warnings and removed deprecated finite() method.
Jared P. Jones
2014-03-25
Build system: Fix clang build
Gacko
2013-01-29
Buildsystem/CMake: Revoke commit 7b49da48f9c3c21406fbe350de170757ea6e285f - i...
click
2013-01-29
Buildsystem/CMake: Change policy CMP0005 to NEW and corect some buildvariable...
click
2012-11-27
Core/Buildsystem: Clean up compileflags when compiling with warnings fully en...
click
2012-11-09
Core/Build: Enable Clang PCH support and OS X specific features
Spp