3 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2280 | 2280 | | |
2281 | 2281 | | |
2282 | 2282 | | |
| 2283 | + | |
| 2284 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
427 | 427 | | |
428 | 428 | | |
429 | 429 | | |
430 | | - | |
| 430 | + | |
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
| |||
- .cirrus.yml+5
- .github/ISSUE_TEMPLATE/bug_report.md+32
- .github/ISSUE_TEMPLATE/feature_request.md+20
- .gitignore+3
- .travis.yml+25-9
- Makefile+10-5
- NEWS+36
- README.md+11-12
- appveyor.yml+21-15
- build/.gitignore+16
- build/README.md+10-8
- build/VS2010/datagen/datagen.vcxproj
- build/VS2010/frametest/frametest.vcxproj
- build/VS2010/fullbench-dll/fullbench-dll.vcxproj
- build/VS2010/fullbench/fullbench.vcxproj
- build/VS2010/fuzzer/fuzzer.vcxproj
- build/VS2010/liblz4-dll/liblz4-dll.rc
- build/VS2010/liblz4-dll/liblz4-dll.vcxproj
- build/VS2010/liblz4/liblz4.vcxproj
- build/VS2010/lz4.sln
- build/VS2010/lz4/lz4.rc
- build/VS2010/lz4/lz4.vcxproj
- build/VS2017/datagen/datagen.vcxproj
- build/VS2017/frametest/frametest.vcxproj
- build/VS2017/fullbench-dll/fullbench-dll.vcxproj
- build/VS2017/fullbench/fullbench.vcxproj
- build/VS2017/fuzzer/fuzzer.vcxproj
- build/VS2017/liblz4-dll/liblz4-dll.rc
- build/VS2017/liblz4-dll/liblz4-dll.vcxproj
- build/VS2017/liblz4/liblz4.vcxproj
- build/VS2017/lz4.sln+10
- build/VS2017/lz4/lz4.rc+51
- build/VS2017/lz4/lz4.vcxproj+164
- build/cmake/.gitignore
- build/cmake/CMakeLists.txt+13-6
- contrib/debian/copyright+2-2
- contrib/debian/rules+1-2
- contrib/gen_manual/gen_manual.cpp+2-3
- contrib/meson/meson.build+5-109
- contrib/meson/meson/GetLz4LibraryVersion.py
- contrib/meson/meson/InstallSymlink.py
- contrib/meson/meson/contrib/gen_manual/meson.build+1-1
- contrib/meson/meson/contrib/meson.build
- contrib/meson/meson/examples/meson.build+1-1
- contrib/meson/meson/lib/meson.build+1-1
- contrib/meson/meson/meson.build+117
- contrib/meson/meson/programs/meson.build+1-1
- contrib/meson/meson/tests/meson.build+1-1
- doc/lz4_Frame_format.md+30-19
- doc/lz4_manual.html+83-46
- doc/lz4frame_manual.html+7-5
- examples/Makefile+1-1
- examples/frameCompress.c+2-2
- examples/streaming_api_basics.md+6-6
- lib/Makefile+1-1
- lib/README.md+27-10
- lib/lz4.c+327-230
- lib/lz4.h+80-70
- lib/lz4frame.c+93-54
- lib/lz4frame.h+22-14
- lib/lz4hc.c+192-115
- lib/lz4hc.h+15-40
- ossfuzz/Makefile+12-8
- ossfuzz/compress_frame_fuzzer.c+11-5
- ossfuzz/compress_fuzzer.c+9-2
- ossfuzz/compress_hc_fuzzer.c+10-3
- ossfuzz/decompress_frame_fuzzer.c+11-3
- ossfuzz/decompress_fuzzer.c+6-2
- ossfuzz/fuzz_data_producer.c+77
- ossfuzz/fuzz_data_producer.h+36
- ossfuzz/round_trip_frame_fuzzer.c+8-4
- ossfuzz/round_trip_fuzzer.c+9-2
- ossfuzz/round_trip_hc_fuzzer.c+7-2
- ossfuzz/travisoss.sh+6-1
- programs/.gitignore+1
- programs/Makefile+21-7
- programs/bench.c+233-43
- programs/bench.h+2-1
- programs/lz4cli.c+32-18
- programs/lz4io.c+316-248
- programs/lz4io.h+9-9
- programs/platform.h+6-5
- programs/util.h+74-22
- tests/.gitignore+1
- tests/Makefile+150-85
- tests/checkFrame.c+1-9
- tests/decompress-partial.c+49
- tests/frametest.c+60-24
- tests/fullbench.c+64-15
- tests/fuzzer.c+243-60
- tests/test_install.sh+8
- tmp
- tmpsparse
- visual/.gitignore-10
0 commit comments