wimlib:dec64table_dec32table_lzcopy

Last commit made on 2016-07-24
Get this branch:
git clone -b dec64table_dec32table_lzcopy https://git.launchpad.net/wimlib

Branch merges

Branch information

Name:
dec64table_dec32table_lzcopy
Repository:
lp:wimlib

Recent commits

347be02... by Eric Biggers

dec64table_dec32table_lzcopy

3f995a8... by Eric Biggers

lzx_compress: make lzx_cost_for_probability() more robust

c58ff4e... by Eric Biggers

decompress_common: slightly match copying in RLE case

27bb33c... by Eric Biggers

lzms_common.c: support x32 ABI in find_next_opcode_sse4_2()

181cc78... by Eric Biggers

avl_tree: replace 'AVL_INLINE' with 'forceinline'

afd591f... by Eric Biggers

README.WINDOWS: describe 64-bit build by default

2cbaa24... by Eric Biggers

README.WINDOWS: update build instructions for v1.10.0

e4cdc80... by Eric Biggers

configure.ac: Do not check for <sys/param.h>

This header is conditionally included by <ntfs-3g/endians.h>. It defines
too much stuff on certain platforms, e.g. an ALIGN() macro on FreeBSD,
and it appears redundant with other methods of determining the
endianness.

e5e237e... by Eric Biggers

ntfs-3g_capture.c: include <ntfs-3g/compat.h> to get ENODATA definition

Some platforms, e.g. FreeBSD, do not define ENODATA. On such platforms,
libntfs-3g uses ENOENT instead, and <ntfs-3g/compat.h> defines ENODATA as
ENOENT.

9fa8b0d... by Eric Biggers

Update NEWS