Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed nameless union warnings | Yann Collet | 2016-11-14 | 1 | -8/+4 |
| | |||||
* | fixed conversion warnings | Yann Collet | 2016-11-14 | 1 | -4/+4 |
| | |||||
* | fixed __GNUC__ macro | Yann Collet | 2016-11-12 | 1 | -2/+2 |
| | |||||
* | enabled deprecation warnings on remaining obsolete functions | Yann Collet | 2016-11-12 | 1 | -110/+115 |
| | |||||
* | update code comments | Yann Collet | 2016-11-12 | 1 | -16/+16 |
| | |||||
* | Expose internal types to remove strict aliasing | Nick Terrell | 2016-11-11 | 1 | -2/+68 |
| | |||||
* | lz4.h: added Introduction section | Przemyslaw Skibinski | 2016-11-10 | 1 | -29/+38 |
| | |||||
* | updated appveyor.yml | Przemyslaw Skibinski | 2016-11-09 | 1 | -1/+1 |
| | |||||
* | removed LZ4_DLL_EXPORT=1 (2) | Przemyslaw Skibinski | 2016-11-09 | 1 | -1/+4 |
| | |||||
* | updated links to LZ4 repository | Przemyslaw Skibinski | 2016-11-03 | 1 | -1/+1 |
| | |||||
* | documentation moved to doc/ | Przemyslaw Skibinski | 2016-11-03 | 1 | -1/+1 |
| | |||||
* | fixes static compilation under Windows (#246) | Yann Collet | 2016-10-21 | 1 | -6/+2 |
| | |||||
* | Add LZ4LIB_API | Kouhei Sutou | 2016-09-22 | 1 | -30/+47 |
| | | | | | | | | | | | | It's based on Zstandard's ZSTDLIB_API. See also: https://github.com/Cyan4973/lz4/issues/216#issuecomment-226245432 Deprecated functions aren't LZ4LIB_API targets. Because we don't need to export deprecated functions from now. There are same LZ4LIB_API definitions in each header files instead of including a common header file because LZ4_DEPRECATED is defined so. | ||||
* | lz4cli version number from lz4.h | Yann Collet | 2016-09-03 | 1 | -4/+4 |
| | |||||
* | minor comments clarifications | Yann Collet | 2016-08-20 | 1 | -13/+16 |
| | |||||
* | modified : some more deprecated functions from lz4hc.h generate warnings | Yann Collet | 2016-06-29 | 1 | -1/+4 |
| | |||||
* | changed : default benchmark LZ4_decompress_safe() | Yann Collet | 2016-06-29 | 1 | -47/+42 |
| | |||||
* | lz4cli: print library version | John Zhuge | 2016-04-01 | 1 | -0/+7 |
| | |||||
* | Fix : compiler-independent macro to remove deprecation warnings | Yann Collet | 2015-10-21 | 1 | -8/+8 |
| | |||||
* | minor refactor | Yann Collet | 2015-07-16 | 1 | -1/+1 |
| | |||||
* | Added namespace ability to xxhash | Yann Collet | 2015-06-27 | 1 | -1/+1 |
| | |||||
* | Updated a few comments | Yann Collet | 2015-05-12 | 1 | -2/+1 |
| | |||||
* | Updated comments | Yann Collet | 2015-05-06 | 1 | -4/+4 |
| | |||||
* | Added : LZ4_compress_destSize() | Yann Collet | 2015-05-06 | 1 | -0/+15 |
| | |||||
* | Added compilation flag -Wcast-qual | Yann Collet | 2015-05-06 | 1 | -2/+2 |
| | |||||
* | New lz4 API, using LZ4_compress_fast() | Yann Collet | 2015-05-03 | 1 | -39/+38 |
| | |||||
* | streaming API : Improved ring buffer management | Yann Collet | 2015-04-24 | 1 | -15/+24 |
| | |||||
* | Added LZ4_compress_fast_extState() | Yann Collet | 2015-04-23 | 1 | -10/+12 |
| | |||||
* | Removed LZ4_compress() (obsolete) from lz4 | Yann Collet | 2015-04-21 | 1 | -1/+1 |
| | |||||
* | Fix LZ4_DEPRECATED() for older/non-gcc/clang/MSVC compilers | Takayuki MATSUOKA | 2015-04-14 | 1 | -1/+1 |
| | |||||
* | Replace GCC_VERSION with LZ4_GCC_VERSION | Takayuki MATSUOKA | 2015-04-14 | 1 | -3/+3 |
| | |||||
* | Add LZ4 prefix to deprecation macros | Takayuki MATSUOKA | 2015-04-12 | 1 | -15/+15 |
| | | | | | | | Replace the following macros: - "_DEPRECATE_WARNING_DEFBLOCK" to "LZ4_DEPRECATE_WARNING_DEFBLOCK" - "DEPRECATED" to "LZ4_DEPRECATED" | ||||
* | Extended obsolete warning messages to lz4hc | Yann Collet | 2015-04-11 | 1 | -4/+9 |
| | |||||
* | Implemented obsolete warning message | Yann Collet | 2015-04-11 | 1 | -24/+39 |
| | |||||
* | New LZ4_compress_safe() API | Yann Collet | 2015-04-09 | 1 | -48/+37 |
| | |||||
* | fullbench : tests of _limitedOutput variants intentionnally provides less ↵ | Yann Collet | 2015-04-01 | 1 | -0/+1 |
| | | | | memory space than safe (LZ4_compressBound()) | ||||
* | simplified LZ4_compress_limitedOutput() | Yann Collet | 2015-04-01 | 1 | -1/+1 |
| | |||||
* | simplified LZ4_compress() | Yann Collet | 2015-04-01 | 1 | -3/+3 |
| | |||||
* | Added LZ4_compress_fast() | Yann Collet | 2015-03-30 | 1 | -0/+10 |
| | |||||
* | Fixed cast-align warnings on 32-bits | Yann Collet | 2015-03-25 | 1 | -2/+2 |
| | |||||
* | Updates tests & Man pages | Yann Collet | 2015-03-22 | 1 | -2/+2 |
| | |||||
* | Some more tests related to frame content size | Yann Collet | 2015-03-19 | 1 | -2/+2 |
| | |||||
* | minor lz4frame refactoring | Yann Collet | 2015-03-16 | 1 | -7/+7 |
| | |||||
* | skippable frames support | Yann Collet | 2015-03-16 | 1 | -1/+1 |
| | |||||
* | Improved sparse file support | Yann Collet | 2015-03-13 | 1 | -2/+3 |
| | |||||
* | New : lz4frame integrated into liblz4 (v1.5.0) | Yann Collet | 2014-12-13 | 1 | -3/+3 |
| | |||||
* | Clarified a few comments | Yann Collet | 2014-12-03 | 1 | -2/+7 |
| | |||||
* | New directory structure : library source files into /lib directory | Yann Collet | 2014-11-30 | 1 | -0/+310 |