index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
CPack
/
WiX
/
cmCPackWIXGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
CPack: drop CPack prefix for includes
Daniel Pfeifer
2017-04-11
1
-2/+2
*
CPackWIX: Introduce new CPACK_WIX_ROOT_FOLDER_ID variable
Nils Gladitz
2017-02-06
1
-5/+15
*
avoid including cmStandardIncludes.h
Daniel Pfeifer
2016-11-28
1
-0/+1
*
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
1
-2/+1
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-12/+2
*
CPackWIX: Enabled patching of WIX <Feature> tags
Michael Stürmer
2016-09-09
1
-2/+2
*
CPackWIX: Fix incomplete CPACK_WIX_SKIP_PROGRAM_FOLDER implementation
Michael Stürmer
2016-09-06
1
-14/+25
*
CPackWIX: Implement new CPACK_WIX_SKIP_PROGRAM_FOLDER feature
Michael Stürmer
2016-08-08
1
-0/+9
*
CPackWIX: Support custom title and description for the root feature
Michael Stürmer
2016-08-02
1
-1/+8
*
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
1
-6/+6
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-481/+350
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-6/+6
*
CPackWIX: Allow multiple patch files and diagnose if any are missing
Nils Gladitz
2015-12-14
1
-1/+10
*
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
1
-4/+19
*
CPackWIX: Don't allow users to deselect the top-level feature (#15838)
Nils Gladitz
2015-11-09
1
-0/+1
*
Replace foo.size() pattern with !foo.empty().
Stephen Kelly
2015-08-24
1
-2/+2
*
cmSystemTools: Teach RunSingleCommand to separate stdout and stderr
Brad King
2015-04-20
1
-1/+2
*
CPackWIX: Omit codepage conversion when internal encoding is already UTF-8.
Nils Gladitz
2015-03-27
1
-1/+1
*
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
1
-0/+20
*
CPackWIX: Add installed file properties for the creation of shortcuts.
Nils Gladitz
2015-02-21
1
-2/+7
*
CPackWIX: Refactor start menu and desktop shortcut creation.
Nils Gladitz
2015-02-21
1
-91/+96
*
CPackWIX: Extend the patching mechanism to allow adding content to <Product>.
Nils Gladitz
2015-02-13
1
-1/+13
*
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
1
-3/+27
*
CPackWiX: Teach WiX installers to remember the install location for upgrades
Nils Gladitz
2014-09-19
1
-0/+23
*
CPackWiX: Implement CPACK_NEVER_OVERWRITE and CPACK_PERMANENT properties
Nils Gladitz
2014-05-28
1
-1/+5
*
CPackWIX: Delay creation of cmWIXPatch until CPack has initialized Logger
Nils Gladitz
2014-04-18
1
-5/+14
*
CPackWIX: support installation of empty directories
Nils Gladitz
2014-03-01
1
-0/+10
*
CPackWIX: Allow Windows Installer property customization
Nils Gladitz
2014-03-01
1
-0/+37
*
CPackWIX: refactor and cleanup
Nils Gladitz
2014-02-26
1
-444/+133
*
CPackWiX: Add support for CPACK_CREATE_DESKTOP_LINKS
Timo Rothenpieler
2014-02-08
1
-2/+101
*
CPackWiX: added new CPACK_WIX_CMAKE_PACKAGE_REGISTRY variable
Nils Gladitz
2014-01-08
1
-1/+42
*
Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.
Clinton Stimpson
2014-01-07
1
-2/+3
*
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
1
-25/+25
|
\
|
*
CPackWiX: adhere to CMake member naming convention
Nils Gladitz
2013-12-20
1
-25/+25
*
|
CPackWiX: replace slash with backslash in registry key path
Nils Gladitz
2013-12-20
1
-1/+1
|
/
*
CPackWiX: allow customization of generated WiX sources
Nils Gladitz
2013-12-17
1
-0/+74
*
Windows: Use wide-character system APIs
Clinton Stimpson
2013-12-09
1
-4/+6
*
CPackWiX: add CPack component support
Nils Gladitz
2013-11-26
1
-42/+264
*
CPackWiX: Add variables for custom tool extensions and flags
Nils Gladitz
2013-11-12
1
-6/+63
*
CPackWiX: use safe IDs for generated start menu shortcuts
Nils Gladitz
2013-10-26
1
-116/+154
*
Merge topic 'wix-extra-sources'
Brad King
2013-10-15
1
-0/+28
|
\
|
*
CPackWiX: allow user supplied extra sources, objects and libraries
Nils Gladitz
2013-10-13
1
-0/+28
[next]