summaryrefslogtreecommitdiffstats
path: root/lib/README.md
Commit message (Collapse)AuthorAgeFilesLines
* merge lz4opt.h into lz4hc.cYann Collet2018-02-251-1/+1
| | | | | | | | | | | | | | Having a dedicated file for optimal parser made sense during its creation, it allowed Przemyslaw to work more freely on lz4opt, with less dependency on lz4hc, moreover, the optimal parser was more complex, with its own search functions. Since the optimal was rewritten last year, it's now a lot lighter. It makes more sense now to integrate it directly inside lz4hc.c, making it easier to edit (editors are a bit "lost" inside a `*.h` dependent on its #include position), it also reduces the number of files in the project, which fits pretty well with lz4 objectives. (adding lz4hc requires "just" lz4hc.h and lz4hc.c).
* early out is not betterYann Collet2017-10-091-1/+1
|
* updated lib/READMEYann Collet2017-09-061-28/+28
| | | | clarifications, improved wording
* updated README.mdPrzemyslaw Skibinski2016-11-221-1/+1
|
* MinGW doesn't require the import library at allPrzemyslaw Skibinski2016-11-161-2/+6
|
* DLL dependencies moved to lib/dll/Przemyslaw Skibinski2016-11-151-3/+3
|
* added visual\README.mdPrzemyslaw Skibinski2016-11-111-4/+4
|
* Fix license and remove references to zstdNick Terrell2016-11-111-1/+1
|
* Using MinGW+MSYS to create DLLPrzemyslaw Skibinski2016-11-101-1/+13
|
* udated README.mdPrzemyslaw Skibinski2016-11-101-4/+21
|
* documentation moved to doc/Przemyslaw Skibinski2016-11-031-1/+1
|
* Clarified license (#115, #244)Yann Collet2016-11-021-7/+26
|
* Updated lib readmeYann Collet2015-06-271-4/+5
|
* Minor lib readme updateYann Collet2015-06-181-4/+5
|
* Added : Readme into lib directory, to explain what does each fileYann Collet2015-03-161-0/+19