summaryrefslogtreecommitdiffstats
path: root/Source/CPack
Commit message (Expand)AuthorAgeFilesLines
* LICENSE: Replace references to Copyright.txt with LICENSE.rstKitware Robot2025-03-0372-72/+72
* cpack: Respect CPACK_ARCHIVE_FILE_NAME for non-component packagesNikita Nemkin2025-02-042-11/+18
* CPack: add uncompressed TAR supportJohnny Jazeix2025-01-313-0/+9
* Revise C++ coding style using clang-format with "east const"Kitware Robot2025-01-2357-520/+520
* Revise C++ coding style using clang-format-18Kitware Robot2025-01-231-2/+1
* ci: Extend spellcheck job with 'typos' toolAlex Turbov2025-01-221-1/+1
* Fix: A lot of typos in code found by `typos`Alex Turbov2025-01-125-10/+10
* StringAlgorithms: Refactor `cmTokenize()` functionAlex Turbov2024-11-062-4/+3
* cmCPackGenerator: Add GetOptionIfSet() to avoid duplicate callsVitaly Stakhovsky2024-11-047-110/+108
* cmSystemTools: Add GetLogicalWorkingDirectoryBrad King2024-11-031-5/+6
* Merge topic 'misc-refactoring'Brad King2024-10-241-3/+2
|\
| * Refactor: `cmCPackGenerator::DisplayVerboseOutput()` unused argAlex Turbov2024-10-211-3/+2
* | Merge topic 'normalize-input-paths'Brad King2024-10-231-2/+2
|\ \
| * | cpack: Explicitly normalize input paths as they exist on diskBrad King2024-10-221-2/+2
| |/
* | cpack: Allow -D flag to be used without separatorleha-bot2024-10-211-0/+1
|/
* cmWorkingDirectory: Unify error messagesDaniel Pfeifer2024-10-182-14/+3
* CPack/IFW: Add option for ProductImages URLsJulien Marrec2024-09-112-1/+29
* CPack/IFW: Actually ignore missing ProductImagesJulien Marrec2024-09-111-4/+11
* CPack/IFW: Fix generation of ProductImagesJulien Marrec2024-09-101-1/+3
* Source: Avoid comparing pointers to nullptrVitaly Stakhovsky2024-08-279-32/+32
* Merge topic 'cpack-pkg-c_str'Brad King2024-08-211-1/+1
|\
| * cmCPackPKGGenerator: Remove redundant call to c_strRose2024-08-201-1/+1
* | Merge topic 'optimize-stream-shift-operators'Brad King2024-08-201-1/+1
|\ \
| * | Refactor: Optimize some `std::ostream::operator<<()` callsAlex Turbov2024-08-191-1/+1
| |/
* | Merge topic 'cpack-nsis-reserved-component-names'Brad King2024-08-202-3/+4
|\ \ | |/ |/|
| * CPack/NSIS: Fix matching of reserved component namesK. R. Walker2024-08-192-3/+4
* | Merge topic 'cpack-external-partial-json'Brad King2024-07-231-8/+11
|\ \ | |/
| * cmCPackExternalGenerator: ensure JSON is written before running the scriptBen Boeckel2024-07-181-8/+11
* | CPack/DEB: Add Multi-Arch supportRobert Schuster2024-06-211-0/+15
|/
* CPack: Support arbitrary component name when packagingDeniz Bahadir2024-05-0111-28/+175
* cmCPackGenerator: Fix debug message in function `PrepareGroupingKind`Deniz Bahadir2024-04-301-2/+2
* cmCPackGenerator: Fix comment in function `InstallCMakeProject`Deniz Bahadir2024-04-301-1/+1
* cmCPackGenerator: Slightly simplify function `InstallProject`Deniz Bahadir2024-04-301-7/+7
* cmCPackGenerator: Clean up and simplify function `DoPackage`Deniz Bahadir2024-04-301-32/+47
* cmCPackGenerator: Clean up and simplify function `PrepareNames`Deniz Bahadir2024-04-301-33/+42
* cmCPackGenerator: Refactor copying of package files into own functionDeniz Bahadir2024-04-302-19/+26
* cmCPackGenerator: Refactor generation of checksum file into own functionDeniz Bahadir2024-04-302-12/+24
* cmCPackGenerator: Handle CPACK_TEMPORARY_[INSTALL]_DIRECTORY properlyDeniz Bahadir2024-04-241-2/+56
* CPack: Enable Inno Setup generator on non-Windows hostsAndreas Oetken2024-04-152-10/+21
* CPack/WIX: Add support for WiX Toolset v4Brad King2024-03-2410-61/+220
* CPack/WIX: Remove "candle" from tool-agnostic error messageBrad King2024-03-221-1/+1
* CPack/WIX: Improve formatting of CPACK_WIX_CUSTOM_XMLNS expansionBrad King2024-03-221-10/+5
* CPack/WIX: Prepare to provide version-specific WiX templatesBrad King2024-03-221-1/+5
* cmCPackGenerator: Add option to FindTemplate to use alternate builtin pathBrad King2024-03-222-5/+11
* Source: Use cmValue::IsOn and IsOffVitaly Stakhovsky2024-03-177-20/+20
* cpack: Simplify config file selectionBrad King2024-02-271-2/+3
* cpack: Simplify package directory selection logicBrad King2024-02-271-19/+13
* Source: Avoid using CollapseFullPath just to get parent directoryBrad King2024-02-272-3/+2
* Reduce scope of variableChristoph GrĂ¼ninger2024-02-141-2/+1
* Use prefix ++ operators for non-primitive typesChristoph GrĂ¼ninger2024-02-141-1/+1