| Age | Commit message (Expand) | Author |
| 2014-01-20 | Use add_definitions directly, instead of via _KDE4_PLATFORM_DEFINITIONS | Alex Merry |
| 2014-01-07 | Improve comments in KDECompilerSettings.cmake | Alex Merry |
| 2014-01-07 | Remove commented-out manifest tool code from KDECompilerSettings | Alex Merry |
| 2014-01-07 | Remove use of obsolete add_compiler_export_flags | Alex Merry |
| 2014-01-07 | Remove custom build types | Alex Merry |
| 2014-01-04 | remove compat var; moved up to kde4supportv0.0.9 | David Faure |
| 2013-12-17 | Do not break kdelibs build while we can't commit to itplasma2tp | Aurélien Gâteau |
| 2013-12-17 | Rename KDE4_ENABLE_EXCEPTIONS to KDE_ENABLE_EXCEPTIONS | Aurélien Gâteau |
| 2013-12-14 | Split Frameworks only definitions to a new file | Albert Astals Cid |
| 2013-11-24 | Manually merge daa54a252 from kdelibs into this file. | David Faure |
| 2013-11-02 | Enable C++11 support by default. | Volker Krause |
| 2013-10-27 | Qt doesn't disable the native wchar_t type any more, so also don't do it for ... | Sune Vuorela |
| 2013-08-21 | CompilerSettings: Add a separate block for clang definitions. | Raphael Kubo da Costa |
| 2013-07-24 | Add Clang support to KDECompilerSettings.cmake | Milian Wolff |
| 2013-06-20 | Disable signals and slots macros, but not "emit", which is perfectly fine. | David Faure |
| 2013-06-20 | Forwardport a95c696ef1520339c6 from kdelibs. | David Faure |
| 2013-04-20 | Remove some obsolete stuff. | Stephen Kelly |
| 2013-04-20 | Remove FILE_OFFSET_BITS definition. | Stephen Kelly |
| 2013-03-16 | Remove some settings which are no longer needed with CMake 2.8.11. | Stephen Kelly |
| 2013-03-14 | Guard use of set(CACHE CMAKE_BUILD_TYPE) | Stephen Kelly |
| 2013-02-27 | Add a check for the minimum compiler version. | Stephen Kelly |
| 2013-02-19 | Remove configure check for -fPIE. | Stephen Kelly |
| 2013-02-19 | Update comment with info about why this exists. | Stephen Kelly |
| 2013-02-19 | Remove check for GCC < 4.3. | Stephen Kelly |
| 2013-02-19 | Remove logic for GCC < 4.2. | Stephen Kelly |
| 2013-02-19 | Remove visibility flags. | Stephen Kelly |
| 2013-02-19 | GCC 4.1 is not supported by Qt 5. | Stephen Kelly |
| 2013-02-18 | remove -Wl,--disable-auto-import from mingw options | Alex Neundorf |
| 2013-02-16 | enable position independent code if required by Qt | Alex Neundorf |
| 2013-02-16 | KDECompilerSettings: use information from Qt5Config.cmake | Alex Neundorf |
| 2013-02-16 | ...trying to fix jenkins | Alex Neundorf |
| 2013-02-15 | -some compiler flags tweaking | Alex Neundorf |
| 2013-02-09 | Remove -fno-threadsafe-statics. | David Faure |
| 2013-01-16 | remove -Wl,--disable-auto-import on mingw | Patrick von Reth |
| 2012-11-23 | -we require cmake 2.8.9 here, so no need to support older versions here | Alex Neundorf |
| 2012-08-17 | Enable the additional GCC compiler flags on all systems. | Raphael Kubo da Costa |
| 2012-08-17 | Drop -ansi from the default CXXFLAGS. | Raphael Kubo da Costa |
| 2012-08-16 | Do not pass -lc to the compiler on BSD systems. | Raphael Kubo da Costa |
| 2012-08-16 | Do not define _GNU_SOURCE on BSD systems. | Raphael Kubo da Costa |
| 2012-05-12 | rework of extra-cmake-modules | Alex Neundorf |
| 2012-02-19 | -Werror=return-type is unrelated to the visibility testing stuff | Alex Neundorf |
| 2012-02-18 | -make it work with cmake 2.8.7, i.e. warn only instead of failing | Alex Neundorf |
| 2012-02-18 | -make use of the new KDE cmake modules in ECMQtFramework | Alex Neundorf |
| 2012-02-18 | -add KDECMakeSettings.cmake, move RPATH settings there | Alex Neundorf |
| 2012-02-18 | -cosmetics | Alex Neundorf |
| 2012-02-17 | add a KDECompilerSettings.cmake, which contains the extracted compiler settin... | Alex Neundorf |