summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | |
* | | | | | | Merge branch 'fix_cmcurl_build_ssize_t'Brad King2010-07-061-0/+1
|\ \ \ \ \ \ \
| * | | | | | | fix build on SUSE 11.2 in cmcurl due to ssize_tAlex Neundorf2010-06-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Alex
* | | | | | | | Merge branch 'fix-test-dependency-bug'Brad King2010-07-0610-18/+128
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix cycle detection for test dependenciesZach Mullen2010-06-3010-18/+128
| | | | | | | | |
* | | | | | | | | Merge branch 'fix-cmake-conversion-warnings'Brad King2010-07-0611-36/+37
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix integer conversions in cpackBrad King2010-06-301-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These were revealed by GCC's -Wconversion option.
| * | | | | | | | | Fix signed/unsigned comparison warnings in ccmakeBrad King2010-06-291-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit ff1f8d0b (Fix or cast more integer conversions in cmake) changed a member type from int to size_t. Update the types of variables compared to these values to be unsigned also.
| * | | | | | | | | Fix or cast more integer conversions in cmakeBrad King2010-06-296-18/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These were revealed by GCC's -Wconversion option. Fix types where it is easy to do so. Cast in cases we know the integer will not be truncated.
| * | | | | | | | | Fix or cast integer conversions in cmakeBrad King2010-06-256-10/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These were revealed by GCC's -Wconversion option. Fix types where it is easy to do so. Cast in cases we know the integer will not be truncated.
* | | | | | | | | | Merge branch 'FindMPI-flag-parsing'Brad King2010-07-061-11/+11
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | FindMPI: Fix parsing of mpicc -Wl,-L link flags (#9093)Brad King2010-06-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit d84cbd0f (FindMPI: Parse mpicc flags more carefully, 2010-06-24) broke parsing of '-L' flags appearing after '-Wl,' by expecting a preceding space. Update the regular expression to allow '-Wl,-L' too.
| * | | | | | | | | | FindMPI: Failure is not an error if not REQUIREDBrad King2010-06-281-3/+3
| | | | | | | | | | |