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
*
Source: Avoid comparing pointers to nullptr
Vitaly Stakhovsky
2024-08-27
1
-4/+4
*
CPack/NSIS: Fix matching of reserved component names
K. R. Walker
2024-08-19
1
-1/+2
*
CPack: Support arbitrary component name when packaging
Deniz Bahadir
2024-05-01
1
-2/+54
*
cmCPackGenerator: Fix debug message in function `PrepareGroupingKind`
Deniz Bahadir
2024-04-30
1
-2/+2
*
cmCPackGenerator: Fix comment in function `InstallCMakeProject`
Deniz Bahadir
2024-04-30
1
-1/+1
*
cmCPackGenerator: Slightly simplify function `InstallProject`
Deniz Bahadir
2024-04-30
1
-7/+7
*
cmCPackGenerator: Clean up and simplify function `DoPackage`
Deniz Bahadir
2024-04-30
1
-32/+47
*
cmCPackGenerator: Clean up and simplify function `PrepareNames`
Deniz Bahadir
2024-04-30
1
-33/+42
*
cmCPackGenerator: Refactor copying of package files into own function
Deniz Bahadir
2024-04-30
1
-19/+24
*
cmCPackGenerator: Refactor generation of checksum file into own function
Deniz Bahadir
2024-04-30
1
-12/+20
*
cmCPackGenerator: Handle CPACK_TEMPORARY_[INSTALL]_DIRECTORY properly
Deniz Bahadir
2024-04-24
1
-2/+56
*
cmCPackGenerator: Add option to FindTemplate to use alternate builtin path
Brad King
2024-03-22
1
-4/+6
*
Source: Use cmValue::IsOn and IsOff
Vitaly Stakhovsky
2024-03-17
1
-7/+7
*
Use prefix ++ operators for non-primitive types
Christoph GrĂ¼ninger
2024-02-14
1
-1/+1
*
cmList: Add container conversion to string
Marc Chevrier
2023-06-22
1
-2/+2
*
CMake code rely on cmList class for CMake lists management (part. 2)
Marc Chevrier
2023-04-29
1
-13/+12
*
CMake code rely on cmList class for CMake lists management (part. 1)
Marc Chevrier
2023-04-24
1
-31/+24
*
cmValue: Use operator* explicitly to convert to std::string; avoid extra call
Vitaly Stakhovsky
2023-01-16
1
-18/+18
*
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
[next]