Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Add code example for INSTALL_INTERFACE to cmake-buildsystem. | Stephen Kelly | 2014-04-17 | 1 | -1/+11 |
| | |||||
* | Help: List the whitelist of properties for INTERFACE libraries. | Stephen Kelly | 2014-02-26 | 1 | -0/+10 |
| | |||||
* | Help: Document the purpose of usage requirements clearly. | Stephen Kelly | 2014-02-18 | 1 | -0/+6 |
| | | | | | | | | | | People will be tempted to put things there for convenience, thereby causing conflicts similar to http://thread.gmane.org/gmane.comp.compilers.clang.devel/35162/focus=35169 where it is conceivable that the LLVM developers could put a flag on a target for convenience, which would cause conflicts for some downstreams. | ||||
* | Help: Don't list debuggable properties in cmake-buildsystem manual. | Stephen Kelly | 2014-02-10 | 1 | -4/+2 |
| | |||||
* | Help: Add additional hyperlink targets | Stephen Kelly | 2014-02-09 | 1 | -0/+2 |
| | |||||
* | Help: Document SYSTEM treatment of IMPORTED target INTERFACE_INCLUDE_DIRS | Stephen Kelly | 2014-02-09 | 1 | -0/+8 |
| | | | | Document how the behavior can be controlled. | ||||
* | Help: Note that the compatible interface properties must not intersect. | Stephen Kelly | 2014-02-06 | 1 | -0/+4 |
| | |||||
* | Help: Specify how to order and modify transitively set property values. | Stephen Kelly | 2014-02-06 | 1 | -1/+21 |
| | |||||
* | Help: Add hyperlink targets to some manual sections. | Stephen Kelly | 2014-02-06 | 1 | -0/+9 |
| | | | | | These can be refered to from the command documentation and other relevant locations. | ||||
* | Help: Fix typos | Stephen Kelly | 2014-02-06 | 1 | -1/+1 |
| | | | | | | | | Psuedo -> Pseudo behaviour -> behavior CMake uses American spelling. | ||||
* | Help: Fix link to MAP_IMPORTED_CONFIG_<CONFIG> | Stephen Kelly | 2014-01-08 | 1 | -1/+1 |
| | |||||
* | Help: Document the target properties exported to IMPORTED targets. | Stephen Kelly | 2014-01-07 | 1 | -0/+2 |
| | |||||
* | Help: Add cmake-buildsystem.7 manual | Stephen Kelly | 2014-01-06 | 1 | -0/+794 |
Describe how to define a buildsystem of binary targets, how to express dependencies between them, how to add build specifications, how to specify usage requirements, transitive and compatible propagation and the various pseudo targets. |