Rivoreo Source Code Repositories
src.rivoreo.one
/
lz4
/
c3f8928f879f5ce89d9c32996ea991312e6c69ec
c3f8928
fixed strict iso C90
by Yann Collet
· 6 years ago
c491df5
created LZ4_initStreamHC()
by Yann Collet
· 6 years ago
f66abc4
Merge pull request #658 from lz4/_fast
by Yann Collet
· 6 years ago
7a39fb8
make `_fast*()` decoder generate a deprecation warning
by Yann Collet
· 6 years ago
ab91300
moved LZ4_decompress_fast*() into deprecated section
by Yann Collet
· 6 years ago
1a41b2b
Merge pull request #657 from lz4/destSize
by Yann Collet
· 6 years ago
b5bedef
fixed an old bug in LZ4F_flush()
by Yann Collet
· 6 years ago
50f01d8
fixed doc
by Yann Collet
· 6 years ago
25da6cc
moved _destSize() into "stable API" status
by Yann Collet
· 6 years ago
27a4c3c
Merge pull request #656 from lz4/armtest
by Yann Collet
· 6 years ago
f2755c9
minor comments and reformatting
by Yann Collet
· 6 years ago
753076b
fixed minor conversion warnings
by Yann Collet
· 6 years ago
2589c44
created LZ4_FAST_DEC_LOOP build macro
by Yann Collet
· 6 years ago
7d9d00f
fixed a few minor conversion warnings
by Yann Collet
· 6 years ago
c438548
Merge pull request #652 from vtorri/dev
by Yann Collet
· 6 years ago
0360981
Allow installation of lz4 for Windows 10 with MSYS2
by Vincent Torri
· 6 years ago
d85bdb4
Merge pull request #645 from djwatson/optimize_decompress_generic
by Yann Collet
· 6 years ago
5d7d116
decompress_generic: Limit fastpath to x86
by Dave Watson
· 6 years ago
75fb878
decompress_generic: Add fastpath for small offsets
by Dave Watson
· 6 years ago
faac110
decompress_generic: Unroll loops a bit more
by Dave Watson
· 6 years ago
1fbaf84
decompress_generic: remove msan write
by Dave Watson
· 6 years ago
28b8249
decompress_generic: re-add fastpath
by Dave Watson
· 6 years ago
232f1e2
decompress_generic: drop partial copy check in fast loop
by Dave Watson
· 6 years ago
59332a3
decompress_generic: Optimize literal copies
by Dave Watson
· 6 years ago
5dfa7d4
decompress_generic: optimize match copy
by Dave Watson
· 6 years ago
28356e0
decompress_generic: Add a loop fastpath
by Dave Watson
· 6 years ago
4da3360
decompress_generic: Refactor variable length fields
by Dave Watson
· 6 years ago
591b662
Merge pull request #648 from aregm/fix-VS2017-solution
by Yann Collet
· 6 years ago
71ec7fd
Build fixed by removing unavailable project
by Areg Melik-Adamyan
· 6 years ago
976cb5c
Merge pull request #646 from jbms/fix-clang-optimize-attribute-ppc64le
by Yann Collet
· 6 years ago
26e7635
Eliminate optimize attribute warning with clang on PPC64LE
by Jeremy Maitin-Shepard
· 6 years ago
c3f0753
Merge pull request #644 from lzutao/meson-msvc-export
by Yann Collet
· 6 years ago
929dbbc
meson: Add -DLZ4_DLL_EXPORT=1 to build dynamic lib on Windows
by Lzu Tao
· 6 years ago
6305e43
Merge pull request #638 from lzutao/travis
by Yann Collet
· 6 years ago
bc85de6
Merge pull request #639 from lzutao/meson
by Yann Collet
· 6 years ago
94afb9a
Merge pull request #640 from tzakian/remove_io_globals
by Yann Collet
· 6 years ago
c161069
Add cast around malloc
by Tim Zakian
· 6 years ago
4169161
Add constant pointer annotations
by Tim Zakian
· 6 years ago
5822e66
Remove a bunch of global variables that tracked settings for the IO module, and move them in to a struct
by Tim Zakian
· 6 years ago
c99b64a
travis: Prefer `apt-get` in `install` field than `addons-apt-sources`
by Lzu Tao
· 6 years ago
7fe378f
travis: Prefer `script` field than `Cmd` env
by Lzu Tao
· 6 years ago
d2288d2
meson: Favor warning if cannot find version string
by Lzu Tao
· 6 years ago
4765ad8
meson: Use libray as required argument in `pkgconfig`
by Lzu Tao
· 6 years ago
b3b22b9
meson: Explicit use `meson setup` to setup a builddir
by Lzu Tao
· 6 years ago
d4a40c6
Merge pull request #637 from tzakian/fix_pass-through_mode
by Yann Collet
· 6 years ago
9028682
Fix pass-through mode
by Tim Zakian
· 6 years ago
e30b1f7
Merge pull request #635 from tzakian/clean_call_to_LZ4HC_encodeSequence
by Yann Collet
· 6 years ago
186015a
fixed strict C++ compilation
by Yann Collet
· 6 years ago
81441e2
Make fact that certain variables that are passed into LZ4HC_encodeSequence are changed by the function call
by Tim Zakian
· 6 years ago
baed01a
fixed long sequence overflow test
by Yann Collet
· 6 years ago
fbebf03
minor explicit cast warning
by Yann Collet
· 6 years ago
e953474
Merge pull request #634 from lz4/longSeqTest
by Yann Collet
· 6 years ago
c750cbe
Merge pull request #631 from qiuyangs/dev
by Yann Collet
· 6 years ago
cc34d3f
Merge pull request #633 from tzakian/make_block_size_public
by Yann Collet
· 6 years ago
7741c60
add a test to check long sequences (#631)
by Yann Collet
· 6 years ago
4ec29b0
Fix C90 compatibility issue
by Tim Zakian
· 6 years ago
8193742
Make LZ4F_getBlockSize public and publis in experimental section
by Tim Zakian
· 6 years ago
d6eac9c
Merge pull request #632 from rubenochiavone/fix-lz4-extesion-not-decompressing
by Yann Collet
· 6 years ago
4c953b4
Add test to cover issue #596
by Ruben O. Chiavone
· 6 years ago
e6905b5
Fix lz4 extension in input filename not causing decompression
by Ruben O. Chiavone
· 6 years ago
06e080a
Merge pull request #1 from qiuyangs/sunqiuyang-fix-length>>8
by qiuyangs
· 6 years ago
660d212
lz4hc.c: change (length >> 8) to (length / 255)
by qiuyangs
· 6 years ago
ec735ac
updated frame format
by Yann Collet
· 6 years ago
7a4e04e
updated LZ4 block format
by Yann Collet
· 6 years ago
6e24ef9
Merge pull request #620 from lzutao/meson_symlink
by Yann Collet
· 6 years ago
e5a1911
Merge pull request #621 from lzutao/meson_getversion
by Yann Collet
· 6 years ago
e23d0fb
meson: Remove unused sys import
by Lzu Tao
· 6 years ago
34dcc5e
Simplify logic by setting default value for MESON_INSTALL_DESTDIR_PREFIX
by Lzu Tao
· 6 years ago
7f8b017
meson: Update man1 extension in meson 0.49.0
by Lzu Tao
· 6 years ago
54dabaa
meson: Update InstallSymlink.py usage
by Lzu Tao
· 6 years ago
f603fdf
Merge pull request #618 from dosaboy/add-snap-packaging-support
by Yann Collet
· 6 years ago
bd5869a
Add snap packaging support
by Edward Hope-Morley
· 6 years ago
16400fb
Merge pull request #616 from felixhandte/lz4-attach-reject-short-dicts
by Yann Collet
· 6 years ago
077caef
Merge pull request #613 from lzutao/fix_meson_tests
by Yann Collet
· 6 years ago
58d8055
meson: Add README.md for newcomers [skip ci]
by Lzu Tao
· 6 years ago
4e3accc
Fix Dict Size Test in `LZ4_compress_fast_continue()`
by W. Felix Handte
· 6 years ago
535636f
Don't Attach Very Small Dictionaries
by W. Felix Handte
· 6 years ago
fbc4295
No need to join prefix and let soversion base on version
by Lzu Tao
· 6 years ago
4c43d14
Use MESON_INSTALL_DESTDIR_PREFIX instead of DESTDIR
by Lzu Tao
· 6 years ago
b4ab887
meson: Add fallback message when not found lz4.h
by Lzu Tao
· 6 years ago
2491af9
meson: Fix wrong path to lib/lz4.h
by Lzu Tao
· 6 years ago
0caeec9
meson: Correct support for Windows build
by Lzu Tao
· 6 years ago
7b6ccfe
meson: Use clang for faster build
by Lzu Tao
· 6 years ago
e2fc6bc
meson: Update usage of InstallSymlink helper
by Lzu Tao
· 6 years ago
4fe675a
Use argparse instead of manually parsing [skip ci]
by Lzu Tao
· 6 years ago
a9e96d5
meson: Fix soversion and generated pkg-config file [skip ci]
by Lzu Tao
· 6 years ago
4fc4b73
meson: Use --werror build option instead of passing -Werror [skip ci]
by Lzu Tao
· 6 years ago
5699432
meson test: Update timeout and tests that use COPYING
by Lzu Tao
· 6 years ago
3a51083
Merge pull request #615 from vtorri/dev
by Yann Collet
· 6 years ago
9021648
Merge remote-tracking branch 'upstream/dev' into dev
by Vincent Torri
· 6 years ago
b03714d
Windows: create import library with gcc directly, remove now useless def file
by Vincent Torri
· 6 years ago
65ff6f8
Merge remote-tracking branch 'upstream/master' into dev
by Vincent Torri
· 6 years ago
4d60ecc
Merge pull request #612 from lzutao/fix_clang_fuzzer
by Yann Collet
· 6 years ago
49073ac
clang: Fix -Wcomma
by Lzu Tao
· 6 years ago
b9d3080
clang: Fix -Wcast-qual
by Lzu Tao
· 6 years ago
0241755
Fix clang warnings: -Wformat-pedantic and -Werror=overflow
by Lzu Tao
· 6 years ago
3b8253a
Merge pull request #611 from lzutao/mesonbuild
by Yann Collet
· 6 years ago
9f87365
Add Travis meson build
by Lzu Tao
· 6 years ago
5bc1194
Add meson build system
by Lzu Tao
· 6 years ago
6689dae
Merge pull request #610 from antinucleon/bootcamp
by Yann Collet
· 6 years ago
Next »