summaryrefslogtreecommitdiffstats
path: root/Source/CPack
Commit message (Expand)AuthorAgeFilesLines
...
* Merge topic 'wix-disabled-components'Brad King2016-08-011-0/+4
|\
| * CPackWIX: Support CPACK_COMPONENT_<compName>_DISABLEDMichael Stürmer2016-07-221-0/+4
* | Source/CPack: Add CM_OVERRIDE on MacOS cmCPackGenerator overridesBrad King2016-07-226-23/+23
|/
* Merge topic 'compat-CPACK_INSTALL_CMAKE_PROJECTS-subdirectory'Brad King2016-07-201-1/+2
|\
| * CPack: Add compatibility for incorrect CPACK_INSTALL_CMAKE_PROJECTS valueBrad King2016-07-191-1/+2
* | Use better KWSys SystemTools::GetEnv and HasEnv signaturesDāvis Mosāns2016-07-181-4/+4
* | Merge topic 'cpack-ifw-fix-repo-attributes'Brad King2016-07-061-2/+2
|\ \ | |/
| * CPackIFW: Fix attributes for Promoting Updates repository replacementKonstantin Podsvirov2016-07-051-2/+2
* | Avoid using KWSys auto_ptr by adopting it ourselvesBrad King2016-06-293-3/+3
* | 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