Age | Commit message (Collapse) | Author |
|
for the installed Automoc4Config.cmake in the appropriate directories.
Alex
svn path=/trunk/KDE/kdelibs/; revision=844694
|
|
have problems
since they are actually using the "debug" and "optimized" keywords for libraries, which leads
to problems with cmake 2.6.0 and 2.6.1 when linking (it tries to link against -ldebug or -loptimized)
Alex
CCMAIL: kde-windows@kde.org
svn path=/trunk/KDE/kdelibs/; revision=844368
|
|
svn path=/trunk/KDE/kdelibs/; revision=844128
|
|
type - the new link interface of cmake 2.6.x does not support the optimized/debug library prefixes, using them results for example into kde4-config link error not finding 'optimized' library.
svn path=/trunk/KDE/kdelibs/; revision=844126
|
|
(or lib32)
Does anybody think this might be a bad idea or cause problems under some weird circumstances ?
Alex
CCMAIL: kde-buildsystem@kde.org
svn path=/trunk/KDE/kdelibs/; revision=843268
|
|
svn path=/trunk/KDE/kdelibs/; revision=843151
|
|
Alex
CCMAIL: apaku@gmx.de
svn path=/trunk/KDE/kdelibs/; revision=842686
|
|
Fix my earlier mistake, Debugfull should be enabled for anything greater 2.5 (i.e. 2.6.0 and onwards)
svn path=/branches/KDE/4.1/kdelibs/; revision=842307
|
|
(i.e. 2.6.0 and onwards)
svn path=/trunk/KDE/kdelibs/; revision=842305
|
|
-remove some tests for the current cmake versions
Alex
svn path=/trunk/KDE/kdelibs/; revision=842236
|
|
svn path=/branches/KDE/4.1/kdelibs/; revision=839227
|
|
svn path=/trunk/KDE/kdelibs/; revision=839226
|
|
interface: always write
the reduced link information into KDELibsDependencies file
Alex
svn path=/trunk/KDE/kdelibs/; revision=838965
|
|
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
|
|
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
|
|
SVN_SILENT:
svn path=/trunk/KDE/kdelibs/; revision=837686
|
|
SVN_SILENT:
svn path=/trunk/KDE/kdelibs/; revision=837465
|
|
compute variables for SOPRANO_PLUGIN_FOO_FOUND
tidy up a bit
svn path=/trunk/KDE/kdelibs/; revision=837464
|
|
no ready yet.
svn path=/trunk/KDE/kdelibs/; revision=837419
|
|
tidy up a bit
CCMAIL: trueg@kde.org
svn path=/trunk/KDE/kdelibs/; revision=837396
|
|
Alex
svn path=/branches/KDE/4.1/kdelibs/; revision=837147
|
|
svn path=/trunk/KDE/kdelibs/; revision=837109
|
|
with this option
svn path=/trunk/KDE/kdelibs/; revision=837076
|
|
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
|
|
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
|
|
svn path=/trunk/KDE/kdelibs/; revision=836434
|
|
svn path=/branches/KDE/4.1/kdelibs/; revision=836388
|
|
svn path=/trunk/KDE/kdelibs/; revision=836190
|
|
svn path=/trunk/KDE/kdelibs/; revision=836159
|
|
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
|
|
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
|
|
svn path=/trunk/KDE/kdelibs/; revision=835837
|
|
-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
|
|
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
|
|
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
|
|
Alex
svn path=/branches/KDE/4.1/kdelibs/; revision=835631
|
|
KDE4_TARGET_LINK_INTERFACE_LIBRARIES() call that it has been renamed
Alex
svn path=/trunk/KDE/kdelibs/; revision=835491
|
|
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
|
|
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
|
|
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
|
|
is included again in the generated documentatiom
-lowercase FindTaglib.cmake
Alex
svn path=/trunk/KDE/kdelibs/; revision=835221
|
|
-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
|
|
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
|
|
build configuration types for CMake > 2.5
svn path=/trunk/KDE/kdelibs/; revision=834533
|
|
svn path=/trunk/KDE/kdelibs/; revision=834424
|
|
svn path=/trunk/KDE/kdelibs/; revision=833559
|
|
Mandriva 1.35.0 boos detection
svn path=/trunk/KDE/kdelibs/; revision=832964
|
|
Mandriva 1.35.0 boos detection
svn path=/branches/KDE/4.1/kdelibs/; revision=832962
|
|
DO NOT EVEN THINK ABOUT BACKPORTING THIS
svn path=/trunk/KDE/kdelibs/; revision=832335
|
|
svn path=/trunk/KDE/kdelibs/; revision=830871
|