| Age | Commit message (Expand) | Author |
| 2008-10-20 | Install py file | Laurent Montel |
| 2008-10-20 | Move here (used by kdeedu/kdebase) | Laurent Montel |
| 2008-10-14 | minor: missed one var in mark_as_advanced | David Faure |
| 2008-10-13 | It's IF(FOO), not IF(${FOO}) .... for some reason. | David Faure |
| 2008-10-13 | seems it's FATAL_ERROR, not just FATAL | David Faure |
| 2008-10-13 | CheckCXXSourceCompiles == compiling and linking --> we need to link against s... | Christian Ehrlicher |
| 2008-10-13 | Did I miss the meaning of this message? | Harri Porten |
| 2008-10-13 | Rewrite the check for the strigi api screwup once more, because pkgconfig isn... | David Faure |
| 2008-10-02 | Cleanup as suggested by Alex (which shows another reason why using PATH_SUFFI... | David Faure |
| 2008-10-02 | Fix it so that it can find eigen2 in mykdesupport_prefix/include/eigen2 using... | David Faure |
| 2008-10-02 | Cache the bool too, since the libs+includes are cached, and when cmake auto-r... | David Faure |
| 2008-10-01 | Use pkgconfig _first_, and use the result of that (if any), when looking for ... | David Faure |
| 2008-09-21 | Not pedantic by default | Laurent Montel |
| 2008-09-21 | Add cmake macro for kformula lib | Laurent Montel |
| 2008-09-19 | move STRIGI_NEEDS_SIGNED_CHAR for win32 to FindStrigi.cmake to make sure it's... | Christian Ehrlicher |
| 2008-09-15 | Fix min required version now that >= 0.5.9 should work again (like in 4.1 bra... | David Faure |
| 2008-09-13 | Make the stuff compile with strigi <= 0.6.0 too, since we can. | David Faure |
| 2008-09-13 | When strigi is >= 0.6.0, use signed char instead of char. | David Faure |
| 2008-09-12 | Add macro for KDE4_AKONADI_KABC_LIBS | Tobias Koenig |
| 2008-09-11 | Also search for "1.36" | Andreas Pakulat |
| 2008-09-08 | -prepare for supporting cmake >= 2.6.2 and TARGET_LINK_LIBRARIES(target LINK_... | Alexander Neundorf |
| 2008-09-08 | Backport 854572: | David Faure |
| 2008-09-07 | -remove debug output and improve message | Alexander Neundorf |
| 2008-09-07 | -save some regex matching and make the code easier readable: since cmake 2.6 ... | Alexander Neundorf |
| 2008-09-07 | -fix handling of "REQUIRED" when used in kdelibs | Alexander Neundorf |
| 2008-09-03 | -modify the documentation, so let's see if this shows up tomorrow on api.kde.org | Alexander Neundorf |
| 2008-09-01 | also update the error message with the new required automoc version | Marijn Kruisselbrink |
| 2008-09-01 | bump automoc4 version requirement to match reality - can't | Dirk Mueller |
| 2008-09-01 | Show the actual compiler error when compilation of a simple qt test program f... | David Faure |
| 2008-08-29 | Fix Strigi detection to use a version from the 0.5 branch and to not use a ne... | Jos van den Oever |
| 2008-08-29 | CMAKE_INCLUDE_PATH is always empty here for some reason, | Dirk Mueller |
| 2008-08-29 | not supposed to be committed | Dirk Mueller |
| 2008-08-29 | merge 850650 here | Dirk Mueller |
| 2008-08-26 | Allow a classname to be specified for QT_ADD_DBUS_INTERFACE, and document the... | Alex Merry |
| 2008-08-26 | Backport ad filtering improvements --- | Maks Orlovich |
| 2008-08-24 | patch from Alex: | Dirk Mueller |
| 2008-08-22 | Give an accurate hint - if Strigi can't be found, CMAKE_PREFIX_PATH, not CMAK... | Alex Merry |
| 2008-08-21 | Re-Add FindXine.cmake, removing it is a source-incompatible change and breaks | Andreas Pakulat |
| 2008-08-20 | -disable setting the LINK_INTERFACE_LIBRARIES temporarily for cmake cvs HEAD ... | Alexander Neundorf |
| 2008-08-20 | Require at least Strigi 0.6.0 (SVN trunk) because a BC change was needed in l... | Jos van den Oever |
| 2008-08-19 | Xine move to phonon | Helio Castro |
| 2008-08-19 | SVN_SILENT backport minor fix | Benoît Jacob |
| 2008-08-19 | SVN_SILENT backport minor fix | Benoît Jacob |
| 2008-08-18 | backport FindEigen2.cmake. Since some apps like KOffice depend currently on | Benoît Jacob |
| 2008-08-17 | Fix close "if" | Laurent Montel |
| 2008-08-17 | Document the KDE_MIN_VERSION variable and that its deprecated. | Andreas Pakulat |
| 2008-08-17 | Add documentation for KDE_MIN_VERSION variable | Andreas Pakulat |
| 2008-08-16 | FindQt4.cmake: fail if Qt3 has already been found | Alexander Neundorf |
| 2008-08-16 | don't override BUILD_<dir> with the DISABLE_ALL master switch | Alexander Neundorf |
| 2008-08-16 | *make Eigen2 install to prefix/include/eigen2/Eigen | Benoît Jacob |