aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-11-14add test for Eigen2Alexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=884414
2008-11-14-add a test for FindBlitz.cmakeAlexander Neundorf
-change output prefix from ">>" to "::" (doesn't have to be quoted when grepping) -add option CLEAN_DIRS to RunAllModuleTests.cmake, if you set this to TRUE, the previous test build directories will be removed before running the tests Alex svn path=/trunk/KDE/kdelibs/; revision=884400
2008-11-14-add a test for FindQCA2.cmakeAlexander Neundorf
-add a macro test_find_package(<package> <prefix> <var_without_prefix1>...<var_without_prefixN>) for executing a mdoule and printing the results -add cmake script RunAllModuleTests.cmake which can be used to run all existing tests in one go Alex svn path=/trunk/KDE/kdelibs/; revision=884395
2008-11-14add eol at eofAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=884376
2008-11-14-_PREFIX is also already set by pkg_check_modules()Alexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=884375
2008-11-14-mark variables as advanced and add simple testAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=884365
2008-11-14-replace UsePkgConfig with FindPkgConfigAlexander Neundorf
-FindPkgConfig can also be used under Windows, usually it will do just nothing then -also work if pkg-config fails -use FIND_PACKAGE_HANDLE_STANDARD_ARGS() -use the new HINTS argument for the FIND_XXX() commands, these directories are then preferred over the default ones -use the new if(... VERSION_GREATER) instead of macro_ensure_version() (new since 2.6.2) Alex svn path=/trunk/KDE/kdelibs/; revision=884360
2008-11-14-add a very simple test for FindXine.cmake, more will followAlexander Neundorf
They have to be executed manually for now. Alex svn path=/trunk/KDE/kdelibs/; revision=884359
2008-11-14Revert those files back to rev 882880 to get them into a known working state ↵Alexander Neundorf
again, except FindStrigi.cmake, which seems to be working. Let's start now cleaning them up step by step. Alex CCMAIL: helio@kde.org svn path=/trunk/KDE/kdelibs/; revision=884355
2008-11-13-lowercasingAlexander Neundorf
-use find_package_handle_standard_args() Alex svn path=/trunk/KDE/kdelibs/; revision=883966
2008-11-13-make it work also without pkgconfigAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=883961
2008-11-13-fix FindStrigi when pkg-config didn't find strigi:Alexander Neundorf
in this case STRIGI_INCLUDEDIR is empty, and then used as result variable for FIND_PATH(). But FIND_PATH() only does something if the used variable contains "NOTFOUND", so it didn't search for the header actually. Now FIND_PATH() uses STRIGI_INCLUDE_DIR and sets STRIGI_INCLUDEDIR for compatibility. Hint: FOO_INCLUDE_DIR is the correct naming according to the cmake module coding rules (see kdelibs/cmake/modules/cmake-modules/styleguide.txt), not legacy. Alex CCMAIL: helio@kde.org Helio: are you sure there are not other such breakages left ? I'm always *very* cautious when touching these files, I still have a bad feeling after these big changes. svn path=/trunk/KDE/kdelibs/; revision=883470
2008-11-12clean up a few STATUS messages.Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=883065
2008-11-11- Add cmake_home as a first testHelio Castro
svn path=/trunk/KDE/kdelibs/; revision=883006
2008-11-11- Fix test order for cmake_homeHelio Castro
svn path=/trunk/KDE/kdelibs/; revision=883004
2008-11-11- Made changes requested by AlexHelio Castro
svn path=/trunk/KDE/kdelibs/; revision=882988
2008-11-11Make this module backwards compatible, so kdegames, kdegraphics and koffice ↵Andreas Pakulat
continue to build svn path=/trunk/KDE/kdelibs/; revision=882982
2008-11-11- Fixed the wrong removal of standard paths and readd legacy INCLUDE_DIRS as ↵Helio Castro
a test for non pkgconfig places. Alex already agreed that we need setup a formal wiki for such kind of operations svn path=/trunk/KDE/kdelibs/; revision=882969
2008-11-11- Legacy INCLUDE_DIR to avoid break compilation in cmake that uses old formatHelio Castro
svn path=/trunk/KDE/kdelibs/; revision=882963
2008-11-11Embracing new cmake, another module moving to pkg_check_modulesHelio Castro
svn path=/trunk/KDE/kdelibs/; revision=882917
2008-11-11Unbreak test.Helio Castro
The duplicated test for every lib was done due to NO_DEFAULT_PATH addition on lib tests. At the very first moment duplication was removed, all default path strigi libs are stopped to been detected svn path=/trunk/KDE/kdelibs/; revision=882910
2008-11-11Embraceing new cmake, another module moving to pkg_check_modulesHelio Castro
svn path=/trunk/KDE/kdelibs/; revision=882904
2008-11-11Less verboseHelio Castro
svn path=/trunk/KDE/kdelibs/; revision=882897
2008-11-11- Show real librariesHelio Castro
svn path=/trunk/KDE/kdelibs/; revision=882896
2008-11-11- Fix includedirs and add requires for pkgconfigHelio Castro
svn path=/trunk/KDE/kdelibs/; revision=882894
2008-11-11- Move old test check for new cmake pkg_check_moduleHelio Castro
svn path=/trunk/KDE/kdelibs/; revision=882888
2008-11-11- Move old test check for new cmake pkg_check_moduleHelio Castro
svn path=/trunk/KDE/kdelibs/; revision=882887
2008-11-11Fix syntax errorsAmbroz Bizjak
svn path=/trunk/KDE/kdelibs/; revision=882809
2008-11-11Port them tooLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=882802
2008-11-11Port itLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=882776
2008-11-11Fix this package tooLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=882745
2008-11-11Fix itLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=882740
2008-11-11Minor fixLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=882730
2008-11-11Change as discussed with AlexLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=882721
2008-11-11Port to FindPkgConfigLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=882703
2008-11-11Port to PKG_CHECK_MODULESLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=882701
2008-11-10-require cmake 2.6.2Alexander Neundorf
-enable the reduced link interface for everybody now in kdelibs -convert all the set_target_properties(foo LINK_INTERFACE_LIBRARIES...) to the new target_link_libraries(foo LINK_INTERFACE_LIBRARIES ...) -install all shared libs also as "exported targets", so these libraries can be included by the other projects again as "imported targets", which should fix some problems with different build configurations, the reduced link interface, hopefully also custom install locations (Windows), maybe more -remove the temporary internal hackish macro _KDE4_EXPORT_LIBRARY_DEPENDENCIES() Alex, who hopes this doesn't break too much... So if you get linker errors now, please let me know (or even better kde-buildsystem@kde.org) svn path=/trunk/KDE/kdelibs/; revision=882594
2008-11-10Use FindPkgConfigLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=882249
2008-11-10Port to use PKG_CHECK_MODULESLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=882248
2008-11-09-add ctest script files to make running nightly builds easierAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=882117
2008-11-09Convert itLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=882079
2008-11-09-use PATH_SUFFIXES instead of listing each subdir twice, once with and once ↵Alexander Neundorf
without mysql appended Alex Jarosloaw: can you please check that this still works as you expect ? CCMAIL: js@iidea.pl svn path=/trunk/KDE/kdelibs/; revision=882056
2008-11-08detection on mysql much improved, esp. on Windows (taken form ↵Jarosław Staniek
branches/work/predicate) svn path=/trunk/KDE/kdelibs/; revision=881641
2008-11-08SVN_SILENT: correct endifPatrick Spendrin
svn path=/trunk/KDE/kdelibs/; revision=881602
2008-11-08make it possible to add application icons to kdeinit applications too.Patrick Spendrin
This is a rather strange hack but it works and so I want to keep it for now. It does not change anything on Linux. svn path=/trunk/KDE/kdelibs/; revision=881571
2008-11-07-print a warning for users which have not yet updated to cmake 2.6.2Alexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=881351
2008-11-06-remove setting CMAKE_CONFIGURATION_TYPES, this is intended only for the ↵Alexander Neundorf
non-Makefile generators, but was set always, and for Makefile-generators only CMAKE_BUILD_TYPE should be set, otherwise you can get strange effects e.g. when installing (then some configuration from CMAKE_CONFIGURATION_TYPES instead of the one from CMAKE_BUILD_TYPE might be installed) See http://lists.kde.org/?l=kde-buildsystem&m=122592542916378&w=2 Alex svn path=/trunk/KDE/kdelibs/; revision=880856
2008-11-06when compiling kdelibs, KDE4_KFILE_LIBS should contain also the dependencies ↵Pino Toscano
of it, including kio aka make it link in the right way svn path=/trunk/KDE/kdelibs/; revision=880848
2008-11-06kfile does not link to kde3support, so there is no reason the define ↵Marijn Kruisselbrink
KDE4_KFILE_LIBS to actually include KDE3SUPPORT svn path=/trunk/KDE/kdelibs/; revision=880736
2008-11-05fix PLASMA_FOUNDLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=880466