summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackNSISGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use C++11 nullptrDaniel Pfeifer2017-08-241-4/+4
* Remove second arg: npos in substr usagesPavel Solodovnikov2017-06-011-2/+2
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-2/+2
* clang-tidy: apply misc-suspicious-string-compare fixesDaniel Pfeifer2016-12-121-7/+5
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* CPack/NSIS: Add custom component install directoryRoman Wüger2016-09-261-6/+35
* CPack: include what you useDaniel Pfeifer2016-09-061-4/+7
* use CM_NULLPTRDaniel Pfeifer2016-06-281-6/+8
* Prefer std::ostream& over derivatives as parametersDaniel Pfeifer2016-06-081-4/+4
* Use std::replace for replacing chars in strings.Daniel Pfeifer2016-05-241-5/+5
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-502/+364
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-13/+0
* Isolate formatted streaming blocks with clang-format off/onBrad King2016-05-061-0/+2
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-6/+6
* Merge topic 'cpack-nsis-bitmap'Brad King2015-10-081-0/+22
|\
| * CPackNSIS: Add options to set the bitmap for NSIS installer left sideColin Tracey2015-10-061-0/+22
* | Remove unused cmLocalGenerator include.Stephen Kelly2015-10-051-1/+0
|/
* Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-08-241-1/+1
* Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-08-241-2/+2
* cmSystemTools: Teach RunSingleCommand to separate stdout and stderrBrad King2015-04-201-6/+6
* Remove use of cmsys_stl.Stephen Kelly2015-02-051-1/+1
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-14/+14
* Remove some unneeded c_str calls.Stephen Kelly2014-11-231-1/+1