Tobias Geerinckx-Rice
|
a989b629d9
|
lz4 128 -> 129
- New: LZ4_compress_fast()
- Changed: New lz4 and lz4hc compression API. Previous function
prototypes still supported.
- Changed: Sparse file support enabled by default
- New: LZ4 CLI improved performance compressing/decompressing multiple
files
- Added: LZ4_compress_destSize()
- Fixed: GCC 4.9+ vector optimization
- Changed: Enums converted to LZ4F_ namespace convention
- Added: AppVeyor CI environment, for Visual tests
- Modified:Obsolete functions generate warnings
- Fixed : Bug #75 (unfinished stream)
- Updated: Documentation converted to MarkDown format
|
2015-05-12 18:13:05 +02:00 |
|
Tobias Geerinckx-Rice
|
fbeb8bd898
|
lz4, xdelta: explicitly mark test requirements as such in code
|
2015-04-19 03:45:58 +02:00 |
|
Tobias Geerinckx-Rice
|
1926a7aa32
|
Tidy nckx-maintained packages
- Use fetchFromGitHub when possible
- Build in parallel if supported
|
2015-04-08 02:29:42 +02:00 |
|
Tobias Geerinckx-Rice
|
f97f3d7a1b
|
lz4 127 -> 128
Tests now fail when run in parallel. Don't.
|
2015-04-01 20:23:47 +02:00 |
|
Tobias Geerinckx-Rice
|
d14ba81572
|
lz4: run tests
Data safety > valgrind.
|
2015-01-20 07:31:00 +01:00 |
|
Tobias Geerinckx-Rice
|
8257ed81c9
|
Add lz4: very fast lossless compression
|
2015-01-13 23:54:02 +01:00 |
|