summaryrefslogtreecommitdiffstats
path: root/Help/cpack_gen/ifw.rst
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'versionadded'Brad King2020-11-131-13/+57
|\ | | | | | | | | | | | | | | | | c43e845d09 Help: Add `.. versionadded` directives to generator docs f6fd769ae9 Help: Add `.. versionadded` directives to CPack generator docs a19058d7d8 Help: Replace some `versionadded` directives with `versionchanged` Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5495
| * Help: Add `.. versionadded` directives to CPack generator docsNikita Nemkin2020-11-121-13/+57
| | | | | | | | Issue: #19715
* | CPack/IFW: Locate the archivegen utilityErlend Egeberg Aasland2020-11-121-0/+4
|/ | | | Fixes: #21427
* Help: CPackIFW generator: offline installerJoachim Wuttke (o)2020-02-201-38/+45
| | | | | Bundle subsections under "Other Settings". Improve explanation of the Online installer.
* Help: ifw.rst: Add toc; mv "Hints" section -> subsection of "Variables"Joachim Wuttke (o)2020-02-171-26/+32
| | | | | Also explain `@ApplicationsDir@`, thanks to https://discourse.cmake.org/t/647/2 for help.
* Help: Correct typos in CPack docsJoachim Wuttke (h)2020-02-161-1/+1
|
* Help: CPack IFW Generator: not only configures, but also runs QtIFW.Joachim Wuttke (o)2020-02-131-2/+5
|
* Help: More cross references between CPackIFW and CPackIFWGenerator.Joachim Wuttke (o)2020-02-131-16/+13
| | | | And more concise section "QtIFW Tools".
* Help: CPackIFWGenerator: explain relation to CPackIWFJoachim Wuttke (o)2020-02-111-10/+7
| | | | | * Make overview more focussed * Explain the relation to CPackIFW
* Help: Show external link only once per page; explain abbreviation QtIFW.Joachim Wuttke (o)2020-02-111-18/+16
|
* CPack/IFW: Add StyleSheet fieldZaytsev Yuriy2019-05-021-0/+4
|
* Help: Replace occurrences of "Mac OS X" with "macOS"Bartosz Kosiorek2018-09-051-2/+2
| | | | | | | | Apple's main Operating system changed their name from OS X to macOS: https://www.engadget.com/2016/06/13/os-x-is-now-macos/ Revise documentation accordingly.
* Help: Add new section for CPack generatorsKyle Edwards2018-06-211-0/+335
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.