| Commit message (Expand) | Author | Age | Files | Lines |
* | CPackWIX: Enabled patching of WIX <Feature> tags | Michael Stürmer | 2016-09-09 | 3 | -8/+15 |
|
|
* | CPackWIX: Fix incomplete CPACK_WIX_SKIP_PROGRAM_FOLDER implementation | Michael Stürmer | 2016-09-06 | 10 | -38/+79 |
|
|
* | make sure to include cmConfigure.h before cmStandardIncludes.h | Daniel Pfeifer | 2016-09-03 | 1 | -0/+2 |
|
|
* | CPackWIX: Implement new CPACK_WIX_SKIP_PROGRAM_FOLDER feature | Michael Stürmer | 2016-08-08 | 4 | -4/+31 |
|
|
* | CPackWIX: Support custom title and description for the root feature | Michael Stürmer | 2016-08-02 | 1 | -1/+8 |
|
|
* | CPackWIX: Support CPACK_COMPONENT_<compName>_DISABLED | Michael Stürmer | 2016-07-22 | 1 | -0/+4 |
|
|
* | Avoid using KWSys auto_ptr by adopting it ourselves | Brad King | 2016-06-29 | 1 | -1/+1 |
|
|
* | Prefer istringstream and ostringstream over stringstream. | Daniel Pfeifer | 2016-06-14 | 5 | -10/+10 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 19 | -1075/+769 |
|
|
* | Help clang-format wrap after braces on long initializer lists | Brad King | 2016-05-06 | 1 | -0/+1 |
|
|
* | Source: Sort includes the way clang-format would | Brad King | 2016-05-03 | 1 | -1/+1 |
|
|
* | Source: Stabilize include order of sys/types.h before sys/stat.h | Brad King | 2016-05-03 | 1 | -0/+1 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 7 | -12/+12 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 10 | -13/+17 |
|
|
* | CPackWIX: Allow multiple patch files and diagnose if any are missing | Nils Gladitz | 2015-12-14 | 3 | -4/+21 |
|
|
* | CPackWIX: Allow patching of shortcut components | Nils Gladitz | 2015-12-12 | 1 | -0/+2 |
|
|
* | CPackWIX: Fix installed file property lookups when using components | Nils Gladitz | 2015-12-10 | 2 | -4/+22 |
|
|
* | CPackWIX: Don't allow users to deselect the top-level feature (#15838) | Nils Gladitz | 2015-11-09 | 1 | -0/+1 |
|
|
* | CPackWIX: Handle text nodes in XML patch content | Nils Gladitz | 2015-10-12 | 6 | -19/+118 |
|
|
* | Replace foo.size() pattern with !foo.empty(). | Stephen Kelly | 2015-08-24 | 4 | -5/+5 |
|
|
* | cmSystemTools: Teach RunSingleCommand to separate stdout and stderr | Brad King | 2015-04-20 | 1 | -1/+2 |
|
|
* | Merge topic 'wix-fix-utf8' | Brad King | 2015-03-30 | 3 | -4/+10 |
|\ |
|
| * | CPackWIX: Omit codepage conversion when internal encoding is already UTF-8. | Nils Gladitz | 2015-03-27 | 3 | -4/+10 |
|
|
* | | CPackWIX: Add static_casts for XML_Parser. | Nils Gladitz | 2015-03-26 | 1 | -2/+2 |
|/ |
|
* | CPackWIX: Fix .wixobj output locations and filenames. | Nils Gladitz | 2015-03-06 | 1 | -1/+18 |
|
|
* | CPackWIX: Support patching of root <Feature> elements. | Nils Gladitz | 2015-03-06 | 1 | -0/+1 |
|
|
* | CPackWIX: Add new CPACK_STARTUP_SHORTCUTS property. | Nils Gladitz | 2015-02-21 | 5 | -1/+39 |
|
|
* | CPackWIX: Add installed file properties for the creation of shortcuts. | Nils Gladitz | 2015-02-21 | 6 | -12/+67 |
|
|
* | CPackWIX: Refactor start menu and desktop shortcut creation. | Nils Gladitz | 2015-02-21 | 6 | -150/+248 |
|
|
* | CPackWIX: Extend the patching mechanism to allow adding content to <Product>. | Nils Gladitz | 2015-02-13 | 2 | -2/+16 |
|
|
* | Use two-iterator std::set::insert where appropriate. | Stephen Kelly | 2015-01-11 | 1 | -6/+1 |
|
|
* | CPackWiX: Work around RelativePath() returning an empty string for the root | Nils Gladitz | 2014-10-03 | 1 | -0/+5 |
|
|
* | CPackWiX: Extend CPACK_WIX_ACL to support directories | Nils Gladitz | 2014-09-27 | 3 | -5/+38 |
|
|
* | CPackWiX: Teach WiX installers to remember the install location for upgrades | Nils Gladitz | 2014-09-19 | 1 | -0/+23 |
|
|
* | CPackWIX: Implement CPACK_WIX_ACL (Access Control List) property | Nils Gladitz | 2014-08-09 | 4 | -2/+205 |
|
|
* | CPackWiX: Implement CPACK_NEVER_OVERWRITE and CPACK_PERMANENT properties | Nils Gladitz | 2014-05-28 | 3 | -3/+23 |
|
|
* | CPackWIX: Delay creation of cmWIXPatch until CPack has initialized Logger | Nils Gladitz | 2014-04-18 | 2 | -6/+16 |
|
|
* | stringapi: Miscellaneous char* parameters | Ben Boeckel | 2014-03-08 | 2 | -9/+7 |
|
|
* | CPackWIX: support installation of empty directories | Nils Gladitz | 2014-03-01 | 3 | -0/+36 |
|
|
* | CPackWIX: Allow Windows Installer property customization | Nils Gladitz | 2014-03-01 | 2 | -0/+39 |
|
|
* | CPackWIX: refactor and cleanup | Nils Gladitz | 2014-02-26 | 17 | -534/+842 |
|
|
* | CPackWiX: Add support for CPACK_CREATE_DESKTOP_LINKS | Timo Rothenpieler | 2014-02-08 | 2 | -2/+113 |
|
|
* | CPackWiX: added new CPACK_WIX_CMAKE_PACKAGE_REGISTRY variable | Nils Gladitz | 2014-01-08 | 2 | -1/+45 |
|
|
* | Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream. | Clinton Stimpson | 2014-01-07 | 3 | -6/+7 |
|
|
* | Merge topic 'wix-rtf-encoding' | Brad King | 2014-01-02 | 2 | -1/+98 |
|\ |
|
| * | CPackWiX: allow and convert UTF-8 sequences in RTF writer | Nils Gladitz | 2013-12-26 | 2 | -1/+98 |
|
|
* | | CPackWiX: transfer file read only flag during installation | Nils Gladitz | 2013-12-25 | 1 | -0/+11 |
|/ |
|
* | Merge topic 'wix-cmake-coding-conventions' | Brad King | 2013-12-23 | 8 | -108/+108 |
|\ |
|
| * | CPackWiX: adhere to CMake member naming convention | Nils Gladitz | 2013-12-20 | 8 | -108/+108 |
|
|
* | | CPackWiX: replace slash with backslash in registry key path | Nils Gladitz | 2013-12-20 | 1 | -1/+1 |
|/ |
|