aboutsummaryrefslogtreecommitdiff
path: root/kde-modules/KDECompilerSettings.cmake
AgeCommit message (Expand)Author
2013-04-20Remove some obsolete stuff.Stephen Kelly
2013-04-20Remove FILE_OFFSET_BITS definition.Stephen Kelly
2013-03-16Remove some settings which are no longer needed with CMake 2.8.11.Stephen Kelly
2013-03-14Guard use of set(CACHE CMAKE_BUILD_TYPE)Stephen Kelly
2013-02-27Add a check for the minimum compiler version.Stephen Kelly
2013-02-19Remove configure check for -fPIE.Stephen Kelly
2013-02-19Update comment with info about why this exists.Stephen Kelly
2013-02-19Remove check for GCC < 4.3.Stephen Kelly
2013-02-19Remove logic for GCC < 4.2.Stephen Kelly
2013-02-19Remove visibility flags.Stephen Kelly
2013-02-19GCC 4.1 is not supported by Qt 5.Stephen Kelly
2013-02-18remove -Wl,--disable-auto-import from mingw optionsAlex Neundorf
2013-02-16enable position independent code if required by QtAlex Neundorf
2013-02-16KDECompilerSettings: use information from Qt5Config.cmakeAlex Neundorf
2013-02-16...trying to fix jenkinsAlex Neundorf
2013-02-15-some compiler flags tweakingAlex Neundorf
2013-02-09Remove -fno-threadsafe-statics.David Faure
2013-01-16 remove -Wl,--disable-auto-import on mingwPatrick von Reth
2012-11-23-we require cmake 2.8.9 here, so no need to support older versions hereAlex Neundorf
2012-08-17Enable the additional GCC compiler flags on all systems.Raphael Kubo da Costa
2012-08-17Drop -ansi from the default CXXFLAGS.Raphael Kubo da Costa
2012-08-16Do not pass -lc to the compiler on BSD systems.Raphael Kubo da Costa
2012-08-16Do not define _GNU_SOURCE on BSD systems.Raphael Kubo da Costa
2012-05-12rework of extra-cmake-modulesAlex Neundorf
2012-02-19-Werror=return-type is unrelated to the visibility testing stuffAlex Neundorf
2012-02-18-make it work with cmake 2.8.7, i.e. warn only instead of failingAlex Neundorf
2012-02-18-make use of the new KDE cmake modules in ECMQtFrameworkAlex Neundorf
2012-02-18-add KDECMakeSettings.cmake, move RPATH settings thereAlex Neundorf
2012-02-18-cosmeticsAlex Neundorf
2012-02-17add a KDECompilerSettings.cmake, which contains the extracted compiler settin...Alex Neundorf