summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | |
| * | | | | | | Fix some issues with refinding when qmake executable is changed.Clinton Stimpson2010-07-061-0/+7
| | | | | | | |
| * | | | | | | Tweak for cygwin, don't convert : to ;Clinton Stimpson2010-07-031-2/+2
| | | | | | | |
| * | | | | | | Add cross-compiling support to FindQt4.cmakeClinton Stimpson2010-07-023-246/+229
| | | | | | | |
* | | | | | | | Merge topic 'disable_gcc33_onfree_bsd'Brad King2010-07-131-1/+15
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3ef273c Poison GCC 3.3 on OpenBSD a bit later 696a0af Disable gcc 33 on OpenBSD because it crashes CPack by default.
| * | | | | | | | Poison GCC 3.3 on OpenBSD a bit laterBrad King2010-07-061-16/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move lines from commit 696a0af (Disable gcc 33 on OpenBSD because it crashes CPack by default, 2010-06-25) further down in CMakeLists.txt so that CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS applies. This fixes the code for building with CMake 2.4.
| * | | | | | | | Disable gcc 33 on OpenBSD because it crashes CPack by default.Bill Hoffman2010-06-251-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure no one tries to use gcc 33 based tools to build CMake. This is because a cpack test failed with a crash. The crash seems to be caused by the stack checking code on by default in OpenBSD. The crash is in some stl code. The problem is fixed with newer gcc compilers on OpenBSD.
* | | | | | | | | Merge topic 'bootstrap-toolchains'Brad King2010-07-131-2/+69
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2ad2c2d bootstrap: Detect known C/C++ compiler toolchains
| * | | | | | | | | bootstrap: Detect known C/C++ compiler toolchainsBrad King2010-06-301-2/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Look for a C/C++ compiler pair from known toolchains on some platforms. This makes it less likely that mismatched compilers will be found. Check only if the environment variables CC and CXX are both empty.
* | | | | | | | | | KWSys Nightly Date StampKWSys Robot2010-07-131-1/+1
| |_|_|_|_|/ / / / |/| | | | | | | |
* | | | | | | | | KWSys Nightly Date StampKWSys Robot2010-07-121-1/+1
| | | | | | | | |
* | | | | | | | | KWSys Nightly Date StampKWSys Robot2010-07-111-1/+1
| | | | | | | | |
* | | | | | | | | KWSys Nightly Date StampKWSys Robot2010-07-101-1/+1
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | KWSys: Avoid undefined behavior in Process crash testsBrad King2010-07-091-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clang is smart enough to recognize that "*(int*)0=0" invokes undefined behavior, warns, and produces an "undefined instruction". The message in commit "Avoid Clang optimizer bug in testProcess-[45]" (2010-07-02) is incorrect; this is not a Clang bug. It really is undefined behavior. Use "*(int*)1=0" to produce a crash instead.
* | | | | | | | KWSys Nightly Date StampKWSys Robot2010-07-091-1/+1
| | | | | | | |
* | | | | | | | KWSys Nightly Date StampKWSys Robot2010-07-081-1/+1
| |_|_|/ / / / |/| | | | | |
* | | | | | | KWSys Nightly Date StampKWSys Robot2010-07-071-1/+1
| | | | | | |
* | | | | | | Merge branch 'CPackRPM-handleFileWithSpace'Brad King2010-07-061-3/+4
|\ \ \ \ \ \ \
| * | | | | | | CPackRPM:: Quote every filenames in %file section (see bugs 10701,10871,10345)Eric NOULARD2010-07-041-3/+4
| | | | | | | |
* | | | | | | | Merge branch 'CPackRPM-VariousEnhancement-0010741'Brad King2010-07-061-88/+97
|\ \ \ \ \ \ \ \
| * | | | | | | | Provides default changelog if no file is providedEric NOULARD2010-07-041-0/+2
| | | | | | | | |
| * | | | | | | | clean up some stuff in CPack RPM scriptRolf Eike Beer2010-07-041-88/+95
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -remove trailing whitespace -fix description of CPACK_RPM_PACKAGE_SUMMARY -fix description of CPACK_RPM_PACKAGE_VENDOR -fix description of CPACK_RPM_PACKAGE_PROVIDES -do not put changelog of that file to generated RPM but read it from CPACK_RPM_CHANGELOG_FILE -add CPACK_RPM_PACKAGE_URL -add CPACK_RPM_PACKAGE_OBSOLETES -add CPACK_RPM_PACKAGE_SUGGESTS -add a loop so adding more user supplied header fields is easy Signed-off-by: Eric NOULARD <eric.noulard@gmail.com>
* | | | | | | | Merge branch 'CPackRPM-fixDashInRPMVersion'Brad King2010-07-061-0/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | CPackRPM:: Replace - with _ in RPM Version (fix bug 0010934)Eric NOULARD2010-07-041-0/+5
| |/ / / / / / /
* | | | | | | | Merge branch 'improve-test-cost-sorting'Brad King2010-07-062-59/+60
|\ \ \ \ \ \ \ \
| * | | | | | | | More robust cost-based scheduling implZach Mullen2010-07-012-59/+60
| | | | | | | | |