summaryrefslogtreecommitdiffstats
path: root/Source/CPack/WiX
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: Third-parties public headers are under cm3p prefixMarc Chevrier2020-05-071-1/+1
* Refactoring: add cm::contains to <cmext/algorithm>Marc Chevrier2020-04-171-2/+2
* Merge topic 'string-prefix'Brad King2020-03-262-14/+16
|\
| * use string_views to avoid memory allocationsRolf Eike Beer2020-03-241-6/+9
| * replace "std::string::find(x) == 0" with cmHasPrefix()Rolf Eike Beer2020-03-231-1/+1
| * replace "substr(0, xx) ==" with cmHasPrefix()Rolf Eike Beer2020-03-231-2/+1
| * CPackWIXGenerator: use cmStrCat for more partsRolf Eike Beer2020-03-231-5/+5
* | CMake compilation: do not use compiler extensionsMarc Chevrier2020-03-231-0/+5
|/
* Modernize memory managementMarc Chevrier2020-03-085-23/+27
* 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