| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
df1e00f Refer to self with CMake_(SOURCE|BINARY)_DIR (#10046)
|
| |
| |
| |
| |
| | |
This is good practice, and is necessary to support building CMake as a
subdirectory of another project.
|
|\ \
| | |
| | |
| | |
| | | |
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)
|
| | |
| | |
| | |
| | |
| | | |
Finish the implementation of the option from the skeleton left by the
initial addition of libarchive.
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
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.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
5495a6d CPackDEB: merge wrong installed size patch. see bugs 10296 (and 10292)
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
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
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
72f8853 Update path to git. dashmacmini2 was "upgraded."
|
| | |/ / /
| |/| | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
a7319cf ctest_update: Run 'git submodule' at top level
7bf8dc1 ctest_update: Support ".git file" work trees
65cb72f ctest_update: Abort if Git FETCH_HEAD has no candidates
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
The git submodule porcelain must be executed from the top level of the
work tree. Use 'git rev-parse --show-cdup' to find the top level
relative to the source tree. This is better than searching up the tree
for .git ourselves because it will always work the same way Git does and
thus honors settings like GIT_DISCOVERY_ACROSS_FILESYSTEM.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Commit c3781efb (Support Git upstream branch rewrites, 2010-06-08)
assumed that ".git/FETCH_HEAD" exists inside the source tree. Fix the
implementation to handle a work tree using a ".git file" to link to its
repository. Use "git rev-parse --git-dir" to locate the real .git dir.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
If .git/FETCH_HEAD provides no merge candidate do not attempt to update.
Also log FETCH_HEAD lines as we parse them since they are essentially
output from the git fetch command.
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| |_|_|_|_|/
|/| | | | | |
|
| |_|_|_|/
|/| | | | |
|
| |_|_|/
|/| | | |
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | | |
b62fe12 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.
|
| | | |
|
| | | |
|
| | | |
|
|/ / |
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
c019427 Fix mingw/VS warning message with cross compile re-org.
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
6a24bdf Optionally use system bzip2 library (#10932)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add option CMAKE_USE_SYSTEM_BZIP2 and enable it automatically when
CMAKE_USE_SYSTEM_LIBRARIES is on. While we're at it, remove XMLRPC from
the list of system library options because we no longer provide it in
source.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|