Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2013-02-19 | Update comment with info about why this exists. | Stephen Kelly | |
http://thread.gmane.org/gmane.comp.kde.devel.buildsystem/7727 | |||
2013-02-19 | Remove check for GCC < 4.3. | Stephen Kelly | |
The only use of this was removed recently in 93457e172cf17a442938614cca1862a2dcfd889f | |||
2013-02-19 | Remove logic for GCC < 4.2. | Stephen Kelly | |
Qt 5 does not support it. | |||
2013-02-19 | Remove visibility flags. | Stephen Kelly | |
These are already set by add_compiler_export_flags which is invoked below. | |||
2013-02-19 | GCC 4.1 is not supported by Qt 5. | Stephen Kelly | |
It is not clear whether the allocator is still 'bad' in more-recent GCC versions, but let's pretend we know it is. | |||
2013-02-18 | remove -Wl,--disable-auto-import from mingw options | Alex Neundorf | |
Same as 21c3f0bed3b758baefb9b760efb0c2dd by Patrick von Reth in kdelibs. He says: "dont disable auto-import, to make it possible to build with a newer mingw which doesnt have proper exports for c++ standart libs The problem occurs with all gcc versions newer then 4.4. In preparation for Qt5 I started to work with newer builds, currently 4.7.2. The change should not have any negative effects on 4.4 and earlier versions, but is essential to make it build with a newer version." Alex | |||
2013-02-16 | enable position independent code if required by Qt | Alex Neundorf | |
This can be removed once we require cmake 2.8.11, then it will work automatically. Alex | |||
2013-02-16 | Qt5 does not support QT_USE_IMPORTED_TARGETS anymore | Alex Neundorf | |
Alex | |||
2013-02-16 | add some comments | Alex Neundorf | |
Alex | |||
2013-02-16 | KDECompilerSettings: use information from Qt5Config.cmake | Alex Neundorf | |
Instead of testing for it, we can simply use the information provided by Qt5 config.cmake files Alex | |||
2013-02-16 | ...trying to fix jenkins | Alex Neundorf | |
Alex | |||
2013-02-15 | -some compiler flags tweaking | Alex Neundorf | |
-reenable the test for visibility in Qt -reenable the test for FILE_OFFSET_BITS=64 (... there may be maybe some embedded systems where this is not the case ?) -add -Wl,--disable-auto-import for mingw, we have that in FindKDE4Internal.cmake too Alex | |||
2013-02-15 | cosmetics: fix indentation | Alex Neundorf | |
Alex | |||
2013-02-15 | Fix FindLibUSB1 | Yury G. Kudryashov | |
- set properties on LibUSB1, not USB1 - use LibUSB1_ prefix, not LIBUSB1_ - except for _FOUND, see FPHSA REVIEW:108954 | |||
2013-02-12 | QML_INSTALL_DIR points to LIB_INSTALL_DIR/qml | Sebastian Kügler | |
This patch adds a variable QML_INSTALL_DIR, pointing to the location to install QtQuick2 imports. These are co-installable with QtQuick 1.x, so we need both dirs. Naming is consistent with the path, so IMPORT is ditched from the name (the path doesn't have imports in it anymore). REVIEW:1088889 | |||
2013-02-09 | Remove -fno-threadsafe-statics. | David Faure | |
<thiago> that's an C++11-violating option. Time to stop using it. (and Qt5.1's Q_GLOBAL_STATIC relies on it) | |||
2013-02-09 | KDECMakeSettings: enable testing by default | Alex Neundorf | |
Alex | |||
2013-02-08 | -better comment (from plasma-framework) | Alex Neundorf | |
Alex | |||
2013-02-08 | some FindKF5.cmake improvements, increase to version 0.0.7 | Alex Neundorf | |
- added some docs - now a KF5_INCLUDE_DIRS variable is set, containing all requested include dirs - the same for KF5_LIBRARIES - some more status reporting Alex | |||
2013-02-07 | -add kjs to the know tier1 libs | Alex Neundorf | |
Alex |