Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Define kwsys_ios_binary macro for std::ios::binary | Brad King | 2009-08-31 | 4 | -0/+37 |
| | | | | | | | | The 'binary' openmode does not exist on all compilers. We define macro <kwsys>_ios_binary, where <kwsys> is the KWSys namespace, to refer to std::ios::binary if it exists and 0 otherwise. Sample usage: kwsys_ios::ifstream fin(fn, kwsys_ios::ios::in | kwsys_ios_binary); | ||||
* | Fixed ctest_memcheck docs (http://www.cmake.org/Bug/view.php?id=9242) | Zach Mullen | 2009-08-31 | 1 | -4/+14 |
| | |||||
* | In FindHDF5, added C library names to CXX search libraries. | Will Dicharry | 2009-08-31 | 1 | -1/+1 |
| | |||||
* | Fixed Dart time recording for ctest | Zach Mullen | 2009-08-31 | 1 | -0/+6 |
| | |||||
* | Fixed conversion warning on 64 bit machines | Zach Mullen | 2009-08-31 | 4 | -320/+6 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-08-31 | 1 | -1/+1 |
| | |||||
* | Fixed line length issue | Zach Mullen | 2009-08-30 | 1 | -1/+2 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-08-30 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-08-29 | 1 | -1/+1 |
| | |||||
* | MemCheck should now work again in ctest | Zach Mullen | 2009-08-28 | 7 | -65/+67 |
| | |||||
* | Replaced std::stringstream with cmOStringStream | Zach Mullen | 2009-08-28 | 1 | -1/+1 |
| | |||||
* | Added ctest -N test. Fixed ctest working directory bug. MemCheck fix ↵ | Zach Mullen | 2009-08-28 | 8 | -153/+117 |
| | | | | coming soon... | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-08-28 | 1 | -1/+1 |
| | |||||
* | Fixed ctest -N segfault issue. Further refactored ctest. Enabled failover ↵ | Zach Mullen | 2009-08-27 | 10 | -432/+251 |
| | | | | for ctest | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-08-27 | 1 | -1/+1 |
| | |||||
* | ENH: refactored ctest. All testing is now parallel. If no -j option is ↵ | Zach Mullen | 2009-08-26 | 8 | -506/+329 |
| | | | | specified, defaults to a MP level of 1 (non parallel) | ||||
* | Add missing argument to _ep_write_downloadfile_script. | David Cole | 2009-08-26 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-08-26 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-08-25 | 1 | -1/+1 |
| | |||||
* | Fixed HDF5 Find module error that caused no list to be passed into remove ↵ | Will Dicharry | 2009-08-24 | 1 | -4/+12 |
| | | | | duplicates when HDF5 is not found. | ||||
* | Factor implicit link info addition into methods | Brad King | 2009-08-24 | 2 | -28/+43 |
| | | | | | | | 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. | ||||
* | Enforce FortranCInterface_VERIFY in Fortran test | Brad King | 2009-08-24 | 1 | -2/+2 |
| | | | | | This removes the QUIET option from FortranCInterface_VERIFY in the Fortran test to really test the detected interface everywhere. | ||||
* | Add HDF5 find module and select_library_configurations module. | Will Dicharry | 2009-08-24 | 2 | -0/+368 |
| | |||||
* | Create GLOBAL_DEPENDS_NO_CYCLES property | Brad King | 2009-08-24 | 3 | -2/+29 |
| | | | | | This global property disallows cycles in the inter-target dependency graph even among STATIC libraries. See issue #9444. | ||||
* | Create FortranCInterface_VERIFY function | Brad King | 2009-08-24 | 8 | -0/+126 |
| | | | | | | | 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. | ||||
* | Teach FortranCInterface to load outside results | Brad King | 2009-08-24 | 2 | -162/+169 |
| | | | | | | | | 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. | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-08-24 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-08-23 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-08-22 | 1 | -1/+1 |
| | |||||
* | Split SunPro compiler information files | Brad King | 2009-08-21 | 8 | -111/+71 |
| | | | | | | This moves platform-independent SunPro compiler flags into separate "Compiler/SunPro-<lang>.cmake" modules. Platform-specific flags are left untouched. | ||||
* | Split Intel compiler information files | Brad King | 2009-08-21 | 7 | -45/+63 |
| | | | | | | This moves platform-independent Intel compiler flags into separate "Compiler/Intel-<lang>.cmake" modules. Platform-specific flags are left untouched. | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-08-21 | 1 | -1/+1 |
| | |||||
* | Teach FortranCInterface to verify languages | Brad King | 2009-08-20 | 1 | -0/+9 |
| | | | | | This module requires both C and Fortran to be enabled, so error-out if they are not. | ||||
* | Document CMAKE_<LANG>_COMPILER_LOADED variable | Brad King | 2009-08-20 | 1 | -2/+7 |
| | |||||
* | Fixed line length over 80 | Zach Mullen | 2009-08-20 | 1 | -5/+6 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-08-20 | 1 | -1/+1 |
| | |||||
* | Add Boost 1.39 & 1.40. Move ${Boost_INCLUDE_DIR}/lib to front of library ↵ | Philip Lowman | 2009-08-20 | 1 | -3/+4 |
| | | | | search. | ||||
* | Remove DownloadFile.cmake and UntarFile.cmake from the Modules directory. ↵ | David Cole | 2009-08-19 | 3 | -117/+130 |
| | | | | Put functionality directly into ExternalProject.cmake itself so that these modules do not end up in the upcoming release of CMake. | ||||
* | Fixed overwriting of a previous change set | Zach Mullen | 2009-08-19 | 3 | -2/+53 |
| | |||||
* | ENH: Refactored CTest test execution code into an object | Zach Mullen | 2009-08-19 | 7 | -65/+652 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-08-19 | 1 | -1/+1 |
| | |||||
* | Add test times to log file as well as the stdout. | Bill Hoffman | 2009-08-18 | 1 | -2/+14 |
| | |||||
* | If labels are found on the tests, then print a time summary for all the ↵ | Bill Hoffman | 2009-08-18 | 2 | -1/+49 |
| | | | | tests run with each label. | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-08-18 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-08-17 | 1 | -1/+1 |
| | |||||
* | Find module for the Bullet physics engine | Philip Lowman | 2009-08-17 | 1 | -0/+75 |
| | |||||
* | A find module for the Google C++ Testing Framework | Philip Lowman | 2009-08-17 | 1 | -0/+69 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-08-16 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-08-15 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-08-14 | 1 | -1/+1 |
| |