Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for windows resources with mingw/msys. | Bill Hoffman | 2010-12-23 | 1 | -0/+6 |
| | |||||
* | 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. | ||||
* | ENH: remove extra set | Bill Hoffman | 2008-10-15 | 1 | -1/+0 |
| | |||||
* | ENH: fix problem where rc language recursively included itself because ↵ | Bill Hoffman | 2008-10-14 | 1 | -0/+1 |
| | | | | CMAKE_BASE_NAME was used from c compiler, do the same fix for other uses of CMAKE_BASE_NAME | ||||
* | BUG: Need to search for rc by default, not c++ compilers. | Brad King | 2006-08-31 | 1 | -1/+1 |
| | |||||
* | BUG: Search for the compiler only once and store a full path to it in the ↵ | Brad King | 2006-08-29 | 1 | -12/+12 |
| | | | | cache. This avoids problems with the case of locations in the PATH variable on Windows that change the compiler name when CMake is re-run. CMakeFiles/CMake*Compiler.cmake files should hold the full path to the compiler always. | ||||
* | ENH: centralized locaiton of CMakeFiles setting | Ken Martin | 2006-06-14 | 1 | -1/+1 |
| | |||||
* | ENH: fix more than one argument passed in to compilers via environment | Bill Hoffman | 2006-01-25 | 1 | -1/+1 |
| | |||||
* | ENH: add documentation support for modules | Bill Hoffman | 2005-12-14 | 1 | -0/+1 |
| | |||||
* | ENH: put cmake files intoa CMakeFiles subdir to clean up bin tree | Ken Martin | 2005-07-29 | 1 | -1/+1 |
| | |||||
* | ENH: make sure flags set in CC or CXX environment variables stay with the ↵ | Bill Hoffman | 2005-07-20 | 1 | -0/+3 |
| | | | | compiler | ||||
* | ENH: major changes to support addition of languages from cmake modules ↵ | Bill Hoffman | 2004-09-22 | 1 | -0/+44 |
directory. |