Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modules: Fix spelling 'To distributed' -> 'To distribute' | Todd Gamblin | 2010-08-09 | 1 | -1/+1 |
| | |||||
* | -make CMAKE_ASM_FLAGS_INIT and friends work (#10577) | Alex Neundorf | 2010-05-12 | 1 | -0/+35 |
| | | | | Alex | ||||
* | Convert CMake non-find modules to BSD License | Brad King | 2009-09-28 | 1 | -0/+14 |
| | | | | | | | 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 ASM source file extension default list | Brad King | 2009-02-27 | 1 | -3/+3 |
| | | | | | This replaces @ASM_DIALECT@ syntax with ${ASM_DIALECT} syntax so it will be replaced correctly. Patch from Derek Bruening. See issue #8639. | ||||
* | ENH: fix problem where rc language recursively included itself because ↵ | Bill Hoffman | 2008-10-14 | 1 | -1/+1 |
| | | | | CMAKE_BASE_NAME was used from c compiler, do the same fix for other uses of CMAKE_BASE_NAME | ||||
* | STYLE: Remove trailing whitespace. | Brad King | 2008-03-04 | 1 | -1/+1 |
| | |||||
* | ENH: add CMAKE_INCLUDE_FLAG_ASM${ASM_DIALECT} and don't allow preset | Alexander Neundorf | 2007-07-11 | 1 | -13/+12 |
| | | | | | | CMAKE_xxx_INFORMATION files Alex | ||||
* | ENH: initial support for assembler in cmake, needs testing by our users | Alexander Neundorf | 2007-06-28 | 1 | -0/+62 |
Alex |