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
/
cmCPackArchiveGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-6/+6
*
CPack: Add generator for .tar.zst packages
Regina Pfeifer
2019-09-04
1
-0/+6
*
cmCPackArchiveGenerator: Code cleanup
Regina Pfeifer
2019-09-04
1
-4/+41
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-2/+2
*
clang-tidy: Use `= default`
Regina Pfeifer
2019-01-25
1
-3/+1
*
Fix most clang -Wextra-semi-stmt warnings in C++ files
Sean McBride
2019-01-15
1
-7/+9
*
IWYU: Update CMake code for IWYU built with Clang 6
Brad King
2019-01-15
1
-0/+1
*
cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` calls
Sebastian Holtermann
2018-08-07
1
-1/+1
*
CPack: Fix log typos (spaces in the wrong places)
Sylvain Joubert
2018-07-18
1
-5/+5
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-5/+9
*
cmWorkingDirectory: Check success of current dir changes
Craig Scott
2018-03-08
1
-0/+16
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-2/+1
*
Reduce allocation of temporary values on heap.
Pavel Solodovnikov
2018-01-26
1
-4/+4
*
Meta: modernize old-fashioned loops to range-based `for` (CPack).
Pavel Solodovnikov
2017-09-19
1
-37/+23
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-3/+3
*
CPack/Archive: per component filenames support
Domen Vrankar
2017-05-16
1
-16/+41
*
cmWorkingDirectory: use the new class
Ben Boeckel
2017-03-06
1
-7/+3
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-12/+2
*
CPack: include what you use
Daniel Pfeifer
2016-09-06
1
-7/+6
*
surround macro arguments with parentheses
Daniel Pfeifer
2016-09-05
1
-4/+4
*
CPack: don't use else after return
Daniel Pfeifer
2016-08-18
1
-4/+2
*
Make sure unnused parameters are /*named*/
Daniel Pfeifer
2016-08-16
1
-1/+1
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-3/+3
*
Simplify boolean expressions
Daniel Pfeifer
2016-06-02
1
-5/+1
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-137/+101
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-8/+0
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-6/+6
*
Remove unused cmLocalGenerator include.
Stephen Kelly
2015-10-05
1
-1/+0
*
CPack: allow packaging of empty directories
Domen Vrankar
2015-09-28
1
-2/+2
*
cmake: Teach "-E tar" command a "--format=" option
Nils Gladitz
2015-04-10
1
-3/+3
*
cpack: Fix CPACK_PACKAGING_INSTALL_PREFIX handling for archives (#14677)
Clinton Stimpson
2015-03-30
1
-0/+8
*
strings: Remove redundant calls to std::string::c_str()
Nils Gladitz
2014-10-15
1
-4/+4
*
Handle CPACK_MONOLITHIC_INSTALL in some rare use cases.
Eric NOULARD
2012-03-18
1
-1/+1
*
CPackArchive restore default behavior and provide new variable.
Eric NOULARD
2012-02-01
1
-1/+1
*
CPack Add top level directory in component install for Archive Generators
Daniel Nelson
2012-01-13
1
-2/+9
*
Fix KWStyle warnings
Eric NOULARD
2011-04-04
1
-1/+2
*
Combine component packaging methods into an enum.
Clinton Stimpson
2011-03-31
1
-2/+2
*
CPack fix #11930 and simplifies component packaging options
Eric NOULARD
2011-03-23
1
-37/+12
*
CPackArchive package all components specified in CPACK_COMPONENTS_ALL
Eric NOULARD
2011-03-03
1
-0/+33
*
CPack Authorize DISPLAY_NAME usage in component package
Eric NOULARD
2011-02-22
1
-6/+10
*
CPack remove "-ALL" suffix for ALL-IN-ONE packages
Eric NOULARD
2011-02-22
1
-1/+1
*
CPackRPM honors all the different ways of packaging components
Eric NOULARD
2011-02-06
1
-2/+0
*
CPack use IsOn when it's better than IsSet
Eric NOULARD
2010-12-12
1
-1/+1
*
CPack Fix KWStyle error
Eric NOULARD
2010-12-01
1
-1/+3
*
CPack backward compatibility fix 2.8.3-2.8.2 (bug 11452)
Eric NOULARD
2010-11-29
1
-16/+28
*
CPackRPM add basic component support to CPackRPM
Eric NOULARD
2010-11-13
1
-60/+5
*
Fix KWStyle line length issues.
Bill Hoffman
2010-09-15
1
-15/+37
*
CPackArchiveGenerator improve usability and robustness
Eric NOULARD
2010-08-24
1
-2/+46
*
CPackArchiveGenerator add component supports
Eric NOULARD
2010-08-24
1
-17/+187
*
CPackArchiveGenerator use cmArchiveWrite wrapper
Eric NOULARD
2010-08-24
1
-194/+32
[next]