summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackNSISGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-3/+3
* regex: Use static regexs where possibleBen Boeckel2014-06-091-2/+2
* Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-21/+21
* Remove some c_str() calls.Stephen Kelly2014-03-111-1/+1
* CPack: Fix NSIS version check without release version (#9721)Gerald Hofmann2013-03-081-12/+24
* CPack/NSIS: Add support for 64-bit NSIS (#13203)David Golub2012-11-201-1/+17
* CPack: Add automatic detection of the Unicode makensis (#9629)David Cole2012-10-171-7/+19
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-40/+40
* CPack: Fixed incorrect error log for CPACK_NSIS_MENU_LINKS.Fraser Hutchison2012-05-281-2/+2
* CPack add necessary check to detect/warns/error on ABSOLUTE DESTINATIONEric NOULARD2012-05-141-0/+6