summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* KWSys Nightly Date StampKWSys Robot2010-06-221-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-06-211-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-06-201-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-06-191-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-06-181-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-06-171-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-06-161-1/+1
|
* Merge branch 'remove-CTestTest3'Brad King2010-06-151-13/+0
|\
| * Remove CTestTest3.David Cole2010-06-131-13/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | At this point, CTestTest3 causes more problems than it's worth. It uses CVS to grab a remote (over the network) copy of kwsys code for testing. This causes some sort of problem nearly every night on the nightly CMake dashboards. Worse: it causes problems on different machines on different nights, then the next day, it's fine again. So: remove this test and monitor the coverage. If we lose a significant portion of code coverage, I will revert this commit and re-activate the test. However, if we do not lose a significant portion of code coverage, I will remove the code for the test as well as removing it from the CMakeLists.txt file. Brad King and I discussed this over the last few weeks, and we both think we have sufficient coverage of all the checkout and update code in other locally (non-network) based tests. On the other hand, even if we do take a mild hit on coverage temporarily, it should be relatively easy to increase our coverage again by adding bits to those other locally based tests.
* | Merge branch 'ctest-git-flexibility'Brad King2010-06-1512-44/+157
|\ \
| * | ctest_update: Support Git upstream branch rewritesBrad King2010-06-086-16/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use 'git fetch' followed by 'git reset' to update the source tree. This is better than 'git pull' because it can handle a rewritten upstream branch and does not leave local modifications. After fetch, parse FETCH_HEAD to find the merge head that 'git pull' would choose to track the upstream branch. Then reset to the selected head. In the normal fast-forward case the behavior remains unchanged. However, now local modifications and commits will be erased, and upstream rewrites are handled smoothly. This ensures that the upstream branch is tested as expected.
| * | ctest_update: Support custom Git update commandBrad King2010-06-085-16/+95
| | | | | | | | | | | | | | | Define CTest configuration variable CTEST_GIT_UPDATE_CUSTOM to set a custom command line for updating Git-managed source trees.
| * | Generalize CTest.Update* test dashboard script helpersBrad King2010-06-086-16/+16
| | | | | | | | | | | | | | | | | | | | | Teach (create|run)_dashboard_script macros to treat the argument as the name of a build tree. Append '.cmake' to generate the dashboard script name. This allows future re-use of the macros for multiple test scripts.
* | | Merge branch 'vs10-source-groups'Brad King2010-06-152-0/+53
|\ \ \
| * | | Fix nested source groups with VS 10 (#9863)Christoph Watzl2010-06-112-0/+53
| | | | | | | | | | | | | | | | | | | | Add intermediate (but empty) source group filters for the container groups.
* | | | Merge branch 'coverage_exclusion_from_glob'Brad King2010-06-151-2/+6
|\ \ \ \
| * | | | Extra coverage glob should subtract the explicitly defined excluded filesZach Mullen2010-06-111-2/+6
| |/ / /
* | | | Merge branch 'make_libarchive_use_cmzlib'Brad King2010-06-151-0/+1
|\ \ \ \
| * | | | Make sure libarchive uses cmzlib and not the system libz if found.Bill Hoffman2010-06-111-0/+1
| |/ / /
* | | | Merge branch 'msys-bootstrap-test'Brad King2010-06-152-5/+15
|\ \ \ \
| * | | | Enable BootstrapTest on MSYSBrad King2010-06-112-5/+15
| |/ / / | | | | | | | | | | | | | | | | | | | | The bootstrap script works under MSYS, so test it. Use a launcher batch file since 'ctest --build-and-test' is a Windows program and will not honor the shebang line in the script.
* | | | Merge branch 'remove-qmake-query'Brad King2010-06-152-30/+5
|\ \ \ \
| * | | | Remove macro for querying qmake for qmake variables.Clinton Stimpson2010-06-122-30/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove last place for querying qmake values. Also removed internal macro to support querying qmake. Depends on findthreads-irix topic.
* | | | | Merge branch 'findthreads-irix'Brad King2010-06-151-2/+4
|\ \ \ \ \
| * | | | | Support pthreads on irix.Clinton Stimpson2010-06-121-2/+4
| | |/ / / | |/| | |
* | | | | Merge branch 'tru64-make-includes'Brad King2010-06-153-3/+9
|\ \ \ \ \
| * | | | | Tru64: Use full-path include directives in Makefiles (#10569)Brad King2010-06-143-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tru64's make(1) resolves relative paths in "include" directives with respect to the includer. This is inconsistent with all other known make tools. Note that this make tool treats the path literally so we cannot use our standard FULL path code which escapes spaces. Instead qualify the paths with $(CMAKE_BINARY_DIR) to avoid the problem.
* | | | | | Merge branch 'tru64-cmOStringStream-vtable'Brad King2010-06-154-1/+20
|\ \ \ \ \ \
| * | | | | | Tru64: Place cmOStringStream vtable uniquely (#10541)Brad King2010-06-104-1/+20
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GCC places the vtable in the object implementing the first non-pure, non-inline virtual method. Since the symbol is not weak on Tru64, make the location unique by putting the destructor in a single object file.
* | | | | | Merge branch 'test-NoNewline-with-built-cmake'Brad King2010-06-151-1/+1
|\ \ \ \ \ \
| * | | | | | Run CTest.NoNewline test using built CMakeBrad King2010-06-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Even though this test is checking that the ctest running it can handle test output without newlines we should run the just-built CMake binary. This allows the MemCheck test mode to check the correct CMake.
* | | | | | | Merge branch 'fix-issue-10346'Brad King2010-06-151-1/+14
|\ \ \ \ \ \ \
| * | | | | | | Fix issue #10346. Error if SOURCE_DIR is empty.David Cole2010-06-091-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See http://public.kitware.com/Bug/view.php?id=10346. The proposed patch for the issue could not be applied as is because the SOURCE_DIR always exists for an ExternalProject_Add call by the time we get to the place to emit the potential error. The fix is to emit the error only if the source dir is empty. By which, I mean devoid of files and subdirectories. If SOURCE_DIR is used by itself, without any DOWNLOAD_COMMAND or repository info, then it implies that the SOURCE_DIR is ready to build as-is without need for a download step. Clearly, if it is empty, then it is not ready to build as is. So complain if the SOURCE_DIR is empty.
* | | | | | | | Merge branch 'cygwin-data-dirs'Brad King2010-06-152-14/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix CMake data and doc paths in Cygwin packageBrad King2010-06-092-14/+12
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Override CMAKE_DOC_DIR and CMAKE_DATA_DIR cache entries on Cygwin early enough so the new values are used everywhere. Previously only some of the uses were overridden. Also set CPACK_PACKAGE_VERSION to the whole CMake_VERSION so that the Cygwin MANIFEST file goes in the proper path.
* | | | | | | | Merge branch 'source-file-property-documentation'Brad King2010-06-152-29/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | Document scope of source file propertiesBrad King2010-06-092-29/+11
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also remove out-dated list of source file properties from the set_source_files_properties command.
* | | | | | | | Merge branch 'mingw-response-files'Brad King2010-06-156-3/+23
|\ \ \ \ \ \ \ \
| * | | | | | | | Use response file for objects on MinGW and MSYSBrad King2010-03-112-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Windows command lines are limited to about 32K so we need to use response files for linking very large lists of object files. See issue #10401.
| * | | | | | | | Use platform variable for response file flagBrad King2010-03-112-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create platform variable "CMAKE_<LANG>_RESPONSE_FILE_LINK_FLAG" to specify an alternative to "@" for referencing response files. It applies specifically to response files with linker options. See issue #10401.
| * | | | | | | | Use forward slashes for objects in response filesBrad King2010-03-113-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Response files are parsed by tools, not by shells. We teach cmLocalGenerator::Convert() a new "RESPONSE" output format and use it for objects listed in response files. It does not do special slash or MSYS root translation like the "SHELL" format does. This is necessary for GNU tools on Windows to understand response file content. See issue #10401.
* | | | | | | | | KWSys Nightly Date StampKWSys Robot2010-06-151-1/+1
| | | | | | | | |
* | | | | | | | | KWSys Nightly Date StampKWSys Robot2010-06-141-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | KWSys Nightly Date StampKWSys Robot2010-06-131-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | KWSys Nightly Date StampKWSys Robot2010-06-121-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | KWSys: Teach Process to error on empty commandBrad King2010-06-112-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not try to execute a child with no command line. Previously this led to a silent hang.
* | | | | | KWSys: Process tree kill for SolarisBrad King2010-06-111-0/+3
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2010-06-111-1/+1
| | | | | |
* | | | | | Merge branch 'suppress-sgi-warning-3968'Brad King2010-06-101-0/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Suppress SGI MIPSpro warning 3968Brad King2010-06-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The warning appears everywhere we use static_cast to explicitly truncate an integer width. It appears in the form cc-3968 CC: WARNING File = ..., Line = ... implicit conversion of a 64-bit integral type to a smaller integral type (potential portability problem) static_cast<...>(...); ^ which is strange because a "static_cast" is not implicit. It also appears in system library code.