summaryrefslogtreecommitdiffstats
path: root/Source/CPack
Commit message (Expand)AuthorAgeFilesLines
* use CM_NULLPTRDaniel Pfeifer2016-06-2814-56/+62
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-2715-61/+63
* Add CM_OVERRIDE to some functionsDaniel Pfeifer2016-06-271-3/+3
* Prefer istringstream and ostringstream over stringstream.Daniel Pfeifer2016-06-147-12/+12
* Access std::ios_base with std::iosDaniel Pfeifer2016-06-141-1/+1
* Add missing braces around statements.Daniel Pfeifer2016-06-105-27/+53
* Merge topic 'small-cleanups'Brad King2016-06-092-7/+7
|\
| * Prefer std::ostream& over derivatives as parametersDaniel Pfeifer2016-06-082-7/+7
* | CPack/PackageMaker: port to cmXMLWriterDaniel Pfeifer2016-06-093-85/+85
|/
* Source/CPack: Run clang-format to fix styleBrad King2016-06-076-110/+75
* Remove c_str() calls from stream arguments.Daniel Pfeifer2016-06-066-46/+43
* Merge topic 'productbuild'Brad King2016-06-067-386/+799
|\
| * productbuild: Add new productbuild cpack generator.Clinton Stimpson2016-06-035-1/+327
| * PackageMaker: factor out common code for creating pkg files.Clinton Stimpson2016-06-024-388/+475
* | Simplify boolean expressionsDaniel Pfeifer2016-06-025-29/+9
|/
* Merge topic 'remove-needless-copies'Brad King2016-05-274-6/+8
|\
| * Pass arguments that are not modified as const&.Daniel Pfeifer2016-05-264-6/+8
* | Remove redundant c_str() calls.Daniel Pfeifer2016-05-261-2/+2
|/
* CPack/DragNDrop: Optionally disable `/Applications` symlinkHarry Mallon2016-05-251-5/+10
* Improve string find: prefer character overloads.Daniel Pfeifer2016-05-242-4/+4
* Use std::replace for replacing chars in strings.Daniel Pfeifer2016-05-242-7/+7
* Merge topic 'cpack-deb-different-package-names'Brad King2016-05-241-4/+4
|\
| * CPack/Deb possibility to change package nameDomen Vrankar2016-05-231-4/+4
* | CPackIFW: Command cpack_ifw_configure_component learned ESSENTIAL optionKonstantin Podsvirov2016-05-232-0/+14
|/
* Merge topic 'minor-cleanup'Brad King2016-05-201-5/+4
|\
| * cmCPackDragNDropGenerator: Replace std::{ostringstream => string}Brad King2016-05-171-5/+4
* | CPackIFW: Add support for Promoting UpdatesKonstantin Podsvirov2016-05-186-90/+518
|/
* Revise C++ coding style using clang-formatKitware Robot2016-05-1664-5690/+4184
* Merge topic 'cpack-rpm-different-package-names'Brad King2016-05-162-31/+44
|\
| * CPack/RPM different package namesDomen Vrankar2016-05-152-31/+44
* | CPack/Deb proper package file namingDomen Vrankar2016-05-132-29/+21
* | CPack/Deb proper component packages file namingAlexander Smorkalov2016-05-131-2/+9
* | CPack/Deb generation of postinst and postrm ldconfig filesAlexander Smorkalov2016-05-131-0/+56
* | CPack/Deb generation of DEBIAN/shlibs control fileAlexander Smorkalov2016-05-131-7/+31
|/
* Remove `//------...` horizontal separator commentsBrad King2016-05-0925-201/+0
* Help clang-format wrap after braces on long initializer listsBrad King2016-05-061-0/+1
* Move comments off of class access specifier linesBrad King2016-05-063-11/+23
* Isolate formatted streaming blocks with clang-format off/onBrad King2016-05-061-0/+2
* Source: Sort includes the way clang-format wouldBrad King2016-05-031-1/+1
* Source: Stabilize include order of sys/types.h before sys/stat.hBrad King2016-05-033-1/+5
* Format include directive blocks and ordering with clang-formatBrad King2016-04-2923-90/+90
* Source: Stabilize include orderBrad King2016-04-2924-19/+29
* CPack/IFW: port to cmXMLWriterDaniel Pfeifer2016-03-236-103/+81
* Merge topic 'cpack-osx-optional-CoreServices'Brad King2016-03-211-0/+6
|\
| * CPack: Avoid using OS X CoreServices if compiler fails on header (#16021)Brad King2016-03-181-0/+6
* | Merge topic 'cpack-osx-no-carbon'Brad King2016-03-181-15/+6
|\ \ | |/
| * CPack: Avoid requiring Carbon framework on OS X (#16021)Sean McBride2016-03-171-15/+6
* | CPack: Fix CPACK_INSTALL_CMAKE_PROJECTS SubDirectory (4th) optionDaniel Wirtz2016-02-181-2/+1
|/
* CPack/DragNDrop: Fix handling of certain license file content (#15899)Andrey Mishchenko2016-01-072-25/+77
* CPackWIX: Allow multiple patch files and diagnose if any are missingNils Gladitz2015-12-143-4/+21