summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | | | | | Merge topic 'guid_vs_newname'Brad King2010-07-201-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8507a73 Fix for bug#10483, INCLUDE_EXTERNAL_MSPROJECT: ProjectGUID now ProjectGuid
| * | | | | | Fix for bug#10483, INCLUDE_EXTERNAL_MSPROJECT: ProjectGUID now ProjectGuidBill Hoffman2010-07-131-1/+1
| | |_|/ / / | |/| | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2010-07-201-1/+1
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2010-07-191-1/+1
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2010-07-181-1/+1
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2010-07-171-1/+1
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2010-07-161-1/+1
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2010-07-151-1/+1
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2010-07-141-1/+1
| | | | | |
* | | | | | Merge topic 'resolve/ctest-file-checksum/remove-CTestTest3'Brad King2010-07-138-10/+283
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * \ \ \ \ \ Merge 'remove-CTestTest3' into ctest-file-checksumBrad King2010-07-1362-401/+1638
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Tests/CMakeLists.txt
| * | | | | | | Activate retry code on any curl submit failure.David Cole2010-07-121-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, we were only going into the retry block for time out conditions. But a "could not connect" response, or really any sort of curl failure, is also a condition where we should retry the submit if the user has requested a retry.
| * | | | | | | Checksum test should use CMAKE_TESTS_CDASH_SERVERZach Mullen2010-06-221-0/+5
| | | | | | | |
| * | | | | | | Mock checksum failure output for old CDash versionsZach Mullen2010-06-101-0/+13
| | | | | | | |
| * | | | | | | Testing for CTest checksumZach Mullen2010-06-106-28/+82
| | | | | | | |
| * | | | | | | CTest should resubmit in the checksum failed caseZach Mullen2010-06-051-17/+26
| | | | | | | |
| * | | | | | | Fix subscript out of range crashZach Mullen2010-06-031-1/+4
| | | | | | | |
| * | | | | | | Cross-platform fixes for checksum/retry codeZach Mullen2010-06-033-18/+29
| | | | | | | |
| * | | | | | | Checksums on CTest submit files, and retry timed out submissions.Zach Mullen2010-06-037-21/+198
| | | | | | | |
* | | | | | | | Merge topic 'external-project-launcher'Brad King2010-07-133-5/+163
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b2634b6 Detect CMake warnings and errors in build output. 012c986 ExternalProject: Add LOG_* options to hide step output
| * | | | | | | | Detect CMake warnings and errors in build output.David Cole2010-07-102-6/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.