Age | Commit message (Collapse) | Author |
|
- use the new FPHSA() mode
- store the found version in the cache
Alex
svn path=/trunk/KDE/kdelibs/; revision=1179861
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=1179857
|
|
to search for it everytime again
Alex
svn path=/trunk/KDE/kdelibs/; revision=1179854
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=1179850
|
|
checking
-support the standard find_package() syntax for specifying the minimum version
Alex
svn path=/trunk/KDE/kdelibs/; revision=1179848
|
|
a log file for all find_package() calls.
As discussed at Akademy, this can be used by build maintainers to be notified for changing requirements
Alex
svn path=/trunk/KDE/kdelibs/; revision=1177972
|
|
Second full recompile, everyone :)
svn path=/trunk/KDE/kdelibs/; revision=1171144
|
|
by MaikB on IRC.
Export KDE_DEBUG_FILELINE=1 to see it. Documented on http://techbase.kde.org/KDE_System_Administration/Environment_Variables.
CCMAIL: kde-core-devel@kde.org
svn path=/trunk/KDE/kdelibs/; revision=1171053
|
|
svn path=/trunk/KDE/kdelibs/; revision=1168851
|
|
FindHUpnp.cmake module.
svn path=/trunk/KDE/kdelibs/; revision=1168596
|
|
svn path=/trunk/KDE/kdelibs/; revision=1168594
|
|
master, in order to stay compatible with future cmake releases.
Our FindPackageHandleStandardArgs.cmake had automatic check for the version number by guessing
the name of the variable which contains the version number. This didn't make it into cmake, but
instead an extendible version where you can specify what you want.
FindEigen2.cmake is already converted, it looks like this:
find_package_handle_standard_args(Eigen2 REQUIRED_VARS EIGEN2_INCLUDE_DIR
VERSION_VAR EIGEN2_VERSION)
Additionally a FAIL_MESSAGE can be specified. VERSION_VAR is optional.
This must be merged in the 4.5. branch if we don't find any issues.
Alex
CCMAIL: kde-buildsystem@kde.org
svn path=/trunk/KDE/kdelibs/; revision=1167973
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=1167513
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=1167511
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=1167505
|
|
svn path=/trunk/KDE/kdelibs/; revision=1157534
|
|
-remove wrong comment about WITH_PREFIX
-CMP0011 is now always there since we require cmake 2.6.4
Alex
svn path=/trunk/KDE/kdelibs/; revision=1156242
|
|
CCMAIL:neundorf@kde.org
svn path=/trunk/KDE/kdelibs/; revision=1155054
|
|
FindPythonLibrary.cmake for an explanation of the variable.
CCMAIL: kde-bindings@kde.org
svn path=/trunk/KDE/kdelibs/; revision=1153602
|
|
ADD_SIP_PYTHON_MODULE(
test
example.sip
...)
work. Notice that there is no directory part before example.sip. This
should have no impact on existing code.
CCMAIL: kde-bindings@kde-org
svn path=/trunk/KDE/kdelibs/; revision=1153601
|
|
svn path=/trunk/KDE/kdelibs/; revision=1151236
|
|
svn path=/trunk/KDE/kdelibs/; revision=1151234
|
|
svn path=/trunk/KDE/kdelibs/; revision=1151050
|
|
svn path=/trunk/KDE/kdelibs/; revision=1150127
|
|
svn path=/trunk/KDE/kdelibs/; revision=1149808
|
|
wcecompat is also linked
svn path=/trunk/KDE/kdelibs/; revision=1149495
|
|
svn path=/trunk/KDE/kdelibs/; revision=1149380
|
|
backend at this time
- needs to be fixt in the future
svn path=/trunk/KDE/kdelibs/; revision=1149282
|
|
svn path=/trunk/KDE/kdelibs/; revision=1149092
|
|
- disabled some functionality for wince
- changed some stuff to unicode functions
svn path=/trunk/KDE/kdelibs/; revision=1149056
|
|
CCMAIL: kde-buildsystem@kde.org
svn path=/trunk/KDE/kdelibs/; revision=1147584
|
|
Made error messages and variables in that macro be more clear, and fixed the documentation to reflect that
svn path=/trunk/KDE/kdelibs/; revision=1146718
|
|
revert the part of 992670 commit that is not explained in the commit message.
it broke release mode for visual studio (unconditionally setting kdewind as a library for linking)
CCMAIL: Ralf.Habacker@saght.tessag.com
svn path=/trunk/KDE/kdelibs/; revision=1146382
|
|
svn path=/trunk/KDE/kdelibs/; revision=1144749
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=1144744
|
|
svn path=/trunk/KDE/kdelibs/; revision=1144740
|
|
http://lists.kde.org/?l=kde-buildsystem&m=127784710709842&w=2
svn path=/trunk/KDE/kdelibs/; revision=1144480
|
|
svn path=/trunk/KDE/kdelibs/; revision=1144002
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=1142413
|
|
svn path=/trunk/KDE/kdelibs/; revision=1142400
|
|
install destination
for python modules, PYTHON_SITE_PACKAGES_DIR should not be used, since this most probably
requires root permissions- The new variable can be adjusted via the cache.
Also, this patch removes the PYTHON_LIBS_WITH_KDE_LIBS switch, this was undocumented, and
anything with "KDE" in the name shouldn't appear in "FindPythonLibrary.cmake".
Alex
CCMAIL: kde-buildsystem@kde.org
svn path=/trunk/KDE/kdelibs/; revision=1141934
|
|
find_file() here
Alex
svn path=/trunk/KDE/kdelibs/; revision=1141467
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=1141452
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=1140916
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=1140908
|
|
svn path=/trunk/KDE/kdelibs/; revision=1137956
|
|
svn path=/trunk/KDE/kdelibs/; revision=1137949
|
|
CMAKE_{C,CXX}_IMPLICIT_INCLUDE_DIRECTORIES.
As discussed on the kde-buildsystem mailing list, this is particularly
useful on systems such as FreeBSD, which have most of the libraries and
headers installed in /usr/local: CMake would not add -I/usr/include when
compiling code, but would do that with other directories such as
/usr/local.
This, in turn, would sometimes make the system-wide includes be added to
the include path before the local ones, which can lead to compilation
failures.
With this patch, if CPATH is properly set, directories such as /usr/local/*
will not be added by CMake when gcc is invoked.
For now, this works only with gcc, but can be extended to other compilers
if necessary.
CCMAIL: kde-buildsystem@kde.org
svn path=/trunk/KDE/kdelibs/; revision=1135642
|
|
This commit removes the embedded copy of the currently used XML DTDs (4.2),
and uses the external DTD instead.
If you compile and update your existing installation, you can safely remove
the existing $KDEDIR/share/kde4/apps/ksgmltools2/docbook/xml-dtd-4.2.
The code does not use catalog.xml anymore, as our custom DTD (kdex.dtd)
includes (or seems to include) all the needed files directly or indirectly.
As kdex.dtd is generated dynamically (it depends on the path to
system-installed DTD), in order to generate the documentation during the
bootstrap phase (kdelibs documentation) the content of customization/
needs to be copied in the builddir and this copy (from the builddir itself)
is used for the generation.
svn path=/trunk/KDE/kdelibs/; revision=1134669
|
|
CCMAIL: luigi.toscano@tiscali.it
svn path=/trunk/KDE/kdelibs/; revision=1133834
|