summaryrefslogtreecommitdiff
path: root/Source/CPack
Commit message (Expand)AuthorAgeFilesLines
* cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-022-29/+33
* CPack/WiX: Add support for custom XML namespacesFritz Elfert2020-08-183-2/+52
* Source: use cmNonempty()Vitaly Stakhovsky2020-07-284-37/+37
* Clean a few string conversionsVitaly Stakhovsky2020-07-091-1/+1
* CPack/DragNDrop: Re-implement SLA attachment to avoid deprecated toolsBrad King2020-07-072-233/+248
* Merge topic 'restore-cwd-translation-map'Brad King2020-07-031-1/+1
|\
| * Restore handling of build directory inside a symlinked pathBrad King2020-07-021-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
* | CPack External: Introduce `CPACK_EXTERNAL_BUILT_PACKAGES`Alex Turbov2020-06-051-0/+6
|/
* GetDefinition: avoid duplicate callsVitaly Stakhovsky2020-05-291-4/+3
* Refactoring: Third-parties public headers are under cm3p prefixMarc Chevrier2020-05-073-5/+5
* CPack: Fix newline output in .deb generatorKyle Edwards2020-04-301-11/+15
* IWYU: mark <cstddef> as neededBen Boeckel2020-04-291-1/+1
* Merge topic 'cpack-symlinks'Brad King2020-04-222-0/+5
|\
| * CPack: Do not recurse through directory symlinksBrad King2020-04-212-0/+5
* | Refactoring: add cm::contains to <cmext/algorithm>Marc Chevrier2020-04-172-4/+5
* | Merge topic 'cpack-nsis-dpi-aware'Brad King2020-04-151-0/+5
|\ \
| * | CPack/NSIS: Add option for setting DPI-awareJohnny Jazeix2020-04-141-0/+5
* | | clang-tidy: address bugprone-branch-clone lintsBen Boeckel2020-04-131-4/+0
|/ /
* | Merge topic 'parallel-lzma-compression'Brad King2020-04-063-0/+41
|\ \
| * | cmCPackArchiveGenerator: support multithreaded compressionBen Boeckel2020-04-031-1/+18
| * | cmCPackArchiveGenerator: support setting archive optionsBen Boeckel2020-03-312-0/+14
| * | cmArchiveWrite: split out opening the fileBen Boeckel2020-03-312-0/+10
* | | cmWorkingDirectory: Add GetOldDirectory methodBrad King2020-04-031-2/+2
* | | CPack/FreeBSD: Use RAII to save/restore working directoryBrad King2020-04-031-3/+2
* | | Merge topic 'cpack-nsis-version'Brad King2020-04-011-2/+2
|\ \ \ | | |/ | |/|
| * | CPack/NSIS: Document and check requirement of at least NSIS 3.0Brad King2020-03-311-2/+2
* | | Merge topic 'string-prefix'Brad King2020-03-267-35/+30
|\ \ \
| * | | use string_views to avoid memory allocationsRolf Eike Beer2020-03-243-15/+18
| * | | replace std::string::substr() with operations that do not allocate memoryRolf Eike Beer2020-03-232-2/+2
| * | | replace "std::string::find(x) == 0" with cmHasPrefix()Rolf Eike Beer2020-03-231-1/+1
| * | | replace "substr(0, xx) ==" with cmHasPrefix()Rolf Eike Beer2020-03-232-10/+3
| * | | CPackWIXGenerator: use cmStrCat for more partsRolf Eike Beer2020-03-231-5/+5
| * | | remove needless check for std::string::substr()Rolf Eike Beer2020-03-231-2/+1
| | |/ | |/|
* | | CMake compilation: do not use compiler extensionsMarc Chevrier2020-03-231-0/+5
|/ /
* | Modernize memory managementMarc Chevrier2020-03-088-69/+58
|/
* CPack: Deprecate OSXX11 generatorBrad King2020-01-311-0/+3
* CPack: Deprecate PackageMaker generatorBrad King2020-01-311-0/+3
* Merge topic 'cpack-dmg-breaklongline'Brad King2020-01-271-2/+3
|\
| * CPack/DragNDrop: Fix word corruption in BreakLongLinesKoray Kilinc2020-01-241-2/+3
* | CPack/DragNDrop: Support RTF licensesAndrew Fuller2020-01-241-10/+31
|/
* Merge topic 'cpack-custom-dmg-names'Craig Scott2020-01-171-0/+5
|\
| * CPack/DragNDrop: Support CPACK_DMG_<component>_FILE_NAMEAndrew Fuller2020-01-161-0/+5
* | 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-186-9/+18
| |\
* | \ Merge topic 'nsis-headerimage'Kyle Edwards2020-01-101-4/+9
|\ \ \
| * | | CPack/NSIS: Add option for setting MUI_HEADERIMAGE_BITMAPJohnny Jazeix2020-01-021-4/+9
* | | | GlobalGenerator family: modernize memory managementMarc Chevrier2020-01-071-2/+2
|/ / /