summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Collapse)AuthorAgeFilesLines
* ENH: First pass at CPack generator for OSX X11 applications. This are ↵Andy Cedilnik2007-01-103-0/+76
| | | | applications that require X11 to work. This is not really installed but a bundle packager
* ENH: if a wrong qmake has been found, mark it as invalid in the cache, soAlexander Neundorf2007-01-041-15/+19
| | | | | | | | that it is searched again the next time cmake runs Tested in KDE since Jul 5th: http://websvn.kde.org/trunk/KDE/kdelibs/cmake/modules/FindQt4.cmake?rev=558318&view=rev Alex
* ENH: add QT_USE_QTDBUS as it exists for all other modules tooAlexander Neundorf2007-01-042-2/+6
| | | | Alex
* BUG: also look for qmake4, as it is named on OpenBSDAlexander Neundorf2007-01-041-8/+8
| | | | Alex
* ENH: partly sync with KDE svn: add the macros for generating the dbus filesAlexander Neundorf2007-01-031-45/+153
| | | | Alex
* ENH: mark more variables ADVANCEDAlexander Neundorf2007-01-031-4/+3
| | | | Alex
* ENH: partly sync with KDE svn: handle QtMain more like the other libsAlexander Neundorf2007-01-031-10/+12
| | | | Alex
* BUG: argument names in macros are not real variables, which can lead to ↵Alexander Neundorf2007-01-031-8/+10
| | | | | | problems, which we fixed for KDE in Trysil: http://websvn.kde.org/trunk/KDE/kdelibs/cmake/modules/FindQt4.cmake?rev=557470&r1=557241&r2=557470 Alex
* STYLE: some more space to make it easier to readAlexander Neundorf2007-01-031-1/+4
| | | | Alex
* ENH: partly sync with KDE svn: also find the QtDBus and the ↵Alexander Neundorf2007-01-031-12/+56
| | | | | | QtDesignerComponents libraries Alex
* ENH: partly sync with the KDE vesion: find the dbus tools coming with Qt ↵Alexander Neundorf2007-01-031-20/+34
| | | | | | since 4.2 Alex
* ENH: Support JVM on MacAndy Cedilnik2006-12-261-1/+1
|
* BUG: Fixes for dashAndy Cedilnik2006-12-131-4/+4
|
* ENH: fix for back VTK error messageKen Martin2006-12-131-2/+3
|
* ENH: put in a better error message for VTK 4.0Ken Martin2006-12-121-0/+4
|
* ENH: minor cleanupKen Martin2006-12-121-9/+21
|
* ENH: better backwards compatibility, and deprecate PKGCONFIGBill Hoffman2006-12-092-33/+36
|
* BUG: fix 4164, also search for libruby1.8.so, I guess it should be syncedAlexander Neundorf2006-12-071-1/+1
| | | | | | with the KDE version of FindRUBY.cmake Alex
* ENH: add beos fileBill Hoffman2006-12-071-0/+10
|
* ENH: fix for backwards compatibilityBill Hoffman2006-12-051-3/+3
|
* ENH: merge in changes for beos supportBill Hoffman2006-12-042-0/+11
|
* BUG: fix for bug 4102Bill Hoffman2006-12-041-0/+7
|
* BUG: fix for bug 4123, find xmlrpc in standard locationsBill Hoffman2006-12-041-0/+1
|
* ENH: add a module to find Cups (#3081), taken from KDE svnAlexander Neundorf2006-11-301-0/+47
| | | | Alex
* ENH: maintain backwards compatibility in UsePkgConfigBill Hoffman2006-11-292-4/+16
|
* ENH: kde-config has been renamed to kde4-config several weeks ago, so it'sAlexander Neundorf2006-11-231-5/+5
| | | | | | | not necessary anymore to use "kde-config" as fallback, since this will surely be a wrong version Alex
* ENH: check in new pkgconfig stuff from Enrico ScholzBill Hoffman2006-11-222-36/+383
|
* ENH: make sure findqt3 finds qt3 and not qt4Bill Hoffman2006-11-221-4/+20
|
* ENH: added to handle case in very old odd versions of VTKKen Martin2006-11-161-0/+2
|
* ENH: added to handle case in ITK 2.8 and earlierKen Martin2006-11-161-0/+3
|
* ENH: add depend information from qrc filesBill Hoffman2006-11-131-1/+11
|
* BUG: use different commands for shared libraries and exe for manifest stuff ↵Bill Hoffman2006-11-112-2/+32
| | | | fix for bug#4039
* ENH: add support for finding mpich2 on windowsBill Hoffman2006-11-031-1/+3
|
* ENH: look for QtAssistantClient4Bill Hoffman2006-11-021-2/+2
|
* ENH: Added XXX_RUNTIME_LIBRARY_DIRS as a suggested variable.Brad King2006-11-011-0/+3
|
* ENH: Adding FindSubversion module from Tristan Carel. This addresses bug#3987.Brad King2006-10-301-0/+118
|
* ENH: More documentationAndy Cedilnik2006-10-271-0/+3
|
* ENH: Add support for libjvmAndy Cedilnik2006-10-271-0/+17
|
* ENH: remove JavaEmbeddingBill Hoffman2006-10-271-7/+4
|
* BUG: honor the REQUIRED flag for Perl, please backport to 2.4 branch so thatAlexander Neundorf2006-10-241-0/+4
| | | | | | it will be in 2.4.4 Alex
* ENH: fix more doxygen issuesBill Hoffman2006-10-241-14/+5
|
* ENH: remove JavaEmbedding frameworkBill Hoffman2006-10-241-4/+1
|
* BUG: fix #3955: add -O2 by default but only if no special buildtype is setAlexander Neundorf2006-10-231-4/+10
| | | | Alex
* ENH: put in backwards compatibility for older cmakeBill Hoffman2006-10-231-6/+14
|
* ENH: Adding CMAKE_DEPENDENT_OPTION macro.Brad King2006-10-191-0/+37
|
* ENH: Find module for XMLRPC libraries.Brad King2006-10-191-0/+134
|
* ENH: Find module for EXPAT library.Brad King2006-10-191-0/+38
|
* ENH: Find module for CURL library.Brad King2006-10-191-0/+38
|
* ENH: Patch from Jan for bug#3453. Cleans up find script and enables ↵Brad King2006-10-192-41/+43
| | | | -isystem feature for use script.
* ENH: Adding image version number (major.minor) property to windows binaries. ↵Brad King2006-10-163-11/+27
| | | | Default is 0.0, but the VERSION target property may change the value. Windows now has first-class support for dll and exe versioning. This addresses bug#1219.