aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2008-07-28-make the reduced link interface the defaultAlexander Neundorf
Dirk fixed most (all ?) of the breakage this causes, let's see if there is something left (i.e. adding missing libraries to the TARGET_LINK_LIBRARIES() calls) Alex svn path=/trunk/KDE/kdelibs/; revision=838863
2008-07-28-print a reminder that starting next week at least cmake 2.6.0 is required ↵Alexander Neundorf
for building KDE 4 trunk Hint: you can easily install multiple versions of cmake by just putting them into separate directories and then calling them initially with the full path: /opt/cmake-2.6.0/bin/cmake ... Alex svn path=/trunk/KDE/kdelibs/; revision=838859
2008-07-25fix typoAllen Winter
SVN_SILENT: svn path=/trunk/KDE/kdelibs/; revision=837686
2008-07-24fix indentationAllen Winter
SVN_SILENT: svn path=/trunk/KDE/kdelibs/; revision=837465
2008-07-24second attempt:Allen Winter
compute variables for SOPRANO_PLUGIN_FOO_FOUND tidy up a bit svn path=/trunk/KDE/kdelibs/; revision=837464
2008-07-24revert.Allen Winter
no ready yet. svn path=/trunk/KDE/kdelibs/; revision=837419
2008-07-24compute variables for SOPRANO_PLUGIN_FOO_FOUNDAllen Winter
tidy up a bit CCMAIL: trueg@kde.org svn path=/trunk/KDE/kdelibs/; revision=837396
2008-07-23-make the reduced link interface also available under Windows, sync with trunkAlexander Neundorf
Alex svn path=/branches/KDE/4.1/kdelibs/; revision=837147
2008-07-23remove the condition around KDE4_ENABLE_EXPERIMENTAL_LIB completelyChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=837109
2008-07-23enable KDE4_ENABLE_EXPERIMENTAL_LIB for windows too - kdelibs compiles fine ↵Christian Ehrlicher
with this option svn path=/trunk/KDE/kdelibs/; revision=837076
2008-07-22-same fix as in trunk: fix linking on WindowsAlexander Neundorf
The intention was tha by default the reduced link interface shouldn't be used (yet), but this wasn't the case under Windows, where it was enabled by default. This is changed now and now it is also under Windows disabled by default. Alex svn path=/branches/KDE/4.1/kdelibs/; revision=836768
2008-07-22-fix linking on Windows, here by default the LINK_INTERFACE_LIBRARIES ↵Alexander Neundorf
properties was set, while it was intended that by default it shouldn't be set Alex CCMAIL: kde-windows@kde.org svn path=/trunk/KDE/kdelibs/; revision=836766
2008-07-22corrected docRalf Habacker
svn path=/trunk/KDE/kdelibs/; revision=836434
2008-07-22Backport fix from trunkLaurent Montel
svn path=/branches/KDE/4.1/kdelibs/; revision=836388
2008-07-21fix automoc4 for msvc as discussed on kde-buildsystemChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=836190
2008-07-21Better to not change TAGLIB_CFLAGSLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=836159
2008-07-21-also disable _KDE4_TARGET_LINK_INTERFACE_LIBRARIES() and use the renamed ↵Alexander Neundorf
LINK_INTERFACE_LIBRARIES target property instead: set_target_properties(foo PROPERTIES ${KDE4_DISABLE_PROPERTY_}LINK_INTERFACE_LIBRARIES "kdeui;kdecore" ) While this doesn't look very nice, it is completely forward and backward compatible (i.e. cmake 2.4 doesn't complain, cmake 2.6 works, both versions work as soon as the reduced link interface is the default (soon), if somebody uses this with kdelibs which don't have that anymore he will get the reduced interface instead of errors, so all should be ok) This was discussed on kde-buildsystem end of June. Alex CCMAIL: mueller@kde.org svn path=/branches/KDE/4.1/kdelibs/; revision=836133
2008-07-21-also disable _KDE4_TARGET_LINK_INTERFACE_LIBRARIES() and use the renamed ↵Alexander Neundorf
LINK_INTERFACE_LIBRARIES target property instead: set_target_properties(foo PROPERTIES ${KDE4_DISABLE_PROPERTY_}LINK_INTERFACE_LIBRARIES "kdeui;kdecore" ) While this doesn't look very nice, it is completely forward and backward compatible (i.e. cmake 2.4 doesn't complain, cmake 2.6 works, both versions work as soon as the reduced link interface is the default (soon), if somebody uses this with kdelibs which don't have that anymore he will get the reduced interface instead of errors, so all should be ok) Alex CCMAIL: mueller@kde.org svn path=/trunk/KDE/kdelibs/; revision=836131
2008-07-21Be sure that we defined TAGLIB_INCLUDESLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=835837
2008-07-20-consistent lowercasingAlexander Neundorf
-use mark_as_advanced() for the right variables (i.e. the ones which go into the cache) -also search for the old style header so we can give a better error message Alex svn path=/trunk/KDE/kdelibs/; revision=835669
2008-07-20-prefix kde4_target_link_interface_libraries() with an "_", to make clear ↵Alexander Neundorf
this is only a temporary macro which will be gone again very soon Alex CCMAIL: mueller@kde.org svn path=/branches/KDE/4.1/kdelibs/; revision=835659
2008-07-20-rename variable XMLLINT_EXECUTABLE to LIBXML2_XMLLINT_EXECUTABLE, to be ↵Alexander Neundorf
consistent with the cmake module coding style (keep the old one for compatibility) -adapt config-kdoctools.h.cmake accordingly Alex svn path=/branches/KDE/4.1/kdelibs/; revision=835658
2008-07-20documentation and formatting fixes, no functional changesAlexander Neundorf
Alex svn path=/branches/KDE/4.1/kdelibs/; revision=835631
2008-07-20add a message in case somebody stumbles about a ↵Alexander Neundorf
KDE4_TARGET_LINK_INTERFACE_LIBRARIES() call that it has been renamed Alex svn path=/trunk/KDE/kdelibs/; revision=835491
2008-07-20prefix KDE4_TARGET_LINK_INTERFACE_LIBRARIES with a "_", it is unused in svn ↵Alexander Neundorf
and will be removed again for 4.2 I'd like to do the same in the 4.1 branch. Objections ? Alex CCMAIL: mueller@kde.org svn path=/trunk/KDE/kdelibs/; revision=835295
2008-07-20-rename XMLLINT_EXECUTABLE to LIBXML2_XMLLINT_EXECUTABLE so it follows the ↵Alexander Neundorf
styleguide for cmake modules and is properly prefixed -document LIBXML2_XMLLINT_EXECUTABLE -keep XMLLINT_EXECUTABLE for backwards compat. with KDE 4.0.x -consistent casing -adapt config-kdoctools.h.cmake to LIBXML2_XMLLINT_EXECUTABLE Alex svn path=/trunk/KDE/kdelibs/; revision=835259
2008-07-20FindPCRE.cmake: lowercasingAlexander Neundorf
FindSharedMimeInfo.cmake: document SHARED_MIME_INFO_MINIMUM_VERSION and add a comment about the WORKING_DIRECTORY FindGStreamer.cmake: use FIND_PACKAGE_HANDLE_STANDARD_ARGS() FindExiv2.cmake: lowercasing, document EXIV2_MIN_VERSION FindKDE4Internal.cmake: remove empty lines from documentation block so everything is included again in the generated documentation Alex svn path=/trunk/KDE/kdelibs/; revision=835253
2008-07-20-remove empty lines from documentation block in FindQt4.cmake, so everything ↵Alexander Neundorf
is included again in the generated documentatiom -lowercase FindTaglib.cmake Alex svn path=/trunk/KDE/kdelibs/; revision=835221
2008-07-19-synch with trunk:Alexander Neundorf
-some formatting -KDE_DEFAULT_HOME is now a cache variable -fix for the link interface libs from Dirk -fix for targets with "-" in their name from Christian Alex svn path=/branches/KDE/4.1/kdelibs/; revision=834700
2008-07-19automatically merged revision 834533:Andreas Pakulat
Explain the various build types that KDE4 supports and add Debugfull to the build configuration types for CMake > 2.5 svn path=/branches/KDE/4.1/kdelibs/; revision=834621
2008-07-19Explain the various build types that KDE4 supports and add Debugfull to theAndreas Pakulat
build configuration types for CMake > 2.5 svn path=/trunk/KDE/kdelibs/; revision=834533
2008-07-18fix for targets with '-' in name on windowsChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=834424
2008-07-17fix typoDirk Mueller
svn path=/trunk/KDE/kdelibs/; revision=833559
2008-07-15- Logic fix for boost subminor test detection by Andreas Pakulat. It fixes ↵Helio Castro
Mandriva 1.35.0 boos detection svn path=/trunk/KDE/kdelibs/; revision=832964
2008-07-15- Logic fix for boost subminor test detection by Andreas Pakulat. It fixes ↵Helio Castro
Mandriva 1.35.0 boos detection svn path=/branches/KDE/4.1/kdelibs/; revision=832962
2008-07-14increase GENERIC library version from .1 to .2.Allen Winter
DO NOT EVEN THINK ABOUT BACKPORTING THIS svn path=/trunk/KDE/kdelibs/; revision=832335
2008-07-11Forwardport 830862, kexiv2 requires exiv2 >= 0.13 for AccessMode.David Faure
svn path=/trunk/KDE/kdelibs/; revision=830871
2008-07-11Fix compilation of kdegraphics with exiv2-0.12 installed on the computer.David Faure
The code uses AccessMode which was added in 0.13, so at least for kdegraphics, the min version for a usable exiv2 is 0.13. CCMAIL: caulier.gilles@gmail.com svn path=/branches/KDE/4.1/kdelibs/; revision=830862
2008-07-094.1 -> 4.2Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=830131
2008-07-09revert.Allen Winter
wrong branch dummy! svn path=/branches/KDE/4.1/kdelibs/; revision=830130
2008-07-094.1 -> 4.2Allen Winter
svn path=/branches/KDE/4.1/kdelibs/; revision=830126
2008-07-08-apply patch from guru AT computer-rave DOT com , search ↵Alexander Neundorf
CMAKE_INSTALL_PREFIX correctly, i.e. without the "/lib", since this is already part of the PATH_SUFFIX Alex svn path=/trunk/KDE/kdelibs/; revision=829705
2008-07-07-make automoc4 required finally (... 4.1 is not too far away)Alexander Neundorf
Alex CCMAIL: kde-buildsystem@kde.org CCMAIL: kretz@kde.org svn path=/trunk/KDE/kdelibs/; revision=829250
2008-07-07Add some text explaining the FFMPEG include search pathsThiago Macieira
svn path=/trunk/KDE/kdelibs/; revision=829102
2008-07-07Fix obviously untested commit ("undefined reference to main"; wrong if ↵David Faure
syntax; test said that off_t wasn't 64 bit on a 64 bit machine...) svn path=/trunk/KDE/kdelibs/; revision=829098
2008-07-07add a configure check and add -D_FILE_OFFSET_BITS=64 if neededDirk Mueller
svn path=/trunk/KDE/kdelibs/; revision=829068
2008-07-06Copy over FindBoost.cmake from kdevplatform, which is 95% of the CMake 2.6Andreas Pakulat
version of this module (the 5% are owed to the fact that we're not requiring CMake 2.6 yet, when we do this can be dropped completely). This is backwards compatible with the cmake 2.4 version we had before in terms of usage so there are no expected portings or breakages from this. (tested by a couple of cmake users while implementing this for CMake 2.6) svn path=/trunk/KDE/kdelibs/; revision=828628
2008-07-02point to the correct test filename on windows, second tryChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=827019
2008-07-01this should fix update-mime-info execution on windowsChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=826849
2008-07-01Yeah, nice reversed condition. We have no .bat files on unix. This fixes ↵David Faure
make test... svn path=/trunk/KDE/kdelibs/; revision=826778