forked from Polprzewodnikowy/N64FlashcartMenu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a35c6bd
commit a7d6458
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule miniz
updated
26 files
+1 −0 | .clang-format | |
+1 −1 | .github/workflows/c-cpp.yml | |
+77 −77 | examples/example1.c | |
+124 −124 | examples/example2.c | |
+214 −214 | examples/example3.c | |
+85 −85 | examples/example4.c | |
+262 −262 | examples/example5.c | |
+135 −112 | examples/example6.c | |
+455 −456 | miniz.c | |
+183 −182 | miniz.h | |
+9 −8 | miniz_common.h | |
+1,123 −1,127 | miniz_tdef.c | |
+163 −158 | miniz_tdef.h | |
+500 −499 | miniz_tinfl.c | |
+92 −90 | miniz_tinfl.h | |
+3,629 −3,571 | miniz_zip.c | |
+341 −337 | miniz_zip.h | |
+5 −4 | tests/checksum_fuzzer.c | |
+8 −5 | tests/compress_fuzzer.c | |
+10 −9 | tests/flush_fuzzer.c | |
+8 −7 | tests/fuzz_main.c | |
+14 −11 | tests/large_fuzzer.c | |
+10 −8 | tests/small_fuzzer.c | |
+5 −4 | tests/uncompress2_fuzzer.c | |
+2 −2 | tests/uncompress_fuzzer.c | |
+14 −8 | tests/zip_fuzzer.c |