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
/
cmCPackGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmSystemTools: Fix 'ErrorOccurred' spelling
FeRD (Frank Dana)
2022-06-13
1
-5/+5
*
Fix Clang -Wbitwise-instead-of-logical warnings
Brad King
2021-10-13
1
-1/+1
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-48/+48
*
Use new SetOption signatures
Marc Chevrier
2021-09-15
1
-25/+20
*
cmCPackGenerator::SetOption accepts cmProp or std::string
Marc Chevrier
2021-09-15
1
-4/+25
*
cmProp: cm::string_view cast operator must be explicit
Marc Chevrier
2021-09-14
1
-2/+2
*
cmCPackGenerator::GetOption returns cmProp
Marc Chevrier
2021-09-13
1
-83/+70
*
CPack: Implement new variable CPACK_CUSTOM_INSTALL_VARIABLES
Nils Gladitz
2021-05-23
1
-0/+17
*
cmGlobalGenerator: Add parallel parameter to GenerateCMakeBuildCommand
friendlyanon
2021-05-01
1
-1/+1
*
CPack: Fix symbolic link detection for directories
Olivier Iffrig
2021-03-05
1
-1/+2
*
Code style: add missed explicit 'this->'
Oleksandr Koval
2021-01-05
1
-31/+34
*
configure_file: Add option for user defined permissions
Asit Dhal
2020-10-24
1
-1/+1
*
cmMakefile::GetDefinition: return cmProp
Vitaly Stakhovsky
2020-09-02
1
-14/+17
*
Source: use cmNonempty()
Vitaly Stakhovsky
2020-07-28
1
-20/+20
*
Clean a few string conversions
Vitaly Stakhovsky
2020-07-09
1
-1/+1
*
configure_file: Add option to control file permissions transfer to copy
Rahul Gottipati
2020-06-30
1
-1/+1
*
CPack: Introduce pre- and post- build actions
Alex Turbov
2020-06-15
1
-6/+44
*
GetDefinition: avoid duplicate calls
Vitaly Stakhovsky
2020-05-29
1
-4/+3
*
Merge topic 'cpack-symlinks'
Brad King
2020-04-22
1
-0/+2
|
\
|
*
CPack: Do not recurse through directory symlinks
Brad King
2020-04-21
1
-0/+2
*
|
cmWorkingDirectory: Add GetOldDirectory method
Brad King
2020-04-03
1
-2/+2
|
/
*
Merge topic 'fix-cpack-deb-description-file'
Brad King
2020-01-13
1
-2/+7
|
\
|
*
CPack: Fix regression in DEB generator description
Kyle Edwards
2020-01-10
1
-2/+7
|
*
Merge topic 'cpack-custom-templates' into release-3.16
Brad King
2019-11-18
1
-0/+11
|
|
\
*
|
|
GlobalGenerator family: modernize memory management
Marc Chevrier
2020-01-07
1
-2/+2
*
|
|
Merge topic 'cpack-custom-templates'
Brad King
2019-11-18
1
-0/+11
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
CPack: Restore support for custom package configuration templates
Brad King
2019-11-15
1
-0/+11
*
|
CPack: Remove CPACK_INSTALL_CMAKE_CONFIGURATIONS
Alex Turbov
2019-11-11
1
-8/+0
|
/
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-3/+4
*
Merge topic 'cpack-install-multiple-configurations'
Brad King
2019-09-03
1
-21/+49
|
\
|
*
cpack: Add `CPACK_INSTALL_CMAKE_CONFIGURATIONS` variable
Alex Turbov
2019-08-30
1
-17/+47
|
*
Refactor: Use `unique_ptr` instead of raw pointer
Alex Turbov
2019-08-19
1
-5/+3
*
|
Source sweep: Replace cmExpandList with the shorter cmExpandedList
Sebastian Holtermann
2019-08-23
1
-18/+16
*
|
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-24/+17
|
/
*
Source sweep: Use cmIsOn instead of cmSystemTools::IsOn
Sebastian Holtermann
2019-08-17
1
-11/+9
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-12/+10
*
Cleanups: Use cmHas{Prefix,Suffix} instead of String{Starts,Ends}With
Sebastian Holtermann
2019-08-01
1
-1/+2
*
cmMakefile: Let AddDefinition accept a value as cm::string_view
Sebastian Holtermann
2019-07-24
1
-7/+6
*
Merge topic 'cpack-install-scripts'
Craig Scott
2019-07-22
1
-2/+14
|
\
|
*
CPack: Introduce CPACK_INSTALL_SCRIPTS variable
Alex Turbov
2019-07-21
1
-2/+14
*
|
IWYU: Fix handling of <memory> standard header
Brad King
2019-07-10
1
-1/+1
|
/
*
Use cmFileTimes instead of cmSystemToolsFileTime interface
Sebastian Holtermann
2019-05-22
1
-1/+2
*
cmSystemTools: More functions accept `std::string` params
Vitaly Stakhovsky
2019-02-20
1
-2/+1
*
cmMakefile::ConfigureFile: Accept `std::string` parameters
Vitaly Stakhovsky
2019-02-19
1
-1/+2
*
Merge topic 'systools-stdstring2'
Brad King
2019-02-13
1
-2/+1
|
\
|
*
cmSystemTools: More methods accept `std::string` params
Vitaly Stakhovsky
2019-02-11
1
-2/+1
*
|
cmake: Progress functions use `std::string` param
Vitaly Stakhovsky
2019-02-11
1
-2/+3
|
/
*
cmSystemTools::RunSingleCommand: Accept std::string argument
Vitaly Stakhovsky
2019-02-06
1
-3/+3
*
Merge topic 'functional-callbacks'
Brad King
2019-01-30
1
-7/+3
|
\
|
*
Use `std::function` for callbacks
Regina Pfeifer
2019-01-29
1
-7/+3
[next]