summaryrefslogtreecommitdiffstats
path: root/Source/CPack/WiX
Commit message (Expand)AuthorAgeFilesLines
* Use quotes for non-system includesDaniel Pfeifer2017-04-1111-22/+22
* CPack: drop CPack prefix for includesDaniel Pfeifer2017-04-1112-13/+13
* Add self-sufficient wrapper for <sys/stat.h>Daniel Pfeifer2017-03-241-3/+1
* CPackWIX: Introduce new CPACK_WIX_ROOT_FOLDER_ID variableNils Gladitz2017-02-062-6/+16
* avoid including cmStandardIncludes.hDaniel Pfeifer2016-11-282-2/+2
* Port hash computation to cmCryptoHashBrad King2016-11-101-2/+2
* Encoding: Remove option to use ANSI code page internallyClinton Stimpson2016-11-023-44/+2
* Simplify CMake per-source license noticesBrad King2016-09-2720-240/+40
* CPackWIX: Enabled patching of WIX <Feature> tagsMichael Stürmer2016-09-093-8/+15
* CPackWIX: Fix incomplete CPACK_WIX_SKIP_PROGRAM_FOLDER implementationMichael Stürmer2016-09-0610-38/+79
* make sure to include cmConfigure.h before cmStandardIncludes.hDaniel Pfeifer2016-09-031-0/+2
* CPackWIX: Implement new CPACK_WIX_SKIP_PROGRAM_FOLDER featureMichael Stürmer2016-08-084-4/+31
* CPackWIX: Support custom title and description for the root featureMichael Stürmer2016-08-021-1/+8
* CPackWIX: Support CPACK_COMPONENT_<compName>_DISABLEDMichael Stürmer2016-07-221-0/+4
* Avoid using KWSys auto_ptr by adopting it ourselvesBrad King2016-06-291-1/+1
* Prefer istringstream and ostringstream over stringstream.Daniel Pfeifer2016-06-145-10/+10
* Revise C++ coding style using clang-formatKitware Robot2016-05-1619-1075/+769
* Help clang-format wrap after braces on long initializer listsBrad King2016-05-061-0/+1
* Source: Sort includes the way clang-format wouldBrad King2016-05-031-1/+1
* Source: Stabilize include order of sys/types.h before sys/stat.hBrad King2016-05-031-0/+1
* Format include directive blocks and ordering with clang-formatBrad King2016-04-297-12/+12
* Source: Stabilize include orderBrad King2016-04-2910-13/+17
* CPackWIX: Allow multiple patch files and diagnose if any are missingNils Gladitz2015-12-143-4/+21
* CPackWIX: Allow patching of shortcut componentsNils Gladitz2015-12-121-0/+2
* CPackWIX: Fix installed file property lookups when using componentsNils Gladitz2015-12-102-4/+22
* CPackWIX: Don't allow users to deselect the top-level feature (#15838)Nils Gladitz2015-11-091-0/+1
* CPackWIX: Handle text nodes in XML patch contentNils Gladitz2015-10-126-19/+118
* Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-08-244-5/+5
* cmSystemTools: Teach RunSingleCommand to separate stdout and stderrBrad King2015-04-201-1/+2
* Merge topic 'wix-fix-utf8'Brad King2015-03-303-4/+10
|\
| * CPackWIX: Omit codepage conversion when internal encoding is already UTF-8.Nils Gladitz2015-03-273-4/+10
* | CPackWIX: Add static_casts for XML_Parser.Nils Gladitz2015-03-261-2/+2
|/
* 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-215-1/+39
* CPackWIX: Add installed file properties for the creation of shortcuts.Nils Gladitz2015-02-216-12/+67
* CPackWIX: Refactor start menu and desktop shortcut creation.Nils Gladitz2015-02-216-150/+248
* CPackWIX: Extend the patching mechanism to allow adding content to <Product>.Nils Gladitz2015-02-132-2/+16
* 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-273-5/+38
* CPackWiX: Teach WiX installers to remember the install location for upgradesNils Gladitz2014-09-191-0/+23
* CPackWIX: Implement CPACK_WIX_ACL (Access Control List) propertyNils Gladitz2014-08-094-2/+205
* CPackWiX: Implement CPACK_NEVER_OVERWRITE and CPACK_PERMANENT propertiesNils Gladitz2014-05-283-3/+23
* CPackWIX: Delay creation of cmWIXPatch until CPack has initialized LoggerNils Gladitz2014-04-182-6/+16
* stringapi: Miscellaneous char* parametersBen Boeckel2014-03-082-9/+7
* CPackWIX: support installation of empty directoriesNils Gladitz2014-03-013-0/+36
* CPackWIX: Allow Windows Installer property customizationNils Gladitz2014-03-012-0/+39
* CPackWIX: refactor and cleanupNils Gladitz2014-02-2617-534/+842
* CPackWiX: Add support for CPACK_CREATE_DESKTOP_LINKSTimo Rothenpieler2014-02-082-2/+113