Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CPack/NSIS: Add option for setting DPI-aware | Johnny Jazeix | 2020-04-14 | 1 | -0/+4 |
| | | | | | | | See https://nsis.sourceforge.io/Reference/ManifestDPIAware for more information. Fixes: #17724 | ||||
* | CPack/NSIS: Document and check requirement of at least NSIS 3.0 | Brad King | 2020-03-31 | 1 | -1/+3 |
| | | | | | | | | | Since commit 9d2816544e (CPack/NSIS: Also preload the "UserInfo.dll" plugin, 2020-01-04, v3.17.0-rc1~204^2) we require NSIS 3.0. Since older versions do not support Windows 8 or above, we can now require at least version 3.0. Fixes: #20514 | ||||
* | CPack/NSIS: Add option for setting MUI_HEADERIMAGE_BITMAP | Johnny Jazeix | 2020-01-02 | 1 | -0/+4 |
| | | | | Fixes: #20120 | ||||
* | CPack/NSIS: Add options for custom welcome/finish titles + display on 3 lines | Johnny Jazeix | 2019-11-05 | 1 | -0/+16 |
| | | | | Fixes: #11275 | ||||
* | CPack/NSIS: Add option for custom Uninstall filename | Johnny Jazeix | 2019-10-25 | 1 | -0/+5 |
| | | | | Fixes: #10728 | ||||
* | Modules: Update documentation formatting | Bartosz Kosiorek | 2019-04-08 | 1 | -6/+6 |
| | |||||
* | Help: Improve formatting of Help documentation | Bartosz Kosiorek | 2019-04-08 | 1 | -16/+16 |
| | |||||
* | Help: Add new section for CPack generators | Kyle Edwards | 2018-06-21 | 1 | -0/+130 |
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. |