Nils Gladitz
|
c5c130e675
cmArchiveWrite: Consolidate multiple ways to set thread count
|
4 years ago |
Rodolfo Lima
|
bdf30bdad8
CPack: add CPACK_THREADS variable to control compression threads
|
4 years ago |
Oleksandr Koval
|
209daa20b2
Code style: add missed explicit 'this->'
|
4 years ago |
Marc Chevrier
|
2faa3f6c55
Refactoring: Third-parties public headers are under cm3p prefix
|
5 years ago |
Ben Boeckel
|
b3bacf0152
cmCPackArchiveGenerator: support multithreaded compression
|
5 years ago |
Ben Boeckel
|
b71d385ed4
cmCPackArchiveGenerator: support setting archive options
|
6 years ago |
Ben Boeckel
|
b9c17de023
cmArchiveWrite: split out opening the file
|
6 years ago |
Kitware Robot
|
ed98209ddc
Revise include order using clang-format-6.0
|
6 years ago |
Regina Pfeifer
|
e26f0e9dd5
CPack: Add generator for .tar.zst packages
|
6 years ago |
Regina Pfeifer
|
f7085d7b0a
cmCPackArchiveGenerator: Code cleanup
|
6 years ago |
Sebastian Holtermann
|
9b334397f5
Source sweep: Use cmStrCat for string concatenation
|
6 years ago |
Regina Pfeifer
|
55671b41d2
clang-tidy: Use `= default`
|
6 years ago |
Sean McBride
|
b056bc3425
Fix most clang -Wextra-semi-stmt warnings in C++ files
|
6 years ago |
Brad King
|
cd0881be61
IWYU: Update CMake code for IWYU built with Clang 6
|
6 years ago |
Sebastian Holtermann
|
b6802cd506
cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` calls
|
7 years ago |
Sylvain Joubert
|
22fbf39d9b
CPack: Fix log typos (spaces in the wrong places)
|
7 years ago |
Kitware Robot
|
d7204e649e
Revise C++ coding style using clang-format-6.0
|
7 years ago |
Craig Scott
|
e60e4dfc88
cmWorkingDirectory: Check success of current dir changes
|
7 years ago |
Pavel Solodovnikov
|
653b894683
Reduce raw string pointers usage.
|
7 years ago |
Pavel Solodovnikov
|
c85bb007df
Reduce allocation of temporary values on heap.
|
7 years ago |
Pavel Solodovnikov
|
f43baf6981
Meta: modernize old-fashioned loops to range-based `for` (CPack).
|
8 years ago |
Daniel Pfeifer
|
5962db4389
Use C++11 nullptr
|
8 years ago |
Domen Vrankar
|
9e06e97d30
CPack/Archive: per component filenames support
|
8 years ago |
Ben Boeckel
|
aba92ffd92
cmWorkingDirectory: use the new class
|
8 years ago |
Brad King
|
86578eccf2
Simplify CMake per-source license notices
|
9 years ago |
Daniel Pfeifer
|
d47c7bf608
CPack: include what you use
|
9 years ago |
Daniel Pfeifer
|
1a9de8035c
surround macro arguments with parentheses
|
9 years ago |
Daniel Pfeifer
|
7f97a6c94b
CPack: don't use else after return
|
9 years ago |
Daniel Pfeifer
|
e7b842e189
Make sure unnused parameters are /*named*/
|
9 years ago |
Daniel Pfeifer
|
1d6909a287
use CM_NULLPTR
|
9 years ago |