| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing override | Vitaly Stakhovsky | 2018-12-30 | 1 | -6/+6 |
|
|
* | WiX: Add the build directory to IncludeSearchPaths for candle.exe | Lars Schmertmann | 2018-07-12 | 1 | -0/+4 |
|
|
* | CPack: Move internal implementation modules into Internal/CPack directory | Kyle Edwards | 2018-06-21 | 1 | -1/+1 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 5 | -29/+37 |
|
|
* | Fix trivial typos in text | luzpaz | 2017-11-03 | 1 | -1/+1 |
|
|
* | cpack wix: support WiX generator on Cygwin | Stephen Sorley | 2017-10-13 | 5 | -12/+93 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for` (CPack). | Pavel Solodovnikov | 2017-09-19 | 7 | -74/+44 |
|
|
* | IWYU: Mark cmConfigure.h with pragma: keep | Daniel Pfeifer | 2017-08-26 | 1 | -1/+1 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -1/+1 |
|
|
* | c++: prefer vectors over lists | Ben Boeckel | 2017-05-04 | 1 | -3/+3 |
|
|
* | wix: adds ability to modify attributes with patch | Keith Holman | 2017-04-24 | 5 | -12/+30 |
|
|
* | wix: fix spelling error in function name | Keith Holman | 2017-04-24 | 2 | -7/+7 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 11 | -22/+22 |
|
|
* | CPack: drop CPack prefix for includes | Daniel Pfeifer | 2017-04-11 | 12 | -13/+13 |
|
|
* | Add self-sufficient wrapper for <sys/stat.h> | Daniel Pfeifer | 2017-03-24 | 1 | -3/+1 |
|
|
* | CPackWIX: Introduce new CPACK_WIX_ROOT_FOLDER_ID variable | Nils Gladitz | 2017-02-06 | 2 | -6/+16 |
|
|
* | avoid including cmStandardIncludes.h | Daniel Pfeifer | 2016-11-28 | 2 | -2/+2 |
|
|
* | Port hash computation to cmCryptoHash | Brad King | 2016-11-10 | 1 | -2/+2 |
|
|
* | Encoding: Remove option to use ANSI code page internally | Clinton Stimpson | 2016-11-02 | 3 | -44/+2 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 20 | -240/+40 |
|
|
* | 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 |
|
|