summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* KWSys Nightly Date StampKWSys Robot2010-08-061-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-08-051-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-08-041-1/+1
|
* Merge topic 'ExternalProject-cygwin-make'Brad King2010-08-031-0/+20
|\ | | | | | | | | ed43ea6 ExternalProject: Fix $(MAKE) with cygpath on Windows
| * ExternalProject: Fix $(MAKE) with cygpath on WindowsBrad King2010-08-021-0/+20
| | | | | | | | | | In non-cygwin builds using Cygwin's make tool, use cygpath to transform the value of $(MAKE) to something Windows understands.
* | Merge topic 'find_cygwin17'Brad King2010-08-031-1/+2
|\ \ | | | | | | | | | | | | 462fa2d FindCygwin: add new registry entry for Cygwin 1.7 (#10951)
| * | FindCygwin: add new registry entry for Cygwin 1.7 (#10951)Kovarththanan Rajaratnam2010-07-311-1/+2
| | | | | | | | | | | | | | | | | | This patch adds support for Cygwin 1.7 which uses a new registry entry Patch by Fabrice Aeschbacher
* | | Merge topic 'findzlib_fix_version'Brad King2010-08-031-7/+39
|\ \ \ | | | | | | | | | | | | | | | | 6b9b9f4 FindZLIB: optimize zlib.h version parsing
| * | | FindZLIB: optimize zlib.h version parsingKovarththanan Rajaratnam2010-07-311-7/+39
| |/ / | | | | | | | | | | | | | | | 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
* | | Merge topic 'fix-issue-9611'Brad King2010-08-031-18/+43
|\ \ \ | | | | | | | | | | | | | | | | 963921f BUG: 0009611 Fix Arch independent FindJNI.cmake on Linux
| * | | BUG: 0009611 Fix Arch independent FindJNI.cmake on LinuxMathieu Malaterre2010-07-301-18/+43
| | | |
* | | | Merge topic 'AddVersionChecking2FindPackageHandleStandardArgs'Brad King2010-08-032-39/+215
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | d016468 -fix indentation of the documentation d358cf5 add 2nd, more powerful mode to find_package_handle_standard_args()
| * | | | -fix indentation of the documentationAlex Neundorf2010-07-291-37/+39
| | | | | | | | | | | | | | | | | | | | Alex
| * | | | add 2nd, more powerful mode to find_package_handle_standard_args()Alex Neundorf2010-07-282-37/+211
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | Merge topic 'fix-CTestTestFailedSubmit-xmlrpc'Brad King2010-08-031-0/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | fbe67a9 CTestTestFailedSubmit-xmlrpc: Pass with "Submission problem"
| * | | | | CTestTestFailedSubmit-xmlrpc: Pass with "Submission problem"Modestas Vainius2010-07-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pass the test when there is "Submission problem" in the output. This is at least applicable to XMLRPC. Full error message is below: ------ Submission problem: Curl failed to perform HTTP POST request. curl_easy_perform() says: <url> malformed (-504) . Problems when submitting via XML-RPC ------
* | | | | | 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
| |_|_|/ |/| | |