Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-27 | For the CMakePackageConfigHelpers module. | Stephen Kelly | |
Add a macro for finding dependencies. It should be in a future version of CMake. Finding dependencies is one of the major missing pieces of KF5 Config files. | |||
2013-08-27 | Don't define QT_NO_DEBUG for DebugFull builds. | Stephen Kelly | |
2013-08-22 | Remove obsolete setting. | Stephen Kelly | |
This is the old name for the setting below it. The old name was never in a release. | |||
2013-08-22 | Fix a typo in docs | Yury G. Kudryashov | |
2013-08-21 | CompilerSettings: Add a separate block for clang definitions. | Raphael Kubo da Costa | |
Sharing compiler settings between GCC and clang does not always work: there are flags (such as "-fno-check-new" or "-fno-reorder-blocks") that are specific to GCC, and nothing stops these incompatibilities from becoming bigger in the future. Conversely, a separate clang block allows us to pass some additional flags to clang that would have required yet another if() in the GCC block. For now, this amounts to "-fdelayed-template-parsing". (For KDE4, we also need -Wno-return-type-c-linkage because kdepim's ktexteditorkabcbridge.cpp exports a function that returns a QString with C linkage, but I hope this can be solved in a different way for kdepim5). Last but not least, checks for bad GCC allocators or support for some flags which are always present in clang can be avoided altogether when we know the compiler we are using. REVIEW: 112136 | |||
2013-08-06 | We have a new KStyle library | Kevin Ottens | |
2013-08-02 | KWidgets is gone | Kevin Ottens | |
2013-07-25 | Add KDE4Attic, KUnitConversion and KIO to the staging list | Kevin Ottens | |
2013-07-24 | Add Clang support to KDECompilerSettings.cmake | Milian Wolff | |
This more or less copies what was done for KDE4 in https://git.reviewboard.kde.org/r/111612/. With the changes applied I successfully installed a hello world application. The linker and compiler command lines seem to be correct and include all extended features. I also checked and debugfull also works as expected (-g3 is added). REVIEW: 111661 | |||
2013-07-17 | Rename kjs to KJS | Benjamin Port | |
2013-07-16 | fix typo | Benjamin Port | |
2013-07-16 | add KTextWidget | Benjamin Port | |
2013-07-15 | Rename ki18n to KI18n | Benjamin Port | |
2013-07-15 | Add KCrash to FindKF5 | Benjamin Port | |
2013-07-15 | Rename kguiaddons to KGuiAddons | Benjamin Port | |
2013-07-13 | Rename kservice to KService | Benjamin Port | |
2013-07-13 | Update kwidgets to KWidgets | Benjamin Port | |
2013-07-09 | -kconfig is tier1/ now | Alex Neundorf | |
Alex | |||
2013-07-03 | Let FindKF5 know about ktextwidgets | Aleix Pol | |
It's needed by some module dependencies in plasma | |||
2013-06-28 | -require cmake 2.8.11 | Alex Neundorf | |
-increase version to 0.0.9 -install to a non-versioned directory Alex | |||
2013-06-28 | -add Sonnet to the known tier1 libs | Alex Neundorf | |
Alex | |||
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 | |
Author: Andrius da Costa Ribas <andriusmao@gmail.com> Date: Sat Jun 15 09:51:41 2013 -0300 Patch CMake files for Intel compiler support on win32. | |||
2013-06-20 | We now have KWallet framework in staging | Kevin Ottens | |
2013-06-04 | cleanup | Christophe Giboudeaux | |
GIT_SILENT | |||
2013-06-04 | Remove FindKdepim.cmake | Christophe Giboudeaux | |
This file is not useful. | |||
2013-06-04 | Remove FindKdepimLibs.cmake | Christophe Giboudeaux | |
KdepimLibs already provides a KdepimLibsConfig.cmake file | |||
2013-06-04 | Remove FindSoprano.cmake | Christophe Giboudeaux | |
Soprano > 2.9 will provide a SopranoConfig.cmake file. | |||
2013-05-06 | Adding XmlGui to the list of staging modules | Kevin Ottens | |
2013-05-04 | Export some of the staging frameworks | Kevin Ottens | |
We also need to know about the staging ones as they are used (directly or indirectly) outside of kdelibs. | |||
2013-04-20 | Remove some obsolete stuff. | Stephen Kelly | |
2013-04-20 | Remove FILE_OFFSET_BITS definition. | Stephen Kelly | |
It is only needed for users of kde_file, so more it to a more relevant place. | |||
2013-04-19 | Increase the minimal cmake version. | Stephen Kelly | |
2013-04-14 | Remove some no-longer-needed code from Qt5Transitional. | Stephen Kelly | |
2013-04-12 | Clean up some QtQuick1 stuff. | Stephen Kelly | |
2013-04-09 | Increase the minimal cmake version. | Stephen Kelly | |
2013-03-25 | Add declarative modules to 'all modules' | Stephen Kelly | |
2013-03-25 | List X11Extras as part of 'all modules' | Stephen Kelly | |
2013-03-24 | Set the INTERFACE_INCLUDE_DIRECTORIES for all available Qt components. | Stephen Kelly | |
Not only the ones explicitly searched for. | |||
2013-03-19 | Set the CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE variable. | Stephen Kelly | |
The CMAKE_BUILD_INTERFACE_INCLUDES is about to be renamed to that name. The old name can be removed when we require a newer CMake. | |||
2013-03-16 | Remove some settings which are no longer needed with CMake 2.8.11. | Stephen Kelly | |
2013-03-16 | Require the newest CMake. | Stephen Kelly | |
2013-03-14 | Add support for xcb-keysyms to FindXCB | Martin Gräßlin | |
Already used in kde-workspaces. REVIEW: 109479 | |||
2013-03-14 | Guard use of set(CACHE CMAKE_BUILD_TYPE) | Stephen Kelly | |
On multi-config generators, that variable is not set, so cmake fails on it. | |||
2013-03-14 | Add more convenient fragments until it appears upstream. | Stephen Kelly | |
This in particular helps the Windows build when using cmake master. | |||
2013-02-27 | Merge branch 'master' of git://anongit.kde.org/extra-cmake-modules | Alex Neundorf | |
2013-02-27 | increase version to 0.0.8 | Alex Neundorf | |
-port to CamelCased KF5 libs -add some documentation to FindKF5.cmake -get rid of KDEDIRS, introduce KF5_DIRS instead, a cmake-only variable, as supported by many Find-modules Alex | |||
2013-02-27 | Add a check for the minimum compiler version. | Stephen Kelly | |
2013-02-21 | Add a check for the minimum compiler version. | Stephen Kelly | |
2013-02-19 | Remove configure check for -fPIE. | Stephen Kelly | |
CMake already knows the flag to use, and it is not always -fPIE. See the output of git grep CMAKE_C_COMPILE_OPTIONS_PIE in cmake for example. Therefore, there's no need to issue a message either. |