summaryrefslogtreecommitdiffstats
path: root/Help/cpack_gen/archive.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: CPack Archive Generator page use field listsAlex Turbov2023-02-071-23/+33
|
* CPack: allow custom file extension in archive generatorAndrey Filipenkov2022-09-011-0/+6
|
* Help: Document that CPack Archive Generator <component> is all uppercaseDavid Faure2022-07-051-0/+2
|
* liblzma: Enable multi threaded stream encoding supportNils Gladitz2021-04-221-3/+4
|
* CPack: add CPACK_THREADS variable to control compression threadsRodolfo Lima2021-01-261-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 docsNikita Nemkin2020-11-121-0/+11
| | | | Issue: #19715
* cmCPackArchiveGenerator: support multithreaded compressionBen Boeckel2020-04-031-0/+22
|
* Help: Correct typos in CPack docsJoachim Wuttke (h)2020-02-161-1/+1
|
* Help: CPack Archive Generator: Clarify source vs binary packageJoachim Wuttke (o)2020-02-141-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 packagesRegina Pfeifer2019-09-041-0/+1
|
* Help: Add new section for CPack generatorsKyle Edwards2018-06-211-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.