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
*
CMake code rely on cmList class for CMake lists management (part. 2)
Marc Chevrier
2023-04-29
2
-4/+5
*
cmList class: various enhancements
Marc Chevrier
2023-04-29
1
-6/+6
*
CMake code rely on cmList class for CMake lists management (part. 1)
Marc Chevrier
2023-04-24
3
-11/+12
*
cmValue: Use operator* explicitly to convert to std::string; avoid extra call
Vitaly Stakhovsky
2023-01-16
3
-22/+24
*
clang-tidy: address `modernize-use-default-member-init` lints
Ben Boeckel
2022-05-24
1
-2/+1
*
style: use `cmStrCat` in some more locations
Ben Boeckel
2022-05-19
1
-1/+1
*
CPackIFW: Fix regression in icon file names
Jean-Philippe Lebel
2022-04-14
1
-3/+3
*
CPack/IFW: Add missing referenced source file validation
Craig Scott
2022-03-25
1
-2/+22
*
Merge topic 'ifw-sign-installer'
Brad King
2021-12-02
3
-0/+23
|
\
|
*
CPackIFW: add support for signing the generated app bundles on macOS
Erlend E. Aasland
2021-11-22
3
-0/+23
*
|
Source: Cleanup and simplify some code
Rose
2021-11-04
2
-6/+6
|
/
*
CPackIFW: add support for archive format and compression level options
Erlend E. Aasland
2021-10-28
2
-0/+32
*
Source: Simplify some boolean expressions
Rose
2021-10-23
1
-5/+4
*
CPackIFW: Add support for RunProgram* config variables
Erlend E. Aasland
2021-10-17
2
-0/+44
*
Merge topic 'ifw-installer-icon-filenames'
Craig Scott
2021-10-15
1
-4/+12
|
\
|
*
CPackIFW: Avoid colliding names for icons / logos
Erlend E. Aasland
2021-10-14
1
-4/+12
*
|
CPackIFW: Add support for DisableCommandLineInterface config attribute
Konstantin Podsvirov
2021-10-14
2
-0/+19
|
/
*
Merge topic 'ifw-refactor-packagefiles'
Brad King
2021-10-13
2
-166/+203
|
\
|
*
CPackIFW: Refactor cmCPackIFWGenerator::PackageFiles
Erlend E. Aasland
2021-10-11
2
-166/+203
*
|
Merge topic 'ifw-product-images'
Brad King
2021-10-13
2
-0/+22
|
\
\
|
*
|
CPackIFW: Add support for ProductImages config option
Erlend E. Aasland
2021-10-08
2
-0/+22
|
|
/
*
|
CPackIFW: Add version guard for configuration attributes
Erlend E. Aasland
2021-10-08
1
-77/+86
|
/
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
6
-86/+89
*
cmSystemTools::VersionCompare: use std::string for arguments
Marc Chevrier
2021-09-17
1
-5/+3
*
Use new SetOption signatures
Marc Chevrier
2021-09-15
1
-1/+1
*
cmCPackGenerator::GetOption returns cmProp
Marc Chevrier
2021-09-13
6
-149/+147
*
CPackIFW: Fix parsing of name and version in component DEPENDS
Craig Scott
2021-03-26
1
-32/+77
*
CPackIFW: Remove redundant variable assignment
Craig Scott
2021-03-24
1
-1/+1
*
CPackIFWInstaller: Avoid potential null pointer dereference
Craig Scott
2021-02-19
1
-2/+9
*
CPackIFW: Improve warning and docs for show page list option
Craig Scott
2021-02-14
1
-3/+5
*
CPackIFW: Fix cppcheck warnings
Craig Scott
2021-02-14
1
-3/+4
*
clang-tidy: fix `readability-make-member-function-const` warnings
Ben Boeckel
2021-01-27
4
-12/+12
*
Code style: add missed explicit 'this->'
Oleksandr Koval
2021-01-05
4
-13/+13
*
CPackIFW: Add CPACK_IFW_PACKAGE_WIZARD_SHOW_PAGE_LIST variable
Konstantin Podsvirov
2020-11-27
2
-0/+29
*
Modernize: Use #pragma once in all header files
Kitware Robot
2020-09-03
5
-20/+5
*
IWYU: mark <cstddef> as needed
Ben Boeckel
2020-04-29
1
-1/+1
*
clang-tidy: address bugprone-branch-clone lints
Ben Boeckel
2020-04-13
1
-4/+0
*
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
[next]