aboutsummaryrefslogtreecommitdiff
path: root/kde-modules/KDECompilerSettings.cmake
AgeCommit message (Expand)Author
2017-07-18KDECompilerSettings.cmake - handle Cywgin when setting LINK_FLAGSAllen Winter
2017-06-15(always include CheckCXXCompilerFlag before calling it)R.J.V. Bertin
2017-06-15guess less, test moreR.J.V. Bertin
2017-06-14detect Xcode <= 6.2 from Clang version onlyR.J.V. Bertin
2017-05-30restore hidden-visibility testing with Xcode 6.2v5.35.0-rc1v5.35.0R.J.V. Bertin
2017-04-18KDECompilerSettings: Pass -Wvla & -Wdate-timeKevin Funk
2017-04-10Fix compilation under AppleClangKevin Funk
2017-04-05Use -Wno-gnu-zero-variadic-macro-arguments moreKevin Funk
2017-03-19KDE compiler settings: treat Clang and AppleClang equallyv5.33.0-rc1v5.33.0René J.V. Bertin
2017-01-16Pass -fno-operator-names when supportedKevin Funk
2016-12-29Enable colored warnings in ninja's outputElvis Angelaccio
2016-12-11Never use -Wl,--no-undefined on Mac (APPLE).R.J.V. Bertin
2016-12-10Accept AppleClang as an alternative to ClangR.J.V. Bertin
2016-10-08Revert "Teach KDECompilerSettings about clang-cl, a mode of Clang compiler th...Ben Cooksley
2016-09-30Teach KDECompilerSettings about clang-cl, a mode of Clang compiler that simul...Gleb Popov
2016-08-31add full license textAllen Winter
2015-12-28Silence CMP0063 warnings with KDECompilerSettings.Alex Merry
2015-12-18Fix CMP0054 warningsKevin Funk
2015-08-16Also set the default visibility for C code to hidden.Volker Krause
2015-02-06Document when modules were added to ECM.Alex Merry
2014-11-14Update the comments about the default lib MSVC hacksv1.5.0-rc1v1.5.0Alex Merry
2014-11-03enable -D_USE_MATH_DEFINES on WindowsPatrick von Reth
2014-09-11Fix fallout from recent ECM patchesAlex Merry
2014-09-11Make code coverage possible in any KDE projectAleix Pol
2014-09-11Add compiler sanitizers supportMathieu Tarral
2014-08-13KDECompilerSettings: Be more portable across libc's.Raphael Kubo da Costa
2014-08-11also define _UNICODE on windowsPatrick von Reth
2014-05-08bump Windows requirements to Windows Vista, as desided in http://techbase.kde...Patrick von Reth
2014-05-04On Mac, define _DARWIN_C_SOURCE and QT_MAC_USE_COCOA unconditionallyAllen Winter
2014-05-02Set _FILE_OFFSET_BITS=64 again when necessaryAlex Merry
2014-04-11Add documentation generation using SphinxAlex Merry
2014-03-17Add historical info to comments in the compiler settings hacksAlex Merry
2014-03-04Also pass -fno-exceptions when building with clangAlex Richardson
2014-02-14build on Mac OS XHarald Fernengel
2014-02-14Improve docs for kde modulesAlex Merry
2014-02-04Use the MSVC variable directly, instead of the compiler IDAlex Merry
2014-02-04Resolve some FIXMEs related to MSVC and IntelAlex Merry
2014-02-04Fix MSVC libc linkage for debug buildsAlex Richardson
2014-01-29Improve the compiler version checksAlex Merry
2014-01-29Check the C_COMPILER_ID when settings C_FLAGS, not CXX_COMPILER_IDAlex Merry
2014-01-29KDE_SOURCE_FILES_ENABLE_EXCEPTIONS: Handle case where COMPILE_FLAGS is not setAurélien Gâteau
2014-01-29Move and comment -fno-common settingAlex Merry
2014-01-29Remove the allocator and visibility checkAlex Merry
2014-01-28Add a note about why we use C89 instead of C99Alex Merry
2014-01-28Do not explicitly link against libcAlex Merry
2014-01-28Better documentation for system API definesAlex Merry
2014-01-27Organise KDECompilerSettings.cmake more logicallyAlex Merry
2014-01-27Replace the KDE_ENABLE_EXCEPTIONS variable with a pair of functionsAlex Merry
2014-01-27Add system API feature macros to CMAKE_REQUIRED_DEFINESAlex Merry
2014-01-20Use add_definitions directly, instead of via _KDE4_PLATFORM_DEFINITIONSAlex Merry