Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix spelling typos in comments and documentation (#16037) | Felix Geyer | 2016-03-29 | 1 | -1/+1 |
| | | | | | The Debian package checker tool (lintian) detected several typos in CMake. | ||||
* | Help: Add missing parenthesis in add_executable docs | Christopher Dembia | 2015-10-22 | 1 | -1/+1 |
| | |||||
* | cmTarget: Allow any generator expression in SOURCES property. | Stephen Kelly | 2014-04-02 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | Remove use of UseObjectLibraries from Makefile and Ninja generators. It is not needed now because those generators use GetExternalObjects which already contains the objects from object libraries. The VS10 generator calls both the UseObjectLibraries and the GetExternalObjects methods. Ensure that duplicates are not created by skipping objects from object libraries in handling of GetExternalObjects. Similarly, fix VS6, VS7 and Xcode object handling by skipping external objects from OBJECT_LIBRARY usage as appropriate. The error message in the BadSourceExpression1 test is now reported by the generator expression evaluator, so it has different text. | ||||
* | Help: Mark up the buildsystem commands documentation | Stephen Kelly | 2014-02-06 | 1 | -39/+43 |
| | | | | Cross-link to the cmake-buildsystem manual. | ||||
* | Help: Fix reStructuredText syntax in auto-generated documents | Brad King | 2013-10-15 | 1 | -1/+1 |
| | |||||
* | Convert builtin help to reStructuredText source files | Kitware Robot | 2013-10-15 | 1 | -0/+73 |
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it. |