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
*
Refactoring: add cm::contains to <cmext/algorithm>
Marc Chevrier
2020-04-17
1
-2/+2
*
replace "std::string::find(x) == 0" with cmHasPrefix()
Rolf Eike Beer
2020-03-23
1
-1/+1
*
replace "substr(0, xx) ==" with cmHasPrefix()
Rolf Eike Beer
2020-03-23
1
-2/+1
*
CPackWIXGenerator: use cmStrCat for more parts
Rolf Eike Beer
2020-03-23
1
-5/+5
*
Modernize memory management
Marc Chevrier
2020-03-08
1
-9/+4
*
CPack: Restore support for custom package configuration templates
Brad King
2019-11-15
1
-1/+1
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-9/+9
*
cmstd: Modernize CMake system headers
Marc Chevrier
2019-09-20
1
-1/+2
*
CPackWIX: Allow omitting program menu folder and uninstall shortcut
Alexej Harm
2019-09-12
1
-8/+27
*
Source sweep: Replace cmExpandList with the shorter cmExpandedList
Sebastian Holtermann
2019-08-23
1
-9/+5
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-5/+3
*
Merge topic 'cm-contains'
Brad King
2019-08-21
1
-3/+2
|
\
|
*
cmAlgorithms: Add cmContains
Regina Pfeifer
2019-08-19
1
-3/+2
*
|
Source sweep: Use cmIsOn instead of cmSystemTools::IsOn
Sebastian Holtermann
2019-08-17
1
-2/+2
|
/
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-10/+8
*
Refactor: Move CPack internal files to `Internal/CPack/` directory
Alex Turbov
2019-07-09
1
-1/+1
*
cmMakefile::ConfigureFile: Accept `std::string` parameters
Vitaly Stakhovsky
2019-02-19
1
-1/+1
*
cmSystemTools::RunSingleCommand: Accept std::string argument
Vitaly Stakhovsky
2019-02-06
1
-3/+2
*
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
1
-22/+26
*
cpack wix: support WiX generator on Cygwin
Stephen Sorley
2017-10-13
1
-10/+31
*
Meta: modernize old-fashioned loops to range-based `for` (CPack).
Pavel Solodovnikov
2017-09-19
1
-32/+19
*
wix: adds ability to modify attributes with patch
Keith Holman
2017-04-24
1
-1/+1
*
wix: fix spelling error in function name
Keith Holman
2017-04-24
1
-6/+6
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-9/+9
*
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
[next]