]> git.ipfire.org Git - thirdparty/zstd.git/log
thirdparty/zstd.git
10 years agoMerge pull request #26 from Cyan4973/streamAPI2 27/head
Yann Collet [Thu, 26 Feb 2015 15:02:58 +0000 (16:02 +0100)] 
Merge pull request #26 from Cyan4973/streamAPI2

Stream api2

10 years ago"type redef fix" for gcc <= 4.4 26/head
Yann Collet [Wed, 25 Feb 2015 23:29:15 +0000 (00:29 +0100)] 
"type redef fix" for gcc <= 4.4

10 years agoupdated FSE
Yann Collet [Tue, 24 Feb 2015 08:05:58 +0000 (09:05 +0100)] 
updated FSE

10 years agoUpdated FSE
Yann Collet [Sat, 21 Feb 2015 02:31:59 +0000 (03:31 +0100)] 
Updated FSE
Faster speed on barely compressible data

10 years agoreverted zstd_static.h changes
Yann Collet [Fri, 20 Feb 2015 18:02:26 +0000 (19:02 +0100)] 
reverted zstd_static.h changes

10 years agoSome comments, to explain streaming decompression API
Yann Collet [Fri, 20 Feb 2015 17:53:31 +0000 (18:53 +0100)] 
Some comments, to explain streaming decompression API

10 years agoSome comments to explain streaming decompression API
Yann Collet [Fri, 20 Feb 2015 17:52:24 +0000 (18:52 +0100)] 
Some comments to explain streaming decompression API

10 years agoRemoved useless constants
Yann Collet [Tue, 17 Feb 2015 12:38:44 +0000 (13:38 +0100)] 
Removed useless constants

