Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Generators: remove KDevelop3 generator | Alex Neundorf | 2018-01-24 | 1 | -1/+1 |
| | | | | | | | | | | The last KDevelop3 release was many years ago, in 2008 I think. I haven't seen or read about anybody using KDevelop 3 since a long time, so I think it can safely be removed from CMake. KDevelop 4 (first released in 2010) has its own proper CMake support now, independent from this generator. Alex | ||||
* | Help: Improve formatting of variable documentation | James Johnston | 2015-08-21 | 1 | -4/+5 |
| | | | | | | | | Improve formatting, primarily by: * Adding links to relevant commands, properties, generators, and so on. * Converting code, symbols, paths, and so on to fixed-width fonts. * Hard wrapping lines to 80 characters or less. | ||||
* | Convert builtin help to reStructuredText source files | Kitware Robot | 2013-10-15 | 1 | -0/+9 |
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it. |