Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove CMAKE_SHARED_MODULE_RUNTIME_${lang}_FLAG | Brad King | 2009-12-02 | 1 | -4/+0 |
| | | | | | This platform configuration variable is unused. Modules are built using the value of CMAKE_SHARED_LIBRARY_RUNTIME_${lang}_FLAG. | ||||
* | Teach Xcode generator to set XCODE_VERSION | Brad King | 2009-09-23 | 1 | -0/+1 |
| | | | | | We set the variable 'XCODE_VERSION' in the CMake language to the Xcode version string (e.g. "3.1.2"). Platform config files may use it later. | ||||
* | ENH: Report CMake logs in SystemInformation test | Brad King | 2009-07-27 | 1 | -2/+4 |
| | | | | | | | This teaches the SystemInformation test to report the CMake log files CMakeOutput.log and CMakeError.log from the CMake build tree and from the SystemInformation test build tree. These logs may help diagnose dashboard problems remotely. | ||||
* | ENH: Implicit link info for C, CXX, and Fortran | Brad King | 2009-07-23 | 1 | -0/+7 |
| | | | | | | | | | | | | | This teaches CMake to detect implicit link information for C, C++, and Fortran compilers. We detect the implicit linker search directories and implicit linker options for UNIX-like environments using verbose output from compiler front-ends. We store results in new variables called CMAKE_<LANG>_IMPLICIT_LINK_LIBRARIES CMAKE_<LANG>_IMPLICIT_LINK_DIRECTORIES The implicit libraries can contain linker flags as well as library names. | ||||
* | BUG: Fix SystemInformation dump output | Brad King | 2009-07-21 | 1 | -1/+1 |
| | | | | | | | When this test was renamed from DumpInformation to SystemInformation the configured header that points the dump executable to the directory containing information files was broken. No information has been dumped by this test for 2 years! This fixes it. | ||||
* | ENH: preclean some warnings | Ken Martin | 2008-03-25 | 1 | -0/+1 |
| | |||||
* | ENH: some more CMakeList cleanups | Ken Martin | 2007-05-11 | 1 | -7/+7 |
| | |||||
* | ENH: Adding support to link specifically to an archive or a shared library ↵ | Brad King | 2006-09-15 | 1 | -2/+16 |
| | | | | based on the file name specified. This fixes the problem of having -lfoo linking to libfoo.so even when it came from libfoo.a being specified. | ||||
* | ENH: Display all output in ctest | Andy Cedilnik | 2005-02-08 | 1 | -0/+2 |
| | |||||
* | BUG: Need to include full output to be a useful test. | Brad King | 2005-02-07 | 1 | -0/+2 |
| | |||||
* | ENH:Add test for GET/SET_DIRECTORY_PROPERTY | Andy Cedilnik | 2004-04-26 | 2 | -1/+25 |
| | |||||
* | EHN: Also display Configure.h and Configure.hxx from cmsys | Andy Cedilnik | 2003-08-08 | 1 | -0/+2 |
| | |||||
* | ENH: Add option to retrieve list of macros. Close Bug #25 - Get_CMAKE_PROPERTIES | Andy Cedilnik | 2003-08-06 | 2 | -0/+14 |
| | |||||
* | BUG: Open as ascii to remove extra new lines | Andy Cedilnik | 2003-08-05 | 1 | -1/+1 |
| | |||||
* | ENH: Add accessor for the list of commands | Andy Cedilnik | 2003-08-04 | 2 | -7/+14 |
| | |||||
* | ENH: Added dump of more files. Improved robustness of dump. | Brad King | 2003-07-16 | 2 | -38/+63 |
| | |||||
* | Display Cache and all variables | Andy Cedilnik | 2003-03-17 | 3 | -6/+21 |
| | |||||
* | Add command for accessing cmake properties. At this point the only ↵ | Andy Cedilnik | 2003-03-06 | 1 | -0/+5 |
| | | | | properties are VARIABLES and CACHE_VARIABLES. Also add test for this feature | ||||
* | add some more prints | Bill Hoffman | 2003-01-17 | 2 | -1/+7 |
| | |||||
* | fix for create shared library | Bill Hoffman | 2002-11-21 | 1 | -1/+1 |
| | |||||
* | add print for compiler is gnu | Bill Hoffman | 2002-11-18 | 1 | -0/+3 |
| | |||||
* | clean up test for html output | Bill Hoffman | 2002-11-12 | 4 | -8/+26 |
| | |||||
* | *** empty log message *** | Bill Hoffman | 2002-11-12 | 1 | -1/+5 |
| | |||||
* | fix project name | Bill Hoffman | 2002-11-12 | 1 | -1/+1 |
| | |||||
* | new test | Bill Hoffman | 2002-11-11 | 4 | -0/+91 |