10 years agoNew streaming API behavior, to solve issue 19 (https://github.com/Cyan4973/zstd/issue...
Yann Collet [Mon, 16 Feb 2015 17:06:26 +0000 (18:06 +0100)] 
New streaming API behavior, to solve issue 19 (https://github.com/Cyan4973/zstd/issues/19)

10 years agoUpdated test-fullbench
Yann Collet [Wed, 11 Feb 2015 07:34:50 +0000 (08:34 +0100)] 
Updated test-fullbench

10 years agoupdated fullbench, to include datagen
Yann Collet [Wed, 11 Feb 2015 07:19:57 +0000 (08:19 +0100)] 
updated fullbench, to include datagen

10 years agodatagen refactoring
Yann Collet [Tue, 10 Feb 2015 17:15:20 +0000 (18:15 +0100)] 
datagen refactoring

10 years agodatagen is now a library, to be included in multiple programs
Yann Collet [Mon, 9 Feb 2015 07:00:26 +0000 (08:00 +0100)] 
datagen is now a library, to be included in multiple programs

10 years agointernal refactoring - better separation between match & entropy
Yann Collet [Mon, 9 Feb 2015 02:50:11 +0000 (03:50 +0100)] 
internal refactoring - better separation between match & entropy

10 years agoVisual : Removed *.suo and *.user files, as suggested by Takayuki Matsuoka 18/head
Yann Collet [Sun, 8 Feb 2015 20:51:28 +0000 (21:51 +0100)] 
Visual : Removed *.suo and *.user files, as suggested by Takayuki Matsuoka

10 years agoFixed : FSE issue with corner case distributions
Yann Collet [Sun, 8 Feb 2015 19:26:47 +0000 (20:26 +0100)] 
Fixed : FSE issue with corner case distributions

10 years agoAdded : Visual project directory 16/head
Yann Collet [Sun, 1 Feb 2015 11:24:20 +0000 (12:24 +0100)] 
Added : Visual project directory

10 years agofix minor Visual warning
Yann Collet [Sun, 1 Feb 2015 11:09:46 +0000 (12:09 +0100)] 
fix minor Visual warning

10 years agoFixed a few clang warnings
Yann Collet [Sun, 1 Feb 2015 10:57:30 +0000 (11:57 +0100)] 
Fixed a few clang warnings

10 years agoavx2 mode solely detected using __AVX2__ macro
Yann Collet [Sun, 1 Feb 2015 09:13:22 +0000 (10:13 +0100)] 
avx2 mode solely detected using __AVX2__ macro

10 years agominor fix for Visual
Yann Collet [Sat, 31 Jan 2015 19:10:53 +0000 (20:10 +0100)] 
minor fix for Visual

10 years agoFixed : issue 8 regarding huge input buffer (> 4 GB)
Yann Collet [Sat, 31 Jan 2015 14:09:51 +0000 (15:09 +0100)] 
Fixed : issue 8 regarding huge input buffer (> 4 GB)

10 years agoAdded : *.png are binary files
Yann Collet [Sat, 31 Jan 2015 09:57:57 +0000 (10:57 +0100)] 
Added : *.png are binary files

10 years agoNormalize all the line endings 14/head
Yann Collet [Sat, 31 Jan 2015 09:52:59 +0000 (10:52 +0100)] 
Normalize all the line endings

10 years agoRestored cast for C++ (fse) 13/head
Yann Collet [Thu, 29 Jan 2015 06:13:54 +0000 (07:13 +0100)] 
Restored cast for C++ (fse)

10 years agoFix : no AVX2 for Visual 2008 and older
Yann Collet [Thu, 29 Jan 2015 06:00:43 +0000 (07:00 +0100)] 
Fix : no AVX2 for Visual 2008 and older

10 years agofixed : corner case (FSE)
Yann Collet [Thu, 29 Jan 2015 05:51:30 +0000 (06:51 +0100)] 
fixed : corner case (FSE)

10 years agoFix for VS2005 (AVX2 intrinsics)
Yann Collet [Wed, 28 Jan 2015 00:23:14 +0000 (01:23 +0100)] 
Fix for VS2005 (AVX2 intrinsics)

10 years agoMerge pull request #4 from r-lyeh/dev 5/head
Yann Collet [Mon, 26 Jan 2015 10:04:27 +0000 (11:04 +0100)] 
Merge pull request #4 from r-lyeh/dev

Bugfixed Visual Studio errors when compiled as C++ sources

10 years agoBugfixed Visual Studio errors when compiled as C++ sources 4/head
r-lyeh [Mon, 26 Jan 2015 09:24:04 +0000 (10:24 +0100)] 
Bugfixed Visual Studio errors when compiled as C++ sources

10 years agoRemoved minor warnings under minGW
Yann Collet [Sun, 25 Jan 2015 14:50:24 +0000 (15:50 +0100)] 
Removed minor warnings under minGW

10 years agoFixed : minor warnings under Visual 32 bits 3/head
Yann Collet [Sun, 25 Jan 2015 12:19:12 +0000 (13:19 +0100)] 
Fixed : minor warnings under Visual 32 bits

10 years agoupdate readme
Yann Collet [Sun, 25 Jan 2015 11:43:55 +0000 (12:43 +0100)] 
update readme

10 years agoUpdated fullbench tests 1/head
Yann Collet [Sat, 24 Jan 2015 12:31:55 +0000 (13:31 +0100)] 
Updated fullbench tests

10 years agoFixed : issue within fullbench, reported by AJ Baxter
Yann Collet [Sat, 24 Jan 2015 11:08:52 +0000 (12:08 +0100)] 
Fixed : issue within fullbench,  reported by AJ Baxter

10 years agofixed : file permissions
Yann Collet [Sat, 24 Jan 2015 10:22:13 +0000 (11:22 +0100)] 
fixed : file permissions

10 years agofixed travis ci tests
Yann Collet [Sat, 24 Jan 2015 10:20:08 +0000 (11:20 +0100)] 
fixed travis ci tests

10 years agoUpdate README.md
Yann Collet [Sat, 24 Jan 2015 09:31:47 +0000 (10:31 +0100)] 
Update README.md

10 years agoInitial release
Yann Collet [Sat, 24 Jan 2015 00:58:16 +0000 (01:58 +0100)] 
Initial release