summaryrefslogtreecommitdiffstats
path: root/Source/CPack/WiX
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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