Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-10 | another try at making a nice message when a required package cannot be found. | Allen Winter | |
svn path=/trunk/KDE/kdelibs/; revision=952076 | |||
2009-04-10 | Fix the info message when REQUIRED packages are not found. | Allen Winter | |
svn path=/trunk/KDE/kdelibs/; revision=952070 | |||
2009-04-01 | Honour request from Alex to use _FILE for files, by using _FILENAME for ↵ | David Faure | |
"just the filename". svn path=/trunk/KDE/kdelibs/; revision=947898 | |||
2009-03-27 | -don't require Perl for building any KDE4 app, this is not necessary ↵ | Alexander Neundorf | |
(documented on techbase) -add a better message if Phonon could not be found Alex svn path=/trunk/KDE/kdelibs/; revision=945641 | |||
2009-03-25 | forward-port various Mac OS X fixes from the 4.2 branch to trunk | Benjamin Reed | |
svn path=/trunk/KDE/kdelibs/; revision=944123 | |||
2009-03-21 | although we do support w2k, define win32_winnt to 0x0501 (winxp) to be able ↵ | Christian Ehrlicher | |
to use IPV6 defines (in k3socket*). svn path=/trunk/KDE/kdelibs/; revision=942460 | |||
2009-03-20 | SVN_SILENT fix typo in comment | David Faure | |
svn path=/trunk/KDE/kdelibs/; revision=941576 | |||
2009-03-19 | -add modified versions of CheckCXXSourceRuns/Compiles.cmake, which can ↵ | Alexander Neundorf | |
handle imported library targets (see http://lists.kde.org/?t=123686453500002&r=1&w=2 ) Alex svn path=/trunk/KDE/kdelibs/; revision=941177 | |||
2009-03-19 | -mark more variables as advanced | Alexander Neundorf | |
Alex svn path=/trunk/KDE/kdelibs/; revision=941175 | |||
2009-03-19 | SOPRANO_PLUGIN_DIR should be advanced as the other SOPRANO_* variables | Alexander Neundorf | |
Alex svn path=/trunk/KDE/kdelibs/; revision=941174 | |||
2009-03-17 | -make documentation more exact | Alexander Neundorf | |
Alex svn path=/trunk/KDE/kdelibs/; revision=940658 | |||
2009-03-17 | Add a cmake variable DISABLE_ALL_OPTIONAL_SUBDIRECTORIES which can be set to ↵ | Alexander Neundorf | |
TRUE to disable all subdirectories by default This should make building project in a modular way easier. Alex svn path=/trunk/KDE/kdelibs/; revision=940644 | |||
2009-03-11 | Suppress 'not found' messages from pkgconfig when the module subsequently | David Jarvie | |
attempts to locate the package by other means. svn path=/trunk/KDE/kdelibs/; revision=938476 | |||
2009-03-11 | Add a variant of the standard cmake FindPkgConfig.cmake, which provides a QUIET | David Jarvie | |
option to pkg_check_modules() to suppress error messages if pkgconfig has not found the package. svn path=/trunk/KDE/kdelibs/; revision=938016 | |||
2009-03-09 | Improve the sentence | David Faure | |
svn path=/trunk/KDE/kdelibs/; revision=937330 | |||
2009-03-08 | cmake check for finding IOKit on Mac OS X | Harald Fernengel | |
svn path=/trunk/KDE/kdelibs/; revision=937040 | |||
2009-03-08 | we need to define _WIN32_IE too (for mingw) | Christian Ehrlicher | |
svn path=/trunk/KDE/kdelibs/; revision=936949 | |||
2009-03-07 | define UNICODE also for mingw | Christian Ehrlicher | |
make w2k the lowest win version we support svn path=/trunk/KDE/kdelibs/; revision=936493 | |||
2009-03-04 | Support for .kcfg files being generated using configure_file like tmcguire | David Faure | |
wants to do in kmail. CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=935251 | |||
2009-03-01 | fix a typo where OPTIONAL could be printed for missing *required* features. | Allen Winter | |
svn path=/trunk/KDE/kdelibs/; revision=933810 | |||
2009-02-28 | Add SOPRANO_PLUGIN_VIRTUOSOBACKEND_FOUND | Laurent Montel | |
svn path=/trunk/KDE/kdelibs/; revision=933219 | |||
2009-02-27 | typo fix, found by Robby Stephenson | Allen Winter | |
svn path=/trunk/KDE/kdelibs/; revision=933023 | |||
2009-02-27 | fix poppler detection for openSUSE | Dirk Mueller | |
(https://bugzilla.novell.com/show_bug.cgi?id=480485) svn path=/trunk/KDE/kdelibs/; revision=932963 | |||
2009-02-25 | symlinking DESTDIR in the source of the symlink | Dirk Mueller | |
is wrong, as it will be a stale link in the case where DESTDIR is already used. svn path=/trunk/KDE/kdelibs/; revision=931922 | |||
2009-02-24 | Add KDEPIMLIBS_INCLUDE_DIRS | Christophe Giboudeaux | |
svn path=/trunk/KDE/kdelibs/; revision=931131 | |||
2009-02-23 | New layout for the cmake summary as discussed on kde-buildsystem. Will ↵ | Sebastian Trueg | |
backport to 4.2 soon. svn path=/trunk/KDE/kdelibs/; revision=930559 | |||
2009-02-23 | 4.2 -> 4.3 in some messages | Allen Winter | |
svn path=/trunk/KDE/kdelibs/; revision=930512 | |||
2009-02-23 | Increase the shared library versioning from .2 to .3 | Allen Winter | |
svn path=/trunk/KDE/kdelibs/; revision=930511 | |||
2009-02-19 | actually check also the version of the found pulseaudio (by getting its ↵ | Pino Toscano | |
version from the version.h) against the minimum version required svn path=/trunk/KDE/kdelibs/; revision=928423 | |||
2009-02-16 | Reflect new reality -- kdelibs trunk requires Qt 4.5 (rc1 passes this check) | David Faure | |
svn path=/trunk/KDE/kdelibs/; revision=927156 | |||
2009-02-13 | Fix linking in kdelibs/kate/plugins/ | David Faure | |
svn path=/trunk/KDE/kdelibs/; revision=925451 | |||
2009-02-09 | explicitely set CMP0011 to OLD, so we don't get the warning with cmake >= 2.6.3 | Alexander Neundorf | |
Alex svn path=/trunk/KDE/kdelibs/; revision=924046 | |||
2009-02-09 | find our new slef-compiled openssl 0.9.8j | Christian Ehrlicher | |
svn path=/trunk/KDE/kdelibs/; revision=923916 | |||
2009-01-30 | Optimiced Code | Marcus Hufgard | |
svn path=/trunk/KDE/kdelibs/; revision=918830 | |||
2009-01-28 | FindKdepim isn't (and shouldn't) be used anymore. | Christophe Giboudeaux | |
Removing this cmake module. Ack. by Allen. svn path=/trunk/KDE/kdelibs/; revision=917950 | |||
2009-01-28 | minor doc update. | Allen Winter | |
svn path=/trunk/KDE/kdelibs/; revision=917924 | |||
2009-01-28 | GLOB_RECURSE in KDE4_ADD_WIN32_APP_ICON is wrong - GLOB should be enough | Christian Ehrlicher | |
svn path=/trunk/KDE/kdelibs/; revision=917903 | |||
2009-01-25 | it's libgmp on windows | Christian Ehrlicher | |
svn path=/trunk/KDE/kdelibs/; revision=916638 | |||
2009-01-24 | - define NDEBUG and QT_NO_DEBUG in relwithebinfo build mode - that is how it | Andreas Hartmetz | |
already is in release build mode. this disables assert() and Q_ASSERT() in all release modes. - only soft disable kDebug() at runtime depending on QT_NO_DEBUG, instead of making it a no-op by #definition. svn path=/trunk/KDE/kdelibs/; revision=916186 | |||
2009-01-17 | Fix create symlink | Laurent Montel | |
svn path=/trunk/KDE/kdelibs/; revision=912335 | |||
2009-01-14 | we need the PulseAudio Mainloop Library in kdemultimedia. | Marcus Hufgard | |
Please have a look over it and expand it to win32 libs. Thanks svn path=/trunk/KDE/kdelibs/; revision=910978 | |||
2009-01-11 | updating FindEigen2.cmake for proper search order | James Richard Tyrer | |
svn path=/trunk/KDE/kdelibs/; revision=909439 | |||
2009-01-09 | add a training / so it's easier to call a filename without having to prepend ↵ | Anne-Marie Mahfouf | |
the / OKed by David Faure svn path=/trunk/KDE/kdelibs/; revision=908300 | |||
2009-01-09 | Allow to specify minimum version (need to compile kmix, kmix need pulseaudio ↵ | Laurent Montel | |
>= 0.9.12) svn path=/trunk/KDE/kdelibs/; revision=908067 | |||
2009-01-09 | Need by kdemultimedia too | Laurent Montel | |
svn path=/trunk/KDE/kdelibs/; revision=908062 | |||
2009-01-06 | -before installing the exports files, compate the new and the already ↵ | Alexander Neundorf | |
installed one, and if they are different, delete any previously installed configuration specific exports files Alex svn path=/trunk/KDE/kdelibs/; revision=906811 | |||
2009-01-06 | Add FindLibKonq.cmake from kdiff3 to kdelibs so others can use it too | Albert Astals Cid | |
svn path=/trunk/KDE/kdelibs/; revision=906765 | |||
2009-01-06 | -install the exports file as KDELibs4LibraryTargets.cmake, instead of ↵ | Alexander Neundorf | |
KDELibsLibraryTargets.cmake -> fix against the problem which happens if you have a relatively old kdelibs installation (when the targets where exported without "namespace"), then switched the buildtype and installed a new kdelibs The patch which makes this safe for the case that we have similar changes in the future will come later today. Alex svn path=/trunk/KDE/kdelibs/; revision=906725 | |||
2009-01-06 | -this should now also work for relative install directories | Alexander Neundorf | |
Alex svn path=/trunk/KDE/kdelibs/; revision=906719 | |||
2009-01-05 | -add a file which can take care of checking whether the already installed ↵ | Alexander Neundorf | |
and the about to be installed exports files are identical Alex svn path=/trunk/KDE/kdelibs/; revision=906298 |