Age | Commit message (Expand) | Author |
2009-03-19 | -mark more variables as advanced | Alexander Neundorf |
2009-03-11 | Suppress 'not found' messages from pkgconfig when the module subsequently | David Jarvie |
2009-01-04 | -add missing copyright notices, I hope I got it right | Alexander Neundorf |
2008-12-08 | -make finding the FooConfig.cmake file quiet, but don't make the outer FindFo... | Alexander Neundorf |
2008-12-02 | -rework all uses of find_package(PkgConfig)/pkg_check_modules(): | Alexander Neundorf |
2008-11-16 | -load the enhanced StrigiConfig.cmake if available. If this succeeds, there i... | Alexander Neundorf |
2008-11-13 | -fix FindStrigi when pkg-config didn't find strigi: | Alexander Neundorf |
2008-11-12 | clean up a few STATUS messages. | Allen Winter |
2008-11-11 | - Add cmake_home as a first test | Helio Castro |
2008-11-11 | - Fix test order for cmake_home | Helio Castro |
2008-11-11 | - Fixed the wrong removal of standard paths and readd legacy INCLUDE_DIRS as ... | Helio Castro |
2008-11-11 | - Legacy INCLUDE_DIR to avoid break compilation in cmake that uses old format | Helio Castro |
2008-11-11 | Unbreak test. | Helio Castro |
2008-11-11 | Embraceing new cmake, another module moving to pkg_check_modules | Helio Castro |
2008-10-21 | fix as requested by Alex: | Patrick Spendrin |
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 | Rewrite the check for the strigi api screwup once more, because pkgconfig isn... | 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-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-03 | -modify the documentation, so let's see if this shows up tomorrow on api.kde.org | Alexander Neundorf |
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-22 | Give an accurate hint - if Strigi can't be found, CMAKE_PREFIX_PATH, not CMAK... | Alex Merry |
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-05-14 | We need at least version 0.5.9 because of some serious bug fixes. | Jos van den Oever |
2008-04-16 | don't put set variables into the CACHE, per Brad King | Allen Winter |
2008-03-13 | split into strigila and strigita prefix | Dirk Mueller |
2008-03-13 | configure the strigi analyzer prefix in a central place instead of spreading... | Dirk Mueller |
2008-01-11 | - libstreams is not enough, streamanalyzer is also needed (those two are sepa... | Josef Spillner |
2007-12-17 | -mark more variables as advanced | Alexander Neundorf |
2007-11-24 | It is really a bad idea to search for stuff _only_ using NO_DEFAULT_PATH. | Alexander Neundorf |
2007-10-11 | cmake's string handling is suboptimal... :( | Christian Ehrlicher |
2007-10-11 | I'm sorry Ralf, but your fix was wrong and breaks build. The error is in Find... | Christian Ehrlicher |
2007-10-07 | NO_DEFAULT_PATH is not good on win32 - remove it for windows | Christian Ehrlicher |
2007-10-05 | -make it possible for the module user to override the required strigi version | Alexander Neundorf |
2007-10-03 | we need Strigi 0.5.5 now | Dirk Mueller |
2007-10-02 | Find libraries in $STRIGI_HOME instead of system ones, as discussed with Vir ... | Anders Lund |
2007-09-30 | FIND_LIBRARY_EX -> FIND_LIBRARY_WITH_DEBUG | Christian Ehrlicher |
2007-09-30 | don't prefer /usr/include over /include | Matthias Kretz |
2007-09-25 | Add search strigiqtdbusclient | Laurent Montel |
2007-09-24 | switch to new macro FIND_LIBRARY_EX() to avoid code duplication | Christian Ehrlicher |
2007-09-15 | Fix find for msvc. | Adrian Page |
2007-09-15 | adopt them to the new win32 library names | Christian Ehrlicher |
2007-08-20 | If Strigi is found via pkg-config but not found in the normal installation pa... | Adriaan de Groot |