summaryrefslogtreecommitdiffstats
path: root/Source/CPack
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: fix `readability-make-member-function-const` warningsBen Boeckel2021-01-274-12/+12
* cpack(DEB): Issue warning if custom script for control file is missingAsit Dhal2021-01-151-0/+9
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-0513-226/+245
* CPackIFW: Add CPACK_IFW_PACKAGE_WIZARD_SHOW_PAGE_LIST variableKonstantin Podsvirov2020-11-272-0/+29
* CPack/DEB: Do not crash when asked for debug symbols when there are noneAndrew Fuller2020-11-161-1/+2
* configure_file: Add option for user defined permissionsAsit Dhal2020-10-241-1/+1
* Merge topic 'cmake-E-cat-binary'Brad King2020-10-151-19/+14
|\
| * cmConsoleBuf: Factor out cout/cerr console buffer managementBrad King2020-10-141-10/+5
| * clang-format: Fix include block order in ctest.cxx and cpack.cxxBrad King2020-10-141-9/+9
* | Modernize: Use #pragma once in all header filesKitware Robot2020-09-0336-144/+36
* | 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
|\