| Age | Commit message (Expand) | Author |
| 2006-05-01 | -add a macro to convert the value of cmake variables to 0 or 1 for use in con... | Alexander Neundorf |
| 2006-04-30 | -two cmake modules to check whether a given struct or pointer has a specified... | Alexander Neundorf |
| 2006-04-28 | -move the check for Perl into FindKDE4Internal.cmake, so we don't have to put... | Alexander Neundorf |
| 2006-04-27 | -use MACRO_ADD_FILE_DEPENDENCIES() and remove the duplicated _QT4_ADD_FILE_DE... | Alexander Neundorf |
| 2006-04-27 | -use qmake to tell us which uic and moc we should use | Alexander Neundorf |
| 2006-04-27 | Add QTUITOOLS macro | Laurent Montel |
| 2006-04-27 | if we call it with --no-stub, then it won't produce a | Dirk Mueller |
| 2006-04-26 | -add the multiple output to the dcop macros | Alexander Neundorf |
| 2006-04-26 | -move the test for a compiler flag into an own generic cmake module: CheckCXX... | Alexander Neundorf |
| 2006-04-26 | - some compile flags cleanups | Dirk Mueller |
| 2006-04-25 | -add the new option to put source-local include dirs first, won't have any ef... | Alexander Neundorf |
| 2006-04-24 | -add the generated ui-headers to the list of sources, this helps with creatin... | Alexander Neundorf |
| 2006-04-23 | -make the kdewidgets rule depend on makekdewidgets inside kdelibs | Alexander Neundorf |
| 2006-04-23 | -remove KDE4_INCLUDE_DIRS, it doesn't exist | Alexander Neundorf |
| 2006-04-22 | -add docs for the NOGUI and RUN_UNINSTALLED options for KDE4_ADD_EXECUTABLE() | Alexander Neundorf |
| 2006-04-20 | OK so FIND_PATH and FIND_LIBRARIES use the cache already, so no need for the ... | David Faure |
| 2006-04-20 | This one now looks exactly like the one in cmake itself (even in cmake-2.2.3) | David Faure |
| 2006-04-18 | Turn "-Ifoo -Ibar" into "foo;bar", as expected by include_directories. | David Faure |
| 2006-04-18 | -I doesn't belong in _INCS. | David Faure |
| 2006-04-18 | More use of the cache; fixing previous commit to not recheck everytime when s... | David Faure |
| 2006-04-17 | Move windowsystem check earlier in file and use the result | Tanner Lovelace |
| 2006-04-15 | Add makekdewidgets macro. | Volker Krause |
| 2006-04-14 | Patch by Frank Osterfeld to find makekdewidgets. | Volker Krause |
| 2006-04-14 | Actually use the cache whenever possible. Should speed up the re-configuring ... | David Faure |
| 2006-04-14 | -- Found KDE4 include dir: /Users/dfaure/kde/trunk/KDE/kdelibs | David Faure |
| 2006-04-13 | Fix up include guard since it's missing UI_ currently | David Faure |
| 2006-04-13 | Add X11_XFT_FOUND | Laurent Montel |
| 2006-04-13 | Search Xft include lib | Laurent Montel |
| 2006-04-12 | Moved out the 4 values from config.h that depend on the installation prefix, | David Faure |
| 2006-04-12 | Actually use the cache so that every call to cmake doesn't call akode-config. | David Faure |
| 2006-04-12 | Make it user friendly: | Stephan Kulow |
| 2006-04-11 | the usual security fixes: | Dirk Mueller |
| 2006-04-11 | cups >= 1.1.19 is required by kdeprint. Should that check be added here, or i... | David Faure |
| 2006-04-10 | -handling paths containing spaces seems to be a major problem, at least here | Alexander Neundorf |
| 2006-04-10 | Reported to fix compilation with msvc. | David Faure |
| 2006-04-09 | -better error handling in FindQt4.cmake | Alexander Neundorf |
| 2006-04-08 | Add a check for Xinput. | Adrian Page |
| 2006-04-08 | optimized gnuwin32 detection on windows | Ralf Habacker |
| 2006-04-08 | fixed gnuwin32 detection | Ralf Habacker |
| 2006-04-08 | -generate the shell-wrappers for the executables during buildtime instead of ... | Alexander Neundorf |
| 2006-04-08 | -try to make it work with paths which contain spaces | Alexander Neundorf |
| 2006-04-08 | forgot to add this file :-/ | Alexander Neundorf |
| 2006-04-08 | abort configuring if installed used qt version is to old | Ralf Habacker |
| 2006-04-08 | limit gnuwin32 package to windows | Ralf Habacker |
| 2006-04-08 | -add GENERIC_LIB_VERSION and GENERIC_LIB_SOVERSION in KDE4Defaults.cmake, so ... | Alexander Neundorf |
| 2006-04-08 | -creating of the sh-wrappers now also works with empty EXECUTABLE_OUTPUT_PATH | Alexander Neundorf |
| 2006-04-07 | -fix link error in kdewidgets | Alexander Neundorf |
| 2006-04-07 | -in ADD_CUSTOM_COMMAND: use MAIN_DEPENDENCY, where the depend file is a file ... | Alexander Neundorf |
| 2006-04-06 | -use the TOOL keyword for kconfig_compiler, genembed and makekdewidgets | Alexander Neundorf |
| 2006-04-06 | If libdns_sd or includes are not found, build libkdnssd anyway as stub. | Jakub Stachowski |