Yann Collet [Wed, 20 May 2015 20:17:37 +0000 (22:17 +0200)]
Merge pull request #107 from t-mat/issue/103pr2
Add supporting iterative edit and testing to versionstest
Takayuki MATSUOKA [Wed, 20 May 2015 11:00:38 +0000 (20:00 +0900)]
Combine unique .lz4 file info
Takayuki MATSUOKA [Sat, 16 May 2015 05:58:27 +0000 (14:58 +0900)]
Support iterative edit and testing
This commit will allows iterative edit and testing to local working copy.
You could iterate edit and testing by the following commands:
cd /path/to/lz4
cd test
make versionstest
my-favorite-text-editor ../lib/lz4.c
make versionstest
my-favorite-text-editor ./test-lz4-versions.py
make versionstest
...
Takayuki MATSUOKA [Fri, 15 May 2015 14:44:48 +0000 (23:44 +0900)]
Add log output of succeeded decompression to test script
Takayuki MATSUOKA [Fri, 15 May 2015 14:21:52 +0000 (23:21 +0900)]
Add log of same files and sha1 hash of unique files to versionstest
Yann Collet [Wed, 20 May 2015 07:58:59 +0000 (08:58 +0100)]
Fixed : LZ4IO exits too early when frame crc not present, reported by Yongwoon Cho (#106)
Yann Collet [Tue, 19 May 2015 09:29:41 +0000 (10:29 +0100)]
minor tests improvements
Yann Collet [Mon, 18 May 2015 21:35:09 +0000 (22:35 +0100)]
minor test refactor
Yann Collet [Mon, 18 May 2015 21:09:37 +0000 (22:09 +0100)]
Fixed sparse issue with non seekable streams (#105)
Yann Collet [Sun, 17 May 2015 19:55:49 +0000 (20:55 +0100)]
removed "flush" argument to please Travis's python version
Yann Collet [Fri, 15 May 2015 14:51:07 +0000 (16:51 +0200)]
cosmetic changes, 2nd try
Yann Collet [Fri, 15 May 2015 14:44:37 +0000 (15:44 +0100)]
minor cosmetic changes for Takayuki's testVersions
Yann Collet [Fri, 15 May 2015 12:51:13 +0000 (14:51 +0200)]
Merge branch 'dev' of github.com:Cyan4973/lz4 into dev
Yann Collet [Fri, 15 May 2015 12:45:46 +0000 (14:45 +0200)]
Merge pull request #104 from t-mat/issue/103pr2
Add compatibility test between releases (resolves issue #103 )
Takayuki MATSUOKA [Fri, 15 May 2015 00:27:44 +0000 (09:27 +0900)]
Issue #103 : Add compatibility test between releases
Add forward/backward compatibility test between all versions
- Add new Makefile target "versionstest".
- Standard test procedure like "make versionstest && make clean"
works properly.
test/test-lz4-versions.py
- This script creates test/lz4test and checkout all
Release tagged versions. After that, compile all versions of
lz4c and lz4c32 and compress/decompress between all versions.
- This test clones entire git repository to checkout all tags.
- Since Travis's default command does not clone entire repository,
we could not checkout all tags from Travis' default clone.
- After that, test script shows all unique .lz4 files. In this list,
'r999' means 'head' of current working copy.
Yann Collet [Wed, 13 May 2015 14:22:33 +0000 (15:22 +0100)]
Added a few more interoperability tests (32bits vs 64 bits)
Yann Collet [Tue, 12 May 2015 09:10:20 +0000 (10:10 +0100)]
Updated a few comments
Yann Collet [Thu, 7 May 2015 12:03:07 +0000 (13:03 +0100)]
Fixed minor typo
Yann Collet [Thu, 7 May 2015 12:00:21 +0000 (13:00 +0100)]
minor introduction update
Yann Collet [Thu, 7 May 2015 11:23:39 +0000 (13:23 +0200)]
Merge pull request #102 from Cyan4973/dev
Dev
Yann Collet [Wed, 6 May 2015 19:57:35 +0000 (20:57 +0100)]
minor parsing update
Yann Collet [Wed, 6 May 2015 19:23:06 +0000 (20:23 +0100)]
Updated comments
Yann Collet [Wed, 6 May 2015 09:26:59 +0000 (10:26 +0100)]
Fixed typo
Yann Collet [Wed, 6 May 2015 01:29:04 +0000 (02:29 +0100)]
Added : LZ4_compress_destSize()
Yann Collet [Wed, 6 May 2015 00:58:24 +0000 (01:58 +0100)]
Added compilation flag -Wcast-qual
Yann Collet [Mon, 4 May 2015 13:43:37 +0000 (14:43 +0100)]
Updated readme
Yann Collet [Sun, 3 May 2015 19:57:21 +0000 (20:57 +0100)]
Updated lz4hc API
Yann Collet [Sun, 3 May 2015 17:06:01 +0000 (18:06 +0100)]
Fixed minor Visual warning
Yann Collet [Sun, 3 May 2015 17:02:48 +0000 (18:02 +0100)]
Updated streaming examples
Yann Collet [Sun, 3 May 2015 16:57:46 +0000 (17:57 +0100)]
New lz4 API, using LZ4_compress_fast()
Yann Collet [Sat, 2 May 2015 23:43:38 +0000 (01:43 +0200)]
Merge pull request #99 from eberge/dev
Install the lz4frame.h header in the cmake build
Yann Collet [Sat, 2 May 2015 18:10:28 +0000 (19:10 +0100)]
Fixed bug 9318
Yann Collet [Sat, 2 May 2015 14:44:43 +0000 (15:44 +0100)]
refactored lz4hc
Eric Berge [Tue, 28 Apr 2015 14:00:23 +0000 (09:00 -0500)]
Install the lz4frame.h header in the cmake build
Yann Collet [Mon, 27 Apr 2015 01:31:56 +0000 (02:31 +0100)]
moved lz4frame context types to incomplete typedef
Yann Collet [Fri, 24 Apr 2015 13:28:06 +0000 (14:28 +0100)]
Increased aligment requirement for lz4frame context pointer
Yann Collet [Fri, 24 Apr 2015 12:26:53 +0000 (13:26 +0100)]
Modified lz4frame context typedef, to enforce stricter alignment condition
Yann Collet [Fri, 24 Apr 2015 10:04:21 +0000 (11:04 +0100)]
Fixed minor static analyzer warning
Yann Collet [Fri, 24 Apr 2015 09:15:12 +0000 (10:15 +0100)]
streaming API : Improved ring buffer management
Yann Collet [Thu, 23 Apr 2015 21:59:47 +0000 (23:59 +0200)]
Merge pull request #98 from eberge/dev
cmake support for AIX, HPUX, Solaris and Windows
Eric Berge [Thu, 23 Apr 2015 20:59:09 +0000 (15:59 -0500)]
cmake support for AIX, HPUX, Solaris and Windows
The following changes allow for builds on AIX and HPUX
with the native (non-gcc) compilers, as well as
Visual Studio 2008 and Visual Studio 2012.
Also work around a build error with gcc on Solaris
which fails due to the system detecting an attempt
to use C99 mode with an XPG mode less than XPG6.
Yann Collet [Thu, 23 Apr 2015 06:46:35 +0000 (07:46 +0100)]
Added LZ4_compress_fast_extState()
Yann Collet [Tue, 21 Apr 2015 23:57:39 +0000 (00:57 +0100)]
Frame content size disabled by default when using LZ4F_compressFrame(), to be in better coherence with the advanced API LZ4F_compress_update()
Yann Collet [Tue, 21 Apr 2015 18:07:31 +0000 (19:07 +0100)]
Removed obsolete functions from lz4 cli
Yann Collet [Tue, 21 Apr 2015 17:31:35 +0000 (18:31 +0100)]
Removed LZ4_compress() (obsolete) from lz4
Yann Collet [Mon, 20 Apr 2015 11:23:33 +0000 (12:23 +0100)]
Updated LZ4F_freeDecompressionContext(), to provide stage hint as result
Yann Collet [Mon, 20 Apr 2015 11:12:02 +0000 (12:12 +0100)]
Changed LZ4F compressionLevel from unsigned to signed, in anticipation for LZ4_compress_fast() integration.
Yann Collet [Mon, 20 Apr 2015 09:05:54 +0000 (10:05 +0100)]
Fixed frame concatenation
Yann Collet [Mon, 20 Apr 2015 08:51:00 +0000 (09:51 +0100)]
Fixed frametest
Yann Collet [Mon, 20 Apr 2015 08:26:16 +0000 (09:26 +0100)]
Restored make-lz4
Yann Collet [Mon, 20 Apr 2015 08:24:25 +0000 (09:24 +0100)]
Fixed unfinished frame (issue #75)
Yann Collet [Sun, 19 Apr 2015 14:23:53 +0000 (15:23 +0100)]
Updated LZ4F_getFrameInfo() behavior, related to uncomplete frame header decoding attempts
Yann Collet [Sat, 18 Apr 2015 11:44:38 +0000 (12:44 +0100)]
added --no-sparse test
Yann Collet [Fri, 17 Apr 2015 18:42:07 +0000 (19:42 +0100)]
Sparse file support is now enabled by default
Yann Collet [Thu, 16 Apr 2015 15:45:58 +0000 (16:45 +0100)]
test error message in multiple files mode
Yann Collet [Thu, 16 Apr 2015 15:27:16 +0000 (16:27 +0100)]
Reclassified some notification messages as errors
Yann Collet [Thu, 16 Apr 2015 12:34:03 +0000 (13:34 +0100)]
stronger arm tests
Yann Collet [Thu, 16 Apr 2015 12:18:15 +0000 (13:18 +0100)]
fix minor "divide by zero" risk
Yann Collet [Thu, 16 Apr 2015 12:09:34 +0000 (13:09 +0100)]
fixed minor leak
Yann Collet [Thu, 16 Apr 2015 11:48:50 +0000 (12:48 +0100)]
Static analyzer generates error codes on bug suspicion
Yann Collet [Thu, 16 Apr 2015 08:57:46 +0000 (09:57 +0100)]
minor header refactoring
Yann Collet [Thu, 16 Apr 2015 08:45:53 +0000 (10:45 +0200)]
Merge pull request #96 from t-mat/improve-pr-95
Add LZ4F_OBSOLETE_ENUM() to describe obsolete enums
Yann Collet [Thu, 16 Apr 2015 07:51:31 +0000 (08:51 +0100)]
minor optimization for small files
Yann Collet [Thu, 16 Apr 2015 06:16:48 +0000 (07:16 +0100)]
Removed status notification in multiple-files mode
Takayuki MATSUOKA [Thu, 16 Apr 2015 03:42:26 +0000 (12:42 +0900)]
Add LZ4F_OBSOLETE_ENUM() to describe obsolete enums
- Add LZ4F_OBSOLETE_ENUM() to describe obsolete enums
- Add compatible typedefs for obsolete enum types
- Remove constant macros
Yann Collet [Wed, 15 Apr 2015 15:24:43 +0000 (16:24 +0100)]
Multiple files decompression refactoring
Yann Collet [Wed, 15 Apr 2015 09:34:08 +0000 (10:34 +0100)]
Updated lz4frame error names
Yann Collet [Wed, 15 Apr 2015 08:39:38 +0000 (10:39 +0200)]
Merge pull request #95 from t-mat/issue/90
Modified lz4frame enum, by @t-mat
Yann Collet [Wed, 15 Apr 2015 05:53:17 +0000 (07:53 +0200)]
Merge pull request #94 from t-mat/dev
Fix LZ4_DEPRECATED() in lz4hc.h
Takayuki MATSUOKA [Wed, 15 Apr 2015 05:19:17 +0000 (14:19 +0900)]
Fix LZ4_DEPRECATED() in lz4hc.h
Yann Collet [Tue, 14 Apr 2015 23:01:52 +0000 (01:01 +0200)]
Merge pull request #91 from t-mat/dev
Fix LZ4_DEPRECATED() for old compilers
Takayuki MATSUOKA [Tue, 14 Apr 2015 18:00:36 +0000 (03:00 +0900)]
Issue#90 : Change old enum names to new one
Takayuki MATSUOKA [Tue, 14 Apr 2015 17:59:51 +0000 (02:59 +0900)]
Issue#90 : Change old enum to macro to maximize compatibility
Takayuki MATSUOKA [Tue, 14 Apr 2015 17:20:47 +0000 (02:20 +0900)]
Issue#90 : Add LZ4F_ prefix
- Add LZ4F_ prefix to LZ4 frame related enums.
- Also add conditional macro LZ4F_DISABLE_OLD_ENUMS for testing and users who prefer strict prefixes.
Takayuki MATSUOKA [Tue, 14 Apr 2015 15:19:13 +0000 (00:19 +0900)]
Fix LZ4_DEPRECATED() for older/non-gcc/clang/MSVC compilers
Takayuki MATSUOKA [Tue, 14 Apr 2015 15:17:06 +0000 (00:17 +0900)]
Replace GCC_VERSION with LZ4_GCC_VERSION
Yann Collet [Tue, 14 Apr 2015 21:22:06 +0000 (23:22 +0200)]
Merge pull request #93 from drcrallen/descriptiveFrameErrors
Revert "Revert "Add more descriptive frame errors""
Charles Allen [Tue, 14 Apr 2015 20:33:43 +0000 (13:33 -0700)]
Revert "Revert "Add more descriptive frame errors""
This reverts commit
5a6652708439800e30d21e0cd24ed15cfb745a8b.
Yann Collet [Tue, 14 Apr 2015 20:02:12 +0000 (21:02 +0100)]
Valgrind tests generate errors
Yann Collet [Tue, 14 Apr 2015 20:00:34 +0000 (22:00 +0200)]
Merge branch 'dev' of github.com:Cyan4973/lz4 into dev
Yann Collet [Tue, 14 Apr 2015 19:59:47 +0000 (21:59 +0200)]
Merge pull request #92 from Cyan4973/revert-89-descriptiveFrameErrors
Revert "Add more descriptive frame errors"
Yann Collet [Tue, 14 Apr 2015 18:21:50 +0000 (20:21 +0200)]
Revert "Add more descriptive frame errors"
Yann Collet [Tue, 14 Apr 2015 18:21:40 +0000 (20:21 +0200)]
Merge pull request #89 from drcrallen/descriptiveFrameErrors
Add more descriptive frame errors
Yann Collet [Tue, 14 Apr 2015 17:51:36 +0000 (18:51 +0100)]
Changes LZ4F_compressBound() definition using NULL prefsPtr to cover worst case instead of default.
Yann Collet [Tue, 14 Apr 2015 17:10:55 +0000 (18:10 +0100)]
lz4io refactoring
Yann Collet [Tue, 14 Apr 2015 15:34:37 +0000 (16:34 +0100)]
New valgrind test with multiple files
Yann Collet [Tue, 14 Apr 2015 15:05:02 +0000 (16:05 +0100)]
Fix leak issue with compression of multiple files
Yann Collet [Mon, 13 Apr 2015 23:07:30 +0000 (00:07 +0100)]
Improved performance when compressing a lot of small files
Yann Collet [Mon, 13 Apr 2015 19:43:54 +0000 (20:43 +0100)]
minor compatibility fixes
Yann Collet [Mon, 13 Apr 2015 19:03:51 +0000 (21:03 +0200)]
Merge pull request #86 from KyleJHarper/origin/r129/multiple_inputs_patch
Origin/r129/multiple inputs patch
Charles Allen [Mon, 13 Apr 2015 17:57:31 +0000 (10:57 -0700)]
Add more descriptive frame errors
Yann Collet [Mon, 13 Apr 2015 11:57:34 +0000 (13:57 +0200)]
Merge pull request #87 from t-mat/fix-example2
Replace obsolete functions in example code
Takayuki MATSUOKA [Mon, 13 Apr 2015 11:16:37 +0000 (20:16 +0900)]
Replace obsolete functions
Takayuki MATSUOKA [Mon, 13 Apr 2015 11:05:20 +0000 (20:05 +0900)]
Add snprintf macro for MSVC
Kyle J Harper [Sun, 12 Apr 2015 23:41:55 +0000 (18:41 -0500)]
Added support for continuation of file compression and decompression if input files are missing. Should more closely match gzip/bzip2/xz and so forth. Also removed a debug print accidentally left in.
Kyle J Harper [Sun, 12 Apr 2015 22:28:13 +0000 (17:28 -0500)]
Added new LZ4IO_decompressMultipleFilenames to allow decompression of multiple files with the -m switch added in r128 (ref: google code issue 151). Limitation: will only process files matching LZ4_EXTENSION macro, which for now seems reasonable.
Yann Collet [Sun, 12 Apr 2015 15:49:37 +0000 (16:49 +0100)]
new memory leak test for fullbench using multi-files
Yann Collet [Sun, 12 Apr 2015 15:40:58 +0000 (16:40 +0100)]
Shortened tests durations
Yann Collet [Sun, 12 Apr 2015 15:06:12 +0000 (16:06 +0100)]
Updated badges
Yann Collet [Sun, 12 Apr 2015 14:17:10 +0000 (15:17 +0100)]
Fixed issue #84