Age | Commit message (Collapse) | Author |
|
svn path=/branches/KDE/4.1/kdelibs/; revision=848170
|
|
Too bad this doesn't apply to trunk anymore...
svn path=/branches/KDE/4.1/kdelibs/; revision=845330
|
|
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
|
|
svn path=/branches/KDE/4.1/kdelibs/; revision=839227
|
|
Alex
svn path=/branches/KDE/4.1/kdelibs/; revision=837147
|
|
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
|
|
svn path=/branches/KDE/4.1/kdelibs/; revision=836388
|
|
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
|
|
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
|
|
-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
|
|
Mandriva 1.35.0 boos detection
svn path=/branches/KDE/4.1/kdelibs/; revision=832962
|
|
svn path=/branches/KDE/4.1/kdelibs/; revision=832018
|
|
svn path=/trunk/KDE/kdelibs/; revision=830871
|
|
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
|
|
svn path=/trunk/KDE/kdelibs/; revision=830131
|
|
wrong branch dummy!
svn path=/branches/KDE/4.1/kdelibs/; revision=830130
|
|
svn path=/branches/KDE/4.1/kdelibs/; revision=830126
|
|
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
|
|
Alex
CCMAIL: kde-buildsystem@kde.org
CCMAIL: kretz@kde.org
svn path=/trunk/KDE/kdelibs/; revision=829250
|
|
svn path=/trunk/KDE/kdelibs/; revision=829102
|
|
syntax; test said that off_t wasn't 64 bit on a 64 bit machine...)
svn path=/trunk/KDE/kdelibs/; revision=829098
|
|
svn path=/trunk/KDE/kdelibs/; revision=829068
|
|
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
|
|
svn path=/trunk/KDE/kdelibs/; revision=827019
|
|
svn path=/trunk/KDE/kdelibs/; revision=826849
|
|
make test...
svn path=/trunk/KDE/kdelibs/; revision=826778
|
|
svn path=/trunk/KDE/kdelibs/; revision=825239
|
|
next monday to reduce excessive links
svn path=/trunk/KDE/kdelibs/; revision=824675
|
|
svn path=/trunk/KDE/kdelibs/; revision=822434
|
|
kdelibs and install it
Alex
CCMAIL: winter@kde.org
svn path=/trunk/KDE/kdelibs/; revision=822366
|
|
rcgen is to find
-lowercase find_program()
-fix documentation format
Alex
CCMAIL: <winter@kde.org>
svn path=/trunk/KDE/kdelibs/; revision=821234
|
|
case there are other versions lying around out there.
svn path=/trunk/KDE/kdelibs/; revision=820994
|
|
svn path=/trunk/KDE/kdelibs/; revision=819960
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=818866
|
|
Please test on Windows to make sure I didn't mess up anything.
Alex
CCMAIL: kde-windows@kde.org
svn path=/trunk/KDE/kdelibs/; revision=818834
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=818828
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=817549
|
|
the
include dirs in frameworks when Qt is built as plain framework, which means that e.g.
Q_OS_UNIX is not set and also Q_INTERFACE doesn't work
Alex
svn path=/trunk/KDE/kdelibs/; revision=817360
|
|
svn path=/trunk/KDE/kdelibs/; revision=816917
|
|
kdelibs build/source dir when used inside kdelibs,
KDE4_LIB_INSTALL_DIR and KDE4_INCLUDE_INSTALL_DIR should always have the same value, but be empty inside kdelibs.
Alex
svn path=/trunk/KDE/kdelibs/; revision=816915
|
|
with cmake-2.6, or CMAKE_LIBRARY_PATH with 2.4) :
As discussed on kde-buildsystem: first look at CMAKE_PREFIX_PATH, then at the suggested PATHS (kde4 install dir) then at the default system locations (CMAKE_SYSTEM_PREFIX_PATH, i.e. /usr etc.). Brad says the next version of cmake will have a more convenient way of implementing this search order.
svn path=/trunk/KDE/kdelibs/; revision=816902
|
|
default apps linking to libfoo won't be linked to the
libs libfoo.so links against too anymore.
This can be enabled by setting with the option KDE4_ENABLE_EXPERIMENTAL_LIB_EXPORT.
If enabled, this currently breaks already kdelibs and probably other modules too.
Dirk will test.
Alex
CCMAIL: mueller@kde.org
CCMAIL: modestas@vainius.eu
svn path=/trunk/KDE/kdelibs/; revision=816409
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=816407
|
|
has its problems, e.g. if
an OPTION() is added later on it doesn't get noticed because it is skipped
so, this is not really a fix, it just excludes the options from being skipped
Alex
svn path=/trunk/KDE/kdelibs/; revision=816406
|
|
Alex
CCMAIL: faure@kde.org
svn path=/trunk/KDE/kdelibs/; revision=815981
|
|
svn path=/trunk/KDE/kdelibs/; revision=814252
|
|
(this should silence the warnings e.g. in kdebase)
Alex
svn path=/trunk/KDE/kdelibs/; revision=813924
|