Commit Graph

1083 Commits

Author SHA1 Message Date
Nate Rosenblum
8a750aa35f Add static library target for msbuild 2015-08-25 11:23:15 -07:00
Yann Collet
13f12aa027 Wrapped possibly empty string (Emscripten) with quotes (@Fordi) 2015-08-23 16:16:15 +01:00
Yann Collet
4a5a003c42 updated cli help 2015-08-20 14:57:35 +01:00
Yann Collet
9aa5504f0c New unalign access method 2015-08-19 18:16:17 +01:00
Yann Collet
e5aee601ef updated xxhash 2015-08-19 17:54:19 +01:00
Yann Collet
e643455068 Merge pull request #142 from bioothod/master
Added debianization
2015-08-16 12:09:17 +02:00
Yann Collet
d15ac1f1a7 Slightly improved compression speed on ARMv6 2015-08-16 02:33:57 +01:00
Yann Collet
0f2bf0c54e Improved performance on ARMv6 2015-08-16 01:54:55 +01:00
Yann Collet
fb4d3ef2c4 Added .gitignore 2015-08-16 00:58:07 +01:00
Yann Collet
4b4384772a Updated xxhash to r41 2015-08-16 00:55:32 +01:00
Evgeniy Polyakov
2a6ad2a7ff debian: changed name lz4->liblz4 2015-08-15 22:26:51 +03:00
Evgeniy Polyakov
2f3e4bf326 debian: changed name lz4->liblz4 2015-08-15 22:23:49 +03:00
Evgeniy Polyakov
31fed3167a debian: changed name lz4->liblz4 2015-08-15 22:22:17 +03:00
Evgeniy Polyakov
309d1e0877 debian: remove sbin dir 2015-08-15 22:22:02 +03:00
Evgeniy Polyakov
2131eedf7b debian: renamed lz4->liblz4, updated installed library files 2015-08-15 22:20:37 +03:00
Evgeniy Polyakov
b47786b9ed debian: updated debianization to cdbs 2015-08-15 22:16:39 +03:00
Evgeniy Polyakov
a8f33076a3 cmake: when building library make it shared 2015-08-15 21:40:26 +03:00
Evgeniy Polyakov
33fa0bfb74 Added debianization 2015-08-15 21:32:42 +03:00
Evgeniy Polyakov
b4b739c4bf cmake: bump version to the latest release 2015-08-15 21:27:09 +03:00
Yann Collet
5dd12b4a7c faster sanitize tests 2015-08-15 18:18:01 +01:00
Yann Collet
60119e2585 Makefile : generates *.o for faster processing 2015-08-15 17:21:45 +01:00
Yann Collet
9517bd9234 minor simplification lz4_readarch() 2015-08-06 03:49:29 +01:00
Yann Collet
a60d11e468 update on decompression speed 2015-07-16 10:27:46 +01:00
Yann Collet
00eedb37d1 minor refactor 2015-07-16 09:38:10 +01:00
Yann Collet
3e579afa6d Slightly improved decompression speed
Slightly decreased decompression stack usage in 64-bits mode
2015-07-16 09:03:55 +01:00
Yann Collet
795a2cdb1b sligthly improved decompression speed 2015-07-16 08:55:48 +01:00
Yann Collet
a3c6daba6e liblz4 : Moved XXH_NAMESPACE to CPPFLAGS 2015-07-02 10:29:24 -08: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