summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackArchiveGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmValue: Use operator* explicitly to convert to std::string; avoid extra callVitaly Stakhovsky2023-01-161-4/+4
* CPack: allow custom file extension in archive generatorAndrey Filipenkov2022-09-011-0/+12
* Rename cmProp in cmValueMarc Chevrier2021-09-211-2/+2
* cmCPackGenerator::GetOption returns cmPropMarc Chevrier2021-09-131-10/+10
* cmArchiveWrite: Consolidate multiple ways to set thread countNils Gladitz2021-04-221-28/+11
* CPack: add CPACK_THREADS variable to control compression threadsRodolfo Lima2021-01-261-0/+4
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-31/+32
* Refactoring: Third-parties public headers are under cm3p prefixMarc Chevrier2020-05-071-1/+1
* cmCPackArchiveGenerator: support multithreaded compressionBen Boeckel2020-04-031-1/+18
* cmCPackArchiveGenerator: support setting archive optionsBen Boeckel2020-03-311-0/+12
* cmArchiveWrite: split out opening the fileBen Boeckel2020-03-311-0/+7
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-6/+6
* CPack: Add generator for .tar.zst packagesRegina Pfeifer2019-09-041-0/+6
* cmCPackArchiveGenerator: Code cleanupRegina Pfeifer2019-09-041-4/+41
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-2/+2
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-3/+1
* Fix most clang -Wextra-semi-stmt warnings in C++ filesSean McBride2019-01-151-7/+9
* IWYU: Update CMake code for IWYU built with Clang 6Brad King2019-01-151-0/+1
* cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` callsSebastian Holtermann2018-08-071-1/+1
* CPack: Fix log typos (spaces in the wrong places)Sylvain Joubert2018-07-181-5/+5
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-5/+9
* cmWorkingDirectory: Check success of current dir changesCraig Scott2018-03-081-0/+16
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-2/+1
* Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-4/+4
* Meta: modernize old-fashioned loops to range-based `for` (CPack).Pavel Solodovnikov2017-09-191-37/+23
* Use C++11 nullptrDaniel Pfeifer2017-08-241-3/+3
* CPack/Archive: per component filenames supportDomen Vrankar2017-05-161-16/+41
* cmWorkingDirectory: use the new classBen Boeckel2017-03-061-7/+3
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* CPack: include what you useDaniel Pfeifer2016-09-061-7/+6
* surround macro arguments with parenthesesDaniel Pfeifer2016-09-051-4/+4
* CPack: don't use else after returnDaniel Pfeifer2016-08-181-4/+2
* Make sure unnused parameters are /*named*/Daniel Pfeifer2016-08-161-1/+1
* use CM_NULLPTRDaniel Pfeifer2016-06-281-3/+3
* Simplify boolean expressionsDaniel Pfeifer2016-06-021-5/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-137/+101
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-8/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-6/+6
* Remove unused cmLocalGenerator include.Stephen Kelly2015-10-051-1/+0
* CPack: allow packaging of empty directoriesDomen Vrankar2015-09-281-2/+2
* cmake: Teach "-E tar" command a "--format=" optionNils Gladitz2015-04-101-3/+3
* cpack: Fix CPACK_PACKAGING_INSTALL_PREFIX handling for archives (#14677)Clinton Stimpson2015-03-301-0/+8
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-4/+4
* Handle CPACK_MONOLITHIC_INSTALL in some rare use cases.Eric NOULARD2012-03-181-1/+1
* CPackArchive restore default behavior and provide new variable.Eric NOULARD2012-02-011-1/+1
* CPack Add top level directory in component install for Archive GeneratorsDaniel Nelson2012-01-131-2/+9
* Fix KWStyle warningsEric NOULARD2011-04-041-1/+2
* Combine component packaging methods into an enum.Clinton Stimpson2011-03-311-2/+2
* CPack fix #11930 and simplifies component packaging optionsEric NOULARD2011-03-231-37/+12
* CPackArchive package all components specified in CPACK_COMPONENTS_ALLEric NOULARD2011-03-031-0/+33