Commit Graph

486 Commits

Author SHA1 Message Date
Yann Collet
17f86149c5 added : memtest on fullbench 2015-04-06 01:02:24 +01:00
Yann Collet
d38b0b607f Merge pull request #73 from funcodeio/dev
Removed unused lines.
2015-04-04 18:20:21 +02:00
Yann Collet
979a991bad memcpy speed as reference 2015-04-03 23:58:29 +01:00
Yann Collet
157a739f7a Merge pull request #74 from Cyan4973/fastMode
Fast mode
2015-04-04 00:49:20 +02:00
Yongwoon Cho
dd699026e6 Removed unused lines. 2015-04-03 11:55:04 +09:00
Yann Collet
43eaf8f333 Merge pull request #72 from fzort/master
Rebase #71
2015-04-02 21:36:21 +02:00
Yann Collet
f72761ff44 new tests for large files with content size support (#70) 2015-04-02 15:11:22 +01:00
Yann Collet
90c0104c4e Added : progress indicator, in fast and decompression modes 2015-04-02 13:25:28 +01:00
mauro.persano
1d3ab5d85d Cygwin has fileno, so there's no need to use _fileno. 2015-04-01 15:47:24 -03:00
Yann Collet
78d2dfd427 fullbench : tests of _limitedOutput variants intentionnally provides less memory space than safe (LZ4_compressBound()) 2015-04-01 18:21:03 +01:00
Yann Collet
ef7cd83271 Fixed issue 160, reported by Eric Berge 2015-04-01 17:30:36 +01:00
Yann Collet
28e237e954 simplified LZ4_compress_limitedOutput() 2015-04-01 15:53:08 +01:00
Yann Collet
89eee0d28b Removed make dist 2015-04-01 15:09:32 +01:00
Yann Collet
0615eb4814 Stricter tests : treat warnings as errors 2015-04-01 15:05:27 +01:00
Yann Collet
76a03c1035 simplified LZ4_compress_withState() 2015-04-01 14:59:42 +01:00
Yann Collet
6625068902 simplified LZ4_compress() 2015-04-01 14:48:24 +01:00
Yann Collet
886b19951c Modified files rights 2015-03-31 20:29:24 +01:00
Yann Collet
7b5e94575a Removed Visual 2013 solution, as AppVeyor automated mode only works with a single solution 2015-03-31 20:27:34 +01:00
Yann Collet
117ab8c841 Added : Visual 2013 solution 2015-03-31 20:08:52 +01:00
Yann Collet
08b24af5a0 Updated Visual 2012 solution : + 3 projects (fullbench, frametest, datagen) 2015-03-31 19:12:59 +01:00
Yann Collet
a761546b1b Fix : minor warning under Visual 2015-03-31 18:52:52 +01:00
Yann Collet
bf146ec247 Removed .suo & .user files from Visual solutions 2015-03-31 18:38:16 +01:00
Yann Collet
7db667820f Restored proper credit 2015-03-31 16:14:54 +01:00
Yann Collet
3bba55c741 Fixed : Windows compilation
Added : Appveyor badge
2015-03-31 14:47:23 +01:00
Yann Collet
160661c7a4 Merge pull request #69 from Cyan4973/dev
Fixed : Visual compilation
2015-03-31 15:11:11 +02:00
Yann Collet
8437a0e43a Fixed : Visual compilation 2015-03-31 13:17:38 +01:00
Yann Collet
7c26b03854 Updated make dist 2015-03-31 10:22:18 +01:00
Yann Collet
f17496423c Added : Frame documentation in MarkDown format 2015-03-31 09:44:56 +01:00
Yann Collet
880381c11b Removed HTML Frame Format documentation 2015-03-31 09:42:44 +01:00
Yann Collet
5b9fb69715 minor tweak 2015-03-30 22:39:08 +01:00
Yann Collet
4783cb8c57 Updated readme 2015-03-30 21:38:37 +01:00
Yann Collet
4c227a487e Added LZ4_compress_fast() 2015-03-30 21:32:25 +01:00
Yann Collet
003af7181b Merge pull request #67 from Cyan4973/dev
Dev
2015-03-30 20:26:00 +02:00
Yann Collet
2a82619311 fixed fullbench memory allocation error 2015-03-30 18:39:29 +01:00
Yann Collet
6c69dc176c faster compression in 64 bits mode 2015-03-30 18:34:15 +01:00
Yann Collet
44793b8be9 Updated documentation 2015-03-30 18:32:21 +01:00
Yann Collet
b93f629681 changed file name 2015-03-30 18:31:55 +01:00
Yann Collet
eeb8bea34c Updated comments on LZ4F_getFrameInfo() 2015-03-30 16:36:57 +01:00
Yann Collet
002ec60f0f restored lz4hc compression ratio 2015-03-30 15:57:26 +01:00
Yann Collet
987e78c291 Merge pull request #66 from Cyan4973/dev
Dev
2015-03-29 23:51:43 +02:00
Yann Collet
8cb06d5b99 lz4frame validates contentSize during decompression 2015-03-29 13:28:32 +01:00
Yann Collet
d5da787c1b Changed struct member to contentSize 2015-03-29 11:20:09 +01:00
Yann Collet
2d4fed5ed2 Merge pull request #65 from Cyan4973/dev
Dev
2015-03-27 11:28:03 +01:00
Yann Collet
ce71b073b5 converted to markdown friendly syntax 2015-03-26 19:58:19 +01:00
Yann Collet
1ba37f3784 Reference format doc 2015-03-26 19:49:15 +01:00
Yann Collet
5780864c0c Fixed : Makefile 2015-03-26 14:16:20 +01:00
Yann Collet
b0097677f2 windows friendly make clean 2015-03-26 11:41:55 +01:00
Yann Collet
27f7d06ca8 minor beautifier (make clean) 2015-03-26 00:28:14 +01:00
Yann Collet
b4755c7902 Added : arm cross-compilation test 2015-03-25 23:59:38 +01:00
Yann Collet
a357f434f0 Fixed cast-align warnings on 32-bits 2015-03-25 18:06:40 +01:00