aboutsummaryrefslogtreecommitdiff
path: root/CompilerChecks.cmake
AgeCommit message (Expand)AuthorFilesLines
2019-01-16cmake: Add -Wmissing-field-initializersAndreas Schneider1-0/+1
2018-10-02cmake: Only check for -Wno-gnu-zero-variadic-macro-arguments with clangAndreas Schneider1-1/+4
2018-09-19cmake: Remove -Wno-deprecated-declarations on OSXAndreas Schneider1-6/+0
2018-09-11cmake: Fix linking with -fstack-protector* on SolarisAndreas Schneider1-0/+9
2018-09-06cmake: Use -Wpedantic and remove -pedantic-errorsAndreas Schneider1-2/+1
2018-09-03cmake: Add compiler check for -fstack-clash-protectionAndreas Schneider1-0/+5
2018-09-02cmake: Add compiler check for -fstack-protector-strongAndreas Schneider1-4/+9
2018-08-24cmake: Improve compiler checksAndreas Schneider1-22/+30
2018-08-22cmake: Add new CompilerCheck.cmakeAndreas Schneider1-0/+85