Lines Matching refs:issue
46 Added : pkg-config, thanks to Zbigniew Jędrzejewski-Szmek (issue 135)
47 Makefile : lz4-test only test native binaries, as suggested by Michał Górny (issue 136)
57 fix : support ppc64le platform (issue 131)
59 fix : Makefile : minor issue 130 : header files permissions
64 fix : block-dependency command line (issue 127)
65 fix : lz4fullbench (issue 128)
68 hotfix (issue 124 & 125)
71 Added : lz4cat utility, installed on POSX systems (issue 118)
72 OS-X compatible compilation of dynamic library (issue 115)
75 Makefile : library correctly compiled with -O3 switch (issue 114)
77 Makefile : library is versioned and linked (issue 119)
78 lz4.h : no more static inline prototypes (issue 116)
79 man : improved header/footer (issue 111)
80 Makefile : Use system default $(CC) & $(MAKE) variables (issue 112)
97 lz4 & lz4hc : added capability to allocate state & stream state with custom allocator (issue 99)
99 man : documented -l command (Legacy format, for Linux kernel compression) (issue 102)
100 cmake : improved version by Mika Attila, building programs and libraries (issue 100)
105 lz4.c : corrected issue 98 (LZ4_compress_limitedOutput())
109 lz4.c : corrected compression efficiency issue 97 in 64-bits chained mode (-BD) for streams > 4 GB …