Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include cmAlgorithms where it is used. | Stephen Kelly | 2015-03-10 | 1 | -0/+2 |
| | |||||
* | Merge topic 'join-algorithm' | Brad King | 2015-01-12 | 1 | -9/+1 |
|\ | | | | | | | | | | | | | 55a73e6b Use the cmJoin algorithm where possible. 8dc8d756 cmStandardIncludes: Add a join algorithm for string containers. b5813cee cmInstallCommand: Remove unused variable. | ||||
| * | Use the cmJoin algorithm where possible. | Stephen Kelly | 2015-01-08 | 1 | -9/+1 |
| | | |||||
* | | Port all cmOStringStream to std::ostringstream. | Stephen Kelly | 2015-01-11 | 1 | -2/+2 |
|/ | | | | All compilers hosting CMake support the std class. | ||||
* | Add target_compile_features command. | Stephen Kelly | 2014-04-07 | 1 | -0/+70 |
This can be used to set the compiler features required by particular targets. An error is issued at CMake time if the compiler does not support the required feature. If a language dialect flag is required by the features used, that will be added automatically. Base the target_compile_features command on cmTargetPropCommandBase. This gives us 'free' handling of IMPORTED, ALIAS, INTERFACE, non-compilable and missing targets. |