summaryrefslogtreecommitdiffstats
path: root/Source/CPack
Commit message (Expand)AuthorAgeFilesLines
...
| * CPack: include what you useDaniel Pfeifer2016-09-0638-82/+230
* | CPackWIX: Fix incomplete CPACK_WIX_SKIP_PROGRAM_FOLDER implementationMichael Stürmer2016-09-0610-38/+79
|/
* Merge topic 'cpack-deb-long-filenames'Brad King2016-09-061-2/+10
|\
| * CPack/DEB: Add option to select archive typeDomen Vrankar2016-09-051-2/+10
* | Merge topic 'macro-parenthesis'Brad King2016-09-061-4/+4
|\ \
| * | surround macro arguments with parenthesesDaniel Pfeifer2016-09-051-4/+4
| |/
* | tidy: Fix readability-redundant-string-cstr issuesGregor Jasny2016-09-045-27/+24
|/
* make sure to include cmConfigure.h before cmStandardIncludes.hDaniel Pfeifer2016-09-032-0/+4
* CPack: don't use else after returnDaniel Pfeifer2016-08-184-23/+12
* Make sure unnused parameters are /*named*/Daniel Pfeifer2016-08-162-2/+2
* CPackWIX: Implement new CPACK_WIX_SKIP_PROGRAM_FOLDER featureMichael Stürmer2016-08-084-4/+31
* CPackWIX: Support custom title and description for the root featureMichael Stürmer2016-08-021-1/+8
* 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
|\