stb/tests
Sean Barrett ff116a4fe8 allow font ranges with first_char = 0;
fix divide by 0 for exactly-vertical edges;
fix possible divide by 0 for exactly-horizontal edges
add documentation for stbtt_Rasterize;
2015-09-13 11:42:54 -07:00
..
caveview added input.packed_compact for storing most of the major 2/3-bit values in one byte 2015-04-12 01:23:18 -07:00
oversample stb_wingraph.h: missing lib pragmas for completeness 2015-06-30 20:02:41 -06:00
pngsuite fix 1/2/4-bit png to filter bytes before decoding to pixels; 2014-12-14 01:43:23 -08:00
vorbseek fix a few crash bugs with invalid stb_vorbis files (reported by Philip Bennefall, found using a fuzz tester) 2015-09-03 11:16:19 -07:00
c_lexer_test.c add testing project for stb_c_lexer.h 2014-06-19 19:56:11 -07:00
c_lexer_test.dsp Merge branch 'optimize' of https://github.com/rygorous/stb into working 2014-12-14 01:57:22 -08:00
herringbone.dsp initial commit 2014-07-04 08:06:36 -07:00
herringbone_generator.c first pass at stb-izing complete, now need to debug 2014-07-04 09:34:57 -07:00
herringbone_map.c fix broken map generation 2014-08-17 21:08:43 -07:00
herringbone_map.dsp fixes and tests 2014-07-07 04:54:52 -07:00
image_test.c fix bug where we couldn't rewind a file that reached EOF, which can happen with < 92-byte PIC,PNM,HDR,TGA 2015-09-13 05:41:21 -07:00
image_test.dsp Merge branch 'optimize' of https://github.com/rygorous/stb into working 2014-12-14 01:57:22 -08:00
resample_test.cpp optimization attempts, no meaningful changes 2014-09-17 06:24:40 -07:00
resample_test_c.c rename to stb_image_resize.h 2014-08-18 09:12:59 -07:00
resize.dsp Merge branch 'optimize' of https://github.com/rygorous/stb into working 2014-12-14 01:57:22 -08:00
stb.c cleanup runtime output/error detection of stb.h unit tests 2014-05-31 13:39:00 -07:00
stb.dsp fix missing "defined" in #if defined(STBI_NO_foo); 2015-09-13 11:08:40 -07:00
stb.dsw seeking in stb_vorbis (Dougall Johnson) 2015-08-30 19:29:35 -07:00
stb_cpp.cpp make sure all libs compile as C++ 2015-04-14 03:53:26 -07:00
stb_cpp.dsp Merge branch 'optimize' of https://github.com/rygorous/stb into working 2014-12-14 01:57:22 -08:00
stretch_test.c fix use of stbrp_coord if no stb_rect_pack; 2014-12-10 00:27:11 -08:00
stretch_test.dsp Merge branch 'optimize' of https://github.com/rygorous/stb into working 2014-12-14 01:57:22 -08:00
stretchy_buffer_test.c untested rewrite of stretchy_buffer relying on implicit cast from void* 2014-05-31 13:00:39 -07:00
test_c_compilation.c update version & version history 2015-09-13 05:51:16 -07:00
test_cpp_compilation.cpp make sure all libs compile as C++ 2015-04-14 03:53:26 -07:00
test_truetype.c allow font ranges with first_char = 0; 2015-09-13 11:42:54 -07:00
test_vorbis.c stb_image.h: fix *comp value when loading PSDs 2015-05-28 22:11:45 -07:00
textedit_sample.c update version number 2014-06-19 20:21:08 -07:00
tilemap_editor_integration_example.c tilemap editor 0.30 2014-10-19 21:18:07 -07:00