| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
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.
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | | |
7739d78 Merge CPackRPM changes into doc-spelling
9203e91 Fix spelling errors reported by Lintian.
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
Conflicts:
Modules/CPackRPM.cmake
|
| | | |
| | | |
| | | |
| | | |
| | | | |
During a Lintian run on the binary packages of CMake in Debian I was
notified of many spelling mistakes.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Conflicts:
Tests/CMakeLists.txt
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
b2634b6 Detect CMake warnings and errors in build output.
012c986 ExternalProject: Add LOG_* options to hide step output
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
604c369 CPackRPM:: [partially] support relocatable package
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
The support is partial because it cannot be used if
CPACK_SET_DESTDIR is set
some file are installed using absolute path
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
56da481 Changed ADDITIONAL_SEARCH_PATHS to PostgreSQL_ADDITIONAL_SEARCH_PATHS.
106de67 Forgot the copyright notice.
5ecfe16 Adding a FindPostgreSQL.cmake module
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| |/ / / / / / / |
|
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | /
| | |_|_|_|_|/
| |/| | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|