Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Fix broken external links found by sphinx linkcheck | Alex Turbov | 2022-11-07 | 1 | -1/+1 |
| | |||||
* | CPack/WIX: Add CPACK_WIX_ARCHITECTURE to support Windows for ARM installers | jakoblover | 2022-05-05 | 1 | -0/+9 |
| | |||||
* | CPack/WiX: Add option to skip the WixUIExtension | Vasileios Anagnostopoulos | 2021-10-12 | 1 | -0/+8 |
| | | | | Fixes: #22747 | ||||
* | Help: Add `.. versionadded` directives to CPack generator docs | Nikita Nemkin | 2020-11-12 | 1 | -7/+33 |
| | | | | Issue: #19715 | ||||
* | CPack/WiX: Add support for custom XML namespaces | Fritz Elfert | 2020-08-18 | 1 | -0/+8 |
| | | | | | | Add a `CPACK_WIX_CUSTOM_XMLNS` option to specify these. Fixes: #21098 | ||||
* | CPackWIX: Allow omitting program menu folder and uninstall shortcut | Alexej Harm | 2019-09-12 | 1 | -0/+4 |
| | |||||
* | Help: Use correct CPack generator names | Craig Scott | 2018-11-06 | 1 | -8/+8 |
| | | | | | | | | | | CPack generator names were not used consistently throughout the documentation, resulting in ambiguity about what the correct name was for use with the `cpack -G` option. With the changes in this commit, the cpack-generators(7) page of the manual now shows the correct names and other help pages no longer use inconsistent or incorrect names. | ||||
* | doc: Consistently use <PackageName> for describing the name of a package | Jean-Christophe Fillion-Robin | 2018-08-14 | 1 | -2/+2 |
| | |||||
* | Help: Add new section for CPack generators | Kyle Edwards | 2018-06-21 | 1 | -0/+284 |
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. |