summaryrefslogtreecommitdiffstats
path: root/Source/CPack/WiX
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'wix-empty-components'Brad King2025-09-121-0/+4
|\
| * CPack/WiX: Allow multiple empty top-level componentsNils Gladitz2025-09-111-0/+4
* | CPack/WiX: Implement opt-in per component .cabNils Gladitz2025-09-104-13/+45
|/
* CPack/WiX: Encode long paths with UNC prefixNoki2025-07-091-1/+16
* CPack/WiX: Add the build directory to IncludeSearchPaths for wix.exeJulian Greilich2025-05-231-0/+5
* CPack/WiX: Restore condition for passing build directory to candle search pathJulian Greilich2025-05-231-1/+1
* LICENSE: Replace references to Copyright.txt with LICENSE.rstKitware Robot2025-03-0322-22/+22
* Revise C++ coding style using clang-format with "east const"Kitware Robot2025-01-2310-35/+35
* ci: Extend spellcheck job with 'typos' toolAlex Turbov2025-01-221-1/+1
* StringAlgorithms: Refactor `cmTokenize()` functionAlex Turbov2024-11-061-3/+2
* Source: Avoid comparing pointers to nullptrVitaly Stakhovsky2024-08-271-1/+1
* CPack/WIX: Add support for WiX Toolset v4Brad King2024-03-2410-61/+220
* CPack/WIX: Remove "candle" from tool-agnostic error messageBrad King2024-03-221-1/+1
* CPack/WIX: Improve formatting of CPACK_WIX_CUSTOM_XMLNS expansionBrad King2024-03-221-10/+5
* CPack/WIX: Prepare to provide version-specific WiX templatesBrad King2024-03-221-1/+5
* Source: Use cmValue::IsOn and IsOffVitaly Stakhovsky2024-03-171-3/+3
* CPack/WiX: Make InstallScope configurableMax Gaukler2023-11-161-0/+1
* cmCryptoHash: prefer to cmSystemTools::ComputeStringMD5Ben Boeckel2023-08-081-1/+3
* clang-tidy: fix `performance-faster-string-find` lintsBen Boeckel2023-07-311-1/+1
* clang-tidy: fix `readability-static-accessed-through-instance` lintsBen Boeckel2023-07-311-1/+1
* cmWIXRichTextFormatWriter: remove identity castBen Boeckel2023-07-311-1/+1
* clang-tidy: fix `modernize-use-equals-default` lintsBen Boeckel2023-07-311-3/+1
* clang-tidy: fix `readability-container-size-empty` lintsBen Boeckel2023-07-311-1/+1
* clang-tidy: fix `modernize-raw-string-literal` lintsBen Boeckel2023-07-312-2/+2
* clang-tidy: fix `readability-else-after-return` lintsBen Boeckel2023-07-282-9/+10
* clang-tidy: fix `modernize-use-auto` lintsBen Boeckel2023-07-283-3/+3
* clang-tidy: fix `modernize-use-nullptr` lintsBen Boeckel2023-07-282-4/+5
* clang-tidy: fix `readability-braces-around-statements` lintsBen Boeckel2023-07-283-8/+16
* cmLocalVisualStudio10Generator: remove unnecessary `.c_str()`Ben Boeckel2023-07-282-5/+4
* strings: use character literals where possibleBen Boeckel2023-07-286-37/+37
* cmStrCat: use in Windows-specific sourcesBen Boeckel2023-07-283-29/+36
* 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-273-14/+18
* CMake code rely on cmList class for CMake lists management (part. 2)Marc Chevrier2023-04-293-10/+8
* 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: Use language en-US, font Consolas, size 14Jason Erb2021-05-241-3/+3
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-0311-44/+11
* CPack/WiX: Add support for custom XML namespacesFritz Elfert2020-08-183-2/+52
* 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