summaryrefslogtreecommitdiff
path: root/Utilities/cmlibarchive
Commit message (Expand)AuthorAgeFilesLines
...
* | libarchive: Define __LA_DEPRECATED consistentlyBrad King2017-02-231-5/+2
* | Merge branch 'upstream-LibArchive' into update-libarchiveBrad King2017-02-2086-1969/+4682
|/
* libarchive: Add support for building with OpenSSL 1.1Brad King2016-11-286-38/+75
* libarchive: Add headers to adapt between OpenSSL 1.1 and older versionsBrad King2016-11-286-3/+108
* libarchive: Fix include order in xxhash.cBrad King2016-08-171-2/+3
* Merge topic 'update-libarchive'Brad King2016-06-2119-49/+88
|\
| * Merge branch 'upstream-LibArchive' into update-libarchiveBrad King2016-06-2019-49/+88
* | libarchive: Restore OpenSSL include directory from upstreamBrad King2016-06-071-0/+1
|/
* libarchive: Drop early use of crypto libraryBrad King2016-05-031-2/+0
* Merge branch 'upstream-LibArchive' into update-libarchiveBrad King2016-05-0249-271/+868
* libarchive: Remove CMake-specific READMEBrad King2016-05-021-66/+0
* Fix spelling typos in comments and documentation (#16037)Felix Geyer2016-03-293-3/+3
* libarchive: Update README-CMake.txt for new snapshotBrad King2015-10-281-4/+4
* libarchive: Drop use of pthread.h for CMake buildBrad King2015-10-281-0/+2
* libarchive: Do not use pthread.h API without headerBrad King2015-10-281-2/+1
* libarchive: Test for Clang builtin before using itBrad King2015-10-281-1/+4
* libarchive: Avoid using 'uint8_t' as bitfield typeBrad King2015-10-221-8/+8
* libarchive: Avoid using name 'hz'Brad King2015-10-221-3/+3
* libarchive: Drop outdated CMake portability snprintfBrad King2015-10-221-4/+0
* libarchive: Avoid non-portable u_int8_tBrad King2015-10-221-7/+7
* libarchive: Use CommonCrypto APIs on OS X only when availableBrad King2015-10-224-3/+20
* libarchive: Define O_CLOEXEC when missingBrad King2015-10-221-0/+4
* libarchive: Fix VS 7.1 Debug buildBrad King2015-10-211-1/+1
* libarchive: Guard bcyrpt.h with HAVE_BCRYPT_HBrad King2015-10-211-1/+1
* libarchive: Drop CMake-specific Borland compiler workaroundBrad King2015-10-211-7/+0
* libarchive: Define version macro before first useBrad King2015-10-211-10/+10
* Merge branch 'libarchive-upstream' into update-libarchiveBrad King2015-10-21100-1031/+8235
* Merge topic 'fix-libarchive-mktemp'Brad King2015-04-101-3/+5
|\
| * libarchive: Fix string concatentation in Windows mktemp implementationTim Kientzle2015-04-091-3/+5
* | libarchive: Use base-256 encoding for UID/GID like GNU tar doesNils Gladitz2015-04-091-6/+6
|/
* libarchive: Constify internal __archive_get_date implementationBrad King2015-01-151-4/+4
* Merge topic 'cmake-cmp0054-warnings'Brad King2014-10-211-4/+4
|\
| * Avoid if() quoted auto-dereferenceBen Boeckel2014-10-201-4/+4
* | Remove borland workarounds.Stephen Kelly2014-10-151-2/+0
|/
* Fix some spelling errors in commentsGeoff Viola2014-10-132-2/+2
* libarchive: Avoid depending on if() to dereference a quoted variableBrad King2014-09-111-2/+2
* CMake: Enable use of liblzma in libarchive (#14504)Daniel Pfeifer2014-07-299-16/+21
* Merge topic 'hpux-libarchive-compile'Brad King2014-06-091-1/+1
|\
| * libarchive: Fix compilation on Tru64 with F_SETTIMESBrad King2014-06-091-1/+1
* | Merge topic 'hpux-libarchive-compile'Brad King2014-06-091-12/+14
|\ \ | |/
| * libarchive: fix compilation on newer HP-UX versionsRolf Eike Beer2014-06-091-12/+14
* | Merge topic 'update-libarchive'Brad King2014-04-1711-146/+197
|\ \
| * | libarchive: Use _snprintf on Windows, not snprintfBrad King2014-04-151-0/+4
| * | libarchive: Drop LIBARCHIVE_ADDITIONAL_LIBS, CMake does not need itBrad King2014-04-151-6/+0
| * | libarchive: Update README-CMake.txt for new snapshotBrad King2014-04-151-4/+4
| * | Merge branch 'libarchive-upstream' into update-libarchiveBrad King2014-04-159-139/+192
| * | libarchive: Disable all whitespace checks in third-party codeBrad King2014-04-151-1/+1
| * | libarchive: Avoid left-shift overflow of signed integerBrad King2014-04-151-2/+2
* | | libarchive: Skip finding libacl.h when ENABLE_ACL is OFF (#14866)Mike Crowe2014-04-141-1/+5
|/ /
* | libarchive: Avoid using name 'u_long'Brad King2014-04-112-29/+28