Commit Graph

657 Commits

Author SHA1 Message Date
Kouhei Sutou
0c63b7cbd9 Fix build error with MinGW on Linux
Linux uses case sensitive file system. So "Windows.h" doesn't exist.

    % make CC=x86_64-w64-mingw32-gcc EXT=.exe SHARD_EXT=dll
    ...
    lz4io.c:69:73: fatal error: Windows.h: No such file or directory
    compilation terminated.
    ...
2016-07-25 15:54:16 +09:00
Yann Collet
d86dc91677 Merge pull request #131 from Cyan4973/dev
Dev
2015-06-29 02:48:37 -07:00
Yann Collet
dfabec2d18 Fixed a few minor visual analyzer warnings 2015-06-29 00:31:41 -08:00
Yann Collet
4abc86e0bd Increased stack memory considered normal by Visual static analyzer 2015-06-28 22:49:16 -08:00
Yann Collet
db59c7d332 Merge pull request #130 from Cyan4973/dev
Dev
2015-06-28 23:24:55 -07:00
Yann Collet
8901dcdc9d removed one malloc 2015-06-28 21:53:42 -08:00
Yann Collet
1098d897a0 lz4io : removed one malloc 2015-06-28 20:24:09 -08:00
Yann Collet
81f19264ab lz4cli : add one malloc test 2015-06-28 20:05:33 -08:00
Yann Collet
aa1350e139 lz4hc : added one malloc test 2015-06-28 19:51:11 -08:00
Yann Collet
6fe48b9183 changed datagen to remove one malloc 2015-06-28 19:43:12 -08:00
Yann Collet
15603d9566 Added static analyzer test in Visual 2015-06-28 18:58:16 -08:00
Yann Collet
48feb909dd Merge pull request #129 from Cyan4973/dev
Dev
2015-06-28 13:25:10 -07:00
Yann Collet
57e14d4c17 renamed directory to versionsTest 2015-06-28 12:45:24 -07:00
Yann Collet
14064beafb Updated NEWS 2015-06-28 11:31:51 -08:00
Yann Collet
7273da38ba minor example clarification 2015-06-28 02:34:12 -08:00
Yann Collet
0cc38f9ebc Updated lib readme 2015-06-27 14:15:45 -08:00
Yann Collet
454d109c5d Fixed : fuzzer display messages 2015-06-27 13:44:13 -08:00
Yann Collet
caba2cc0f5 staticAnalyze use same compilation flags as normal build 2015-06-27 13:21:33 -08:00
Yann Collet
8e8dc17cae Ensured make test is not confused with directory test 2015-06-27 12:44:51 -08:00
Yann Collet
192ee724a3 Added namespace ability to xxhash 2015-06-27 12:43:28 -08:00
Yann Collet
c04df7e1b5 Changed : static library is no longer compiled with -fPIC by default (this option can still be added on the command line) See #53 2015-06-27 01:30:31 -08:00
Yann Collet
cdef033895 Merge branch 'dev' of github.com:Cyan4973/lz4 into dev 2015-06-27 01:17:57 -07:00
Yann Collet
992faef5a2 Merge pull request #124 from toddlipcon/master
Fix cmake build to use gnu flags on clang
2015-06-25 21:21:24 -07:00
Yann Collet
3d9adf7afc Merge pull request #122 from keszybz/master
New example using frame api as DLL - redirect from #118
2015-06-25 17:45:13 -07:00
Yann Collet
02ff90ac94 Merge pull request #121 from keszybz/add-gitignore
Add gitignore - redirect from #117
2015-06-25 17:43:46 -07:00
Todd Lipcon
91138150c6 Fix cmake build to use gnu flags on clang
Previously, the cmake build was only adding -fPIC and -std=c99 on
gcc. However, these flags are also appropriate when building with
clang.
2015-06-25 15:12:40 -07:00
Yann Collet
2ce2e60083 Minor doc clarification on sparse mode support 2015-06-21 20:00:44 -08:00
Yann Collet
b17d3220d2 Minor lib readme update 2015-06-18 06:38:19 -08:00
Zbigniew Jędrzejewski-Szmek
3bcf68ff35 Use lz4 binary to check output 2015-06-17 23:45:15 -04:00
Zbigniew Jędrzejewski-Szmek
386d216cdf Add example which uses the frame api through the library 2015-06-17 23:45:15 -04:00
Zbigniew Jędrzejewski-Szmek
0e0c32dfb0 Make git ignore generated files 2015-06-15 21:50:00 -04:00
Yann Collet
7a532eeddd Minor update on source ports 2015-05-29 20:36:59 +01:00
Yann Collet
8a7bcead9b Merge branch 'dev' of github.com:Cyan4973/lz4 into dev 2015-05-29 19:50:38 +02:00
Yann Collet
1cec6cb03f Updated badges 2015-05-29 18:50:12 +01:00
Yann Collet
7f3d82def8 Merge pull request #114 from lpsantil/djgpp
Djgpp
2015-05-28 03:04:17 +02:00
Louis P. Santillan
f0a0e4430b READM fixup 2015-05-26 22:50:59 -07:00
Louis P. Santillan
a3a479fc2b djgpp port now using the proposed contrib structure 2015-05-26 22:43:03 -07:00
Louis P. Santillan
00b6535b4c Reverted all Makefile changes 2015-05-26 19:10:12 -07:00
Louis P. Santillan
936f75b4db Renamed the djgpp README so that it gets converted to HTML by github. Fixed breakage of make install. 2015-05-26 10:26:42 -07:00
Louis P. Santillan
81d6b56341 Makefile cleanups to make building with Andrew Wu's build-djgpp cross compilers (and everyone else) simpler. 2015-05-25 21:48:40 -07:00
Louis P. Santillan
faa0bce4ed Fixup lib/Makefile so that is builds a library for djgpp using Andrew Wu's build-djgpp cross compilers 2015-05-25 21:46:01 -07:00
Louis P. Santillan
b2bbb2790d Fixup programs/{Makefile,lz4cli.c,lz4io.c} to build with Andrew Wu's build-djgpp cross compilers. Add some documentation in README.DJ 2015-05-25 21:41:45 -07:00
Yann Collet
baf78e7e4d Merge pull request #111 from Cyan4973/dev
Dev
2015-05-26 03:13:50 +02:00
Yann Collet
6f50184a4f Updated NEWS 2015-05-26 00:23:05 +01:00
Yann Collet
acae59a739 Fixed : default sparse mode disabled on stdout, to support >> redirection scenario reported by Takayuki Matsuoka (#110) 2015-05-25 07:50:41 +01:00
Yann Collet
91c1b9a682 Performance fix : big compression speed boost for clang (+30%) 2015-05-21 01:17:56 +01:00
Yann Collet
0fb0392da7 Merge branch 'dev' of github.com:Cyan4973/lz4 into dev 2015-05-20 22:17:53 +02:00
Yann Collet
bb22103a14 Merge pull request #107 from t-mat/issue/103pr2
Add supporting iterative edit and testing to versionstest
2015-05-20 22:17:37 +02:00
Yann Collet
7d72c0cb54 Added LZF 2015-05-20 20:47:27 +01:00
Takayuki MATSUOKA
e769a0eab0 Combine unique .lz4 file info 2015-05-20 20:00:38 +09:00