summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'qt4-deps-tiff-jpeg-mng'Brad King2010-12-021-3/+20
|\ | | | | | | | | bd66cc9 Fix build issues cross compiling with static Qt.
| * Fix build issues cross compiling with static Qt.Clinton Stimpson2010-11-231-3/+20
| | | | | | | | Also fix case where system jpeg, png, tiff libs are used.
* | Merge topic 'bundleutils-rpath-removal'Brad King2010-12-021-6/+6
|\ \ | |/ |/| | | | | 28c1be7 BundleUtilities: only do rpath strip on copied prerequisites.
| * BundleUtilities: only do rpath strip on copied prerequisites.Clinton Stimpson2010-11-231-6/+6
| |
* | Merge topic 'FindITK-use-find_package'David Cole2010-11-231-61/+17
|\ \ | | | | | | | | | | | | 38b0a84 Modernize FindITK module (#11494)
| * | Modernize FindITK module (#11494)Brad King2010-11-221-61/+17
| |/ | | | | | | | | | | | | Use the Config mode of find_package to search for ITKConfig. This makes FindITK a thin-wrapper around a standard find_package, bringing benefits like searching lib64 paths when appropriate. This does for FindITK what commit 2c1a01dc (Modernize FindVTK module, 2009-10-07) did for FindVTK.
* | Merge topic 'pgi-mac'David Cole2010-11-231-4/+4
|\ \ | | | | | | | | | | | | eda7841 Pass Mac linker flag through PGI compiler using "-Wl,"
| * | Pass Mac linker flag through PGI compiler using "-Wl,"Brad King2010-11-221-4/+4
| |/ | | | | | | | | | | | | The Mac linker defines -headerpad_max_install_names and the GCC front-end passes this flag through. The PGI compiler does not know about this flag, so we must use -Wl,-headerpad_max_install_names to pass it to the linker instead.
* | Merge topic '11384'David Cole2010-11-231-1/+6
|\ \ | | | | | | | | | | | | 0263d8d 11384: FindCxxTest now includes test code in VS project
| * | 11384: FindCxxTest now includes test code in VS projectPhilip Lowman2010-11-191-1/+6
| |/ | | | | | | | | The test code header files are now included in the test target so they will show up under "Header Files" in Visual Studio targets, for example.
* | Merge topic '11430'David Cole2010-11-231-2/+3
|\ \ | | | | | | | | | | | | a44a05c 11430: FindBullet doesn't find header files installed by Bullet >= 2.77
| * | 11430: FindBullet doesn't find header files installed by Bullet >= 2.77Philip Lowman2010-11-191-2/+3
| |/
* | Merge topic 'IncludeCMakeDetermineCompilerIdInDetermineASMCompiler'David Cole2010-11-231-0/+1
|\ \ | | | | | | | | | | | | e3dfbf6 Include CMakeDetermineCompilerId in CMakeDetermineASMCompiler.cmake (#11467)
| * | Include CMakeDetermineCompilerId in CMakeDetermineASMCompiler.cmake (#11467)Alex Neundorf2010-11-171-0/+1
| |/ | | | | | | | | | | | | | | | | CMakeDetermineASMCompiler.cmake relied on that somebody else (usually during enabling C or CXX) already included that file, and broke if that was not the case. Thanks to Louis for the patch Alex
* | Merge topic 'spelling'David Cole2010-11-231-1/+1
|\ \ | | | | | | | | | | | | 8f1798c Modules: Fix spelling 'becase' -> 'because'.
| * | Modules: Fix spelling 'becase' -> 'because'.Andrius Štikonas2010-11-171-1/+1
| |/
* | Merge topic 'CPackRPM-ComponentSupport'David Cole2010-11-231-13/+24
|\ \ | | | | | | | | | | | | | | | 66e86b4 CPack fix kwstyle breakage and make CPackRPM backward compatible 2c84d16 CPackRPM add basic component support to CPackRPM
| * | CPackRPM add basic component support to CPackRPMEric NOULARD2010-11-131-13/+24
| | | | | | | | | | | | | | | basic means 1 RPM per component and no dependency handling this implies some CPackGenerator refactoring
* | | Merge topic 'AddASM_NASMSupport'David Cole2010-11-236-12/+109
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e0b6016 Some more fixes for nasm support, from Etienne (#10069) d25c2eb Use CMAKE_ASM_NASM_FLAGS for nasm instead of FLAGS e614e9b Add support for yasm, a nasm compatible assembler 79dd9be We already have 2010, fix copyright year. ffeca06 Add missing copyright headers 7b337ac Improve misleading comments. e1fc9b9 Add support for nasm assembler, patch by Peter Collingbourne (see #10069)
| * | | Some more fixes for nasm support, from Etienne (#10069)Alex Neundorf2010-11-121-17/+19
| | | | | | | | | | | | | | | | Alex
| * | | Use CMAKE_ASM_NASM_FLAGS for nasm instead of FLAGSAlex Neundorf2010-10-211-1/+1
| | | | | | | | | | | | | | | | Alex
| * | | Add support for yasm, a nasm compatible assemblerAlex Neundorf2010-10-212-3/+3
| | | | | | | | | | | | | | | | Alex
| * | | We already have 2010, fix copyright year.Alex Neundorf2010-09-273-3/+3
| | | | | | | | | | | | | | | | Alex
| * | | Add missing copyright headersAlex Neundorf2010-09-273-0/+42
| | | | | | | | | | | | | | | | Alex
| * | | Improve misleading comments.Alex Neundorf2010-09-253-12/+13
| | | | | | | | | | | | | | | | | | | | | | | | (the assembler is not really tested) Alex
| * | | Add support for nasm assembler, patch by Peter Collingbourne (see #10069)Alex Neundorf2010-09-253-0/+52
| | | | | | | | | | | | | | | | Alex
* | | | Merge topic 'moc-includes-regex'David Cole2010-11-231-4/+4
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | 35b91ac Fix regex for moc includes when looking for frameworks.
| * | | Fix regex for moc includes when looking for frameworks.Clinton Stimpson2010-08-021-4/+4
| | | |
* | | | Merge topic 'EP-extra-generator'David Cole2010-11-161-1/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 74e49aa BUG 11451 - pass CMAKE_EXTRA_GENERATOR down.
| * | | | BUG 11451 - pass CMAKE_EXTRA_GENERATOR down.Marcus D. Hanwell2010-11-131-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | This patch fixes the behavior of external projects with respect to generators using the CMAKE_EXTRA_GENERATOR variable.
* | | | | Merge topic 'cray-compiler'David Cole2010-11-166-0/+14
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 53e76c8 Teach CMake about Cray C, C++, and Fortran compilers 34e1ac2 Create Fortran info variables for .mod behavior
| * | | | | Teach CMake about Cray C, C++, and Fortran compilersBrad King2010-11-126-0/+14
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | The Cray Fortran compiler needs "-em" to enable module output and also "-J." to place the .mod files in the current working directory (instead of next to the .o file).
* | | | | Merge topic 'FixFindQt3REQUIRED'David Cole2010-11-161-3/+3
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | a39ee97 Fix #11421: FindQt3.cmake doesn't honor the REQUIRED keyword
| * | | | Fix #11421: FindQt3.cmake doesn't honor the REQUIRED keywordAlex Neundorf2010-11-091-3/+3
| | | | | | | | | | | | | | | | | | | | Alex
* | | | | 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
| | | | | |