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
/
IFW
Commit message (
Expand
)
Author
Age
Files
Lines
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
4
-16/+18
*
cmStringAlgorithms: cmIsSpace, cmTrimWhitespace, cmEscapeQuotes, cmTokenize
Sebastian Holtermann
2019-08-05
1
-1/+2
*
CPack/IFW: Add StyleSheet field
Zaytsev Yuriy
2019-05-02
2
-0/+20
*
cmSystemTools::RunSingleCommand: Accept std::string argument
Vitaly Stakhovsky
2019-02-06
1
-4/+4
*
Merge topic 'copyfile-stdstring'
Brad King
2019-01-30
1
-2/+1
|
\
|
*
cmSystemTools: copy file member functions accept std::string params
Vitaly Stakhovsky
2019-01-29
1
-2/+1
*
|
Merge topic 'tidy-use-equals-default'
Brad King
2019-01-29
3
-9/+3
|
\
\
|
|
/
|
/
|
|
*
clang-tidy: Use `= default`
Regina Pfeifer
2019-01-25
3
-9/+3
*
|
cmSystemTools::RenameFile: Accepts std::string args
Vitaly Stakhovsky
2019-01-23
1
-1/+1
|
/
*
clang-tidy: Fix readability-static-accessed-through-instance
Regina Pfeifer
2018-11-21
1
-2/+2
*
cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` calls
Sebastian Holtermann
2018-08-07
4
-5/+5
*
Fix misc. typos
luz.paz
2018-06-04
1
-4/+4
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
4
-19/+35
*
Merge topic 'reduce-temporaries'
Brad King
2018-01-29
1
-1/+1
|
\
|
*
Reduce allocation of temporary values on heap.
Pavel Solodovnikov
2018-01-26
1
-1/+1
*
|
Make use of std::chrono throughout every component
Wouter Klouwen
2018-01-23
1
-6/+7
|
/
*
Various typo fixes
Luz Paz
2018-01-03
1
-1/+1
*
CPack/IFW: Add option to control deletion of the install directory
Jean-Philippe Lebel
2017-12-15
2
-0/+17
*
Merge topic 'cpackifw-options'
Brad King
2017-09-25
2
-0/+43
|
\
|
*
CPackIFW: Add some options
Konstantin Podsvirov
2017-09-21
2
-0/+43
*
|
Replace empty-string comparisons with checking against `empty()`.
Pavel Solodovnikov
2017-09-21
1
-1/+1
|
/
*
Merge topic 'ranged-for'
Brad King
2017-09-19
4
-73/+48
|
\
|
*
Meta: modernize old-fashioned loops to range-based `for` (CPack).
Pavel Solodovnikov
2017-09-19
4
-73/+48
*
|
Merge topic 'string-clear'
Brad King
2017-09-19
3
-19/+19
|
\
\
|
*
|
Meta: replace empty-string assignments with `clear()`.
Pavel Solodovnikov
2017-09-15
3
-19/+19
|
|
/
*
|
Use C++11 override instead of CM_OVERRIDE
Brad King
2017-09-15
3
-18/+18
|
/
*
Merge topic 'cpackifw-repositories-directories'
Brad King
2017-08-28
2
-0/+40
|
\
|
*
CPackIFW: Add CPACK_IFW_REPOSITORIES_DIRECTORIES variable
Konstantin Podsvirov
2017-08-17
2
-0/+40
*
|
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
3
-8/+8
|
/
*
CPackIFW: Add CPACK_IFW_PACKAGE_FILE_EXTENSION variable
Konstantin Podsvirov
2017-08-09
2
-12/+27
*
CPackIFW: Internationalization Support
Konstantin Podsvirov
2017-05-12
4
-16/+101
*
CPackIFW: Access refactoring
Konstantin Podsvirov
2017-05-09
5
-558/+583
*
CPackIFW: Refactor out some commonly used code
Konstantin Podsvirov
2017-05-03
10
-322/+238
*
cmCPackIFWInstaller: fix validation of WizardStyle option
Konstantin Podsvirov
2017-04-26
1
-4/+5
*
clang-tidy: use operators for string comparison
Daniel Pfeifer
2017-04-26
2
-6/+5
*
clang-tidy: remove reduntant .data() calls
Daniel Pfeifer
2017-04-21
2
-18/+13
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
7
-7/+7
*
CPack: drop CPack prefix for includes
Daniel Pfeifer
2017-04-11
5
-11/+11
*
CPackIFW: Add some options
Konstantin Podsvirov
2017-01-24
2
-18/+165
*
QtIFW: Added new options to QtIFW cpack generator for modifying wizard style
Alexander Voitenko
2017-01-17
2
-3/+141
*
clang-tidy: apply modernize-use-bool-literals fixes
Daniel Pfeifer
2016-12-12
3
-3/+3
*
Merge topic 'cpack-ifw-options'
Brad King
2016-11-30
3
-3/+88
|
\
|
*
CPackIFW: Add some options
Konstantin Podsvirov
2016-11-24
3
-3/+88
*
|
iwyu: Fix more findings
Daniel Pfeifer
2016-11-28
1
-3/+5
|
/
*
Remove cmObject.h and cmTypeMacro.h
Daniel Pfeifer
2016-10-24
1
-1/+0
*
fix more issues reported by clang-tidy
Daniel Pfeifer
2016-10-20
1
-1/+1
*
Simplify CMake per-source license notices
Brad King
2016-09-27
8
-96/+16
*
CPackIFW: Add 'cpack_ifw_add_package_resources' command
Konstantin Podsvirov
2016-09-19
3
-0/+100
*
CPackIFW: Add USER_INTERFACES option
Pierluigi Taddei
2016-09-16
2
-0/+33
*
CPack: include what you use
Daniel Pfeifer
2016-09-06
8
-37/+68
[next]