Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix g++-4.4 warning | Takayuki Matsuoka | 2021-05-30 | 1 | -1/+1 |
| | | | | | | | | | | g++-4.4 creates the following warning for this line. ``` g++-4.4 -Wno-deprecated -O3 -Wall -Wextra -Wundef -Wshadow -Wcast-align -Werror -I../lib -I../programs -DXXH_NAMESPACE=LZ4_ lz4frame.o lz4.o lz4hc.o xxhash.o checkFrame.c -o checkFrame checkFrame.c: In function ‘int frameCheck(cRess_t, FILE*, unsigned int, size_t)’: checkFrame.c:156: error: comparison between signed and unsigned integer expressions ``` | ||||
* | updated license & header dates | Yann Collet | 2020-11-25 | 1 | -1/+1 |
| | |||||
* | better visual conformance | Yann Collet | 2020-11-15 | 1 | -9/+0 |
| | | | | | | only include <intrin.h> on vs2005+ (#947) remove some useless #pragma fix a few minor Visual warnings | ||||
* | fix minor static analyzer warnings | Yann Collet | 2020-09-30 | 1 | -0/+1 |
| | | | | | detected by scan-build and cppcheck fix #786 | ||||
* | fix several minor static analyzer warnings | Yann Collet | 2019-04-18 | 1 | -1/+1 |
| | |||||
* | checkFrame: removed %zu | Yann Collet | 2019-04-08 | 1 | -7/+12 |
| | | | | not liked by mingw | ||||
* | support custom block sizes: fix memory leak to make CI builds happy | Blaise Sanouillet | 2018-10-02 | 1 | -21/+55 |
| | |||||
* | support custom block sizes: remove unneeded fudging, fix leaked filehandles, ↵ | Blaise Sanouillet | 2018-10-01 | 1 | -95/+98 |
| | | | | other nits | ||||
* | support custom block sizes: fix const | Blaise Sanouillet | 2018-09-28 | 1 | -2/+2 |
| | |||||
* | support custom block sizes | Blaise Sanouillet | 2018-09-28 | 1 | -0/+269 |