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
/
cmArchiveWrite.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revise C++ coding style using clang-format-15
Kitware Robot
2023-01-18
1
-1/+1
*
clang-tidy: address `modernize-use-default-member-init` lints
Ben Boeckel
2022-05-24
1
-1/+0
*
CPack: Add parallel zstd compression
Russell Greene
2022-02-23
1
-0/+9
*
cmArchiveWrite: Factor out thread count selection
Russell Greene
2022-02-23
1
-25/+25
*
cmArchiveWrite: Check for construction errors on Open
Brad King
2021-08-20
1
-0/+3
*
cmArchiveWrite: Consolidate multiple ways to set thread count
Nils Gladitz
2021-04-22
1
-18/+30
*
CPack: add CPACK_THREADS variable to control compression threads
Rodolfo Lima
2021-01-26
1
-1/+15
*
file(ARCHIVE_CREATE): Add option to control compression level
Asit Dhal
2020-09-21
1
-1/+36
*
CPack: Use SOURCE_DATE_EPOCH for all timestamps in archives
Ben Stone
2020-06-02
1
-0/+5
*
Refactoring: Third-parties public headers are under cm3p prefix
Marc Chevrier
2020-05-07
1
-1/+3
*
cmArchiveWrite: support setting archive filter options
Ben Boeckel
2020-03-31
1
-0/+13
*
cmArchiveWrite: split out opening the file
Ben Boeckel
2020-03-31
1
-1/+5
*
cmArchiveWrite: Remove ./ suffix from 7zip archives
Cristian Adam
2020-01-31
1
-2/+3
*
cmArchiveWrite: Remove ./ suffix from zip archives
Cristian Adam
2020-01-27
1
-2/+7
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-9/+11
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-2/+2
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-03
1
-1/+1
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-47/+39
*
cmake: Teach cmake -E tar command, Zstandard compression
Bartosz Kosiorek
2019-05-22
1
-0/+7
*
cmake: Don't interrupt archive creation if unable to read a file.
Bartosz Kosiorek
2019-03-18
1
-6/+5
*
Delete some default constructors and assignment operators
Albert Astals Cid
2019-02-15
1
-0/+2
*
Fix most clang -Wextra-semi-stmt warnings in C++ files
Sean McBride
2019-01-15
1
-1/+1
*
Using front() and back() instead of calculations
Cengizhan Pasaoglu
2018-11-06
1
-1/+1
*
CPack/Deb: Support SOURCE_DATE_EPOCH when packaging files
Andrew Fuller
2018-07-25
1
-2/+26
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-1/+1
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-3/+3
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-4/+4
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
Merge topic 'else-after-return'
Brad King
2016-08-23
1
-2/+1
|
\
|
*
CMake: don't use else after return
Daniel Pfeifer
2016-08-18
1
-2/+1
*
|
fix a batch of include-what-you-use violations
Daniel Pfeifer
2016-08-23
1
-0/+4
*
|
cmArchiveWrite: replace mode_t with int
Daniel Pfeifer
2016-08-17
1
-1/+1
|
/
*
Make sure unnused parameters are /*named*/
Daniel Pfeifer
2016-08-16
1
-1/+2
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-3/+4
*
Use the empty() method to check for emptyness.
Daniel Pfeifer
2016-06-02
1
-1/+1
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-145/+103
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-11/+0
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-3/+3
*
cmArchiveWrite: Preemptively adapt to future libarchive 4.0 changes
Brad King
2015-10-28
1
-0/+4
*
cmArchiveWrite: control user/group, permissions and recursive file adding
Raffi Enficiaud
2015-09-17
1
-4/+35
*
Merge topic 'libarchive-modern-apis'
Brad King
2015-08-25
1
-14/+14
|
\
|
*
Use modern libarchive APIs
Páder Rezső
2015-08-24
1
-14/+14
*
|
Remove use of include <cmsys/ios/*> and cmsys_ios::*
Brad King
2015-08-20
1
-4/+3
|
/
*
cmArchiveWrite: do not store sparse files when using standard tar formats
Roman Donchenko
2015-07-06
1
-1/+10
*
cmake: Teach "-E tar" command a "--format=" option
Nils Gladitz
2015-04-10
1
-31/+13
*
Merge branch 'backport-no-global-setlocale' into no-global-setlocale
Brad King
2015-02-06
1
-0/+4
|
\
|
*
Add setlocale() calls around use of libarchive APIs (#14934, #15377)
Brad King
2015-02-06
1
-0/+4
*
|
cmake: Teach "-E tar" command a "--mtime=" option
Brad King
2015-01-19
1
-0/+15
*
|
cmake: Teach "-E tar" to report file name on failure to read from disk
Brad King
2015-01-19
1
-1/+3
|
/
*
CPack: add generators for .7z and .tar.xz (#13072, #14519)
Daniel Pfeifer
2014-07-29
1
-1/+9
[next]