summaryrefslogtreecommitdiffstats
path: root/Source/CPack
Commit message (Expand)AuthorAgeFilesLines
* Add missing overrideVitaly Stakhovsky2018-12-301-6/+6
* Merge topic 'cpack-status-callback'Brad King2018-12-101-0/+10
|\
| * CPack/External: Fix status messages of staging scriptsNils Gladitz2018-12-071-0/+10
* | cmCPackFreeBSDGenerator: fix clang-tidy issuesRegina Pfeifer2018-12-061-26/+19
* | Merge topic 'productbuild-encode-pkg-url-ref'Brad King2018-12-061-1/+2
|\ \
| * | productbuild: escape pkg-ref urlsBrad King2018-11-281-1/+2
* | | CPack/Deb: Remove paxr as a supported tar format for a .debGuillem Jover2018-11-281-1/+1
|/ /
* | Merge topic 'readability-static-accessed-through-instance'Brad King2018-11-282-4/+6
|\ \
| * | clang-tidy: Fix readability-static-accessed-through-instanceRegina Pfeifer2018-11-212-4/+6
* | | clang-tidy: fix warnings in macOS-only codeBrad King2018-11-274-5/+5
|/ /
* | cpack: When given an unknown generator print out all valid generatorsRobert Maynard2018-11-091-1/+14
* | cpack: Better error message when generator doesn't exist.Robert Maynard2018-11-081-2/+3
|/
* CPack: Rename Ext generator to ExternalCraig Scott2018-11-053-38/+40
* CPack/Deb: Add ability to split out debug symbols into .ddeb packageAndrew Fuller2018-09-212-384/+562
* Warnings: Remove unused variablesCraig Scott2018-09-111-4/+0
* CPackExt: Add CPACK_EXT_ENABLE_STAGING and CPACK_EXT_PACKAGE_SCRIPTNils Gladitz2018-08-143-21/+52
* Merge topic 'cleanup-find-cstr'Brad King2018-08-091-1/+1
|\
| * Remove unnecessary c_str() in RegularExpression::find callsVitaly Stakhovsky2018-08-071-1/+1
* | cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` callsSebastian Holtermann2018-08-078-21/+21
|/
* productbuild: Capture stderr too in CPackProductBuild logsMuhammad Ismail Soboute2018-08-061-2/+2
* CPack: Fix log typos (spaces in the wrong places)Sylvain Joubert2018-07-181-5/+5
* WiX: Add the build directory to IncludeSearchPaths for candle.exeLars Schmertmann2018-07-121-0/+4
* Merge topic 'cpack-external'Brad King2018-07-036-276/+720
|\
| * CPack: Add "CPack External" generatorKyle Edwards2018-07-023-0/+382
| * cmCPackGenerator: Store CPACK_INSTALL_CMAKE_PROJECTS in an internal fieldKyle Edwards2018-07-023-11/+45
| * cmCPackGenerator: Refactor InstallProjectViaInstallCMakeProjects()Kyle Edwards2018-07-022-268/+296
* | Merge topic 'cpack-fix-deb-packaging'Brad King2018-07-031-0/+6
|\ \ | |/ |/|
| * CPack/Deb: Restore setting of root as the owner of filesAndrew Fuller2018-07-021-0/+6
* | CPack: Move internal implementation modules into Internal/CPack directoryKyle Edwards2018-06-216-8/+8
|/
* Fix misc. typosluz.paz2018-06-042-5/+5
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-0125-361/+472
* CPack: Add NuGet supportAlex Turbov2018-05-113-0/+182
* Help: Improve accuracy, readability and cross-referencing of cpack docsCraig Scott2018-04-271-9/+11
* Merge topic 'cpack-trace-nullptr'Brad King2018-04-111-4/+4
|\
| * CPack: Fix crash on invalid generator nameBrad King2018-04-101-4/+4
* | cmake_minimum_required: Optionally set policies with version rangeBrad King2018-03-211-1/+2
* | cmWorkingDirectory: Check success of current dir changesCraig Scott2018-03-082-0/+24
|/
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-314-18/+13
* Merge topic 'reduce-temporaries'Brad King2018-01-296-12/+12
|\
| * Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-266-12/+12
* | Merge topic 'ctest-chrono'Brad King2018-01-267-32/+41
|\ \ | |/ |/|
| * Make use of std::chrono throughout every componentWouter Klouwen2018-01-237-32/+41
* | Merge topic 'cpack_trace'Brad King2018-01-243-0/+34
|\ \
| * | CPack: accept --trace and --trace-expandIsaiah Norton2018-01-233-0/+34
| |/
* | Extend libuv file translate mode workaround to all executablesBrad King2018-01-231-0/+1
* | cpack: Enable MSVC debug hook earlierBrad King2018-01-231-2/+1
|/
* Various typo fixesLuz Paz2018-01-031-1/+1
* CPack/IFW: Add option to control deletion of the install directoryJean-Philippe Lebel2017-12-152-0/+17
* CPack: enable all CMake policies for generator scriptsDomen Vrankar2017-12-091-4/+11
* Merge topic 'cpack-pkg-fix'Brad King2017-12-041-1/+1
|\