Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use string(APPEND) in Modules | Daniel Pfeifer | 2016-07-27 | 1 | -1/+1 |
| | | | | | | | Automate with: find Modules -type f -print0 | xargs -0 perl -i -0pe \ 's/set\(([a-zA-Z0-9_]+)(\s+)"\$\{\1\}([^"])/string(APPEND \1\2"\3/g' | ||||
* | Factor an <INCLUDES> placeholder out of <FLAGS> in rule variables | Brad King | 2015-07-13 | 1 | -2/+2 |
| | | | | | | | | | | | Teach the Makefile and Ninja generators to substitute for an <INCLUDES> placeholder instead of putting -I in <FLAGS>. Update our values for CMAKE_<LANG>_COMPILE_OBJECT, CMAKE_<LANG>_CREATE_ASSEMBLY_SOURCE, and CMAKE_<LANG>_CREATE_PREPROCESSED_SOURCE to place <INCLUDES> just before <FLAGS>. | ||||
* | BlueGene/Q Platform files | Todd Gamblin | 2015-03-19 | 1 | -0/+177 |
- based on the BlueGene/P platform files. - tested by Todd Gamblin (LLNL) and David DeMarle (Kitware) |