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
*
replace "substr(0, xx) ==" with cmHasPrefix()
Rolf Eike Beer
2020-03-23
1
-8/+2
*
remove needless check for std::string::substr()
Rolf Eike Beer
2020-03-23
1
-2/+1
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
9
-30/+30
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
3
-3/+3
*
clang-tidy: modernize-use-auto
Regina Pfeifer
2019-09-10
2
-20/+14
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-04
3
-9/+9
*
IWYU: Add missing cstddef includes for size_t and nullptr_t
Brad King
2019-09-03
1
-0/+1
*
CPack/IFW: Command vectorization
Konstantin Podsvirov
2019-08-27
1
-47/+72
*
Source sweep: Replace cmExpandList with the shorter cmExpandedList
Sebastian Holtermann
2019-08-23
3
-8/+4
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
2
-6/+5
*
Source sweep: Use cmIsOn instead of cmSystemTools::IsOn
Sebastian Holtermann
2019-08-17
1
-4/+4
*
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
[next]