CMake/Utilities/cmlibarchive/libarchive
Brad King 8cb1f4b0a4 libarchive: Include integer types very early
In libarchive/archive_platform.h we should include <stdint.h> or
<inttypes.h> immediately after "config.h" to define integer types
referenced by configuration results.  For example, on a non-conformant
platform ssize_t might default to int64_t, so int64_t must be defined
before ssize_t is used (and ssize_t is used in archive_windows.h).
2009-11-18 15:50:24 -05:00
..
test remove makefiles as they cause the in source build test of cmake to fail 2009-11-03 10:21:50 -05:00
CMakeLists.txt link in additional libraries that the configure step finds 2009-11-07 10:52:40 -05:00
archive.h libarchive: Fix unconfigured header logic 2009-11-04 16:06:44 -05:00
archive_check_magic.c
archive_crc32.h
archive_endian.h Fixes for borland, compiles with lots of warnings, but compiles, might fix vs70 again too. 2009-11-01 12:41:17 -05:00
archive_entry.3
archive_entry.c libarchive: Add try-compile for 'major' 2009-11-05 16:29:21 -05:00
archive_entry.h Fix for mode_t with signed types 2009-11-07 19:34:24 -05:00
archive_entry_copy_bhfi.c libarchive: Fix Borland integer constants 2009-11-04 13:10:11 -05:00
archive_entry_copy_stat.c
archive_entry_link_resolver.c Remove a few more warnings 2009-11-12 07:42:21 -05:00
archive_entry_private.h
archive_entry_stat.c
archive_entry_strmode.c
archive_entry_xattr.c
archive_haiku.h Fix for haiku 2009-10-31 09:39:58 -04:00
archive_hash.h
archive_platform.h libarchive: Include integer types very early 2009-11-18 15:50:24 -05:00
archive_private.h libarchive: Disable Borland warnings 2009-11-04 13:09:59 -05:00
archive_read.3
archive_read.c libarchive: Use consistent function storage class 2009-11-04 17:25:35 -05:00
archive_read_data_into_fd.c
archive_read_disk.3
archive_read_disk.c
archive_read_disk_entry_from_file.c
archive_read_disk_private.h
archive_read_disk_set_standard_lookup.c libarchive: Initialize passwd/group lookup result 2009-11-06 10:54:10 -05:00
archive_read_extract.c
archive_read_open_fd.c borland builds, but still has some link errors 2009-11-02 10:51:29 -05:00
archive_read_open_file.c borland builds, but still has some link errors 2009-11-02 10:51:29 -05:00
archive_read_open_filename.c borland builds, but still has some link errors 2009-11-02 10:51:29 -05:00
archive_read_open_memory.c
archive_read_private.h
archive_read_support_compression_all.c
archive_read_support_compression_bzip2.c
archive_read_support_compression_compress.c
archive_read_support_compression_gzip.c
archive_read_support_compression_none.c
archive_read_support_compression_program.c
archive_read_support_compression_xz.c
archive_read_support_format_all.c
archive_read_support_format_ar.c libarchive: Fix try-compile for SIZE_MAX 2009-11-05 16:29:30 -05:00
archive_read_support_format_cpio.c
archive_read_support_format_empty.c
archive_read_support_format_iso9660.c Remove unused variable to fix warning 2009-10-30 17:10:09 -04:00
archive_read_support_format_mtree.c try to get rid of some warnings on hpux 2009-11-08 17:39:39 -05:00
archive_read_support_format_raw.c Fix statement not reached warning for libarchive. 2009-11-05 14:15:28 -05:00
archive_read_support_format_tar.c try to get rid of some warnings on hpux 2009-11-08 17:39:39 -05:00
archive_read_support_format_zip.c
archive_string.c Fix hpux build on heart 2009-11-06 12:13:36 -05:00
archive_string.h
archive_string_sprintf.c
archive_util.3
archive_util.c
archive_virtual.c
archive_windows.c libarchive: Provide SetFilePointerEx for VS 6 2009-11-04 16:31:40 -05:00
archive_windows.h libarchive: Borland provides umask, not _umask 2009-11-10 16:27:42 -05:00
archive_write.3
archive_write.c
archive_write_disk.3
archive_write_disk.c libarchive: Use consistent function storage class 2009-11-04 17:25:35 -05:00
archive_write_disk_private.h
archive_write_disk_set_standard_lookup.c remove the last of the windows W4 warnings 2009-11-12 10:17:55 -05:00
archive_write_open_fd.c borland builds, but still has some link errors 2009-11-02 10:51:29 -05:00
archive_write_open_file.c
archive_write_open_filename.c
archive_write_open_memory.c
archive_write_private.h
archive_write_set_compression_bzip2.c remove the last of the windows W4 warnings 2009-11-12 10:17:55 -05:00
archive_write_set_compression_compress.c
archive_write_set_compression_gzip.c
archive_write_set_compression_none.c
archive_write_set_compression_program.c
archive_write_set_compression_xz.c
archive_write_set_format.c
archive_write_set_format_ar.c
archive_write_set_format_by_name.c
archive_write_set_format_cpio.c
archive_write_set_format_cpio_newc.c
archive_write_set_format_mtree.c
archive_write_set_format_pax.c Fixes for borland, compiles with lots of warnings, but compiles, might fix vs70 again too. 2009-11-01 12:41:17 -05:00
archive_write_set_format_shar.c
archive_write_set_format_ustar.c
archive_write_set_format_zip.c Fix for warning on dash8 that caused a build failure because of -WError 2009-11-04 10:45:52 -05:00
config_freebsd.h
config_windows.h
cpio.5
filter_fork.c
filter_fork.h
filter_fork_windows.c libarchive: Disable Borland warnings 2009-11-04 13:09:59 -05:00
libarchive-formats.5
libarchive.3
libarchive_internals.3
mtree.5
o2
out
tar.5