summaryrefslogtreecommitdiffstats
path: root/Source/CPack
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * CPack: Fix macOS PKG component dependency informationAlexander Wittig2017-12-011-1/+1
* | CPack: enable setting default dir creation permissionsDomen Vrankar2017-11-082-12/+49
* | Fix trivial typos in textluzpaz2017-11-032-2/+2
* | Merge topic 'cpack-wix-cygwin'Brad King2017-10-166-14/+95
|\ \
| * | cpack wix: support WiX generator on CygwinStephen Sorley2017-10-136-14/+95
| |/
* | cmCPackDragNDropGenerator: Improve error reportingClinton Stimpson2017-10-121-6/+14
|/
* CPack: Fix PackageMaker .dmg HFS+ creation on macOS APFS hostsBrad King2017-10-051-2/+2
* CPack: Fix .dmg HFS+ creation on macOS APFS hostsBrad King2017-10-022-2/+3
* CPack: put local variable on the stackRolf Eike Beer2017-09-291-4/+3
* Merge topic 'clang-tidy'Brad King2017-09-296-30/+32
|\
| * Fix some occurrences of readability-braces-around-statementsMatthias Maennich2017-09-282-2/+4
| * Convert some leftover loops to C++11 range-based loopMatthias Maennich2017-09-282-15/+14
| * Fix left-over occurrences of else-after-returnMatthias Maennich2017-09-282-8/+8
| * Fix minor clang-tidy findingsMatthias Maennich2017-09-281-1/+1
| * Clean up some C-Style castsMatthias Maennich2017-09-281-1/+1