summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CPack
Commit message (Expand)AuthorAgeFilesLines
* Tests: Explicitly set permissions in CPack tests to avoid perimssions errorswilliam.r.dieter2021-01-291-0/+6
* Tests: Update CPack DEBUGINFO tests for IntelLLVMWilliam R. Dieter2021-01-281-1/+1
* Tests: Cleanup CPack message when files are expected and none are foundWilliam R. Dieter2021-01-281-0/+5
* Tests: Update tests for NVHPC compilerTin Huynh2021-01-271-2/+2
* CPack: add CPACK_THREADS variable to control compression threadsRodolfo Lima2021-01-265-4/+6
* cpack(DEB): Issue warning if custom script for control file is missingAsit Dhal2021-01-151-0/+6
* CPack/DEB: Do not crash when asked for debug symbols when there are noneAndrew Fuller2020-11-162-1/+9
* Fix typos identified using codespellJean-Christophe Fillion-Robin2020-07-223-3/+3
* Tests: Cover using RTF for DMG SLAsBrad King2020-07-033-7/+11
* Tests: Add case for CPack DMG multi-language SLAsBrad King2020-07-0211-0/+67
* CPack: Introduce pre- and post- build actionsAlex Turbov2020-06-157-0/+40
* CPack External: Introduce `CPACK_EXTERNAL_BUILT_PACKAGES`Alex Turbov2020-06-053-0/+19
* Merge topic 'fix-cpack-deb-generating-empty-paragraph'Brad King2020-05-281-11/+1
|\
| * CPack-deb: don't add a line with a dot to pkg descJonathan Verner2020-05-271-11/+1
* | cmCPackArchiveGenerator: support multithreaded compressionBen Boeckel2020-04-035-0/+20
* | CPackRPM: Add PRE_/POST_TRANS scriptsSarang Joshi2020-02-242-2/+18
|/
* Merge topic 'cpack-deb-fix-description'Brad King2020-01-274-7/+16
|\
| * CPack: Fix regression in Deb descriptionKyle Edwards2020-01-244-7/+16
* | Merge topic 'cpack-custom-dmg-names'Craig Scott2020-01-176-1/+72
|\ \
| * | CPack/DragNDrop: Support CPACK_DMG_<component>_FILE_NAMEAndrew Fuller2020-01-163-1/+7
| * | Tests: Add DragNDrop as a testable CPack generatorAndrew Fuller2020-01-163-0/+65
* | | Merge topic 'fix-cpack-deb-description-file'Brad King2020-01-132-1/+3
|\ \ \ | |/ / |/| / | |/
| * CPack: Fix regression in DEB generator descriptionKyle Edwards2020-01-102-1/+3
* | Ninja: Add multi-config variantKyle Edwards2019-12-132-2/+3
* | Merge topic 'cpack-use-CPACK_PACKAGE_HOMEPAGE_URL'Kyle Edwards2019-12-114-0/+51
|\ \ | |/ |/|
| * CPack: CMAKE_PROJECT_HOMEPAGE_URL -> CPACK_PACKAGE_HOMEPAGE_URLAlex Turbov2019-12-094-0/+51
* | CPack: Remove CPACK_INSTALL_CMAKE_CONFIGURATIONSAlex Turbov2019-11-114-18/+0
|/
* CPackDeb: Use `CPACK_PACKAGE_DESCRIPTION_FILE`Alex Turbov2019-09-215-3/+139
* cpack: Add `CPACK_INSTALL_CMAKE_CONFIGURATIONS` variableAlex Turbov2019-08-304-0/+18
* CPack: Introduce CPACK_INSTALL_SCRIPTS variableAlex Turbov2019-07-215-12/+28
* Properties: Add CMAKE_ROLE global propertyKyle Edwards2019-01-171-0/+5
* Tests: Split CPack DEB and RPM tests into smaller testsKyle Edwards2019-01-104-30/+30
* Tests: Add infrastructure to split up large CPack testsKyle Edwards2019-01-101-17/+18
* CPack/External: Fix status messages of staging scriptsNils Gladitz2018-12-072-0/+3
* CPack: Rename Ext generator to ExternalCraig Scott2018-11-0516-37/+37
* CPack/Deb: Add ability to split out debug symbols into .ddeb packageAndrew Fuller2018-09-215-11/+38
* CPack (DEB/RPM): add test for per-component description/summmary.David Faure2018-08-302-1/+20
* CPackExt: Add CPACK_EXT_ENABLE_STAGING and CPACK_EXT_PACKAGE_SCRIPTNils Gladitz2018-08-145-2/+31
* CPack/Deb: Support SOURCE_DATE_EPOCH when packaging filesAndrew Fuller2018-07-256-2/+72
* Tests: Add test for cmake --build . --target packageKyle Edwards2018-07-173-8/+25
* Testing: Add test for CPack External generatorKyle Edwards2018-07-0211-3/+325
* Various typo fixesLuz Paz2018-01-032-2/+2
* CPack/RPM: check executable flags for debuginfo packagesDomen Vrankar2017-12-065-7/+15
* CPack tests: add possibility for expecting config developer warningsDomen Vrankar2017-11-192-1/+28
* CPack test: correctly handle CPACK_PACKAGING_INSTALL_PREFIXDomen Vrankar2017-11-1930-65/+122
* CPack: enable setting default dir creation permissionsDomen Vrankar2017-11-086-0/+82
* CPack test: expand output checking fallbackDomen Vrankar2017-11-082-0/+3
* Fix trivial typos in textluzpaz2017-11-031-2/+2
* Merge topic 'cpack-deb-0-so-version-support'Brad King2017-10-303-3/+13
|\
| * CPack/Deb: handle shlibs file generation when SOVERSION set to 0Domen Vrankar2017-10-283-3/+13