| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Encoding: Fix potential encoding issues with libarchive on Windows. | Clinton Stimpson | 2014-07-02 | 1 | -2/+24 |
|
|
* | Merge topic 'archive-null-error' | Brad King | 2014-04-17 | 1 | -14/+21 |
|\ |
|
| * | cmArchiveWrite: Handle NULL error string (#14882) | Brad King | 2014-04-16 | 1 | -14/+21 |
|
|
* | | Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream. | Clinton Stimpson | 2014-01-07 | 1 | -1/+2 |
|/ |
|
* | cmArchiveWrite: Clear fflags from archive entries | Brad King | 2012-06-06 | 1 | -0/+1 |
|
|
* | Do not add the content of a file if it's a symlink. | Eric NOULARD | 2012-01-13 | 1 | -3/+7 |
|
|
* | CMake: Write symlinks to directories as files in archives (#12284) | Johan Björk | 2011-09-06 | 1 | -1/+2 |
|
|
* | cmArchiveWrite: Clear xattr and acl from entries (#11958) | Brad King | 2011-04-07 | 1 | -0/+3 |
|
|
* | Add Compress compress support to libarchive-wrapper | Eric NOULARD | 2010-08-16 | 1 | -0/+8 |
|
|
* | Add XZ compress support to libarchive-wrapper | Eric NOULARD | 2010-08-13 | 1 | -0/+8 |
|
|
* | Add ZIP archive format and LZMA compress support to libarchive-wrapper | Eric NOULARD | 2010-08-13 | 1 | -4/+40 |
|
|
* | cmArchiveWrite: Fix signed/unsigned again | Brad King | 2010-08-11 | 1 | -7/+7 |
|
|
* | cmArchiveWrite: Fix signed/unsigned compare/convert | Brad King | 2010-08-09 | 1 | -4/+8 |
|
|
* | Create class cmArchiveWrite to wrap libarchive (#11020) | Brad King | 2010-08-06 | 1 | -0/+243 |
|
|