summaryrefslogtreecommitdiffstats
path: root/Source/CPack/WiX/cmCPackWIXGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* cpack wix: support WiX generator on CygwinStephen Sorley2017-10-131-10/+31
* Meta: modernize old-fashioned loops to range-based `for` (CPack).Pavel Solodovnikov2017-09-191-32/+19
* wix: adds ability to modify attributes with patchKeith Holman2017-04-241-1/+1
* wix: fix spelling error in function nameKeith Holman2017-04-241-6/+6
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-9/+9
* CPack: drop CPack prefix for includesDaniel Pfeifer2017-04-111-2/+2
* CPackWIX: Introduce new CPACK_WIX_ROOT_FOLDER_ID variableNils Gladitz2017-02-061-5/+15
* avoid including cmStandardIncludes.hDaniel Pfeifer2016-11-281-0/+1
* Port hash computation to cmCryptoHashBrad King2016-11-101-2/+2
* Encoding: Remove option to use ANSI code page internallyClinton Stimpson2016-11-021-2/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* CPackWIX: Enabled patching of WIX <Feature> tagsMichael Stürmer2016-09-091-2/+2
* CPackWIX: Fix incomplete CPACK_WIX_SKIP_PROGRAM_FOLDER implementationMichael Stürmer2016-09-061-14/+25
* CPackWIX: Implement new CPACK_WIX_SKIP_PROGRAM_FOLDER featureMichael Stürmer2016-08-081-0/+9
* CPackWIX: Support custom title and description for the root featureMichael Stürmer2016-08-021-1/+8
* Avoid using KWSys auto_ptr by adopting it ourselvesBrad King2016-06-291-1/+1
* Prefer istringstream and ostringstream over stringstream.Daniel Pfeifer2016-06-141-6/+6
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-481/+350
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-6/+6
* CPackWIX: Allow multiple patch files and diagnose if any are missingNils Gladitz2015-12-141-1/+10
* CPackWIX: Allow patching of shortcut componentsNils Gladitz2015-12-121-0/+2
* CPackWIX: Fix installed file property lookups when using componentsNils Gladitz2015-12-101-4/+19
* CPackWIX: Don't allow users to deselect the top-level feature (#15838)Nils Gladitz2015-11-091-0/+1
* Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-08-241-2/+2
* cmSystemTools: Teach RunSingleCommand to separate stdout and stderrBrad King2015-04-201-1/+2
* CPackWIX: Omit codepage conversion when internal encoding is already UTF-8.Nils Gladitz2015-03-271-1/+1
* CPackWIX: Fix .wixobj output locations and filenames.Nils Gladitz2015-03-061-1/+18
* CPackWIX: Support patching of root <Feature> elements.Nils Gladitz2015-03-061-0/+1
* CPackWIX: Add new CPACK_STARTUP_SHORTCUTS property.Nils Gladitz2015-02-211-0/+20
* CPackWIX: Add installed file properties for the creation of shortcuts.Nils Gladitz2015-02-211-2/+7
* CPackWIX: Refactor start menu and desktop shortcut creation.Nils Gladitz2015-02-211-91/+96
* CPackWIX: Extend the patching mechanism to allow adding content to <Product>.Nils Gladitz2015-02-131-1/+13
* Use two-iterator std::set::insert where appropriate.Stephen Kelly2015-01-111-6/+1
* CPackWiX: Work around RelativePath() returning an empty string for the rootNils Gladitz2014-10-031-0/+5
* CPackWiX: Extend CPACK_WIX_ACL to support directoriesNils Gladitz2014-09-271-3/+27
* CPackWiX: Teach WiX installers to remember the install location for upgradesNils Gladitz2014-09-191-0/+23
* CPackWiX: Implement CPACK_NEVER_OVERWRITE and CPACK_PERMANENT propertiesNils Gladitz2014-05-281-1/+5
* CPackWIX: Delay creation of cmWIXPatch until CPack has initialized LoggerNils Gladitz2014-04-181-5/+14
* CPackWIX: support installation of empty directoriesNils Gladitz2014-03-011-0/+10
* CPackWIX: Allow Windows Installer property customizationNils Gladitz2014-03-011-0/+37
* CPackWIX: refactor and cleanupNils Gladitz2014-02-261-444/+133
* CPackWiX: Add support for CPACK_CREATE_DESKTOP_LINKSTimo Rothenpieler2014-02-081-2/+101
* CPackWiX: added new CPACK_WIX_CMAKE_PACKAGE_REGISTRY variableNils Gladitz2014-01-081-1/+42
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-2/+3
* CPackWiX: transfer file read only flag during installationNils Gladitz2013-12-251-0/+11
* Merge topic 'wix-cmake-coding-conventions'Brad King2013-12-231-25/+25
|\
| * CPackWiX: adhere to CMake member naming conventionNils Gladitz2013-12-201-25/+25
* | CPackWiX: replace slash with backslash in registry key pathNils Gladitz2013-12-201-1/+1
|/
* CPackWiX: allow customization of generated WiX sourcesNils Gladitz2013-12-171-0/+74
* Windows: Use wide-character system APIsClinton Stimpson2013-12-091-4/+6