summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackNSISGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* CPack add easy possibility to warn about CPACK_SET_DESTDIREric NOULARD2012-05-141-0/+8
* CPackNSIS fix #0012935 switch from LOG_WARNING to avoid final error.Eric NOULARD2012-02-051-3/+3
* Merge topic 'cpack-nsis-multi-installs'David Cole2011-08-021-4/+0
|\
| * CPack/NSIS: Fix reinstall and multiple install issues when using components.Clinton Stimpson2011-07-291-4/+0
* | RunSingleCommand: Replace verbose boolean with enumJohan Björk2011-07-281-1/+2
|/
* Merge topic 'fix-10644-cpack-menu-links'Brad King2011-01-111-12/+19
|\
| * CPack: Detect more URLs in CPACK_NSIS_MENU_LINKS (#10644)David Cole2011-01-071-12/+19
* | Add CPack NSIS MUI_FINISHPAGE_RUN support (#11144)Mike McQuaid2011-01-061-0/+11
* | Add CPACK_NSIS_EXECUTABLES_DIRECTORY (#7828)Mike McQuaid2011-01-061-2/+7
* | Allow NSIS package or uninstall icon (#11143)Mike McQuaid2011-01-061-7/+14
|/
* CPack: look for makensis in the PATH (#8210)David Cole2010-12-171-9/+23
* Fix KWStyle line length issues.Bill Hoffman2010-09-151-1/+2
* CPack: Refactor API in order to handle multi-file packagesEric NOULARD2010-08-111-7/+6
* Eliminate -Wconversion warnings.David Cole2010-06-271-1/+1
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* BUG: Fix for issue #7470. Allow spaces in the path names of installed files w...David Cole2009-01-201-11/+16
* BUG: Fix issue #7800. Enable CPack to find the NSIS installer on Windows 2000.David Cole2008-10-101-7/+11
* STYLE: fix line length stuff for KWStyleBill Hoffman2008-10-011-11/+22
* ENH: Further refinement of the CPack components functionality from Doug Gregor.David Cole2008-07-081-19/+222
* BUG: Always look for the NSIS reg value in the 32-bit hive even in 64-bit bui...David Cole2008-06-181-1/+2