summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Source: Avoid comparing pointers to nullptrVitaly Stakhovsky2024-08-271-4/+4
* CPack/NSIS: Fix matching of reserved component namesK. R. Walker2024-08-191-1/+2
* CPack: Support arbitrary component name when packagingDeniz Bahadir2024-05-011-2/+54
* 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-301-19/+24
* cmCPackGenerator: Refactor generation of checksum file into own functionDeniz Bahadir2024-04-301-12/+20
* cmCPackGenerator: Handle CPACK_TEMPORARY_[INSTALL]_DIRECTORY properlyDeniz Bahadir2024-04-241-2/+56
* cmCPackGenerator: Add option to FindTemplate to use alternate builtin pathBrad King2024-03-221-4/+6
* Source: Use cmValue::IsOn and IsOffVitaly Stakhovsky2024-03-171-7/+7
* Use prefix ++ operators for non-primitive typesChristoph GrĂ¼ninger2024-02-141-1/+1
* cmList: Add container conversion to stringMarc Chevrier2023-06-221-2/+2
* CMake code rely on cmList class for CMake lists management (part. 2)Marc Chevrier2023-04-291-13/+12
* CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-241-31/+24
* cmValue: Use operator* explicitly to convert to std::string; avoid extra callVitaly Stakhovsky2023-01-161-18/+18
* cmSystemTools: Fix 'ErrorOccurred' spellingFeRD (Frank Dana)2022-06-131-5/+5
* Fix Clang -Wbitwise-instead-of-logical warningsBrad King2021-10-131-1/+1
* Rename cmProp in cmValueMarc Chevrier2021-09-211-48/+48
* Use new SetOption signaturesMarc Chevrier2021-09-151-25/+20
* cmCPackGenerator::SetOption accepts cmProp or std::stringMarc Chevrier2021-09-151-4/+25
* cmProp: cm::string_view cast operator must be explicitMarc Chevrier2021-09-141-2/+2
* cmCPackGenerator::GetOption returns cmPropMarc Chevrier2021-09-131-83/+70
* CPack: Implement new variable CPACK_CUSTOM_INSTALL_VARIABLESNils Gladitz2021-05-231-0/+17
* cmGlobalGenerator: Add parallel parameter to GenerateCMakeBuildCommandfriendlyanon2021-05-011-1/+1
* CPack: Fix symbolic link detection for directoriesOlivier Iffrig2021-03-051-1/+2
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-31/+34
* configure_file: Add option for user defined permissionsAsit Dhal2020-10-241-1/+1
* cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-14/+17
* Source: use cmNonempty()Vitaly Stakhovsky2020-07-281-20/+20
* Clean a few string conversionsVitaly Stakhovsky2020-07-091-1/+1
* configure_file: Add option to control file permissions transfer to copyRahul Gottipati2020-06-301-1/+1
* CPack: Introduce pre- and post- build actionsAlex Turbov2020-06-151-6/+44
* GetDefinition: avoid duplicate callsVitaly Stakhovsky2020-05-291-4/+3
* Merge topic 'cpack-symlinks'Brad King2020-04-221-0/+2
|\
| * CPack: Do not recurse through directory symlinksBrad King2020-04-211-0/+2
* | cmWorkingDirectory: Add GetOldDirectory methodBrad King2020-04-031-2/+2
|/
* Merge topic 'fix-cpack-deb-description-file'Brad King2020-01-131-2/+7
|\
| * CPack: Fix regression in DEB generator descriptionKyle Edwards2020-01-101-2/+7
| * Merge topic 'cpack-custom-templates' into release-3.16Brad King2019-11-181-0/+11
| |\
* | | GlobalGenerator family: modernize memory managementMarc Chevrier2020-01-071-2/+2
* | | Merge topic 'cpack-custom-templates'Brad King2019-11-181-0/+11
|\ \ \ | |/ / |/| / | |/
| * CPack: Restore support for custom package configuration templatesBrad King2019-11-151-0/+11
* | CPack: Remove CPACK_INSTALL_CMAKE_CONFIGURATIONSAlex Turbov2019-11-111-8/+0
|/
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-3/+4
* Merge topic 'cpack-install-multiple-configurations'Brad King2019-09-031-21/+49
|\
| * cpack: Add `CPACK_INSTALL_CMAKE_CONFIGURATIONS` variableAlex Turbov2019-08-301-17/+47
| * Refactor: Use `unique_ptr` instead of raw pointerAlex Turbov2019-08-191-5/+3