Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-29 | no need for this one, since we depend here on recent cmake | Alex Neundorf | |
Alex | |||
2011-07-29 | already merged into cmake | Alex Neundorf | |
Alex | |||
2011-07-26 | has been added as CMakePushCheckState to cmake | Alex Neundorf | |
Alex | |||
2011-07-26 | Remove, obsolete. | Alex Neundorf | |
Alex | |||
2011-07-26 | This one belongs to FindKDE4Internal.cmake, we don't need it here in ECM. | Alex Neundorf | |
Alex | |||
2011-07-26 | These files belong to KDE (kdelibs), so we don't need them here. | Alex Neundorf | |
Alex | |||
2011-07-26 | Install a Config.cmake file and a version-file along with it | Alex Neundorf | |
Alex | |||
2011-07-18 | sync with current cmake git | Alex Neundorf | |
Alex | |||
2011-07-18 | Sync with current cmake | Alex Neundorf | |
Alex | |||
2011-07-12 | -add basic support for packaging | Alex Neundorf | |
Alex | |||
2011-07-10 | Remove copy of FindLibXml2.cmake, the version in current cmake is basically ↵ | Alex Neundorf | |
identical. Alex | |||
2011-07-10 | Require cmake 2.8.4 for now | Alex Neundorf | |
Alex | |||
2011-07-10 | Remove, it's the same as in cmake 2.8.4. | Alex Neundorf | |
Alex | |||
2011-07-10 | Remove, it's the same as in CMake 2.8. | Alex Neundorf | |
Alex | |||
2011-07-10 | Remove, simply use set_property(... APPEND ...) instead | Alex Neundorf | |
Alex | |||
2011-07-10 | Obsolete, remove. | Alex Neundorf | |
Alex | |||
2011-07-10 | This macro is broken, remove it. | Alex Neundorf | |
Alex | |||
2011-07-10 | We'll go with FindRuby.cmake from CMake | Alex Neundorf | |
Alex | |||
2011-07-10 | Remove, cmake has a systeminfo itself (more complete etc.) | Alex Neundorf | |
Alex | |||
2011-07-09 | -generate and install docs | Alex Neundorf | |
Alex | |||
2011-07-09 | Add a version number and an install() rule | Alex Neundorf | |
Alex | |||
2011-07-09 | also rename the macro macro_optional_add_subdirectory() to | Alex Neundorf | |
ecm_optional_add_subdirectory() make it a function, not a macro anymore Alex | |||
2011-07-09 | Remove as it won't be necessary anymore with CMake 2.8.6 | Allen Winter | |
2011-07-09 | Rename MacroOptionalAddSubdirectory.cmake to ECMOptionalAddDirectory.cmake | Allen Winter | |
This is the first in our new modules | |||
2011-06-30 | Move the modules, modules-test and systeminfo subdirs into 'attic' | Allen Winter | |
2011-06-28 | Merge branch 'allen' of /data/kde/trunk/KDE/kdelibs | Allen Winter | |
2011-06-27 | A README to describe this project. | Allen Winter | |
2011-06-22 | Apply patch by Tomáš Chvátal to fix hunspell-1.3 detection | David Faure | |
...when hunspell-1.2 is installed too. REVIEW: 101484 | |||
2011-05-21 | make KDE build with a compiler older than 4.2 again | Dirk Mueller | |
2011-04-12 | Find Hunspell 1.3 | Christophe Giboudeaux | |
2011-04-12 | implement PYKDE4_ADD_EXECUTABLE on windows | Wolfgang Rohdewald | |
using a batch file. Windows links would only work if the .py extension is associated with python icons cannot be attached to a batch file - if that is needed, we would need to generate a minimal C program calling python | |||
2011-04-11 | Clean up FindGObject.cmake. | Raphael Kubo da Costa | |
* Remove unnecessary WIN32 check. * Use the pkg-config paths as HINTS, not PATHS. * Use FindPackageHandleStandardArgs instead of duplicating its functionality. Reviewed-by: Alexander Neundorf | |||
2011-03-27 | Master is now at version 4.7 | Allen Winter | |
2011-03-24 | Generate cmake standard path names for SIP | Wolfgang Rohdewald | |
FindSIP.py returns things like C:\Python27\sip which will be passed to the compiler like C:\Python27\sip/PyKDE4 - the MSVC 10 compiler cannot parse that, thinking /P is an option. So we convert those paths to the cmake standard form C:/Python27/sip | |||
2011-03-06 | Added HUpnp version reporting and detection. | Nikhil Marathe | |
FindHUpnp.cmake now exposes HUpnp version extracted from HUpnpCore/public/hupnpinfo.h Solid will require HUpnp v0.9.0 | |||
2011-02-04 | Abort compilation immediately when python compiling fails. | David Faure | |
Rather than aborting at install time when the .pyc file can't be found. | |||
2011-01-28 | fixed mingw debug build | Patrick von Reth | |
svn path=/trunk/KDE/kdelibs/; revision=1217740 | |||
2011-01-20 | include the policy setting as requested by Alex | Dirk Mueller | |
CCMAIL: neundorf@kde.org svn path=/trunk/KDE/kdelibs/; revision=1216029 | |||
2011-01-03 | support local dir for digiKam 2.0.0 | Gilles Caulier | |
svn path=/trunk/KDE/kdelibs/; revision=1211248 | |||
2010-12-26 | revert | Gilles Caulier | |
svn path=/trunk/KDE/kdelibs/; revision=1209293 | |||
2010-12-26 | this file is now installed with libkdcraw as well. | Gilles Caulier | |
svn path=/trunk/KDE/kdelibs/; revision=1209275 | |||
2010-12-13 | Use the new polkit-qt-1 checks, and depend on polkit-qt-1 0.99.0 for that. | Dario Freddi | |
svn path=/trunk/KDE/kdelibs/; revision=1206241 | |||
2010-12-10 | FindQt4.cmake: Merge cfba5ef1 from upstream CMake: | Kevin Kofler | |
http://cmake.org/gitweb?p=cmake.git;a=commit;h=cfba5ef111bf86e8820a4dff556b3a9edc1484cd Fix regression in 2dae2f1 which added find of Qt imports dir. 2dae2f1 was previously merged by mart. This breaks finding qmake-qt4 when there's also a Qt 3 qmake around, the Qt 3 qmake is no longer recognized as bad. The above fix from upstream CMake fixes that. CCMAIL: mart@kde.org CCMAIL: neundorf@kde.org CCMAIL: rdieter@math.unl.edu svn path=/trunk/KDE/kdelibs/; revision=1205274 | |||
2010-11-22 | search for hupnp in the directory it gets installed to | Jonathan Riddell | |
svn path=/trunk/KDE/kdelibs/; revision=1199754 | |||
2010-11-21 | Unset all temp variables to not pollute the global "namespace". | Sebastian Trueg | |
svn path=/trunk/KDE/kdelibs/; revision=1199385 | |||
2010-11-20 | disable deprecate warnings also on msvc2008 and msvc2010 | Christian Ehrlicher | |
svn path=/trunk/KDE/kdelibs/; revision=1199036 | |||
2010-11-19 | Search for a different file since nepomuk/global.h is a deprecated header ↵ | Marijn Kruisselbrink | |
file, and thus not installed when deprecated code is disabled (like in the mobile platform). svn path=/trunk/KDE/kdelibs/; revision=1198801 | |||
2010-11-19 | macro_log_feature's "DESCRIPTION" argument is meant to describe the features ↵ | Alex Merry | |
the package will provide if found, not describe the package itself (after all, users don't care what some random library _is_, they care what features installing it will provide them with). svn path=/trunk/KDE/kdelibs/; revision=1198576 | |||
2010-11-17 | With this mode of FindPackageHandleStandardArgs, passing the VERSION_VAR is ↵ | David Faure | |
actually necessary for the version check to happen svn path=/trunk/KDE/kdelibs/; revision=1198107 | |||
2010-11-17 | Fix version handling (by setting SharedDesktopOntologies_FIND_VERSION, which ↵ | David Faure | |
is what FindPackageHandleStandardArgs looks at) svn path=/trunk/KDE/kdelibs/; revision=1198106 |