v1.9.2
Windows: create import library with gcc directly, remove now useless def file
lz4 version source from lz4.h
added a few dates
lib/Makefile: Fix detection of `Darwin`.
ensure conformance with custom LZ4_DISTANCE_MAX
More build imrpvements Moved a few other tests to Makefiles.inc. Other things might need to go there. Made a test for symlink appropriateness. Windows can NOT handle them the same way Unix-like operating systems do (if at all). This is mostly the same as the Visual C projects. embed version info into .dll and .exes that are redistributed.
[LZ4_compress_destSize] Fix off-by-one error
bumped version number to v1.9.2
[lz4frame] Fix unused variable warnings in fuzzing mode
Add multiframe report to --list command
Integrate lz4frame_static.h Declarations into lz4frame.h
[lz4hc] Chain swap with acceleration
ensure lz4.h can be included with or without LZ4_STATIC_LINKING_ONLY in any order
updated xxhash to latest version