Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: CPack Archive Generator page use field lists | Alex Turbov | 2023-02-07 | 1 | -23/+33 |
| | |||||
* | CPack: allow custom file extension in archive generator | Andrey Filipenkov | 2022-09-01 | 1 | -0/+6 |
| | |||||
* | Help: Document that CPack Archive Generator <component> is all uppercase | David Faure | 2022-07-05 | 1 | -0/+2 |
| | |||||
* | liblzma: Enable multi threaded stream encoding support | Nils Gladitz | 2021-04-22 | 1 | -3/+4 |
| | |||||
* | CPack: add CPACK_THREADS variable to control compression threads | Rodolfo Lima | 2021-01-26 | 1 | -0/+2 |
| | | | | | | | This allows setting how many threads the compressor will use. Currently only implemented for XZ when using system's lzma library. Fixes: #21715 | ||||
* | Help: Add `.. versionadded` directives to CPack generator docs | Nikita Nemkin | 2020-11-12 | 1 | -0/+11 |
| | | | | Issue: #19715 | ||||
* | cmCPackArchiveGenerator: support multithreaded compression | Ben Boeckel | 2020-04-03 | 1 | -0/+22 |
| | |||||
* | Help: Correct typos in CPack docs | Joachim Wuttke (h) | 2020-02-16 | 1 | -1/+1 |
| | |||||
* | Help: CPack Archive Generator: Clarify source vs binary package | Joachim Wuttke (o) | 2020-02-14 | 1 | -15/+32 |
| | | | | | | | | | - Simplify summary - Revise introduction: - Explain how to package source files, provide configuration sample - Clarify source vs binary package - Clarify meaning of variables (Mandatory=ON makes no sense if a default is defined) | ||||
* | CPack: Add generator for .tar.zst packages | Regina Pfeifer | 2019-09-04 | 1 | -0/+1 |
| | |||||
* | Help: Add new section for CPack generators | Kyle Edwards | 2018-06-21 | 1 | -0/+35 |
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. |