aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lz4: Enable building with Androidstable/cm-12.1-YOG7Dstable/cm-12.1-YOG4Pstable/cm-12.1-YOG3Ccm-12.1Steve Kondik2015-04-071-0/+35
* Merge pull request #69 from Cyan4973/devYann Collet2015-03-313-3/+9
|\
| * Fixed : Visual compilationYann Collet2015-03-313-3/+9
* | Merge pull request #67 from Cyan4973/devYann Collet2015-03-303-24/+32
|\|
| * Updated comments on LZ4F_getFrameInfo()Yann Collet2015-03-302-4/+8
| * restored lz4hc compression ratioYann Collet2015-03-301-20/+24
* | Merge pull request #66 from Cyan4973/devYann Collet2015-03-294-48/+54
|\|
| * lz4frame validates contentSize during decompressionYann Collet2015-03-293-33/+39
| * Changed struct member to contentSizeYann Collet2015-03-294-15/+15
* | Merge pull request #65 from Cyan4973/devYann Collet2015-03-2717-69/+431
|\|
| * converted to markdown friendly syntaxYann Collet2015-03-261-12/+13
| * Reference format docYann Collet2015-03-261-0/+4
| * Fixed : MakefileYann Collet2015-03-261-217/+119
| * windows friendly make cleanYann Collet2015-03-261-116/+221
| * minor beautifier (make clean)Yann Collet2015-03-261-4/+4
| * Added : arm cross-compilation testYann Collet2015-03-254-8/+19
| * Fixed cast-align warnings on 32-bitsYann Collet2015-03-255-17/+25
| * Added : doc authorshipYann Collet2015-03-253-1/+3
| * Merge pull request #63 from t-mat/comment-on-example-directoryYann Collet2015-03-254-0/+315
| |\
| | * Add "Examples" subtreeTakayuki MATSUOKA2015-03-251-2/+3
| | * Add README.md as table of contentsTakayuki MATSUOKA2015-03-251-0/+7
| | * Add document for "Line by Line Text Compression" exampleTakayuki MATSUOKA2015-03-251-0/+121
| | * Add document for "Double Buffer" exampleTakayuki MATSUOKA2015-03-251-0/+99
| | * Add document : "Streaming API Basics"Takayuki MATSUOKA2015-03-251-0/+87
| |/
| * Updated man page : "--[no-]X"Yann Collet2015-03-231-8/+8
| * Updated testsYann Collet2015-03-231-7/+7
| * Updated long commands, with reverse "--no-" variantsYann Collet2015-03-232-14/+28
| * updated dist listYann Collet2015-03-231-1/+1
* | Merge pull request #61 from Cyan4973/devYann Collet2015-03-2348-984/+2404
|\|
| * lz4 cli supports frame content sizeYann Collet2015-03-236-110/+149
| * removed useless man pagesYann Collet2015-03-222-65/+0
| * Updates tests & Man pagesYann Collet2015-03-227-154/+246
| * new long commandsYann Collet2015-03-212-28/+25
| * Some more tests related to frame content sizeYann Collet2015-03-192-2/+4
| * frame content size supportYann Collet2015-03-186-78/+217
| * Updated lz4io sparse file support (alignment properties)Yann Collet2015-03-174-49/+63
| * minor lz4frame optimisation (no more malloc() on using LZ4F_compressFrame() i...Yann Collet2015-03-161-7/+14
| * minor lz4frame refactoringYann Collet2015-03-163-41/+30
| * Updated LZ4 frame format documentationYann Collet2015-03-169-1/+2
| * Added : Readme into lib directory, to explain what does each fileYann Collet2015-03-161-0/+19
| * lz4 utility supports "pass-through" modeYann Collet2015-03-163-4/+41
| * minor refactoringYann Collet2015-03-162-12/+35
| * skippable frames supportYann Collet2015-03-166-64/+199
| * minor CMakeLists updateYann Collet2015-03-162-11/+8
| * Merge pull request #60 from Cyberunner23/masterYann Collet2015-03-161-3/+1
| |\
| | * Removed checking of CMAKE_SYSTEM_PROCESSOR when adding -fPIC, breaks when tha...Cyberunner232015-03-151-3/+1
| |/ |/|
| * removed -s command from lz4c specific list of legacy commandsYann Collet2015-03-151-2/+0
| * Added : unlz4 symbolic link to "lz4 -d"Yann Collet2015-03-151-0/+2
| * changed "make install" default install directory to /usr/localYann Collet2015-03-153-7/+8
| * Added : clang testYann Collet2015-03-156-9/+13