summaryrefslogtreecommitdiffstats
path: root/Source/CPack/WiX/cmCPackWIXGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmValue: Use operator* explicitly to convert to std::string; avoid extra callVitaly Stakhovsky2023-01-161-4/+4
* cmSystemTools: Fix 'ErrorOccurred' spellingFeRD (Frank Dana)2022-06-131-1/+1
* CPack/WIX: Add CPACK_WIX_ARCHITECTURE to support Windows for ARM installersjakoblover2022-05-051-1/+12
* CPack/WiX: Add option to skip the WixUIExtensionVasileios Anagnostopoulos2021-10-121-1/+3
* Rename cmProp in cmValueMarc Chevrier2021-09-211-21/+21
* Use new SetOption signaturesMarc Chevrier2021-09-151-8/+8
* cmCPackGenerator::GetOption returns cmPropMarc Chevrier2021-09-131-41/+38
* CPack/WiX: Add support for custom XML namespacesFritz Elfert2020-08-181-0/+43
* Refactoring: add cm::contains to <cmext/algorithm>Marc Chevrier2020-04-171-2/+2
* 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
* Modernize memory managementMarc Chevrier2020-03-081-9/+4
* CPack: Restore support for custom package configuration templatesBrad King2019-11-151-1/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-9/+9
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-1/+2
* CPackWIX: Allow omitting program menu folder and uninstall shortcutAlexej Harm2019-09-121-8/+27
* 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
* 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
* 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-011-22/+26
* cpack wix: support WiX generator on CygwinStephen Sorley2017-10-131-10/+31
* Meta: modernize old-fashioned loops to range-based `for` (CPack).Pavel Solodovnikov2017-09-191-32/+19
* wix: adds ability to modify attributes with patchKeith Holman2017-04-241-1/+1
* wix: fix spelling error in function nameKeith Holman2017-04-241-6/+6
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-9/+9
* CPack: drop CPack prefix for includesDaniel Pfeifer2017-04-111-2/+2
* CPackWIX: Introduce new CPACK_WIX_ROOT_FOLDER_ID variableNils Gladitz2017-02-061-5/+15
* avoid including cmStandardIncludes.hDaniel Pfeifer2016-11-281-0/+1
* Port hash computation to cmCryptoHashBrad King2016-11-101-2/+2
* Encoding: Remove option to use ANSI code page internallyClinton Stimpson2016-11-021-2/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* CPackWIX: Enabled patching of WIX <Feature> tagsMichael Stürmer2016-09-091-2/+2
* CPackWIX: Fix incomplete CPACK_WIX_SKIP_PROGRAM_FOLDER implementationMichael Stürmer2016-09-061-14/+25
* CPackWIX: Implement new CPACK_WIX_SKIP_PROGRAM_FOLDER featureMichael Stürmer2016-08-081-0/+9
* CPackWIX: Support custom title and description for the root featureMichael Stürmer2016-08-021-1/+8
* Avoid using KWSys auto_ptr by adopting it ourselvesBrad King2016-06-291-1/+1
* Prefer istringstream and ostringstream over stringstream.Daniel Pfeifer2016-06-141-6/+6
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-481/+350
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-6/+6
* CPackWIX: Allow multiple patch files and diagnose if any are missingNils Gladitz2015-12-141-1/+10
* CPackWIX: Allow patching of shortcut componentsNils Gladitz2015-12-121-0/+2