Age | Commit message (Expand) | Author |
2008-11-09 | -use PATH_SUFFIXES instead of listing each subdir twice, once with and once w... | Alexander Neundorf |
2008-11-08 | detection on mysql much improved, esp. on Windows (taken form branches/work/p... | Jarosław Staniek |
2008-11-08 | SVN_SILENT: correct endif | Patrick Spendrin |
2008-11-08 | make it possible to add application icons to kdeinit applications too. | Patrick Spendrin |
2008-11-07 | -print a warning for users which have not yet updated to cmake 2.6.2 | Alexander Neundorf |
2008-11-06 | -remove setting CMAKE_CONFIGURATION_TYPES, this is intended only for the non-... | Alexander Neundorf |
2008-11-06 | when compiling kdelibs, KDE4_KFILE_LIBS should contain also the dependencies ... | Pino Toscano |
2008-11-06 | kfile does not link to kde3support, so there is no reason the define KDE4_KFI... | Marijn Kruisselbrink |
2008-11-05 | fix PLASMA_FOUND | Laurent Montel |
2008-11-05 | Minor fix | Laurent Montel |
2008-11-05 | make optional detection of python work if python is not installed | Dirk Mueller |
2008-11-04 | Pino was right it's better to use KDE4_PLASMA_LIBS | Laurent Montel |
2008-11-04 | more explicit message | Xavier Vello |
2008-11-04 | add a warning if only version 3 is found, as version 2 is needed | Xavier Vello |
2008-10-26 | Allow to specify depend files. | Laurent Montel |
2008-10-25 | - fix library name to be more consistent with the others | Dirk Mueller |
2008-10-22 | It's kformulalib and not kformula... | Laurent Montel |
2008-10-21 | fix as requested by Alex: | Patrick Spendrin |
2008-10-21 | Bye bye print_status.cmake | Laurent Montel |
2008-10-21 | Use get_filename_component to find cmake path | Laurent Montel |
2008-10-20 | Use cmake path | Laurent Montel |
2008-10-20 | Move here | Laurent Montel |
2008-10-20 | Move here | Laurent Montel |
2008-10-20 | Moved here | Laurent Montel |
2008-10-20 | Move here | Laurent Montel |
2008-10-20 | Move py file here too | Laurent Montel |
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 |