Commit Graph

657 Commits

Author SHA1 Message Date
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
Yann Collet
4a9335bd60 Added : doc authorship 2015-03-25 17:22:26 +01:00
Yann Collet
e652285556 Merge pull request #63 from t-mat/comment-on-example-directory
Comment on example directory
2015-03-25 13:31:06 +01:00
Takayuki MATSUOKA
2af52a90b3 Add "Examples" subtree 2015-03-25 08:12:18 +09:00
Takayuki MATSUOKA
679afea730 Add README.md as table of contents 2015-03-25 07:53:02 +09:00
Takayuki MATSUOKA
19665c93ea Add document for "Line by Line Text Compression" example 2015-03-25 07:52:35 +09:00
Takayuki MATSUOKA
438fee9169 Add document for "Double Buffer" example 2015-03-25 07:52:17 +09:00
Takayuki MATSUOKA
a38166bd52 Add document : "Streaming API Basics" 2015-03-25 07:51:56 +09:00
Yann Collet
80e71c6e8b Updated man page : "--[no-]X" 2015-03-23 21:22:13 +01:00
Yann Collet
5950f72b9e Updated tests 2015-03-23 20:03:45 +01:00
Yann Collet
6b923d57a6 Updated long commands, with reverse "--no-" variants 2015-03-23 19:59:41 +01:00
Yann Collet
d0f8d407b0 updated dist list 2015-03-23 08:57:14 +01:00
Yann Collet
00c3208c7a Merge pull request #61 from Cyan4973/dev
Dev
2015-03-23 08:48:42 +01:00
Yann Collet
7f436a1215 lz4 cli supports frame content size 2015-03-23 02:20:42 +01:00
Yann Collet
a28b14731d removed useless man pages 2015-03-22 13:51:22 +01:00
Yann Collet
7cf4e5c941 Updates tests & Man pages 2015-03-22 13:42:00 +01:00
Yann Collet
f02adc7938 new long commands 2015-03-21 13:34:55 +01:00
Yann Collet
86715b2541 Some more tests related to frame content size 2015-03-19 01:05:59 +01:00
Yann Collet
7ee725645b frame content size support 2015-03-18 21:38:27 +01:00
Yann Collet
7d87d43e61 Updated lz4io sparse file support (alignment properties) 2015-03-17 18:02:01 +01:00
Yann Collet
b54d256f56 minor lz4frame optimisation (no more malloc() on using LZ4F_compressFrame() in fast mode) 2015-03-16 23:22:59 +01:00
Yann Collet
da9402c6f5 minor lz4frame refactoring 2015-03-16 22:35:02 +01:00
Yann Collet
859fe3bb1d Updated LZ4 frame format documentation 2015-03-16 21:57:14 +01:00
Yann Collet
8edb7f1406 Added : Readme into lib directory, to explain what does each file 2015-03-16 21:48:40 +01:00
Yann Collet
e7fb4d151d lz4 utility supports "pass-through" mode 2015-03-16 20:38:25 +01:00
Yann Collet
2a02455fdf minor refactoring 2015-03-16 19:19:39 +01:00
Yann Collet
3a6832497b skippable frames support 2015-03-16 17:52:14 +01:00
Yann Collet
93849d14bc minor CMakeLists update 2015-03-16 11:26:49 +01:00
Yann Collet
471eabe09b Merge pull request #60 from Cyberunner23/master
Removed checking of CMAKE_SYSTEM_PROCESSOR when adding -fPIC, breaks whe...
2015-03-16 11:18:07 +01:00
Cyberunner23
ef029a1b1b Removed checking of CMAKE_SYSTEM_PROCESSOR when adding -fPIC, breaks when that var is '64bit'. 2015-03-15 18:08:32 -04:00