3 files changed
+3
-3
lines changed- .github/CONTRIBUTING.md+4
- .github/ISSUE_TEMPLATE/bug_report.md+24
- .github/ISSUE_TEMPLATE/config.yml+4
- .github/ISSUE_TEMPLATE/feature_request.md+20
- .github/workflows/ci-fuzz.yml+23
- .gitignore+3
- .travis.yml+3
- LICENSE+37
- README.md+54-38
- deprecated/stb.h+129-1.5k
- deprecated/stb_image_resize.h+58-54
- deprecated/stretch_test.c+7-6
- deprecated/stretchy_buffer.h+27-26
- docs/why_public_domain.md+6-5
- stb_c_lexer.h+78-102
- stb_connected_components.h+32-32
- stb_divide.h+52-40
- stb_ds.h+381-155
- stb_dxt.h+234-243
- stb_easy_font.h+33-31
- stb_herringbone_wang_tile.h+6-6
- stb_hexwave.h+680
- stb_image.h+813-375
- stb_image_resize2.h+10.4k
- stb_image_resize_test/dotimings.c+224
- stb_image_resize_test/old_image_resize.h+2.7k
- stb_image_resize_test/oldir.c+56
- stb_image_resize_test/stbirtest.c+992
- stb_image_resize_test/vf_train.c+999
- stb_image_write.h+212-110
- stb_include.h+12-5
- stb_leakcheck.h+34-30
- stb_perlin.h+126-64
- stb_rect_pack.h+41-46
- stb_sprintf.h+114-68
- stb_textedit.h+91-66
- stb_tilemap_editor.h+76-50
- stb_truetype.h+549-354
- stb_vorbis.c+342-244
- stb_voxel_render.h+51-50
- tests/Makefile+4-2
- tests/fuzz_main.c+54
- tests/image_test.c+1
- tests/image_test.dsp+3-2
- tests/ossfuzz.sh+29
- tests/pbm/basi0g16.pgm
- tests/pbm/basi2c16.ppm
- tests/pbm/cdfn2c08.ppm
- tests/pbm/cdun2c08.ppm
- tests/pbm/comment.pgm
- tests/pbm/ctfn0g04.pgm
- tests/pngsuite/iphone/iphone_basi0g01.png
- tests/pngsuite/iphone/iphone_basi0g02.png
- tests/pngsuite/iphone/iphone_basi3p02.png
- tests/pngsuite/iphone/iphone_bgwn6a08.png
- tests/pngsuite/iphone/iphone_bgyn6a16.png
- tests/pngsuite/iphone/iphone_tbyn3p08.png
- tests/pngsuite/iphone/iphone_z06n2c08.png
- tests/pngsuite/ref_results.csv+259
- tests/resample_test.cpp+9-4
- tests/resize.dsp+1-1
- tests/stb.dsp+8-20
- tests/stb.dsw-15
- tests/stb_c_lexer_fuzzer.cpp+74
- tests/stb_cpp.cpp+2
- tests/stb_png.dict+8
- tests/stbi_read_fuzzer.c+28
- tests/stretchy_buffer_test.c-7
- tests/test.sbm+31-8
- tests/test_c_compilation.c+14-6
- tests/test_c_lexer.c+50-1
- tests/test_cpp_compilation.cpp+20-4
- tests/test_ds.c+5-1
- tests/test_png_paeth.c+47
- tests/test_png_regress.c+75
- tests/test_sprintf.c+202-1
- tests/test_truetype.c+54-5
- tests/truetype_test_win32.c+184
- tools/README.footer.md+22-8
- tools/README.header.md+14-3
- tools/README.list+4-4
- tools/build_matrix.c+137
- tools/make_readme.c+6-5
- tools/trailing_whitespace.c+32
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
33 | 33 |
| |
34 | 34 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
| 30 | + | |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
|
0 commit comments