summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Collapse)AuthorAgeFilesLines
* ENH: use a common CPACK_BINARY_ prefix for the binary package generatorsAlexander Neundorf2008-04-171-26/+27
| | | | Alex
* BUG: There are compiler problems with wxWidgets and ↵David Cole2008-04-161-0/+12
| | | | INCLUDE_DIRECTORIES(SYSTEM ...) use on the Mac. Set variable wxWidgets_INCLUDE_DIRS_NO_SYSTEM on the Mac in FindwxWidgets.cmake to avoid these problems.
* ENH: Clarify message about checking for compiler ABI information.Brad King2008-04-141-5/+5
|
* ENH: fix x11 launch script for leopord x11 is auto-started for us on that os.Bill Hoffman2008-04-111-0/+21
|
* ENH: Deal with 32-bit and 64-bit variants of Microsoft's MPI properlyDouglas Gregor2008-04-101-3/+9
|
* BUG: Fix typo reported in #6790.Clinton Stimpson2008-04-101-1/+1
|
* ENH: have jni look more places on linuxBill Hoffman2008-04-081-1/+2
|
* BUG: Fix problem with last patch when trying to take substr of shorter stringsClinton Stimpson2008-04-071-1/+5
| | | | than expected. Fixes #6730.
* BUG: Fix 6726. Create correct moc rule for configured headers in binary dir.Clinton Stimpson2008-04-071-1/+7
|
* ENH: add vs9 mfc librariesBill Hoffman2008-04-031-2/+41
|
* BUG: make sure all paths extracted from qmake are converted to cmake paths ↵Bill Hoffman2008-04-021-4/+20
| | | | because on windows they will have \ instead of / and you can get odd escaping errors
* STYLE: add documentation for QT4_CREATE_MOC and QT4_AUTOMOC (#6687)Alexander Neundorf2008-04-011-2/+17
| | | | Alex
* ENH: add CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA variableBill Hoffman2008-04-011-0/+11
|
* ENH: remove trailing spaceBill Hoffman2008-04-011-1/+3
|
* ENH: Enhance FindMPI module by properly handling backward compatibility with ↵Douglas Gregor2008-03-311-96/+132
| | | | the older module, adding documentation, and coping with multiple include and linker paths
* ENH: Add Intel compiler module files for the Mac. Thanks to Mike Jackson for ↵David Cole2008-03-312-0/+132
| | | | contributing.
* STYLE: add a comma to make it better understandable, also use STATUS as theAlexander Neundorf2008-03-281-1/+1
| | | | | | other MESSAGE() calls do Alex
* ENH: allow deb to work without dpkgBill Hoffman2008-03-281-1/+2
|
* ENH: Patch from Mathieu Malaterre to add documentation for his previous ↵Brad King2008-03-281-0/+8
| | | | patch for CMakeImportBuildSettings.
* ENH: Patch from Mathieu Malaterre to allow users to tell ↵Brad King2008-03-281-20/+20
| | | | CMakeImportBuildSettings to not force compiler settings.
* ENH: remove hard codeded archBill Hoffman2008-03-281-1/+5
|
* ENH: remove hard codeded archBill Hoffman2008-03-281-3/+6
|
* ENH: make this backwards compatible with older FindCursesBill Hoffman2008-03-281-2/+1
|
* ENH: make this backwards compatible with older FindCursesBill Hoffman2008-03-281-10/+10
|
* ENH: Add QT_VERSION_MAJOR, QT_VERSION_MINOR, QT_VERSION_PATCH variables.Clinton Stimpson2008-03-271-8/+12
|
* ENH: use CPACK_PACKAGE_VERSION instead ofAlexander Neundorf2008-03-271-2/+2
| | | | | | | CPACK_PACKAGE_VERSION_MAJOR.CPACK_PACKAGE_VERSION_MINOR.CPACK_PACKAGE_VERSION_PATCH for creating the package file name Alex
* ENH: remove use of undefined cdrBill Hoffman2008-03-241-1/+2
|
* ENH: fix ifBill Hoffman2008-03-241-1/+1
|
* ENH: FindBLAS.cmake&FindLAPACK updated to support intel mkl 10Alin Elena2008-03-241-180/+196
|
* ENH: FindBLAS.cmake&FindLAPACK updated to support intel mkl 10Alin Elena2008-03-241-273/+338
|
* BUG: Remove reference to PROJECT_SOURCE_DIR so that the Subversion_WC_INFO ↵David Cole2008-03-201-1/+1
| | | | macro may be called from a ctest or cmake script.
* BUG: Fix issue when Qt from Linux distro is usedClinton Stimpson2008-03-191-43/+47
| | | | and glib and dbus development packages aren't installed.
* BUG: Don't clear output strings before using.Clinton Stimpson2008-03-191-2/+2
|
* STYLE: Improve documentation by expanding on how UseQt4.cmake fits in.Clinton Stimpson2008-03-181-10/+33
|
* STYLE: fix documentation again: QT_LIBRARIES exists if you use Qt4 via ↵Alexander Neundorf2008-03-181-2/+4
| | | | | | UseQt4.cmake Alex
* STYLE: fix documentation, QT_LIBRARIES doesn't exist, and also didn't existAlexander Neundorf2008-03-181-2/+1
| | | | | | in cmake 2.4.3, the first stable cmake 2.4.x release Alex
* ENH: Satisfy QtDBus dependencies for builds with static Qt.Clinton Stimpson2008-03-181-4/+33
| | | | Finish fix for #6607.
* ENH: For Mac OS X, remove QuickTime link for Qt 4.3+ and add AppKit link ↵Clinton Stimpson2008-03-171-1/+12
| | | | for Qt 4.2+.
* ENH: Added FindPackageMessage moduleBrad King2008-03-174-7/+50
| | | | | | | | - Defines FIND_PACKAGE_MESSAGE function to help display find result messages only once - Added use of it to FindPackageHandleStandardArgs - Added use of it to FindQt4, and FindX11 - This cleans up repeated messages in big projects
* ENH: Avoid printing message about unknown repository type repeatedly in CTest.Brad King2008-03-171-1/+4
|
* ENH: Patch from Maik to add per-configuration default flags to GCC and Intel ↵Brad King2008-03-172-2/+23
| | | | Fortran compilers on Linux.
* BUG: Go back to using "." so the Java test passes on the nightly nmake ↵David Cole2008-03-161-4/+4
| | | | dashboards again. Still need a solution that works with both nmake and Visual Studio builds.
* ENH: preparations for cross compiling KDE4Alexander Neundorf2008-03-141-31/+44
| | | | Alex
* BUG: Fix typo to find QAssistantClient header.Clinton Stimpson2008-03-141-1/+1
|
* ENH: Satisfy QtNetwork and QtOpenGL dependencies for builds with static Qt.Clinton Stimpson2008-03-141-1/+13
| | | | Partial fix for #6607.
* ENH: Automatically add dependent modules.Clinton Stimpson2008-03-142-118/+64
| | | | | For example, if QT_USE_QTXMLPATTERNS is on, QT_USE_QTNETWORK is turned on. The equivalent happens in a qmake .pro file when QT += xmlpatterns is specified.
* ENH: Support static Qt 4.4 builds using QtHelp module.Clinton Stimpson2008-03-141-0/+4
|
* ENH: Add support for Qt 4.4's phonon module.Clinton Stimpson2008-03-132-0/+38
| | | | Add new Qt 4.4 modules in UseQt4.cmake
* ENH: fix c flags for 2003 free command line toolsBill Hoffman2008-03-131-9/+8
|
* ENH: Convert CMAKE_LINK_OLD_PATHS to policy CMP0003.Brad King2008-03-131-5/+0
| | | | | | | | | - Policy is WARN by default so projects will build as they did in 2.4 without user intervention - Remove CMAKE_LINK_OLD_PATHS variable since it was never in a release and the policy supercedes it - Report target creation backtrace in warning message since policy should be set by that point