Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CheckIncludeFiles: Shorten check description message | Brad King | 2012-04-09 | 1 | -4/+14 |
| | | | | | | | | | | | | | | | | | Since commit 44d007b6 (CheckIncludeFiles: fix status output, 2012-02-01) check_include_files reports the list of files tested instead of the name of the variable storing the result. Some projects incrementally test and concatenate very long lists leading to long messages that do not provide much information. Users report confusion especially when the lines wrap. For lists of more than two files produce messages of the format Looing for N include files first.h, ..., last.h where N is the list length and "..." is literal. Leave the log file entries and cache entry description unchanged as they should have the full detail of the check performed. | ||||
* | CheckIncludeFiles: fix status output | Rolf Eike Beer | 2012-02-01 | 1 | -5/+5 |
| | | | | | | | | | | CHECK_INCLUDE_FILES("foo.h" HAVE_FOO_H) gave an output like: Looking for include files HAVE_FOO_H After this change it does now what CHECK_INCLUDE_FILE() also does: Looking for include files foo.h | ||||
* | Modules: Fix spelling 'To distributed' -> 'To distribute' | Todd Gamblin | 2010-08-09 | 1 | -1/+1 |
| | |||||
* | Convert CMake non-find modules to BSD License | Brad King | 2009-09-28 | 1 | -0/+13 |
| | | | | | | | This adds copyright/license notification blocks CMake's non-find modules. Most of the modules had no notices at all. Some had notices referring to the BSD license already. This commit normalizes existing notices and adds missing notices. | ||||
* | BUG: fix double cmakefiles directory | Bill Hoffman | 2008-02-17 | 1 | -1/+1 |
| | |||||
* | ENH: centralized locaiton of CMakeFiles setting | Ken Martin | 2006-06-14 | 1 | -4/+4 |
| | |||||
* | BUG: Fix the module | Andy Cedilnik | 2006-02-24 | 1 | -1/+1 |
| | |||||
* | ENH: Make modules use configure instead of file write | Andy Cedilnik | 2006-02-23 | 1 | -7/+8 |
| | |||||
* | ENH: Made Check* modules more consistent and well documented. Added ↵ | Brad King | 2006-02-10 | 1 | -5/+8 |
| | | | | CMAKE_REQUIRED_DEFINITIONS option. | ||||
* | ENH: Patch from Alexander Neundorf to improve behavior. | Brad King | 2006-02-09 | 1 | -1/+8 |
| | |||||
* | ENH: put CmakeTmp into CMakeFiles | Ken Martin | 2006-01-12 | 1 | -3/+3 |
| | |||||
* | ENH: some style fixes for the book | Ken Martin | 2005-12-15 | 1 | -2/+2 |
| | |||||
* | ENH: add documentation support for modules | Bill Hoffman | 2005-12-14 | 1 | -6/+6 |
| | |||||
* | DOC: better documentaiton | Ken Martin | 2005-11-02 | 1 | -0/+3 |
| | |||||
* | ENH: put cmake files intoa CMakeFiles subdir to clean up bin tree | Ken Martin | 2005-07-29 | 1 | -2/+2 |
| | |||||
* | ENH: When test fails, write out the output | Andy Cedilnik | 2004-10-05 | 1 | -1/+1 |
| | |||||
* | ENH: Cleanups and add missing CMakeOutput.log and CMakeError.log appending. ↵ | Andy Cedilnik | 2003-08-08 | 1 | -0/+4 |
| | | | | Close Bug #136 - Verify that all modules that do try compile produce CMakeError.log and CMakeOutput.log | ||||
* | ENH: Extra new line after output | Andy Cedilnik | 2003-07-17 | 1 | -1/+1 |
| | |||||
* | ENH: Replace WRITE_FILE with FILE(WRITE and FILE(APPEND. Replace ↵ | Andy Cedilnik | 2003-07-11 | 1 | -14/+12 |
| | | | | MAKE_DIRECTORY with FILE(MAKE_DIRECTORY, replace STRING(ASCII things | ||||
* | ERR: Remove warning for main returning void. | Andy Cedilnik | 2003-05-05 | 1 | -1/+1 |
| | |||||
* | This list can be really long. Only display the variable name | Andy Cedilnik | 2003-01-21 | 1 | -5/+5 |
| | |||||
* | Add required flags | Andy Cedilnik | 2003-01-04 | 1 | -0/+3 |
| | |||||
* | Add macro for checking if a swequence of includes can be includes | Andy Cedilnik | 2003-01-01 | 1 | -0/+40 |