summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackNSISGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* CMake code rely on cmList class for CMake lists management (part. 2)Marc Chevrier2023-04-291-8/+6
* CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-241-12/+10
* cmValue: Use operator* explicitly to convert to std::string; avoid extra callVitaly Stakhovsky2023-01-161-1/+1
* CPack/NSIS: Add options to set makensis argumentsJohnny Jazeix2022-09-261-2/+32
* Source: Cleanup and simplify some codeRose2021-11-041-3/+3
* Rename cmProp in cmValueMarc Chevrier2021-09-211-8/+8
* Use new SetOption signaturesMarc Chevrier2021-09-151-23/+19
* cmCPackGenerator::GetOption returns cmPropMarc Chevrier2021-09-131-13/+13
* Merge topic 'nsis_ignore_license_page'Brad King2021-08-031-0/+7
|\
| * CPack/NSIS: Add option to not display license pageJohnny Jazeix2021-08-011-0/+7
* | CPack/NSIS: Bump minimal version of NSIS to 3.03Johnny Jazeix2021-08-021-2/+2
|/
* Merge branch 'master' into nsis-branding-trim-positionCraig Scott2021-03-241-1/+3
|\
| * CPack/NSIS: Add option for setting custom makensis executableJohnny Jazeix2021-02-221-1/+3
* | CPack: Validate and document NSIS branding text trim positionsCraig Scott2021-03-241-3/+10
|/
* CPack/NSIS: Add option for setting branding textJohnny Jazeix2021-02-071-0/+19
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-14/+18
* Source: use cmNonempty()Vitaly Stakhovsky2020-07-281-1/+1
* Refactoring: add cm::contains to <cmext/algorithm>Marc Chevrier2020-04-171-2/+3
* CPack/NSIS: Add option for setting DPI-awareJohnny Jazeix2020-04-141-0/+5
* Merge topic 'cpack-nsis-version'Brad King2020-04-011-2/+2
|\
| * CPack/NSIS: Document and check requirement of at least NSIS 3.0Brad King2020-03-311-2/+2
* | use string_views to avoid memory allocationsRolf Eike Beer2020-03-241-7/+6
* | replace std::string::substr() with operations that do not allocate memoryRolf Eike Beer2020-03-231-1/+1
|/
* CPack/NSIS: Add option for setting MUI_HEADERIMAGE_BITMAPJohnny Jazeix2020-01-021-4/+9
* Merge topic 'cpack-custom-templates'Brad King2019-11-181-3/+2
|\
| * CPack: Restore support for custom package configuration templatesBrad King2019-11-151-3/+2
* | CPack/NSIS: Add options for custom welcome/finish titles + display on 3 linesJohnny Jazeix2019-11-051-6/+31
|/
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-9/+10
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-2/+2
* Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-4/+4
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-39/+29
* Merge topic 'cm-contains'Brad King2019-08-211-4/+2
|\
| * cmAlgorithms: Add cmContainsRegina Pfeifer2019-08-191-4/+2
* | Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-5/+3
|/
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-5/+4
* Refactor: Move CPack internal files to `Internal/CPack/` directoryAlex Turbov2019-07-091-2/+3
* Modernize: Enable modernize-raw-string-literal in clang-tidyArtur Ryt2019-04-021-13/+13
* cmMakefile::ConfigureFile: Accept `std::string` parametersVitaly Stakhovsky2019-02-191-3/+2
* cmSystemTools::RunSingleCommand: Accept std::string argumentVitaly Stakhovsky2019-02-061-5/+5
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-3/+1
* clang-tidy: Use emplaceRegina Pfeifer2019-01-171-1/+1
* clang-tidy: Fix readability-static-accessed-through-instanceRegina Pfeifer2018-11-211-2/+4
* cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` callsSebastian Holtermann2018-08-071-4/+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-51/+64
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-7/+5
* Merge topic 'reduce-temporaries'Brad King2018-01-291-1/+1
|\
| * Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-1/+1
* | Make use of std::chrono throughout every componentWouter Klouwen2018-01-231-9/+10
|/
* Meta: modernize old-fashioned loops to range-based `for` (CPack).Pavel Solodovnikov2017-09-191-82/+53