aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-05-04Fix strcasestr detection for glibc-2.9David Faure
svn path=/branches/KDE/4.2/kdelibs/; revision=963449
2009-03-25don't want to do app-bundle stuff on OSX if we're using Qt/X11Benjamin Reed
svn path=/branches/KDE/4.2/kdelibs/; revision=944114
2009-02-27backport poppler detection fixDirk Mueller
svn path=/branches/KDE/4.2/kdelibs/; revision=932964
2009-02-09explicitely set CMP0011 to OLD, so we don't get the warning printed out with ↵Alexander Neundorf
cmake >= 2.6.3 (but the behaviour is not changed by this) Alex svn path=/branches/KDE/4.2/kdelibs/; revision=924047
2009-01-25it's libgmp on windowsChristian Ehrlicher
svn path=/branches/KDE/4.2/kdelibs/; revision=916641
2009-01-22backport fix for bug 178229Andreas Hartmetz
svn path=/branches/KDE/4.2/kdelibs/; revision=914922
2009-01-21Backport HTTP authentication changes from trunk; they seem to fix more ↵Andreas Hartmetz
problems than they cause (none known at the moment). Revisions 910563, 913039, 914385 from trunk. svn path=/branches/KDE/4.2/kdelibs/; revision=914548
2009-01-17Fix create symlinkLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=912335
2009-01-14we need the PulseAudio Mainloop Library in kdemultimedia.Marcus Hufgard
Please have a look over it and expand it to win32 libs. Thanks svn path=/trunk/KDE/kdelibs/; revision=910978
2009-01-13Revert the required version number here and put it in kdelibs/CMakeLists.txt.Jos van den Oever
This is a request by Alexander Neundorf for improving the generality of FindStrigi.cmake. Individual project should set the required version themselves by using: set(STRIGI_MIN_VERSION 0.6.3) use_package(Strigi REQUIRED) CCMAIL:neundorf@kde.org svn path=/branches/KDE/4.2/kdelibs/; revision=910348
2009-01-12Increase the minimum Strigi version to 0.6.3.Jos van den Oever
svn path=/branches/KDE/4.2/kdelibs/; revision=910168
2009-01-11updating FindEigen2.cmake for proper search orderJames Richard Tyrer
svn path=/trunk/KDE/kdelibs/; revision=909439
2009-01-09add a training / so it's easier to call a filename without having to prepend ↵Anne-Marie Mahfouf
the / OKed by David Faure svn path=/trunk/KDE/kdelibs/; revision=908300
2009-01-09Allow to specify minimum version (need to compile kmix, kmix need pulseaudio ↵Laurent Montel
>= 0.9.12) svn path=/trunk/KDE/kdelibs/; revision=908067
2009-01-09Need by kdemultimedia tooLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=908062
2009-01-06-before installing the exports files, compate the new and the already ↵Alexander Neundorf
installed one, and if they are different, delete any previously installed configuration specific exports files Alex svn path=/trunk/KDE/kdelibs/; revision=906811
2009-01-06Backport r906765Albert Astals Cid
cmake/trunk/KDE/kdelibs/cmake/modules/FindLibKonq.cmake Add FindLibKonq.cmake from kdiff3 to kdelibs so others can use it too svn path=/branches/KDE/4.2/kdelibs/; revision=906771
2009-01-06Add FindLibKonq.cmake from kdiff3 to kdelibs so others can use it tooAlbert Astals Cid
svn path=/trunk/KDE/kdelibs/; revision=906765
2009-01-06-rename the export files to KDELibs4(Library|Tools)Targets.cmake from ↵Alexander Neundorf
KDELibs(Library|Tools)Targets.cmake, same patch as in trunk. Fixes the problem with the added namespace for the targets exported from kdelibs a few weeks ago. Patch which will make this safe for the case we have similar changes in the future will first go to trunk, and after RC1 into the branch. Alex svn path=/branches/KDE/4.2/kdelibs/; revision=906738
2009-01-06-install the exports file as KDELibs4LibraryTargets.cmake, instead of ↵Alexander Neundorf
KDELibsLibraryTargets.cmake -> fix against the problem which happens if you have a relatively old kdelibs installation (when the targets where exported without "namespace"), then switched the buildtype and installed a new kdelibs The patch which makes this safe for the case that we have similar changes in the future will come later today. Alex svn path=/trunk/KDE/kdelibs/; revision=906725
2009-01-06-this should now also work for relative install directoriesAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=906719
2009-01-05-add a file which can take care of checking whether the already installed ↵Alexander Neundorf
and the about to be installed exports files are identical Alex svn path=/trunk/KDE/kdelibs/; revision=906298
2009-01-05Remove kformula as discussed on k-c-d.David Faure
It needs better maintainership, more apps using it, to follow the review process, and to avoid the code duplication with koffice... svn path=/trunk/KDE/kdelibs/; revision=906279
2009-01-05-disable FindPlasma.cmake: it was broken, undocumented and since plasma ↵Alexander Neundorf
didn't keep compatibility the cmake support for plasma also doesn't have to This file is not used by anything in trunk/KDE/ anymore. Alex svn path=/trunk/KDE/kdelibs/; revision=906186
2009-01-04-add copyright notice to this one tooAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=905609
2009-01-04-add a test for plasma/glapplet.h to see whether the plasma opengl support ↵Alexander Neundorf
is installed (this test was previously in FindPlasma.cmake but at least in trunk/KDE/ never executed, so in the only place where the result was used (kdeplasma-addons/applets/) the result was always wrong) Alex svn path=/trunk/KDE/kdelibs/; revision=905603
2009-01-04-add missing copyright notices, I hope I got it rightAlexander Neundorf
-also a few empty lines here and there to make it look nicer Alex svn path=/trunk/KDE/kdelibs/; revision=905547
2009-01-03-fix typo, unbreak build (of kdebase/runtime)Alexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=905054
2009-01-03-don't search for the KDE4_INCLUDE_DIR using FIND_PATH() but use the value ↵Alexander Neundorf
from KDELibsDependencies.cmake (should be more correct and a bit faster) -"export" the targets meinproc4, makekdewidgets and kconfig_compiler, and do this into a separate exports-file, putting them in the same file as the exported targets potentially makes cross compiling harder -use a "KDE4__" prefix (or "namepace") for all exported targets, both libraries and executables -add some more documentation, fix some comments, remove commented code Alex svn path=/trunk/KDE/kdelibs/; revision=905044
2009-01-03-use cmake_policy(VERSION) instead of a second ↵Alexander Neundorf
cmake_minimum_required(VERSION) to set the cmake policies to 2.4 compatiblity -> should be more obvious to understand the purpose Alex svn path=/trunk/KDE/kdelibs/; revision=904879
2009-01-02-if no minimum version is given, set it to 4.0.0Alexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=904680
2009-01-02fix error message: KDEVERSION -> KDE_VERSIONAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=904678
2009-01-02-replace check_include_files() with find_path(), should fix the problem on ↵Alexander Neundorf
OSX where libintl.h is in /opt/somewhere.../ and was not found by check_include_files() Alex svn path=/trunk/KDE/kdelibs/; revision=904608
2009-01-02-since cmake 2.6.2 the <package>_FIND_VERSION_(MAJOR|MINOR|PATCH) variables ↵Alexander Neundorf
are initialized automatically to "0", so no need to do it manually here Alex CCMAIL: apaku@gmx.de svn path=/trunk/KDE/kdelibs/; revision=904593
2009-01-02-check the version of kdelibs using the KDE_VERSION variable from ↵Alexander Neundorf
KDELibsDependencies.cmake instead of running kde4-config and parsing its output This should be (very) slightly faster, makes cross compiling one step easier and should be more robust. Copyright the files also this year for me :-) Alex svn path=/trunk/KDE/kdelibs/; revision=904590
2009-01-02-introduce two new internal macros which do the necessary handling for ↵Alexander Neundorf
automoc, they are only created if they are not provided by automoc4 itself (which will happen soon) Alex CCMAIL: kretz@kde.org svn path=/trunk/KDE/kdelibs/; revision=904586
2009-01-01find qca2 on windows againChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=904220
2008-12-31Removed this gcc visibility hack. It is no longer needed.Simon Edwards
svn path=/trunk/KDE/kdelibs/; revision=903773
2008-12-23fix cmake version variable namesPino Toscano
patch by Modestas Vainius svn path=/trunk/KDE/kdelibs/; revision=900828
2008-12-23-replace UsePkgConfig with FindPkgConfigAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=900552
2008-12-23-add simple test for FindENCHANT.cmakeAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=900551
2008-12-22-remove the set() for CMAKE_USE_CHRPATH, this was not part of any released ↵Alexander Neundorf
cmake version -add some comments Alex svn path=/trunk/KDE/kdelibs/; revision=900115
2008-12-22-use FindPkgConfig.cmake instead of UsePkgConfig.cmakeAlexander Neundorf
Alex CCMAIL: kretz@kde.org Matthias: please check that it still works for you, it does on my machine (e.g. by running cmake -DMODULE=FFmpeg -P RunAllModuleTests.cmake in kdelibs/cmake/module-tests/ ) svn path=/trunk/KDE/kdelibs/; revision=900098
2008-12-22-test FindFFmpeg.cmakeAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=900097
2008-12-22-use uppercase consistently in this fileAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=900082
2008-12-22this is not necessary anymore when using find_package_handle_standard_args()Alexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=900080
2008-12-22-delete FindPNG.cmake and FindTIFF.cmake, they are synced with the ones from ↵Alexander Neundorf
cmake 2.6.2 -use the find_package_handle_standards_args() macro in FindLibXml2.cmake Alex svn path=/trunk/KDE/kdelibs/; revision=900078
2008-12-18move the drive letter replace a bit higherCarlo Segato
svn path=/trunk/KDE/kdelibs/; revision=898341
2008-12-17remove the drive letter from the path on windows, since we can't make a ↵Carlo Segato
directory named 'c:/path/' svn path=/trunk/KDE/kdelibs/; revision=898330
2008-12-17PyQt SIP flags patch applied.Simon Edwards
CCBUGS: 177965 svn path=/trunk/KDE/kdelibs/; revision=898246