Rivoreo Source Code Repositories
src.rivoreo.one
/
lz4
/
f0a7651fce53f5e85da6140f9d075b730ae6eac7
/
Makefile
7e57c39
Merge pull request #316 from inikep/dev
by Yann Collet
· 8 years ago
c139eb4
added OpenBSD NetBSD SunOS to list of supported `make install` OSes
by Przemyslaw Skibinski
· 8 years ago
5e1a925
update repolink in makefile
by Benedikt Heine
· 8 years ago
04e5eaf
added DragonFly to list of supported `make install` OS
by Yann Collet
· 8 years ago
489d161
added "This Makefile is validated for"
by Przemyslaw Skibinski
· 8 years ago
bc0839c
minor fix for travis-install test
by Yann Collet
· 8 years ago
385cb4f
minor update Makefile
by Yann Collet
· 8 years ago
913b98f
fix `make` concurrency build (#277)
by Yann Collet
· 8 years ago
8b233b2
added a few dates
by Yann Collet
· 8 years ago
2fe3aa9
added examples to make all
by Yann Collet
· 8 years ago
19df302
fixed #272 (compilation fails on gcc 4.4), reported by @totaam
by Yann Collet
· 8 years ago
ffc8c18
usan32 relies on default compiler (by default)
by Yann Collet
· 8 years ago
71814a2
switch usan32 tests to gcc-5
by Yann Collet
· 8 years ago
8f536a4
added sanitize32 tests to Travis
by Yann Collet
· 8 years ago
279344a
fixed Travis test cases
by Yann Collet
· 8 years ago
1abecbc
fix 32-bits mode.
by Yann Collet
· 8 years ago
5a5ebee
clang and g++ tests restricted to native only on Travis CI Ubuntu v12 environment
by Yann Collet
· 8 years ago
1b24cc1
fixed conversion warnings
by Yann Collet
· 8 years ago
84b97f9
fuzzer code refactoring fix g++ conversion warning
by Yann Collet
· 8 years ago
d57d3e4
better MSYS/MinGW support
by Przemyslaw Skibinski
· 8 years ago
cf8ca58
reordered Travis CI tests
by Przemyslaw Skibinski
· 8 years ago
2c788b3
joined arm and aarch64 tests
by Przemyslaw Skibinski
· 8 years ago
d06ab4f
test powerpc64
by Przemyslaw Skibinski
· 8 years ago
2302649
tests\Makefile: added test-platform
by Przemyslaw Skibinski
· 8 years ago
c201327
added platformTest
by Przemyslaw Skibinski
· 8 years ago
7fbb163
added "make c_standards"
by Przemyslaw Skibinski
· 8 years ago
e06fcd9
redefined VOID for Windows/MSYS
by Przemyslaw Skibinski
· 8 years ago
8847faf
updated programs/README.md
by Przemyslaw Skibinski
· 8 years ago
e624978
test programs moved to tests/
by Przemyslaw Skibinski
· 8 years ago
f173027
moved cmake and debian directories to contrib (#245)
by Yann Collet
· 8 years ago
829941e
Add missing $(EXT) to lz4 program name
by Kouhei Sutou
· 8 years ago
28f9864
lz4 version source from lz4.h
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
7bfbccb
Add FreeBSD to install targets
by Martin Waschbüsch
· 9 years ago
4fcb2e1
Remove whitespace from ends of lines
by Julius Werner
· 9 years ago
fb6fece
Updated Makefile and .travis
by Yann Collet
· 9 years ago
5dd12b4
faster sanitize tests
by Yann Collet
· 9 years ago
60119e2
Makefile : generates *.o for faster processing
by Yann Collet
· 9 years ago
a3c6dab
liblz4 : Moved XXH_NAMESPACE to CPPFLAGS
by Yann Collet
· 9 years ago
6fe48b9
changed datagen to remove one malloc
by Yann Collet
· 9 years ago
57e14d4
renamed directory to versionsTest
by Yann Collet
· 9 years ago
7273da3
minor example clarification
by Yann Collet
· 9 years ago
caba2cc
staticAnalyze use same compilation flags as normal build
by Yann Collet
· 9 years ago
8e8dc17
Ensured make test is not confused with directory test
by Yann Collet
· 9 years ago
c04df7e
Changed : static library is no longer compiled with -fPIC by default (this option can still be added on the command line) See #53
by Yann Collet
· 9 years ago
3bcf68f
Use lz4 binary to check output
by Zbigniew Jędrzejewski-Szmek
· 9 years ago
386d216
Add example which uses the frame api through the library
by Zbigniew Jędrzejewski-Szmek
· 10 years ago
91c1b9a
Performance fix : big compression speed boost for clang (+30%)
by Yann Collet
· 10 years ago
cdb136d
cosmetic changes, 2nd try
by Yann Collet
· 10 years ago
fe11e0b
Issue #103 : Add compatibility test between releases
by Takayuki MATSUOKA
· 10 years ago
9e92bee
stronger arm tests
by Yann Collet
· 10 years ago
0ed2e71
Static analyzer generates error codes on bug suspicion
by Yann Collet
· 10 years ago
3f4f623
Valgrind tests generate errors
by Yann Collet
· 10 years ago
83e350d
Merge branch 'dev' of github.com:Cyan4973/lz4 into dev
by Yann Collet
· 10 years ago
2c79887
Shortened tests durations
by Yann Collet
· 10 years ago
2852b9e
Fixed issue #84
by Yann Collet
· 10 years ago
c22a0e1
Updated : fuzzer tests can be programmed for a timelength
by Yann Collet
· 10 years ago
33134fb
Added : sanitize test
by Yann Collet
· 10 years ago
b41137f
minor Makefile test refactoring
by Yann Collet
· 10 years ago
89eee0d
Removed make dist
by Yann Collet
· 10 years ago
0615eb4
Stricter tests : treat warnings as errors
by Yann Collet
· 10 years ago
7c26b03
Updated make dist
by Yann Collet
· 10 years ago
5780864
Fixed : Makefile
by Yann Collet
· 10 years ago
b009767
windows friendly make clean
by Yann Collet
· 10 years ago
27f7d06
minor beautifier (make clean)
by Yann Collet
· 10 years ago
b4755c7
Added : arm cross-compilation test
by Yann Collet
· 10 years ago
d0f8d40
updated dist list
by Yann Collet
· 10 years ago
2b55752
changed "make install" default install directory to /usr/local
by Yann Collet
· 10 years ago
bbcfe21
Added : clang test
by Yann Collet
· 10 years ago
45b0642
scan-build tests
by Yann Collet
· 10 years ago
e38c268
Fixed minor g++ warnings
by Yann Collet
· 10 years ago
ceec6fa
g++ compatibility
by Yann Collet
· 10 years ago
6b0c39b
Updated datagen (can create sparse files)
by Yann Collet
· 10 years ago
32a85fc
NetBSD compatibility (#48)
by Yann Collet
· 10 years ago
b6788b0
fixed travis tests
by Yann Collet
· 10 years ago
daa320f
New : lz4frame integrated into liblz4 (v1.5.0)
by Yann Collet
· 10 years ago
fc4a615
fixed : pkg version
by Yann Collet
· 10 years ago
b827ecf
Clarified a few comments
by Yann Collet
· 10 years ago
a109c91
Fixed : make dist
by Yann Collet
· 10 years ago
989346b
fix : sudo for make install
by Yann Collet
· 10 years ago
d008c87
New directory structure : library source files into /lib directory
by Yann Collet
· 10 years ago
86fa21b
Added : $(EXT) within install for cross-compilation support
by Yann Collet
· 10 years ago
7355438
Makefile : refactored Travis CI tests
by Yann Collet
· 10 years ago
4dbd2fa
Added : cmake test cmake : corrected xxhash path (thanks to j.magnuson)
by Yann Collet
· 10 years ago
d01bb4a
Makefile : added -Wcast-align compilation warning
by Yann Collet
· 10 years ago
9bf331a
new Travis CI build matrix
by Yann Collet
· 10 years ago
72b5185
update distribution builder "make dist" update test, to also verify "make dist"
by Yann Collet
· 10 years ago
f7f67e7
Added : preliminary frame decompression function
by Yann Collet
· 10 years ago
da07465
Simplified travis test flow
by Yann Collet
· 10 years ago
4dc1eca
updated release number
by Yann Collet
· 10 years ago
0cca754
Makefile: fix DESTDIR
by Igor Gnatenko
· 10 years ago
3897eb6
Makefile : restored Takayuki's fix for OS-X and BSD
by Yann Collet
· 10 years ago
4ea832b
Updated Makefile : make dist Minor formatting changes for xxhash
by Yann Collet
· 10 years ago
525cb11
Fix BSD sed error reported by Yue Du
by Takayuki MATSUOKA
· 10 years ago
a50c102
Added : Makefile : install for kFreeBSD and Hurd (Nobuhiro Iwamatsu)
by Yann Collet
· 10 years ago
9f42b09
Makefile : synchronize library version number with lz4.h - Thanks to Takayuki Matsuoka
by Yann Collet
· 10 years ago
2c15ec4
Makefile : some corrections suggested by Michał Górny (issue 136)
by Yann Collet
· 10 years ago
dc10710
Added : pkg-config (issue 135)
by Yann Collet
· 10 years ago
a154628
Makefile : added -Wstrict-prototype, as suggested by Larry Doolittle
by Yann Collet
· 10 years ago
Next »