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
/
Utilities
/
cmlibarchive
/
libarchive
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix spelling typos in comments and documentation (#16037)
Felix Geyer
2016-03-29
2
-2/+2
*
libarchive: Do not use pthread.h API without header
Brad King
2015-10-28
1
-2/+1
*
libarchive: Test for Clang builtin before using it
Brad King
2015-10-28
1
-1/+4
*
libarchive: Avoid using 'uint8_t' as bitfield type
Brad King
2015-10-22
1
-8/+8
*
libarchive: Avoid using name 'hz'
Brad King
2015-10-22
1
-3/+3
*
libarchive: Drop outdated CMake portability snprintf
Brad King
2015-10-22
1
-4/+0
*
libarchive: Avoid non-portable u_int8_t
Brad King
2015-10-22
1
-7/+7
*
libarchive: Use CommonCrypto APIs on OS X only when available
Brad King
2015-10-22
4
-3/+20
*
libarchive: Define O_CLOEXEC when missing
Brad King
2015-10-22
1
-0/+4
*
libarchive: Fix VS 7.1 Debug build
Brad King
2015-10-21
1
-1/+1
*
libarchive: Guard bcyrpt.h with HAVE_BCRYPT_H
Brad King
2015-10-21
1
-1/+1
*
libarchive: Drop CMake-specific Borland compiler workaround
Brad King
2015-10-21
1
-7/+0
*
libarchive: Define version macro before first use
Brad King
2015-10-21
1
-10/+10
*
Merge branch 'libarchive-upstream' into update-libarchive
Brad King
2015-10-21
96
-1018/+8121
*
Merge topic 'fix-libarchive-mktemp'
Brad King
2015-04-10
1
-3/+5
|
\
|
*
libarchive: Fix string concatentation in Windows mktemp implementation
Tim Kientzle
2015-04-09
1
-3/+5
*
|
libarchive: Use base-256 encoding for UID/GID like GNU tar does
Nils Gladitz
2015-04-09
1
-6/+6
|
/
*
libarchive: Constify internal __archive_get_date implementation
Brad King
2015-01-15
1
-4/+4
*
Fix some spelling errors in comments
Geoff Viola
2014-10-13
2
-2/+2
*
CMake: Enable use of liblzma in libarchive (#14504)
Daniel Pfeifer
2014-07-29
8
-7/+8
*
Merge topic 'hpux-libarchive-compile'
Brad King
2014-06-09
1
-1/+1
|
\
|
*
libarchive: Fix compilation on Tru64 with F_SETTIMES
Brad King
2014-06-09
1
-1/+1
*
|
Merge topic 'hpux-libarchive-compile'
Brad King
2014-06-09
1
-12/+14
|
\
\
|
|
/
|
*
libarchive: fix compilation on newer HP-UX versions
Rolf Eike Beer
2014-06-09
1
-12/+14
*
|
libarchive: Use _snprintf on Windows, not snprintf
Brad King
2014-04-15
1
-0/+4
*
|
Merge branch 'libarchive-upstream' into update-libarchive
Brad King
2014-04-15
7
-139/+182
*
|
libarchive: Avoid left-shift overflow of signed integer
Brad King
2014-04-15
1
-2/+2
*
|
libarchive: Avoid using name 'u_long'
Brad King
2014-04-11
2
-29/+28
*
|
libarchive: Do not require includers to have windows.h
Brad King
2014-04-03
1
-1/+1
*
|
libarchive: Convert literal LL suffix to ARCHIVE_LITERAL_LL
Brad King
2014-04-03
1
-16/+16
*
|
libarchive: Update archive_util.c to use CMake zlib and bzip2 headers
Brad King
2014-04-03
1
-2/+2
*
|
Merge branch 'libarchive-upstream' into update-libarchive
Brad King
2014-04-03
50
-1923/+3859
*
|
libarchive: Fix compliation with Open Watcom
Jiri Malak
2014-03-09
3
-3/+8
|
/
*
Fix wording of "the the" typos throughout text
Ruslan Baratov
2014-01-03
1
-1/+1
*
libarchive: Use ARCHIVE_LITERAL_ULL to add ULL integer suffix
Brad King
2013-12-09
1
-1/+1
*
libarchive: Port upstream issue 320 second fix
Brad King
2013-12-09
1
-20/+48
*
libarchive: Port upstream issue 320 fix
Brad King
2013-11-25
1
-11/+7
*
libarchive: Avoid struct init with variable
Brad King
2013-07-31
1
-1/+3
*
libarchive: Silence API deprecation warnings
Brad King
2013-07-31
1
-5/+2
*
libarchive: Include cm_zlib.h to get zlib used by CMake
Brad King
2013-07-31
2
-2/+2
*
Merge branch 'libarchive-upstream' into update-libarchive
Brad King
2013-07-31
144
-4053/+17773
*
libarchive: Fix free() order to avoid accessing freed memory
Ömer Fadıl USTA
2013-07-15
1
-1/+1
*
Fix spelling and typos (non-binary)
Andreas Mohr
2013-05-07
1
-1/+1
*
Fix spelling and typos (affecting binary data / module messages)
Andreas Mohr
2013-05-07
2
-4/+4
*
libarchive: fixed undefined left shift with signed ints
Sean McBride
2012-11-30
1
-4/+32
*
Fix typo direcotry -> directory (and similar) [#13444]
Rolf Eike Beer
2012-07-30
2
-2/+2
*
libarchive: Avoid 'inline' on SunPro < 5.9 (#13277)
Brad King
2012-06-07
1
-0/+3
*
libarchive: Avoid 'inline' keyword on XL C v6 (#13148)
Brad King
2012-04-19
1
-0/+3
*
libarchive: Avoid trailing , in enum for XL v6 (#13148)
Jim Hague
2012-04-19
1
-5/+5
*
libarchive: Workaround mbsnrtowcs assertion failure on old glibc
Brad King
2012-02-10
1
-0/+5
[next]