aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-07-29no need for this one, since we depend here on recent cmakeAlex Neundorf
Alex
2011-07-29already merged into cmakeAlex Neundorf
Alex
2011-07-26has been added as CMakePushCheckState to cmakeAlex Neundorf
Alex
2011-07-26Remove, obsolete.Alex Neundorf
Alex
2011-07-26This one belongs to FindKDE4Internal.cmake, we don't need it here in ECM.Alex Neundorf
Alex
2011-07-26These files belong to KDE (kdelibs), so we don't need them here.Alex Neundorf
Alex
2011-07-26Install a Config.cmake file and a version-file along with itAlex Neundorf
Alex
2011-07-18sync with current cmake gitAlex Neundorf
Alex
2011-07-18Sync with current cmakeAlex Neundorf
Alex
2011-07-12-add basic support for packagingAlex Neundorf
Alex
2011-07-10Remove copy of FindLibXml2.cmake, the version in current cmake is basically ↵Alex Neundorf
identical. Alex
2011-07-10Require cmake 2.8.4 for nowAlex Neundorf
Alex
2011-07-10Remove, it's the same as in cmake 2.8.4.Alex Neundorf
Alex
2011-07-10Remove, it's the same as in CMake 2.8.Alex Neundorf
Alex
2011-07-10Remove, simply use set_property(... APPEND ...) insteadAlex Neundorf
Alex
2011-07-10Obsolete, remove.Alex Neundorf
Alex
2011-07-10This macro is broken, remove it.Alex Neundorf
Alex
2011-07-10We'll go with FindRuby.cmake from CMakeAlex Neundorf
Alex
2011-07-10Remove, cmake has a systeminfo itself (more complete etc.)Alex Neundorf
Alex
2011-07-09-generate and install docsAlex Neundorf
Alex
2011-07-09Add a version number and an install() ruleAlex Neundorf
Alex
2011-07-09also rename the macro macro_optional_add_subdirectory() toAlex Neundorf
ecm_optional_add_subdirectory() make it a function, not a macro anymore Alex
2011-07-09Remove as it won't be necessary anymore with CMake 2.8.6Allen Winter
2011-07-09Rename MacroOptionalAddSubdirectory.cmake to ECMOptionalAddDirectory.cmakeAllen Winter
This is the first in our new modules
2011-06-30Move the modules, modules-test and systeminfo subdirs into 'attic'Allen Winter
2011-06-28Merge branch 'allen' of /data/kde/trunk/KDE/kdelibsAllen Winter
2011-06-27A README to describe this project.Allen Winter
2011-06-22Apply patch by Tomáš Chvátal to fix hunspell-1.3 detectionDavid Faure
...when hunspell-1.2 is installed too. REVIEW: 101484
2011-05-21make KDE build with a compiler older than 4.2 againDirk Mueller
2011-04-12Find Hunspell 1.3Christophe Giboudeaux
2011-04-12implement PYKDE4_ADD_EXECUTABLE on windowsWolfgang 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-11Clean 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-27Master is now at version 4.7Allen Winter
2011-03-24Generate cmake standard path names for SIPWolfgang 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-06Added 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-04Abort compilation immediately when python compiling fails.David Faure
Rather than aborting at install time when the .pyc file can't be found.
2011-01-28fixed mingw debug buildPatrick von Reth
svn path=/trunk/KDE/kdelibs/; revision=1217740
2011-01-20include the policy setting as requested by AlexDirk Mueller
CCMAIL: neundorf@kde.org svn path=/trunk/KDE/kdelibs/; revision=1216029
2011-01-03support local dir for digiKam 2.0.0Gilles Caulier
svn path=/trunk/KDE/kdelibs/; revision=1211248
2010-12-26revertGilles Caulier
svn path=/trunk/KDE/kdelibs/; revision=1209293
2010-12-26this file is now installed with libkdcraw as well.Gilles Caulier
svn path=/trunk/KDE/kdelibs/; revision=1209275
2010-12-13Use 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-10FindQt4.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-22search for hupnp in the directory it gets installed toJonathan Riddell
svn path=/trunk/KDE/kdelibs/; revision=1199754
2010-11-21Unset all temp variables to not pollute the global "namespace".Sebastian Trueg
svn path=/trunk/KDE/kdelibs/; revision=1199385
2010-11-20disable deprecate warnings also on msvc2008 and msvc2010Christian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=1199036
2010-11-19Search 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-19macro_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-17With 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-17Fix version handling (by setting SharedDesktopOntologies_FIND_VERSION, which ↵David Faure
is what FindPackageHandleStandardArgs looks at) svn path=/trunk/KDE/kdelibs/; revision=1198106