aboutsummaryrefslogtreecommitdiff
path: root/cmake/compiler
AgeCommit message (Expand)Author
2024-02-28Core/Misc: Allow formatting optionals with Trinity::StringFormatShauren
2024-02-17Build: Improve ARM target detection in cmake (needed by MSVC)Shauren
2023-10-29Build: Fixed msvc version checkShauren
2023-08-22Build: Support ASAN on msvcShauren
2023-07-30Build/GCC: Disable useless warningShauren
2023-07-25Build: Increase required msvc version slightlyShauren
2023-07-11Build: moved MSVC warning C5054 from warning level 4 to 3Ovahlord
2023-04-10Build: Fixed copypaste mistake in appleclang version checkShauren
2023-04-10Core/Misc: Fix build with libc++Shauren
2023-01-01Build: Update required compilers to current debian stable and VS 2022Shauren
2022-02-16Build: Partial support for clang-clShauren
2022-02-11Build: New CMake option -DBUILD_TIME_ANALYSIS=1 for clang (enables detailed c...Shauren
2022-02-11Build: Instantiate templates during PCH generation with clang 11+ (this shoul...Shauren
2022-02-04Common/Utilities: Centralize string -> T conversion in StringConvert.h (PR #2...Treeston
2022-02-04Build: Add Clang version guard to CMake (PR #25324)Treeston
2022-02-04Build/GCC: Raise required version to 8.3.0 (#25297)Giacomo Pozzoni
2022-01-28Build: Disable Visual Studio 2022 MSBuild resource manager to make compile ta...Shauren
2022-01-26Build: Enable /permissive- flag on msvcShauren
2022-01-23Build: Enable -Wimplicit-fallthrough on clang (#25056)Peter Keresztes Schmidt
2022-01-23Fix warnings related to Vector3::operator= and remove -Wno-deprecated-copy su...Shauren
2022-01-21Build: Enable some msvc warnings that are enabled for other compilersShauren
2022-01-06fixed indentation for cmake filesipriver
2022-01-04Improve multithreading of mmaps_generator (#25625)Giacomo Pozzoni
2021-12-22Core: build on aarch64 with gcc (#24216)daMaex
2021-12-21Build: Enable and require c++17 (#23868)Giacomo Pozzoni
2021-12-18Build/Misc: Add ASan CMake flagjackpoz
2021-10-01Build: Check -Wno-deprecated-copy existence using check_cxx_source_compiles i...Shauren
2020-05-21Core/Misc: GCC build and warning fixesShauren
2020-04-26Build system: Set -Wno-deprecated-copy only for clang 10Shauren
2020-04-26Core: Fix clang 10 warningsShauren
2020-04-16Build system: Support new in cmake 3.17 Ninja Multi-Config generatorShauren
2020-04-04Require Visual Studio 2019 16.4 or greater (#24214)Giacomo Pozzoni
2018-03-16Build/Misc: Removed -DDEBUG from clang compile optionsShauren
2017-12-20Build: Export a default interface which doesn't hide symbols in unix automati...Naios
2017-12-20Build: Require Visual Studio 2017 or greaterNaios
2017-12-20Build: Experimentally disable the /Zm workaround for MSVCNaios
2017-12-20Build: Use interface targets for inheriting flags and definitionsNaios
2017-12-20Build: Set the minimum required compiler version to GCC 6.3Naios
2017-01-02Revert "Build/Clang: Suppress -Wexpansion-to-defined because of rapidjson dep"Shauren
2016-12-30Build/Clang: Suppress -Wexpansion-to-defined because of rapidjson depDDuarte
2016-08-18Buildsystem: Enforce Visual Studio 2015 Update 3 in CMakeShauren
2016-05-13Build/GCC: Enforce version 4.7.2Vincent-Michael
2016-04-11Core/Scripts: Split script subdirectories into independent modulesNaios
2016-04-09oops, pushed too soon (now with proper msbuild check)Shauren
2016-04-09Buildsystem: Improved logic for _BUILD_DIRECTIVE in msvc buildsShauren
2016-04-05Buildsystem: Initial changes to support building with vs clang toolsetShauren
2016-03-24Core/Build: Enable /bigobj for most MSVC builds.Naios
2016-03-24Core/Build: Add the possibility to link libraries dynamically.Naios
2016-03-19CMake: Disable incremental linking in msvc debug buildsNaios
2015-12-19Revert "Build/Clang: Suppress unused-local-typedefs warning."Gacko