summaryrefslogtreecommitdiff
path: root/Modules
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Several cleanups and support for multiple generatorsAndy Cedilnik2006-07-091-4/+4
|
* ENH: On apple do not look for X11Andy Cedilnik2006-07-051-0/+2
|
* ENH: Merge debian changes. Support more fortran extensionsAndy Cedilnik2006-07-041-1/+1
|
* ENH: prefer kde4-config over kde-config, since for KDE 4 kde-config will beAlexander Neundorf2006-07-041-3/+3
| | | | | | | renamed to kde-config, and so cmake has to prefer this one over the old version Alex
* BUG: Make sure try-compile source ends in a newline.Brad King2006-06-282-2/+2
|
* BUG: fix typoKen Martin2006-06-281-1/+1
|
* ENH: Default drop method httpAndy Cedilnik2006-06-231-0/+1
|
* ENH: Do not search for X11 if it is already found.Brad King2006-06-191-1/+3
|
* ENH: Updates from KDEAndy Cedilnik2006-06-162-55/+37
|
* ENH: add a commentBill Hoffman2006-06-151-0/+4
|
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-1428-107/+118
|
* ENH: Add support for overwriting the name of the file CPackConfig.cmake and ↵Andy Cedilnik2006-06-121-3/+12
| | | | CPackSourceConfig.cmake
* ENH: removed logo info from the manifest toolKen Martin2006-06-121-3/+3
|
* BUG: don't append to ZLIB_NAMESAlexander Neundorf2006-06-091-10/+28
| | | | | | | ENH: also check for zdll on windows ENH: honor REQUIRED and QUIETLY Alex
* ENH: Adding advanced option CMAKE_COLOR_MAKEFILE for makefile generators ↵Brad King2006-05-251-0/+7
| | | | with default ON.
* ENH: add qtmain to findqtBill Hoffman2006-05-251-0/+6
|
* ENH: remove debugging outputKen Martin2006-05-251-15/+20
|
* ENH: Add ability to find VTK 5 without user help.Brad King2006-05-231-1/+6
|
* BUG: kde3: use QT_UIC_EXECUTABLE instead of simply uicAlexander Neundorf2006-05-193-123/+124
| | | | | | | BUG: use qouting for the path to Qt4 moc and uic, should help with paths with spaces Alex
* BUG: Fix signature of main to work on both strict ANSI and non-ANSI C compilers.Brad King2006-05-181-0/+7
|
* ENH: check return value for uname -pBill Hoffman2006-05-141-4/+4
|
* ENH: check return value for uname -pBill Hoffman2006-05-141-6/+9
|
* ENH: remove bad quoteed codeBill Hoffman2006-05-121-4/+3
|
* ENH: fix path problem with qtBill Hoffman2006-05-121-72/+74
|
* ENH: honor REQUIRED flagAlexander Neundorf2006-05-111-6/+17
| | | | Alex
* ENH: use the new FILE(TO_CMAKE_PATH ...) command instead of regexpsAlexander Neundorf2006-05-111-22/+13
| | | | | | BUG: append the kde 4 cmake module path instead of prepending it Alex
* ENH: fix for bug 3216 allow full path to qt input filesBill Hoffman2006-05-111-2/+2
|
* BUG: Prevent stripping of sourcesAndy Cedilnik2006-05-101-0/+1
|
* ENH: use radio buttons to choose PATH optionsBill Hoffman2006-05-102-16/+33
|
* ENH: Some cleanups and fix installing as a non-adminAndy Cedilnik2006-05-081-22/+27
|
* ENH: try to find qt3 betterBill Hoffman2006-05-071-0/+14
|
* ENH: add the flag for creating windows gui'sBill Hoffman2006-05-051-1/+1
|
* ENH: fix windows path issueBill Hoffman2006-05-051-4/+4
|
* ENH: Better outputAndy Cedilnik2006-05-031-5/+14
|
* ENH: use correct flags for optimizationBill Hoffman2006-05-031-6/+6
|
* ENH: fix qt version detectionBill Hoffman2006-05-021-3/+3
|
* ENH: Makefile performance improvementsKen Martin2006-05-022-7/+7
|
* ENH: Add license and make it more verboseAndy Cedilnik2006-05-011-8/+44
|
* ENH: Handle the no-icon caseAndy Cedilnik2006-04-301-1/+4
|
* ENH: Add more install registry optionsAndy Cedilnik2006-04-292-3/+38
|
* ENH: Add NSIS options page for path selection, fix adding and removing from ↵Andy Cedilnik2006-04-292-18/+129
| | | | path, add welcome page and license page
* ENH: Allow overwriting CTestConfig.cmake itemsAndy Cedilnik2006-04-281-8/+15
|
* ENH: Better support for adding and removing pathAndy Cedilnik2006-04-271-140/+180
|
* ENH: use the ADD_FILE_DEPENDENCIES() macro coming with cmake instead aAlexander Neundorf2006-04-271-21/+11
| | | | | | duplicated implementation _qt4_add_file_dependencies() here Alex
* ENH: -apply the patches by Clinton Stimpson and Kenneth Moreland which fixAlexander Neundorf2006-04-272-451/+618
| | | | | | | some QtMain issues on Windows ENH: -sync with KDE svn FindQt4, which features a lot of enhancements Alex
* BUG: Use the extra definicionsAndy Cedilnik2006-04-272-2/+2
|
* ENH: Propagate system name and handle win32/win64 nameAndy Cedilnik2006-04-232-3/+15
|
* ENH: Add a line to Add/Remove programs to uninstallAndy Cedilnik2006-04-231-0/+5
|
* BUG: finally really fix #2576 by adding UseEcos.cmake to cvs :-)Alexander Neundorf2006-04-231-0/+202
| | | | Alex
* BUG: fix QT_MIN_VERSION handling, it didn't work anymore (qt_version_str vs.Alexander Neundorf2006-04-231-2/+2
| | | | | | qt_version_str_lib) Alex