summaryrefslogtreecommitdiffstats
path: root/Help/index.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Add new section for CPack generatorsKyle Edwards2018-06-211-0/+1
| | | | | | | | | | | | | | | | | | | | The documentation for CPack generators previously lived in their respective internal CMake modules. This setup was misleading, because it implied that you should include the modules in your own code, which is not the case. Moving the documentation into a separate section does a better job of hiding the internal modules, which are just an implementation detail. The generator documentation has also been modified to remove any references to the module name. The CPackIFW module is a special exception: since it has user-facing macros, the documentation for these macros has been kept in the module page, while all other documentation related to the IFW generator has been moved into the new section. To make it easier to find the new documentation, the old help pages for the CPack*.cmake modules have not been deleted, but have been replaced with a link to their respective help page in the new documentation section.
* Help: move DESTDIR into a separate pageKyle Edwards2018-04-201-2/+2
|
* Help: Document CMake's environment variablesRobert Maynard2017-09-261-0/+1
|
* cmake-server: Add documentationTobias Hunger2016-09-191-0/+1
|
* Help: Add a manual for compiler feature control.Stephen Kelly2014-05-271-0/+1
| | | | | | | | Link to it from the documentation of related properties, variables and commands. Extend the cmake-developer(7) documentation with notes on extending feature support for compilers.
* Help: Add documents for release notesBrad King2014-02-041-0/+10
| | | | | | Add a release/index.rst document titled "CMake Release Notes" to hold the toctree for release notes. Add a "Release Notes" section to the top-level html document index to link to the new document.
* Help: Move Qt tool invocation information to a generic cmake-qt manual.Stephen Kelly2014-02-021-0/+1
| | | | | | | | Add an introduction about the use of different package types, and the ability to use Qt 4 and 5 versions together in a single buildsystem. Add a section about automatic linking of the qtmain.lib library and how to disable it.
* Help: Add cmake-buildsystem.7 manualStephen Kelly2014-01-061-0/+1
| | | | | | | 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.
* Help: Simplify top-level index organizationBrad King2013-12-201-11/+4
| | | | | | | | | | Revise the organization introduced in commit 2c7cd95c (Help: Organize top-level index, 2013-10-28) to drop "Other Manuals" and put them in "Reference Manuals" because the distinction between them has blurred. Perhaps a better breakdown of the reference manuals will emerge in the future. While at it, sort the reference manual toctree by name.
* Merge topic 'cmake-packages-manual'Brad King2013-12-201-0/+1
|\ | | | | | | | | | | 3fe4ac8 Help: Add a CMake manual for Packages related docs. 20cafa2 Split the find_dependency macro into a separate file.
| * Help: Add a CMake manual for Packages related docs.Stephen Kelly2013-12-201-0/+1
| |
* | Help: Add cmake-toolchains.7 manualStephen Kelly2013-12-031-0/+1
|/ | | | Create a manual for toolchain related docs.
* Help: Add cmake-language.7 manualBrad King2013-11-081-0/+1
|
* Help: Add index document titleBrad King2013-10-291-0/+2
| | | | | Add an explicit title directive to set the HTML index page title instead of taking the first section header.
* Help: Organize top-level indexBrad King2013-10-281-10/+28
| | | | | Divide the list of manuals into separate sections each with its own title.
* Help: Add cmake-developer.7 manualBrad King2013-10-221-0/+1
| | | | | Add the manual with just an introduction section. Leave section headers for Help and Modules to be filled in later.
* Help: Factor out cmake-generator-expressions manual pageBrad King2013-10-161-0/+1
| | | | | | | | | Generator expressions are supported in many places and are a distinct concept worthy of their own manual page. The old builtin documentation was previously represented by preprocessor macros to generate it into each place that supports them. Factor out the duplicate content into a dedicated cmake-generator-expressions manual page and reference it from each original location.
* Help: Add index.rst top-level documentBrad King2013-10-151-0/+28
Add a top-level document holding the Sphinx root toctree. List all reference manuals from Help/manual/*.rst and the Sphinx-generated general index (genindex) and search pages.