- 25 Aug, 2009 1 commit
-
-
Kitware Robot authored
-
- 24 Aug, 2009 8 commits
-
-
Will Dicharry authored
Fixed HDF5 Find module error that caused no list to be passed into remove duplicates when HDF5 is not found.
-
Brad King authored
In cmComputeLinkInformation::Compute we add implicit link information from languages other than the linker language to the end of the link line. This factors out that code into separate methods to improve readability and organization.
-
Brad King authored
This removes the QUIET option from FortranCInterface_VERIFY in the Fortran test to really test the detected interface everywhere.
-
Will Dicharry authored
-
Brad King authored
This function builds a simple test project using a combination of Fortran and C (and optionally C++) to verify that the compilers are compatible. The idea is to help projects report very early to users that the compilers specified cannot mix languages.
-
Brad King authored
We split the main detection logic into a Detect.cmake support module and load it only when detection results are not already available. This allows results computed by the main project to be used in try-compile projects without recomputing them. The call to try_compile() need only to pass FortranCInterface_BINARY_DIR through the CMAKE_FLAGS option.
-
Kitware Robot authored
-
- 23 Aug, 2009 1 commit
-
-
Kitware Robot authored
-
- 22 Aug, 2009 1 commit
-
-
Kitware Robot authored
-
- 21 Aug, 2009 3 commits
-
-
Brad King authored
This moves platform-independent SunPro compiler flags into separate "Compiler/SunPro-<lang>.cmake" modules. Platform-specific flags are left untouched.
-
Brad King authored
This moves platform-independent Intel compiler flags into separate "Compiler/Intel-<lang>.cmake" modules. Platform-specific flags are left untouched.
-
Kitware Robot authored
-
- 20 Aug, 2009 4 commits
-
-
Brad King authored
This module requires both C and Fortran to be enabled, so error-out if they are not.
-
Brad King authored
-
Zach authored
-
Kitware Robot authored
-
- 19 Aug, 2009 5 commits
-
-
Philip Lowman authored
-
David Cole authored
Remove DownloadFile.cmake and UntarFile.cmake from the Modules directory. Put functionality directly into ExternalProject.cmake itself so that these modules do not end up in the upcoming release of CMake.
-
Zach authored
-
Zach authored
-
Kitware Robot authored
-
- 18 Aug, 2009 3 commits
-
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Kitware Robot authored
-
- 17 Aug, 2009 1 commit
-
-
Kitware Robot authored
-
- 16 Aug, 2009 3 commits
-
-
Philip Lowman authored
-
Philip Lowman authored
-
Kitware Robot authored
-
- 15 Aug, 2009 1 commit
-
-
Kitware Robot authored
-
- 14 Aug, 2009 1 commit
-
-
Kitware Robot authored
-
- 13 Aug, 2009 2 commits
-
-
Philip Lowman authored
Checking in the FindFLEX.cmake & FindBISON.cmake attached to Issue #4018 after some minor improvements * Improved examples * Switched to FindPackageHandleStandardArgs * Cleaned up indentation * Sanitized else()/endif() blocks
-
Kitware Robot authored
-
- 12 Aug, 2009 6 commits
-
-
Philip Lowman authored
-
Philip Lowman authored
-
Philip Lowman authored
* Fixed errant output when version number not found * Improved error output when REQUIRED is passed * Improved docs and example
-
Brad King authored
The Borland librarian tool "tlib" requires that the output target name be quoted if it contains the character '-' (and perhaps a few others). This commit restores the use of the TARGET_QUOTED rule variable replacement for this purpose. Otherwise no static library can have a '-' in its name. This problem was exposed by the 'Testing' test when it builds the pcStatic library with the '-dbg' suffix.
-
Brad King authored
CTest runs 'svn status' to identify modified and conflicting files in the working directory. This commit fixes the interpretation of the 'X' status, which corresponds to svn eXternals. This status should be ignored rather than treated as a local modification.
-
Kitware Robot authored
-