summaryrefslogtreecommitdiffstats
path: root/Source/CPack/WiX/cmCPackWIXGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* CPack/WiX: Make InstallScope configurableMax Gaukler2023-11-161-0/+1
* clang-tidy: fix `performance-faster-string-find` lintsBen Boeckel2023-07-311-1/+1
* clang-tidy: fix `readability-container-size-empty` lintsBen Boeckel2023-07-311-1/+1
* clang-tidy: fix `readability-else-after-return` lintsBen Boeckel2023-07-281-8/+8
* clang-tidy: fix `modernize-use-auto` lintsBen Boeckel2023-07-281-1/+1
* clang-tidy: fix `modernize-use-nullptr` lintsBen Boeckel2023-07-281-3/+4
* clang-tidy: fix `readability-braces-around-statements` lintsBen Boeckel2023-07-281-6/+12
* cmLocalVisualStudio10Generator: remove unnecessary `.c_str()`Ben Boeckel2023-07-281-4/+3
* strings: use character literals where possibleBen Boeckel2023-07-281-15/+15
* cmStrCat: use in Windows-specific sourcesBen Boeckel2023-07-281-21/+27
* strings: simplify streaming sequencesBen Boeckel2023-07-271-6/+5
* strings: combine string literals where possibleBen Boeckel2023-07-271-5/+8
* strings: compare to static `string_view` instances in Windows-only codeBen Boeckel2023-07-271-8/+9
* CMake code rely on cmList class for CMake lists management (part. 2)Marc Chevrier2023-04-291-4/+4
* CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-241-6/+6
* 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