summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CPack
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'cpack-auto-suffixes'Brad King2023-11-283-0/+14
|\
| * CPack/RPM: Append .rpm to CPACK_RPM_FILE_NAME if missingAlex Neundorf2023-11-273-3/+4
| * CPack/DEB: Append .deb to CPACK_DEBIAN_FILE_NAME if missingAlex Neundorf2023-11-273-0/+13
* | CPack: Avoid adding duplicate files to archive when combining componentsAtılhan Emre Dursunoğlu2023-10-265-0/+93
|/
* Tests: Fix RunCMake infrastructure for LCC and CMP0129Brad King2023-04-031-4/+0
* Tests/RunCMake: Update cmake_minimum_required versionsBrad King2023-02-112-2/+2
* CPack: re-use paths of tools discovered by CMakeFindBinUtilsMatteo Martelli2022-09-066-11/+11
* CPack/DMG: Add explicit option to use CPACK_RESOURCE_FILE_LICENSE for SLABrad King2022-01-185-0/+22
* Tests: Add CPack/DMG case covering SLA from CPACK_RESOURCE_FILE_LICENSEBrad King2022-01-185-0/+31
* LCC: Add policy CMP0129 regarding interpreting LCC as GNUmakise-homura2021-10-211-0/+4
* LCC: Add dedicated support for MCST LCC compilermakise-homura2021-10-151-1/+1
* CPack/DEB: deal with broken dpkg-shlibdeps on E2K architecturemakise-homura2021-10-151-1/+2
* Tests/RPM: skip tests tat rely on debugedit if it's not foundmakise-homura2021-10-151-5/+22
* Tests: fix RunCMake.CPack_DEB.EXTRA on Debian non-Linux OSesPino Toscano2021-09-181-2/+2
* CPack/DEB: dbgsym package not generated for non-component packagingAlex Turbov2021-07-133-25/+44
* Merge topic 'ci-fixups'Brad King2021-07-061-1/+2
|\
| * Tests: Fix newline matching in several RunCMake.* casesBrad King2021-07-021-1/+2
* | Merge topic 'cpackdeb-md5sums-order'Brad King2021-07-013-2/+5
|\ \ | |/ |/|
| * Tests: update MD5SUMS test to have several filesAlexey Rogachevskiy2021-06-303-2/+5
* | CPack/RPM: Fix weak dep supportAlex Sweet2021-06-292-11/+31
|/
* Tests: Fix RunCMake.CPack_RPM.DEBUGINFO test caseBrad King2021-06-101-0/+17
* Tests: Improve RunCMake.CPack*.SOURCE_PACKAGE test error formattingBrad King2021-06-092-11/+28
* CPack: Implement new variable CPACK_CUSTOM_INSTALL_VARIABLESNils Gladitz2021-05-233-0/+15
* Merge topic 'lzma-threads'Brad King2021-04-261-1/+1
|\
| * cmArchiveWrite: Consolidate multiple ways to set thread countNils Gladitz2021-04-221-1/+1
* | Tests: Improve RunCMake.CPack* test error formattingBrad King2021-04-221-13/+23
|/
* CPackRPM: add scriplets tags only if scripts existDomen Vrankar2021-04-016-70/+86
* Merge topic 'cpackrpm-debuginfo-single-package-install-erase-scripts'Brad King2021-04-016-2/+32
|\
| * CPackRPM: handle scripts in debuginfo single package modeDomen Vrankar2021-03-306-2/+32
* | CPackRPM: correctly handle empty dir in single package modeDomen Vrankar2021-03-282-1/+4
|/
* 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