summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Collapse)AuthorAgeFilesLines
* 11429: FindGTK2 does not find libraries built for Visual Studio 2010Philip Lowman2010-11-101-4/+9
| | | | | Adds support for detecting builds of FindGTK2 with Visual Studio 2010. Thanks to Vincent Levesque for the patch.
* Merge topic 'FindPerlLibs-mac'David Cole2010-11-091-0/+28
|\ | | | | | | | | 20ceccc FindPerlLibs: Fix for Mac locally applied patches
| * FindPerlLibs: Fix for Mac locally applied patchesDave Abrahams2010-11-081-0/+28
| | | | | | | | | | | | | | | | | | | | | | Previously FindPerlLibs did not work with the Mac stock Perl because it includes patches. From "perl -V": Locally applied patches: /Library/Perl/Updates/<version> comes before system perl directories installprivlib and installarchlib points to the Updates directory Adjust paths accordingly.
* | Merge topic 'CheckCompilerFlag-foreign-MSVC'David Cole2010-11-092-2/+4
|\ \ | | | | | | | | | | | | 79e0233 BUG: Fix compiler flag test for non-English MSVC (#11336)
| * | BUG: Fix compiler flag test for non-English MSVC (#11336)Brad King2010-11-042-2/+4
| |/ | | | | | | Approach suggested by John Stark.
* | Merge topic '11363'David Cole2010-11-091-0/+1
|\ \ | | | | | | | | | | | | fffe1c0 11363: FindBoost.cmake fails to find debug libraries in tagged layout install
| * | 11363: FindBoost.cmake fails to find debug libraries in tagged layout installPhilip Lowman2010-10-291-0/+1
| |/
* | Merge topic 'FixBisonWithLocale'David Cole2010-11-091-4/+11
|\ \ | | | | | | | | | | | | 506805c Make FindBISON work properly with non-C locales (#11326)
| * | Make FindBISON work properly with non-C locales (#11326)Alex Neundorf2010-10-181-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | Applying the patch attached to http://public.kitware.com/Bug/view.php?id=11326 It sets LC_ALL to C before calling execute_process(), so the output is in english. Alex
* | | Merge topic 'qt4-resources-bug5952'David Cole2010-11-091-1/+6
|\ \ \ | | | | | | | | | | | | | | | | de04854 Force cmake to run again when qrc dependency scanning needs to happen.
| * | | Force cmake to run again when qrc dependency scanning needs to happen.Clinton Stimpson2010-10-151-1/+6
| |/ /
* | | Merge topic 'qt4-imports-dir'David Cole2010-11-091-2/+2
|\ \ \ | |_|/ |/| | | | | | | | cfba5ef Fix regression in 2dae2f1 which added find of Qt imports dir.
| * | Fix regression in 2dae2f1 which added find of Qt imports dir.Clinton Stimpson2010-10-151-2/+2
| | |
* | | Merge topic 'getprerequisites-endless-path-appending'David Cole2010-10-281-10/+41
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 48e80eb Fixes to GetPrerequisites for cygwin bee4802 Append the gp_tool path to the system PATH using native slashes. 8e550ba Remove unecessary TO_CMAKE_PATH for gp_cmd_dir. 1684198 Switch to CMAKE_PATH when doing PATH comparisons on Windows. be94c49 Fixed appending PATH to dumpbin tool from growing without bounds.
| * | | Fixes to GetPrerequisites for cygwinDavid Partyka2010-10-271-8/+28
| | | | | | | | | | | | | | | | Fix IF(WIN32) guards check for cygwin. Fix checking if the depenency is in a system location to use cygwin style paths on cygwin. Also change GetPrerequisites to switch gp_tool to tools that are very unlikely to be found, ie. dumpbin on Apple and otool on Windows/Unix.
| * | | Append the gp_tool path to the system PATH using native slashes.David Partyka2010-10-261-0/+1
| | | |
| * | | Remove unecessary TO_CMAKE_PATH for gp_cmd_dir.David Partyka2010-10-261-1/+0
| | | | | | | | | | | | | | | | It is already using CMAKE style paths.
| * | | Switch to CMAKE_PATH when doing PATH comparisons on Windows.David Partyka2010-10-261-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Users PATH may contain elements that end with backslash. This will escape the semicolon when iterating resulting in mismatches. Fix indentation. Fix whitespace
| * | | Fixed appending PATH to dumpbin tool from growing without bounds.David Partyka2010-10-251-2/+10
| | | | | | | | | | | | | | | | IF(... MATCHES ...) used for comparing directories chokes especially in the case of C:\Program Files (x86)\<blah> because of regex pattern matching. Switched this to use STREQUAL in a loop instead.
* | | | Merge topic 'CPackDeb-MoreControl'David Cole2010-10-281-1/+37
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | a749724 CPackDeb Added several optional debian binary package fields
| * | | | CPackDeb Added several optional debian binary package fieldsEric NOULARD2010-10-251-1/+37
| |/ / / | | | | | | | | | | | | | | | | | | | | This fixes bugs #0011355 and 0008342. The merged patch is a contribution from Michael Lasmanis and Petri Hodju with some extra documentation added by the merger.
* | | | Merge topic 'fix-11173'David Cole2010-10-281-2/+16
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 6e1282f ExternalProject: No svn --username if empty (#11173)
| * | | | ExternalProject: No svn --username if empty (#11173)David Cole2010-10-221-2/+16
| |/ / / | | | | | | | | | | | | Nor --password. But please do if non-empty. Thank you.
* | | | Merge topic 'external-project-extra-gen'David Cole2010-10-281-2/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | beeca11 Fixed parallel build for generators with EXTRA.
| * | | | Fixed parallel build for generators with EXTRA.Marcus D. Hanwell2010-10-221-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed parallel build for projects using generators that have the CMAKE_EXTRA_GENERATOR as well as CMAKE_GENERATOR. Thanks to Bill Hoffman for helping me to track this one down, I missed parallel builds.
* | | | | Merge topic 'PythonLibs-2.7'David Cole2010-10-281-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | 1f369a7 ENH: Added case for Python 2.7.
| * | | | ENH: Added case for Python 2.7.Marcus D. Hanwell2010-10-191-1/+1
| | | | |
* | | | | Merge topic 'AddCMAKE_CURRENT_LIST_DIR'David Cole2010-10-1986-86/+86
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | b011840 Use absolute path to FindPackageHandleStandardArgs.cmake everywhere 41e4f1a Add automatic variable CMAKE_CURRENT_LIST_DIR(dir of CMAKE_CURRENT_LIST_FILE) f9fc79c Remove trailing whitespace
| * | | | Use absolute path to FindPackageHandleStandardArgs.cmake everywhereAlex Neundorf2010-09-2886-86/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is to avoid getting an (older) copy of FPHSA.cmake which is e.g. installed with KDE 4.5.0 and 4.5.1. Alex
* | | | | Merge topic 'FindBoost_bugfix_cleanup'David Cole2010-10-121-17/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | b867a3f Remove superfluous variable Boost_COMPAT_STATIC_RUNTIME.
| * | | | | Remove superfluous variable Boost_COMPAT_STATIC_RUNTIME.Philip Lowman2010-10-121-17/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is no need to introduce this extra variable as FindBoost can simply rely on if Boost_USE_STATIC_RUNTIME is defined or not to disable the old searching behavior for static runtime libraries on WIN32.
* | | | | | Merge topic 'FindHDF5-is-parallel'David Cole2010-10-121-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3445532 FindHDF5: Fix typo in parallel-IO support check (#11291)
| * | | | | | FindHDF5: Fix typo in parallel-IO support check (#11291)Brad King2010-10-111-1/+1
| |/ / / / /
* | | | | | Merge topic 'findmpi-msmpi-update'David Cole2010-10-121-1/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 35d2770 Update module to locate newely released MS MPI HPC Pack R2.
| * | | | | | Update module to locate newely released MS MPI HPC Pack R2.David Partyka2010-10-111-1/+2
| |/ / / / /
* | | | | | Merge topic 'qt4-imports-dir'David Cole2010-10-121-37/+36
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | 2dae2f1 Find imports dir in Qt 4.7
| * | | | | Find imports dir in Qt 4.7Clinton Stimpson2010-10-091-37/+36
| |/ / / /
* | | | | FindSubversion: Use C locale to detect version (#11273)Rolf Eike Beer2010-10-071-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | Force LC_ALL to C before the call of the svn executable as it is done in the Subversion_WC_INFO macro a few lines below.
* | | | | FindSubversion: Fix for German localized client (#11273)Rolf Eike Beer2010-10-071-1/+1
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On a Win32 system with a German version of SilkSVN I couldn't run CMake again on the working copy as the cache is displayed as corrupted. The cause is that the regular expression to find the version number will not match and put everything from the "svn --version" output into the cache, which contains umlauts and other funny characters. Fix the regexp to not only match " version " but also " Version " as it's in the German output. I have no idea what will happen on a French or Japanese system. This should be easy to test as it happens also on a German Linux system.
* | | | Merge topic 'FindCUDA-allow-g3'Brad King2010-10-051-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 6916f8d Allow -g3 for CUDA v3.0+.
| * | | | Allow -g3 for CUDA v3.0+.James Bigler2010-10-041-2/+2
| |/ / / | | | | | | | | | | | | | | | | In versions of the CUDA toolkit previous to version 3.0 the use of -g3 would cause compilation errors. This was fixed in version 3.0.
* | | | Merge topic 'Fix-0011263-CUDA_SDK_PATH'Brad King2010-10-051-1/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 1df8516 Fix for bug 0011263.
| * | | | Fix for bug 0011263.James Bigler2010-10-041-1/+3
| |/ / / | | | | | | | | | | | | Added CUSDKCOMPUTE_ROOT to the list of paths when looking for CUDA_SDK_ROOT_DIR.
* | | | Merge topic 'CPackHandleParenthesisInSystemName'Brad King2010-10-051-3/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 4a4a53f CPackRPM Handle parenthesis in CPACK_SYSTEM_NAME (fix bug 10737)
| * | | | CPackRPM Handle parenthesis in CPACK_SYSTEM_NAME (fix bug 10737)Eric NOULARD2010-10-031-3/+3
| |/ / / | | | | | | | | | | | | merge patch from Frank Stappers
* | | | Merge topic '11279'Brad King2010-10-051-2/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | aca758b Fixes issue 11279: CMakeDetermineVSServicePack support for VS10
| * | | | Fixes issue 11279: CMakeDetermineVSServicePack support for VS10Philip Lowman2010-10-011-2/+4
| |/ / / | | | | | | | | | | | | Thanks to Aaron C. Meadows for the patch.
* | | | Merge topic 'vs-load-Windows-ifort'Brad King2010-10-053-0/+6
|\ \ \ \ | |/ / / |/| | | | | | | | | | | 20f4973 Reset platform/compiler info status for each language
| * | | Reset platform/compiler info status for each languageBrad King2010-09-283-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In each CMake<lang>Information.cmake file we use an _INCLUDED_FILE variable to track whether a compiler information file has been loaded. Reset this variable for each language. This fixes Fortran under VS generators with the Intel plugin. Previously the variable would be left set true from C and C++ and then Fortran would not load old-style files like Platform/Windows-ifort.
* | | | Merge topic 'PutRequiredVersionInDetailMessageInFPHSA'Brad King2010-09-281-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 567ac0b Also store the required version number in the details message.