summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'ExternalProject-cygwin-make'Brad King2010-08-031-0/+20
|\ | | | | | | | | ed43ea6 ExternalProject: Fix $(MAKE) with cygpath on Windows
| * ExternalProject: Fix $(MAKE) with cygpath on WindowsBrad King2010-08-021-0/+20
| | | | | | | | | | In non-cygwin builds using Cygwin's make tool, use cygpath to transform the value of $(MAKE) to something Windows understands.
* | Merge topic 'find_cygwin17'Brad King2010-08-031-1/+2
|\ \ | | | | | | | | | | | | 462fa2d FindCygwin: add new registry entry for Cygwin 1.7 (#10951)
| * | FindCygwin: add new registry entry for Cygwin 1.7 (#10951)Kovarththanan Rajaratnam2010-07-311-1/+2
| |/ | | | | | | | | | | This patch adds support for Cygwin 1.7 which uses a new registry entry Patch by Fabrice Aeschbacher
* | Merge topic 'findzlib_fix_version'Brad King2010-08-031-7/+39
|\ \ | | | | | | | | | | | | 6b9b9f4 FindZLIB: optimize zlib.h version parsing
| * | FindZLIB: optimize zlib.h version parsingKovarththanan Rajaratnam2010-07-311-7/+39
| |/ | | | | | | | | | | Read zlib.h by using file(STRINGS.....REGEX) to limit the amount of text we apply the version regex on. This patch also addresses the fact that the version string may contain a tweak component. Patch by Simone Rossetto
* | Merge topic 'fix-issue-9611'Brad King2010-08-031-18/+43
|\ \ | | | | | | | | | | | | 963921f BUG: 0009611 Fix Arch independent FindJNI.cmake on Linux
| * | BUG: 0009611 Fix Arch independent FindJNI.cmake on LinuxMathieu Malaterre2010-07-301-18/+43
| |/
* | Merge topic 'AddVersionChecking2FindPackageHandleStandardArgs'Brad King2010-08-032-39/+215
|\ \ | | | | | | | | | | | | | | | d016468 -fix indentation of the documentation d358cf5 add 2nd, more powerful mode to find_package_handle_standard_args()
| * | -fix indentation of the documentationAlex Neundorf2010-07-291-37/+39
| | | | | | | | | | | | Alex
| * | add 2nd, more powerful mode to find_package_handle_standard_args()Alex Neundorf2010-07-282-37/+211
| |/ | | | | | | | | | | | | | | | | This additional mode also supports version checking and should be easily extendible, e.g. for COMPONENT stuff. Updated FindBISON.cmake as first user of this new mode. Docs updated. Alex
* | Merge topic 'hurd-platform'Brad King2010-08-031-0/+3
|\ \ | | | | | | | | | | | | 90467d6 GNU/Hurd platform support fixes (#9873)
| * | GNU/Hurd platform support fixes (#9873)Pino Toscano2010-07-291-0/+3
| |/ | | | | | | | | Define use of -rpath-link and --export-dynamic flags. The toolchain on Hurd is GNU-based so we can use the values from Linux.
* | Merge topic 'find-libarchive'Brad King2010-08-031-0/+63
|\ \ | | | | | | | | | | | | | | | a602f87 Add option CMAKE_USE_SYSTEM_LIBARCHIVE (#10923) 9e903b9 Add FindLibArchive module (#10923)
| * | Add FindLibArchive module (#10923)Brad King2010-07-291-0/+63
| |/
* | Merge topic 'CPackDEB-auto-dependency-support'Brad King2010-08-031-13/+132
|\ \ | | | | | | | | | | | | ded3a15 CPackDeb optionally generates auto-dependency list part fix of bug 10292
| * | CPackDeb optionally generates auto-dependency list part fix of bug 10292Eric NOULARD2010-07-281-13/+132
| |/ | | | | | | | | The default behavior is not to activate this option because it may break DEB package building for project who does not use INSTALL RPATH.
* | Merge topic 'fix-issue-11034'Brad King2010-08-031-10/+2
|\ \ | | | | | | | | | | | | 9fa49dc ExternalProject: Remove 'unknown keyword' warning (#11034)
| * | ExternalProject: Remove 'unknown keyword' warning (#11034)David Cole2010-07-281-10/+2
| | | | | | | | | | | | | | | | | | The intent was to warn about misspelled keyword arguments, but the effect was to warn about valid argument values far too often. Let's stop annoying and confusing people.
* | | Merge topic 'FixTypoInMacroAddFileDependencies'Brad King2010-08-031-1/+1
|\ \ \ | | | | | | | | | | | | | | | | 44ae8bd -fix typo in docs of deprecated MacroAddFileDependencies.cmake
| * | | -fix typo in docs of deprecated MacroAddFileDependencies.cmakeAlex Neundorf2010-07-271-1/+1
| | |/ | |/| | | | | | | | | | | | | Patch on the mailing list by Serge Ziryukin. Alex
* | | Merge topic 'AdditionalLibTiffName'Brad King2010-08-031-1/+1
|\ \ \ | | | | | | | | | | | | | | | | 14dfdc3 -add an additional name for finding libtiff on Windows
| * | | -add an additional name for finding libtiff on WindowsAlex Neundorf2010-07-271-1/+1
| |/ / | | | | | | | | | | | | | | | | | | libtiff also exists as tiff.dll/lib under Windows, patch from Patrick Spendrin (#10942) Alex
* | | Merge topic 'findopenssl-path-fix'Brad King2010-08-031-9/+9
|\ \ \ | | | | | | | | | | | | | | | | ca5c522 Add missing PATHS to find_path commands to fix openssl searching
| * | | Add missing PATHS to find_path commands to fix openssl searchingMathieu Malaterre2010-07-271-9/+9
| | |/ | |/|
* | | Merge topic 'fix-issue-10020'Brad King2010-08-031-2/+62
|\ \ \ | |_|/ |/| | | | | | | | 979972f Copy Resources in Frameworks during fixup_bundle (#10020)
| * | Copy Resources in Frameworks during fixup_bundle (#10020)David Cole2010-07-271-2/+62
| |/ | | | | | | | | | | | | | | | | By default, if an embedded item is a framework, copy its main dylib file explicitly, and then also its Resources if it has any. Inspect a variable, BU_COPY_FULL_FRAMEWORK_CONTENTS, and if it's ON, copy the entire framework into the bundle.
* | ExternalProject: Use $(MAKE) whenever possible.David Cole2010-07-231-3/+5
|/ | | | | | ExternalProject_Add calls that did not explicitly request a CMAKE_GENERATOR would not get recursive parallel make behavior. This commit fixes that issue.
* Merge topic 'findqt4-cross-compile'Brad King2010-07-201-8/+8
|\ | | | | | | | | c019427 Fix mingw/VS warning message with cross compile re-org.
| * Fix mingw/VS warning message with cross compile re-org.Clinton Stimpson2010-07-151-8/+8
| |
* | Merge topic 'resolve/doc-spelling/CPackRPM'Brad King2010-07-204-7/+7
|\ \ | | | | | | | | | | | | | | | 7739d78 Merge CPackRPM changes into doc-spelling 9203e91 Fix spelling errors reported by Lintian.
| * \ Merge CPackRPM changes into doc-spellingBrad King2010-07-135-177/+131
| |\ \ | | | | | | | | | | | | | | | | Conflicts: Modules/CPackRPM.cmake
| * | | Fix spelling errors reported by Lintian.Kai Wasserbäch2010-07-134-7/+7
| | | | | | | | | | | | | | | | | | | | During a Lintian run on the binary packages of CMake in Debian I was notified of many spelling mistakes.
* | | | Merge topic 'resolve/ctest-file-checksum/remove-CTestTest3'Brad King2010-07-132-1/+12
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 38c762c Merge 'remove-CTestTest3' into ctest-file-checksum 46df0b4 Activate retry code on any curl submit failure. 8705497 Checksum test should use CMAKE_TESTS_CDASH_SERVER d0d1cdd Mock checksum failure output for old CDash versions af5ef0c Testing for CTest checksum 86e81b5 CTest should resubmit in the checksum failed case d6b7107 Fix subscript out of range crash 082c87e Cross-platform fixes for checksum/retry code e525649 Checksums on CTest submit files, and retry timed out submissions.
| * \ \ \ Merge 'remove-CTestTest3' into ctest-file-checksumBrad King2010-07-1311-36/+305
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Tests/CMakeLists.txt
| * | | | | Cross-platform fixes for checksum/retry codeZach Mullen2010-06-031-2/+2
| | | | | |
| * | | | | Checksums on CTest submit files, and retry timed out submissions.Zach Mullen2010-06-032-1/+12
| | | | | |
* | | | | | Merge topic 'external-project-launcher'Brad King2010-07-131-0/+137
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b2634b6 Detect CMake warnings and errors in build output. 012c986 ExternalProject: Add LOG_* options to hide step output
| * | | | | | Detect CMake warnings and errors in build output.David Cole2010-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix niggly in ExternalProject that would inadvertently create a log file of output when a command was explicitly set to the empty string. Also, increase the default value for showing context around build errors to 10 lines, up from 6. Also add the ability to customize this setting so that users can put it back to 6 or even lower if they want, or show more if they want.
| * | | | | | ExternalProject: Add LOG_* options to hide step outputBrad King2010-06-211-0/+137
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Optionally hide the output of each external project build step by wrapping its command in a launcher script. Make output available in log files instead. This simplifies the output of external project builds.
* | | | | | | Merge topic 'CPackRPM-RelocatablePackage'Brad King2010-07-131-2/+25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 604c369 CPackRPM:: [partially] support relocatable package
| * | | | | | | CPackRPM:: [partially] support relocatable packageEric NOULARD2010-07-091-2/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The support is partial because it cannot be used if CPACK_SET_DESTDIR is set some file are installed using absolute path
* | | | | | | | Merge topic 'FindPostgreSQL'Brad King2010-07-131-0/+181
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 56da481 Changed ADDITIONAL_SEARCH_PATHS to PostgreSQL_ADDITIONAL_SEARCH_PATHS. 106de67 Forgot the copyright notice. 5ecfe16 Adding a FindPostgreSQL.cmake module
| * | | | | | | | Changed ADDITIONAL_SEARCH_PATHS to PostgreSQL_ADDITIONAL_SEARCH_PATHS.Andrew Maclean2010-07-091-2/+2
| | | | | | | | |
| * | | | | | | | Forgot the copyright notice.Andrew Maclean2010-07-081-0/+14
| | | | | | | | |
| * | | | | | | | Adding a FindPostgreSQL.cmake moduleAndrew Maclean2010-07-071-0/+167
| |/ / / / / / /
* | | | | | | | Merge topic 'findqt4-cross-compile'Brad King2010-07-133-247/+243
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | 7fd3739 Find correct Qt plugins for cross-compiling. ff888dd Fix some issues with refinding when qmake executable is changed. 22e725f Tweak for cygwin, don't convert : to ; b55da4c Add cross-compiling support to FindQt4.cmake
| * | | | | | Find correct Qt plugins for cross-compiling.Clinton Stimpson2010-07-061-1/+7
| | | | | | |
| * | | | | | Fix some issues with refinding when qmake executable is changed.Clinton Stimpson2010-07-061-0/+7
| | | | | | |
| * | | | | | Tweak for cygwin, don't convert : to ;Clinton Stimpson2010-07-031-2/+2
| | | | | | |