summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Collapse)AuthorAgeFilesLines
* 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
* ENH: Add support for new modules in Qt 4.4. Fixes #6316.Clinton Stimpson2008-03-131-106/+117
| | | | | | | Simplify and clarify some documentation. BUG: Fix order of include paths (from KDE's FindQt4) Fix find of Designer components debug library on Windows.
* COMP: Conditionalize the last change so that the fix only applies to WIN32. ↵David Cole2008-03-131-4/+10
| | | | Leave it the way it was elsewhere, the new way does not work on the Mac continuous dashboard...
* BUG: Fix the Java test for Visual Studio builds. Before this, it had been ↵David Cole2008-03-131-3/+4
| | | | trying to include "BuildLog.htm" in the .jar file because it was using "." as the list of files to include in the .jar file. Use "*.class" instead of "." to prevent this silliness.
* BUG: fix bug 6594 look for glut in more places on windowsBill Hoffman2008-03-131-40/+23
|
* ENH: for some reasons there was never a FindCVS module?Sebastien Barre2008-03-101-1/+1
|
* ENH: for some reasons there was never a FindCVS module?Sebastien Barre2008-03-101-0/+56
|
* ENH: use the standard find_package_handle_standard_args() for lua 5.0 andAlexander Neundorf2008-03-102-20/+23
| | | | | | 5.1 Alex
* ENH: Make compiler id detection more robustBrad King2008-03-103-3/+15
| | | | | | | | | | - Split INFO strings in source into multiple pieces to make sure assembly or other listings produced by the compiler are never matched by the regex - Store INFO strings via pointer instead of array to convince some compilers to store the string literally in the binary - This should help make it work for sdcc 2.8.0 RC1