aboutsummaryrefslogtreecommitdiff
path: root/cmake/compiler
AgeCommit message (Expand)Author
2025-05-11Build: Remove -fpch-instantiate-templates detection, it is enabled by default...Shauren
2025-01-18Build: enable MSVC warning C5038 - member initialization order to get closer ...Ovahlord
2024-11-28Build: Disable -Wmissing-field-initializers for clang, it now mirrors unwante...Shauren
2024-09-03Core/Misc: CompilerDefs/GitRevision improvementsShauren
2024-07-25Build: Disable maybe-uninitialized warning for GCC that incorrectly triggers ...Shauren
2024-07-18Build: CMake cleanupShauren
2024-06-20Build: Decouple compiler specific settings from os settingsShauren
2024-06-20Build: Normalize executable locations in build directory for all platformsShauren
2024-06-20Build: Unify setting _BUILD_DIRECTIVE preprocessor macro for all compilersShauren
2024-06-20Build: Remove unneccessary /MP compile option when using ninjaShauren
2024-05-28Build: Update required GCC version to 11.1Shauren
2024-03-25Core/Misc: Fixed windows nopch buildShauren
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