Rivoreo Source Code Repositories
src.rivoreo.one
/
lz4
/
4791cda04af2fdf19f1a1ea7c2d1187ad82cc547
4791cda
fixed strict warnings
by Yann Collet
· 8 years ago
258a5e7
updated comments
by Yann Collet
· 8 years ago
6f68a16
fixed travis badges
by Yann Collet
· 8 years ago
99d1112
Merge pull request #249 from inikep/dev
by Yann Collet
· 8 years ago
46b49af
fixed clang conversion warning
by Yann Collet
· 8 years ago
c66108c
check fread() operation results (#243)
by Yann Collet
· 8 years ago
8847faf
updated programs/README.md
by Przemyslaw Skibinski
· 8 years ago
f38adde
versionsTests moved to tests/
by Przemyslaw Skibinski
· 8 years ago
74ba377
updated .travis.yml
by Przemyslaw Skibinski
· 8 years ago
9f15a4c
updated Visual Studio projects
by Przemyslaw Skibinski
· 8 years ago
84cedb4
updated links to LZ4 repository
by Przemyslaw Skibinski
· 8 years ago
e624978
test programs moved to tests/
by Przemyslaw Skibinski
· 8 years ago
88cef26
documentation moved to doc/
by Przemyslaw Skibinski
· 8 years ago
b768da8
Merge remote-tracking branch 'refs/remotes/lz4/dev' into dev
by Przemyslaw Skibinski
· 8 years ago
59adfd8
fix for ARM platform
by Yann Collet
· 8 years ago
6750014
Clarified license (#115, #244)
by Yann Collet
· 8 years ago
f173027
moved cmake and debian directories to contrib (#245)
by Yann Collet
· 8 years ago
d05ca2f
fixed #247, reported by Felix Bolte
by Yann Collet
· 8 years ago
7e112cf
fixes static compilation under Windows (#246)
by Yann Collet
· 8 years ago
e64a926
Merge pull request #242 from vapier/dev
by Yann Collet
· 8 years ago
92408d3
README: fix minor typo
by Mike Frysinger
· 8 years ago
52cdb4a
Merge pull request #241 from vapier/dev
by Yann Collet
· 8 years ago
c5cb4aa
Merge pull request #238 from kou/add-lz4lib-api
by Yann Collet
· 8 years ago
544abac
Merge pull request #240 from kou/add-missin-ext
by Yann Collet
· 8 years ago
43b6312
add a flag to disable static libs
by Mike Frysinger
· 8 years ago
829941e
Add missing $(EXT) to lz4 program name
by Kouhei Sutou
· 8 years ago
59771f4
Use different prefix for each file to avoid conflict
by Kouhei Sutou
· 8 years ago
1ca4081
Merge pull request #239 from kou/use-lower-case-for-header-name
by Yann Collet
· 8 years ago
012c665
Add LZ4LIB_API
by Kouhei Sutou
· 8 years ago
46a7b94
Use lower case for header file name
by Kouhei Sutou
· 8 years ago
3b9439c
updated uninstall
by Yann Collet
· 8 years ago
8eae132
Merge pull request #236 from inikep/dev
by Yann Collet
· 8 years ago
3399354
removed test artefacts
by Yann Collet
· 8 years ago
3eb143f
fix bug #232 at https://github.com/Cyan4973/lz4/issues/232
by inikep
· 8 years ago
c8a78db
datagen depends on lz4.h for version string
by Yann Collet
· 8 years ago
53515b0
Merge pull request #235 from inikep/dev
by Yann Collet
· 8 years ago
92ee3e0
fixed LZ4 repository links
by inikep
· 8 years ago
39be6f1
versionTests require 32-bit gcc libraries
by inikep
· 8 years ago
122fdd1
versionTests require python3
by inikep
· 8 years ago
6adf739
updated .travis.yml
by inikep
· 8 years ago
8ac619a
Merge pull request #233 from inikep/dev
by Yann Collet
· 8 years ago
58a1616
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev
by inikep
· 8 years ago
c77fdb4
disabled <RunCodeAnalysis> for Win32
by inikep
· 8 years ago
28f9864
lz4 version source from lz4.h
by Yann Collet
· 8 years ago
dd51ca6
frametest depends on standard C time.h only
by Yann Collet
· 8 years ago
f327a8b
fullbench depends on standard C time.h only
by Yann Collet
· 8 years ago
32a3166
fuzzer depends on standard C time.h only
by Yann Collet
· 8 years ago
64f556e
lz4cli version number from lz4.h
by Yann Collet
· 8 years ago
5871585
coding style change
by Yann Collet
· 8 years ago
e5b0f1e
CFLAGS += $(MOREFLAGS)
by inikep
· 8 years ago
829ae75
remove EnablePREfast=true for Win32
by inikep
· 8 years ago
547e194
set OutDir
by inikep
· 8 years ago
ab707e8
update IncludePath
by inikep
· 8 years ago
3a7b445
restored lz4.vcxproj
by inikep
· 8 years ago
81d9060
added appveyor.yml
by inikep
· 8 years ago
c200f7e
renamed VS project
by inikep
· 8 years ago
f4111cf
Merge pull request #231 from inikep/dev
by Yann Collet
· 8 years ago
b3ae49c
added <string.h> for strlen()
by inikep
· 8 years ago
2cf32ef
-b# and -e# options from zstd
by inikep
· 8 years ago
c1864f6
fix mingw64 compilation warnings
by inikep
· 8 years ago
7f08131
Merge pull request #226 from gsauthof/port-make
by Yann Collet
· 8 years ago
3fa6004
don't use variable eval syntax in if()
by Georg Sauthoff
· 8 years ago
e1e3305
don't link the tools against the shared library
by Georg Sauthoff
· 8 years ago
b0d42cb
remove additional -fPIC switch because
by Georg Sauthoff
· 8 years ago
681d501
use gnu c99 to get both c99 and POSIX
by Georg Sauthoff
· 8 years ago
584e1fe
request POSIX.2001 definitions for fileno()
by Georg Sauthoff
· 8 years ago
5bd3eaa
minor comments
by Yann Collet
· 8 years ago
9578ff5
minor refactor
by Yann Collet
· 8 years ago
a7672dc
minor decompression speed gains
by Yann Collet
· 8 years ago
182645e
lz4 as phony target
by Yann Collet
· 8 years ago
0214638
Makefile : lz4 at root
by Yann Collet
· 8 years ago
63d22e7
minor comments clarifications
by Yann Collet
· 8 years ago
74e6afc
minor comments clarification
by Yann Collet
· 8 years ago
2ac9ece
Fixed #157 : LZ4F_getFrameInfo() fails on valid null-content frame
by Yann Collet
· 8 years ago
45ea279
Minor fuzzer code refactoring
by Yann Collet
· 8 years ago
de69eca
Merge branch 'dev' of github.com:Cyan4973/lz4 into dev
by Yann Collet
· 8 years ago
828332d
fixed : fuzzer test, reported by @setharnold (#203)
by Yann Collet
· 8 years ago
b130fd5
minor refactoring changes
by Yann Collet
· 8 years ago
3c295ca
Merge pull request #222 from kou/fix-build-error-with-mingw
by Yann Collet
· 8 years ago
0c63b7c
Fix build error with MinGW on Linux
by Kouhei Sutou
· 8 years ago
7316584
Merge pull request #219 from BenWiederhake/dev
by Yann Collet
· 8 years ago
d3e2d80
Use https wherever possible
by Ben Wiederhake
· 8 years ago
cec38d1
Correctly reference self (github, not googlecode)
by Ben Wiederhake
· 8 years ago
6540030
Use correct 'repository' hostname
by Ben Wiederhake
· 8 years ago
91cce75
Updated xxhash library to v0.6.1
by Yann Collet
· 8 years ago
5540f4f
stronger compilation flags
by Yann Collet
· 8 years ago
19e585c
modified : some more deprecated functions from lz4hc.h generate warnings
by Yann Collet
· 8 years ago
6b1600f
changed : default benchmark LZ4_decompress_safe()
by Yann Collet
· 8 years ago
6923f3e
Minor refactoring (code style)
by Yann Collet
· 8 years ago
410ec81
Fixed : alignment warning
by Yann Collet
· 8 years ago
bc342ab
minor refactoring
by Yann Collet
· 8 years ago
c8a573d
very minor decompression speed gain
by Yann Collet
· 8 years ago
a5508b1
fixed display result issue when benchmarking multiple files
by Yann Collet
· 8 years ago
e27e731
minor code refactoring
by Yann Collet
· 8 years ago
2d7df8b
Reduced bench dependency to standard C <time.h>
by Yann Collet
· 8 years ago
8938e10
minor compression speed improvement
by Yann Collet
· 8 years ago
c77c0c1
minor refactoring
by Yann Collet
· 8 years ago
3c03326
minor refactoring (coding style)
by Yann Collet
· 8 years ago
1f47f3f
Merge pull request #208 from Nimloth/dev
by Yann Collet
· 9 years ago
7bfbccb
Add FreeBSD to install targets
by Martin Waschbüsch
· 9 years ago
Next »