| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
430336c Merge branch 'findsubversion_fphsa_cleanup'
b6c6156 Use FPHSA() in FindSWIG, including version checking.
656cd2f Improved version checking for FindCUDA using the new mode of FPHSA
126db7b Improved version checking for FindSubversion using the new mode of FPHSA()
77d909b Fix DETAILS string with version number in FHPSA()
19b68b9 Improved version checking for FindJava using the new FPHSA() mode
6bb0b6e Improved version checking for FindRuby using the new mode of FPHSA()
946493f FindSquish doesn't detect the version, remove that from the documentation
cb9d1ea Add version checking support to FindFlex and FindPerlLibs
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
into ImprovedVersionCheckingInSomeModules
Conflicts:
Modules/FindSubversion.cmake
|
| | |
| | |
| | |
| | | |
Alex
|
| | |
| | |
| | |
| | | |
Alex
|
| | |
| | |
| | |
| | | |
Alex
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
If found, the version which was found should be stored in the DETAILS
string, but it was dereferenced twice, which was wrong.
Alex
|
| | |
| | |
| | |
| | | |
Alex
|
| | |
| | |
| | |
| | | |
Alex
|
| | |
| | |
| | |
| | | |
Alex
|
| | |
| | |
| | |
| | |
| | |
| | | |
Use the new mode of FPHSA() to add version checking for these two modules.
Alex
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
2cde67a Modules: Fix spelling 'To distributed' -> 'To distribute'
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
b03f4ec 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.
|
|\ \ \ \
| | |_|/
| |/| |
| | | |
| | | | |
a918bd5 FindSubversion: set compatibility variables based on FPHSA()
|
| | |/
| |/| |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
5f183ca FindZLIB: use the FPHSA version mode
|
| |/ /
| | |
| | |
| | | |
Remove our implementation of version checking and instead use FPHSA()
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | | |
187e969 FindBoost: Search for Boost 1.43 and 1.44
2fec615 FindBoost: Search for Boost 1.42
|
| | |
| | |
| | |
| | | |
The current release is 1.43 and the next release will be 1.44.
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
ed43ea6 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.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
462fa2d 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
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
6b9b9f4 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
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
963921f BUG: 0009611 Fix Arch independent FindJNI.cmake on Linux
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
d016468 -fix indentation of the documentation
d358cf5 add 2nd, more powerful mode to find_package_handle_standard_args()
|
| | | |
| | | |
| | | |
| | | | |
Alex
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
90467d6 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.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
a602f87 Add option CMAKE_USE_SYSTEM_LIBARCHIVE (#10923)
9e903b9 Add FindLibArchive module (#10923)
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
ded3a15 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.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
9fa49dc 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.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
44ae8bd -fix typo in docs of deprecated MacroAddFileDependencies.cmake
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | | |
Patch on the mailing list by Serge Ziryukin.
Alex
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
14dfdc3 -add an additional name for finding libtiff on Windows
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
libtiff also exists as tiff.dll/lib under Windows, patch from
Patrick Spendrin (#10942)
Alex
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
ca5c522 Add missing PATHS to find_path commands to fix openssl searching
|
| | |/ /
| |/| | |
|
|\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | | |
979972f 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.
|
|/ /
| |
| |
| |
| |
| | |
ExternalProject_Add calls that did not explicitly request a
CMAKE_GENERATOR would not get recursive parallel make behavior.
This commit fixes that issue.
|
|\ \
| | |
| | |
| | |
| | | |
c019427 Fix mingw/VS warning message with cross compile re-org.
|