summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'fix-cmake-self-references'Brad King2010-08-0310-51/+51
|\ | | | | | | | | df1e00f Refer to self with CMake_(SOURCE|BINARY)_DIR (#10046)
| * Refer to self with CMake_(SOURCE|BINARY)_DIR (#10046)Brad King2010-07-2910-51/+51
| | | | | | | | | | This is good practice, and is necessary to support building CMake as a subdirectory of another project.
* | 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-032-5/+83
|\ \ | | | | | | | | | | | | | | | a602f87 Add option CMAKE_USE_SYSTEM_LIBARCHIVE (#10923) 9e903b9 Add FindLibArchive module (#10923)
| * | Add option CMAKE_USE_SYSTEM_LIBARCHIVE (#10923)Brad King2010-07-291-5/+20
| | | | | | | | | | | | | | | Finish the implementation of the option from the skeleton left by the initial addition of libarchive.
| * | Add FindLibArchive module (#10923)Brad King2010-07-291-0/+63
| | |
* | | Merge topic 'CPackDEB-auto-dependency-support'Brad King2010-08-032-15/+140
|\ \ \ | | | | | | | | | | | | | | | | 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-282-15/+140
| |/ / | | | | | | | | | | | | 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 'CPackDEB-wrong-install-size'Brad King2010-08-031-1/+1
|\ \ \ | | | | | | | | | | | | | | | | 5495a6d CPackDEB: merge wrong installed size patch. see bugs 10296 (and 10292)
| * | | CPackDEB: merge wrong installed size patch. see bugs 10296 (and 10292)Eric NOULARD2010-07-281-1/+1
| |/ /
* | | 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 'fix-dashmacmini2-release-script'Brad King2010-08-031-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 72f8853 Update path to git. dashmacmini2 was "upgraded."
| * | | | | Update path to git. dashmacmini2 was "upgraded."David Cole2010-07-271-1/+1
| | |/ / / | |/| | |
* | | | | 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.
* | | | | | Merge topic 'ctest-git-flexibility'Brad King2010-08-033-2/+92
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | ctest_update: Run 'git submodule' at top levelBrad King2010-07-272-1/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | | ctest_update: Support ".git file" work treesBrad King2010-07-263-1/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | | ctest_update: Abort if Git FETCH_HEAD has no candidatesBrad King2010-07-201-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | KWSys Nightly Date StampKWSys Robot2010-08-031-1/+1
| | | | | | |
* | | | | | | KWSys Nightly Date StampKWSys Robot2010-08-021-1/+1
| | | | | | |
* | | | | | | KWSys Nightly Date StampKWSys Robot2010-08-011-2/+2
| | | | | | |
* | | | | | | KWSys Nightly Date StampKWSys Robot2010-07-311-1/+1
| | | | | | |
* | | | | | | KWSys Nightly Date StampKWSys Robot2010-07-301-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2010-07-291-1/+1
| |_|_|_|/ |/| | | |
* | | | | KWSys Nightly Date StampKWSys Robot2010-07-281-1/+1
| |_|_|/ |/| | |
* | | | Merge topic 'fix-recursive-make-issue'Brad King2010-07-271-3/+5
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | b62fe12 ExternalProject: Use $(MAKE) whenever possible.
| * | | 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.
* | | KWSys Nightly Date StampKWSys Robot2010-07-271-1/+1
| | |
* | | KWSys Nightly Date StampKWSys Robot2010-07-261-1/+1
| | |
* | | KWSys Nightly Date StampKWSys Robot2010-07-251-1/+1
| | |
* | | KWSys Nightly Date StampKWSys Robot2010-07-241-1/+1
|/ /
* | KWSys Nightly Date StampKWSys Robot2010-07-231-1/+1
| |
* | KWSys Nightly Date StampKWSys Robot2010-07-221-1/+1
| |
* | KWSys Nightly Date StampKWSys Robot2010-07-211-1/+1
| |
* | 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 'use-system-bzip2'Brad King2010-07-201-1/+4
|\ \ \ | | | | | | | | | | | | | | | | 6a24bdf Optionally use system bzip2 library (#10932)
| * | | Optionally use system bzip2 library (#10932)Brad King2010-07-131-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Merge topic 'resolve/doc-spelling/CPackRPM'Brad King2010-07-2021-28/+28
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | 7739d78 Merge CPackRPM changes into doc-spelling 9203e91 Fix spelling errors reported by Lintian.
| * \ \ \ Merge CPackRPM changes into doc-spellingBrad King2010-07-1319-238/+246
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Modules/CPackRPM.cmake
| * | | | | Fix spelling errors reported by Lintian.Kai Wasserbäch2010-07-1321-28/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | During a Lintian run on the binary packages of CMake in Debian I was notified of many spelling mistakes.