summaryrefslogtreecommitdiffstats
path: root/Source/CPack/WiX
Commit message (Expand)AuthorAgeFilesLines
* CPack: Restore support for custom package configuration templatesBrad King2019-11-151-1/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-0116-50/+39
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-202-3/+4
* CPackWIX: Allow omitting program menu folder and uninstall shortcutAlexej Harm2019-09-122-12/+33
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-044-10/+10
* Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-9/+5
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-5/+3
* Merge topic 'cm-contains'Brad King2019-08-211-3/+2
|\
| * cmAlgorithms: Add cmContainsRegina Pfeifer2019-08-191-3/+2
* | Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-2/+2
|/
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-10/+8
* cmStringAlgorithms: cmIsSpace, cmTrimWhitespace, cmEscapeQuotes, cmTokenizeSebastian Holtermann2019-08-052-6/+5
* Refactor: Move CPack internal files to `Internal/CPack/` directoryAlex Turbov2019-07-091-1/+1
* cmMakefile::ConfigureFile: Accept `std::string` parametersVitaly Stakhovsky2019-02-191-1/+1
* cmSystemTools::RunSingleCommand: Accept std::string argumentVitaly Stakhovsky2019-02-061-3/+2
* Add missing overrideVitaly Stakhovsky2018-12-301-6/+6
* WiX: Add the build directory to IncludeSearchPaths for candle.exeLars Schmertmann2018-07-121-0/+4
* CPack: Move internal implementation modules into Internal/CPack directoryKyle Edwards2018-06-211-1/+1
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-015-29/+37
* Fix trivial typos in textluzpaz2017-11-031-1/+1
* cpack wix: support WiX generator on CygwinStephen Sorley2017-10-135-12/+93
* Meta: modernize old-fashioned loops to range-based `for` (CPack).Pavel Solodovnikov2017-09-197-74/+44
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Use C++11 nullptrDaniel Pfeifer2017-08-241-1/+1
* c++: prefer vectors over listsBen Boeckel2017-05-041-3/+3
* wix: adds ability to modify attributes with patchKeith Holman2017-04-245-12/+30
* wix: fix spelling error in function nameKeith Holman2017-04-242-7/+7
* Use quotes for non-system includesDaniel Pfeifer2017-04-1111-22/+22
* CPack: drop CPack prefix for includesDaniel Pfeifer2017-04-1112-13/+13
* Add self-sufficient wrapper for <sys/stat.h>Daniel Pfeifer2017-03-241-3/+1
* CPackWIX: Introduce new CPACK_WIX_ROOT_FOLDER_ID variableNils Gladitz2017-02-062-6/+16
* avoid including cmStandardIncludes.hDaniel Pfeifer2016-11-282-2/+2
* Port hash computation to cmCryptoHashBrad King2016-11-101-2/+2
* Encoding: Remove option to use ANSI code page internallyClinton Stimpson2016-11-023-44/+2
* Simplify CMake per-source license noticesBrad King2016-09-2720-240/+40
* CPackWIX: Enabled patching of WIX <Feature> tagsMichael Stürmer2016-09-093-8/+15
* CPackWIX: Fix incomplete CPACK_WIX_SKIP_PROGRAM_FOLDER implementationMichael Stürmer2016-09-0610-38/+79
* make sure to include cmConfigure.h before cmStandardIncludes.hDaniel Pfeifer2016-09-031-0/+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
* CPackWIX: Support CPACK_COMPONENT_<compName>_DISABLEDMichael Stürmer2016-07-221-0/+4
* Avoid using KWSys auto_ptr by adopting it ourselvesBrad King2016-06-291-1/+1
* Prefer istringstream and ostringstream over stringstream.Daniel Pfeifer2016-06-145-10/+10
* Revise C++ coding style using clang-formatKitware Robot2016-05-1619-1075/+769
* Help clang-format wrap after braces on long initializer listsBrad King2016-05-061-0/+1
* 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-031-0/+1
* Format include directive blocks and ordering with clang-formatBrad King2016-04-297-12/+12
* Source: Stabilize include orderBrad King2016-04-2910-13/+17
* CPackWIX: Allow multiple patch files and diagnose if any are missingNils Gladitz2015-12-143-4/+21