Brad King
cc31f89c17
Merge topic 'module-header-spelling'
...
2cde67a
Modules: Fix spelling 'To distributed' -> 'To distribute'
2010-08-10 14:33:47 -04:00
Brad King
4b432328a2
Merge topic 'mingw-response-files'
...
b03f4ec
No response files with GNU ld <= 2.16 (#10913 )
2010-08-10 14:33:01 -04:00
Brad King
fab51e6f8d
Merge topic 'findsubversion_fphsa_cleanup'
...
a918bd5
FindSubversion: set compatibility variables based on FPHSA()
2010-08-10 14:32:19 -04:00
Brad King
ab994bfe88
Merge topic 'findzlib_use_fphsa'
...
5f183ca
FindZLIB: use the FPHSA version mode
2010-08-10 14:31:26 -04:00
Brad King
499e1c9598
Merge topic 'find-boost'
...
187e969
FindBoost: Search for Boost 1.43 and 1.44
2fec615
FindBoost: Search for Boost 1.42
2010-08-10 14:30:35 -04:00
Todd Gamblin
2cde67a781
Modules: Fix spelling 'To distributed' -> 'To distribute'
2010-08-09 08:48:31 -04:00
Brad King
b03f4ec09d
No response files with GNU ld <= 2.16 ( #10913 )
...
Older GNU ld does not support the @FILE syntax for response files.
Check the ld version on MinGW and MSYS before enabling the syntax.
2010-08-06 09:34:53 -04:00
Kovarththanan Rajaratnam
a918bd5264
FindSubversion: set compatibility variables based on FPHSA()
2010-08-04 08:51:55 +02:00
Kovarththanan Rajaratnam
5f183caa7c
FindZLIB: use the FPHSA version mode
...
Remove our implementation of version checking and instead use FPHSA()
2010-08-04 08:18:05 +02:00
Brad King
187e96990c
FindBoost: Search for Boost 1.43 and 1.44
...
The current release is 1.43 and the next release will be 1.44.
2010-08-03 16:32:09 -04:00
Brad King
7e578b8d73
Merge topic 'ExternalProject-cygwin-make'
...
ed43ea6
ExternalProject: Fix $(MAKE) with cygpath on Windows
2010-08-03 16:21:55 -04:00
Brad King
a1b9388bc3
Merge topic 'find_cygwin17'
...
462fa2d
FindCygwin: add new registry entry for Cygwin 1.7 (#10951 )
2010-08-03 16:19:05 -04:00
Brad King
976aaf45de
Merge topic 'findzlib_fix_version'
...
6b9b9f4
FindZLIB: optimize zlib.h version parsing
2010-08-03 16:18:42 -04:00
Brad King
cbfc37dc18
Merge topic 'fix-issue-9611'
...
963921f
BUG: 0009611 Fix Arch independent FindJNI.cmake on Linux
2010-08-03 16:16:36 -04:00
Brad King
16dcaced74
Merge topic 'AddVersionChecking2FindPackageHandleStandardArgs'
...
d016468
-fix indentation of the documentation
d358cf5
add 2nd, more powerful mode to find_package_handle_standard_args()
2010-08-03 16:15:59 -04:00
Brad King
8c8aa7e8f6
Merge topic 'hurd-platform'
...
90467d6
GNU/Hurd platform support fixes (#9873 )
2010-08-03 16:14:08 -04:00
Brad King
84394bcbea
Merge topic 'find-libarchive'
...
a602f87
Add option CMAKE_USE_SYSTEM_LIBARCHIVE (#10923 )
9e903b9
Add FindLibArchive module (#10923 )
2010-08-03 16:13:25 -04:00
Brad King
1820a05cb2
Merge topic 'CPackDEB-auto-dependency-support'
...
ded3a15
CPackDeb optionally generates auto-dependency list part fix of bug 10292
2010-08-03 16:12:37 -04:00
Brad King
68efc3ef86
Merge topic 'fix-issue-11034'
...
9fa49dc
ExternalProject: Remove 'unknown keyword' warning (#11034 )
2010-08-03 16:11:01 -04:00
Brad King
dac2afec25
Merge topic 'FixTypoInMacroAddFileDependencies'
...
44ae8bd
-fix typo in docs of deprecated MacroAddFileDependencies.cmake
2010-08-03 16:10:06 -04:00
Brad King
df54303065
Merge topic 'AdditionalLibTiffName'
...
14dfdc3
-add an additional name for finding libtiff on Windows
2010-08-03 16:09:44 -04:00
Brad King
70a8e10495
Merge topic 'findopenssl-path-fix'
...
ca5c522
Add missing PATHS to find_path commands to fix openssl searching
2010-08-03 16:08:39 -04:00
Brad King
eb6d6a3708
Merge topic 'fix-issue-10020'
...
979972f
Copy Resources in Frameworks during fixup_bundle (#10020 )
2010-08-03 16:07:54 -04:00
Brad King
ed43ea603f
ExternalProject: Fix $(MAKE) with cygpath on Windows
...
In non-cygwin builds using Cygwin's make tool, use cygpath to transform
the value of $(MAKE) to something Windows understands.
2010-08-02 12:02:15 -04:00
Kovarththanan Rajaratnam
462fa2d185
FindCygwin: add new registry entry for Cygwin 1.7 ( #10951 )
...
This patch adds support for Cygwin 1.7 which uses a new registry entry
Patch by Fabrice Aeschbacher
2010-07-31 07:51:00 +02:00
Kovarththanan Rajaratnam
6b9b9f44c8
FindZLIB: optimize zlib.h version parsing
...
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
2010-07-31 07:24:47 +02:00
Mathieu Malaterre
963921f2a8
BUG: 0009611 Fix Arch independent FindJNI.cmake on Linux
2010-07-30 10:19:42 +02:00
Alex Neundorf
d016468e9c
-fix indentation of the documentation
...
Alex
2010-07-29 19:09:59 +02:00
Pino Toscano
90467d6294
GNU/Hurd platform support fixes ( #9873 )
...
Define use of -rpath-link and --export-dynamic flags. The toolchain on
Hurd is GNU-based so we can use the values from Linux.
2010-07-29 10:43:03 -04:00
Brad King
9e903b9f0e
Add FindLibArchive module ( #10923 )
2010-07-29 10:13:25 -04:00
Alex Neundorf
d358cf5cc4
add 2nd, more powerful mode to find_package_handle_standard_args()
...
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
2010-07-29 00:09:14 +02:00
Eric NOULARD
ded3a1585b
CPackDeb optionally generates auto-dependency list part fix of bug 10292
...
The default behavior is not to activate this option because it may break
DEB package building for project who does not use INSTALL RPATH.
2010-07-28 18:24:20 +02:00
Brad King
2fec615852
FindBoost: Search for Boost 1.42
2010-07-28 10:29:40 -04:00
David Cole
9fa49dc3ad
ExternalProject: Remove 'unknown keyword' warning ( #11034 )
...
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.
2010-07-28 08:16:08 -04:00
Alex Neundorf
44ae8bd9ee
-fix typo in docs of deprecated MacroAddFileDependencies.cmake
...
Patch on the mailing list by Serge Ziryukin.
Alex
2010-07-27 22:47:18 +02:00
Alex Neundorf
14dfdc3e42
-add an additional name for finding libtiff on Windows
...
libtiff also exists as tiff.dll/lib under Windows, patch from
Patrick Spendrin (#10942 )
Alex
2010-07-27 22:33:34 +02:00
Mathieu Malaterre
ca5c5221b7
Add missing PATHS to find_path commands to fix openssl searching
2010-07-27 18:26:55 +02:00
David Cole
979972f988
Copy Resources in Frameworks during fixup_bundle ( #10020 )
...
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.
2010-07-27 12:25:11 -04:00
David Cole
b62fe1242f
ExternalProject: Use $(MAKE) whenever possible.
...
ExternalProject_Add calls that did not explicitly request a
CMAKE_GENERATOR would not get recursive parallel make behavior.
This commit fixes that issue.
2010-07-23 13:51:37 -04:00
Brad King
946798f405
Merge topic 'findqt4-cross-compile'
...
c019427
Fix mingw/VS warning message with cross compile re-org.
2010-07-20 16:00:59 -04:00
Brad King
e1a4c02bac
Merge topic 'resolve/doc-spelling/CPackRPM'
...
7739d78
Merge CPackRPM changes into doc-spelling
9203e91
Fix spelling errors reported by Lintian.
2010-07-20 16:00:29 -04:00
Clinton Stimpson
c0194278ac
Fix mingw/VS warning message with cross compile re-org.
2010-07-15 10:23:32 -06:00
Brad King
f7a0386fc5
Merge topic 'resolve/ctest-file-checksum/remove-CTestTest3'
...
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.
2010-07-13 17:05:33 -04:00
Brad King
38c762c728
Merge 'remove-CTestTest3' into ctest-file-checksum
...
Conflicts:
Tests/CMakeLists.txt
2010-07-13 17:01:39 -04:00
Brad King
a570ba6df7
Merge topic 'external-project-launcher'
...
b2634b6
Detect CMake warnings and errors in build output.
012c986
ExternalProject: Add LOG_* options to hide step output
2010-07-13 14:58:11 -04:00
Brad King
36f82f06b7
Merge topic 'CPackRPM-RelocatablePackage'
...
604c369
CPackRPM:: [partially] support relocatable package
2010-07-13 14:54:09 -04:00
Brad King
edbaf90a02
Merge topic 'FindPostgreSQL'
...
56da481
Changed ADDITIONAL_SEARCH_PATHS to PostgreSQL_ADDITIONAL_SEARCH_PATHS.
106de67
Forgot the copyright notice.
5ecfe16
Adding a FindPostgreSQL.cmake module
2010-07-13 14:52:34 -04:00
Brad King
8212d90cb5
Merge topic 'findqt4-cross-compile'
...
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
2010-07-13 14:48:24 -04:00
Brad King
7739d786a4
Merge CPackRPM changes into doc-spelling
...
Conflicts:
Modules/CPackRPM.cmake
2010-07-13 09:46:52 -04:00
Kai Wasserbäch
9203e9187e
Fix spelling errors reported by Lintian.
...
During a Lintian run on the binary packages of CMake in Debian I was
notified of many spelling mistakes.
2010-07-13 09:41:37 -04:00