master
fix stbi_shiftsigned to be shifting a value that's unsigned
stb_wingraph.h: missing lib pragmas for completeness
ossfuzz: improve code coverage
added redundant pg_test.c just in case
tests: test_png_regress
Misc. comment typos
fix SDF documentation and add example code
fix a few crash bugs with invalid stb_vorbis files (reported by Philip Bennefall, found using a fuzz tester)
Update Makefile
fix compilation on non-C99 compilers
Merge branch 'optimize' of https://github.com/rygorous/stb into working
rename fuzz target, add entry point
rename all stb_sprintf identifiers to follow stb conventions
initial commit
first pass at stb-izing complete, now need to debug
fix broken map generation
fixes and tests
image_test: tweak testing to open image in more modes
update stb_image to 2.28
no warnings when compiling /W3 compiling all test cases and compilers in test.sbm Compilers: 32-bit: VS2015 VS2013 VS2008 VC6 (1998) clang-cl 9.0.1 64-bit VS2015 clang-cl 9.0.1
change directory for seed corpus downloads
stb_image_resize2.h 2.00
Fix a bunch of warnings under Apple's clang-800.0.42.1
update stb_image_resize2.h
stb_hexwave added, stretchy_buffer.h deprecated
Added fuzzer for stb_c_lexer
various tests and infrastructure fixes
fuzz: remove some chunk identifiers from stb_png.dict
add new test files
make fuzz target compilable as c++ code
test stb_lib
test.sbm: tweak tests so all pass
update version numbers
stb_ds: fix arrisn, shgetp_null
add compilation tests that have no other includes to avoid accidental dependencies
stb_image: New Paeth filter
add stb_ds.h and tests
update test
stb_truetype: fix incorrect antialiasing computation in v2 rasterizer, and handle certain cases where math blew up
Merge branch 'dev' into working
tilemap editor 0.30
opengl stb_truetype demo app