summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* CPackDEB: merge wrong installed size patch. see bugs 10296 (and 10292)Eric NOULARD2010-07-281-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.
| * | | | | | | ExternalProject: Add LOG_* options to hide step outputBrad King2010-06-212-0/+143
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | Merge topic 'fix-failed-submit-test'Brad King2010-07-131-0/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 391acdf Add another expected output for the failed submit tests.
| * | | | | | | | Add another expected output for the failed submit tests.David Cole2010-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The CTestTestFailedSubmit-http test was failing on the hut11 Experimental dashboards with "Empty reply from server" due to a localhost settings change.
* | | | | | | | | Merge topic 'CPackRPM-RelocatablePackage'Brad King2010-07-131-2/+25
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 604c369 CPackRPM:: [partially] support relocatable package
| * | | | | | | | | CPackRPM:: [partially] support relocatable packageEric NOULARD2010-07-091-2/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The support is partial because it cannot be used if CPACK_SET_DESTDIR is set some file are installed using absolute path
* | | | | | | | | | Merge topic 'FindPostgreSQL'Brad King2010-07-131-0/+181
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 56da481 Changed ADDITIONAL_SEARCH_PATHS to PostgreSQL_ADDITIONAL_SEARCH_PATHS. 106de67 Forgot the copyright notice. 5ecfe16 Adding a FindPostgreSQL.cmake module
| * | | | | | | | | | Changed ADDITIONAL_SEARCH_PATHS to PostgreSQL_ADDITIONAL_SEARCH_PATHS.Andrew Maclean2010-07-091-2/+2
| | | | | | | | | | |
| * | | | | | | | | | Forgot the copyright notice.Andrew Maclean2010-07-081-0/+14
| | | | | | | | | | |
| * | | | | | | | | | Adding a FindPostgreSQL.cmake moduleAndrew Maclean2010-07-071-0/+167
| | | | | | | | | | |
* | | | | | | | | | | Merge topic 'findqt4-cross-compile'Brad King2010-07-133-247/+243
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | | | | | Find correct Qt plugins for cross-compiling.Clinton Stimpson2010-07-061-1/+7
| | | | | | | | | | |