summaryrefslogtreecommitdiffstats
path: root/Source/CPack
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'cpack-custom-templates' into release-3.16Brad King2019-11-186-9/+18
|\
| * CPack: Restore support for custom package configuration templatesBrad King2019-11-156-9/+18
* | CPack: Remove CPACK_INSTALL_CMAKE_CONFIGURATIONSAlex Turbov2019-11-111-8/+0
|/
* Revise include order using clang-format-6.0Kitware Robot2019-10-0149-173/+170
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-208-8/+15
* cmCPackGeneratorFactory: rule of zeroTushar Maheshwari2019-09-173-31/+11
* Merge topic 'tidy-deprecated-headers'Brad King2019-09-1612-15/+16
|\
| * clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-1612-15/+16
* | Merge topic 'cpack-wix-start-menu'Brad King2019-09-132-12/+33
|\ \ | |/ |/|
| * CPackWIX: Allow omitting program menu folder and uninstall shortcutAlexej Harm2019-09-122-12/+33
* | clang-tidy: modernize-use-autoRegina Pfeifer2019-09-104-28/+18
|/
* Merge topic 'use-using'Brad King2019-09-0611-25/+25
|\
| * clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-0411-25/+25
* | CPack/FreeBSD: Cleanup include-what-you-use diagnosticsBrad King2019-09-052-3/+5
* | Merge topic 'cpack-zstd'Brad King2019-09-0523-314/+106
|\ \ | |/ |/|
| * CPack: Add generator for .tar.zst packagesRegina Pfeifer2019-09-043-0/+9
| * cmCPackArchiveGenerator: Code cleanupRegina Pfeifer2019-09-0423-314/+97
* | clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-032-2/+2
|/
* IWYU: Add missing cstddef includes for size_t and nullptr_tBrad King2019-09-031-0/+1
* 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
* | CPack/IFW: Command vectorizationKonstantin Podsvirov2019-08-271-47/+72
* | Merge topic 'pvs-cleanup'Brad King2019-08-261-5/+5
|\ \
| * | cmCPackLog: Fix support for multiple log message tagsBrad King2019-08-261-5/+5
* | | Merge topic 'source_sweep_ostringstream_single'Brad King2019-08-261-3/+2
|\ \ \
| * | | Source sweep: Replace std::ostringstream when used with a single appendSebastian Holtermann2019-08-231-3/+2
* | | | Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-2312-55/+42
|/ / /
* | | Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-2218-235/+167
|/ /
* | Merge topic 'shared-string'Brad King2019-08-211-14/+15
|\ \
| * | cpack.cxx: Re-order include blocks to follow our conventionsBrad King2019-08-201-14/+15
| |/
* | Merge topic 'cm-contains'Brad King2019-08-212-7/+4
|\ \ | |/ |/|
| * cmAlgorithms: Add cmContainsRegina Pfeifer2019-08-192-7/+4
* | Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-177-30/+25
|/
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-1413-57/+55
* Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAPKitware Robot2019-08-091-2/+2
* cmStringAlgorithms: cmIsSpace, cmTrimWhitespace, cmEscapeQuotes, cmTokenizeSebastian Holtermann2019-08-053-7/+7
* Cleanups: Use cmHas{Prefix,Suffix} instead of String{Starts,Ends}WithSebastian Holtermann2019-08-011-1/+2
* cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-1/+1
* cmMakefile: Let AddDefinition accept a value as cm::string_viewSebastian Holtermann2019-07-242-19/+15
* Merge topic 'cpack-install-scripts'Craig Scott2019-07-221-2/+14
|\
| * CPack: Introduce CPACK_INSTALL_SCRIPTS variableAlex Turbov2019-07-211-2/+14
* | Introduce memory management helper: cm_memory.hxxMarc Chevrier2019-07-141-1/+2
* | Merge topic 'cleanup-statics-stream-flush'Craig Scott2019-07-131-4/+6
|\ \
| * | Refactor: Use anonymous namespace instead of `static`s in `cpack.cxx`Alex Turbov2019-07-091-4/+6
| |/
* | Merge topic 'iwyu-memory'Brad King2019-07-112-2/+1
|\ \
| * | IWYU: Fix handling of <memory> standard headerBrad King2019-07-102-2/+1
| |/
* | Refactor: Move CPack internal files to `Internal/CPack/` directoryAlex Turbov2019-07-095-7/+9
|/
* Use cmFileTimes instead of cmSystemToolsFileTime interfaceSebastian Holtermann2019-05-221-1/+2
* Merge topic 'std-pipes-always'Brad King2019-05-031-0/+1
|\