1953 Commits (80c8f6af0304588b9d780a41015472013b705194)
 

Author SHA1 Message Date
Sean Barrett d4871226e4 Merge branch 'upstream' of https://github.com/yangfl/stb into work2 ago%!(EXTRA string=5 years)
Sean Barrett ecf2a56f6d Merge branch 'patch-1' of https://github.com/StylishTriangles/stb into work2 ago%!(EXTRA string=5 years)
Sean Barrett c046a25fd7 Merge branch 'fuzz' of https://github.com/randy408/stb into work2 ago%!(EXTRA string=5 years)
Sean Barrett 3f5db89baf stb_sprintf: redo ASAN fixes after problematic merge ago%!(EXTRA string=5 years)
Sean Barrett e802821e4d stb_sprintf: PR 613 ago%!(EXTRA string=5 years)
Sean Barrett 81b4fd7342 test_sprintf: clean up for MSVC6 & integration to codebase ago%!(EXTRA string=5 years)
Sean Barrett 5a2c8901b2 stb_dxt: documentation change for constant alpha ago%!(EXTRA string=5 years)
Sean Barrett 3223673e86 Merge branch 'test_sprintf' of https://github.com/wojdyr/stb into work2 ago%!(EXTRA string=5 years)
Sean Barrett f792c3b982 Merge branch 'work2' into working ago%!(EXTRA string=5 years)
Sean Barrett c716696e28 Merge branch 'stb_sprintf-asan' of https://github.com/h-s-c/stb into work2 ago%!(EXTRA string=5 years)
Sean Barrett 57de42c23f disable broken tilemap editor build ago%!(EXTRA string=5 years)
Sean Barrett eb48fbdced stb_image: use thread-locals for vertically_flip flag and g_failure_reason ago%!(EXTRA string=5 years)
Michael "Croydon" Keck cf1cb80c8e
Create LICENSE ago%!(EXTRA string=5 years)
Brad Weinberger e2b8524aa2 Fix clang unused function compile warnings ago%!(EXTRA string=5 years)
Sean Barrett 7cce4c3ad9 stb_ds: remove accidental #include ago%!(EXTRA string=5 years)
Sean Barrett 2f870b3c07
Update CONTRIBUTING.md ago%!(EXTRA string=5 years)
Sean Barrett a909108b45
fix #820 ago%!(EXTRA string=5 years)
Sean Barrett 4a7a434c2d various tests and infrastructure fixes ago%!(EXTRA string=5 years)
Sean Barrett c440a53d06 stb_image: fix reading BMP with explicit masks ago%!(EXTRA string=5 years)
Sean Barrett d693c6103a stb_ds.h: thread-safe functions; pointer-returning functions; change return value of arraddn ago%!(EXTRA string=5 years)
Sean Barrett aa482fc4a1 stb.h: perfect hashing functions requires opting-in with "#define STB_PERFECT_HASH"; fix some missing parenthesis in stb_arr macros ago%!(EXTRA string=5 years)
Brian Collins d5d052c806 casting to int to remove ptrdiff_t <-> int comparison warnings ago%!(EXTRA string=5 years)
Brian Collins 8fca192660 better to just use stb_strncpy inside stb__splitpath_raw, also fixed an indexing bug in stb_strncpy itself. ago%!(EXTRA string=5 years)
Brian Collins 7c44b15903 forgot to update fixes list ago%!(EXTRA string=5 years)
Brian Collins 41d1dcc029 changed buffer to path for STB_EXT_NO_PERIOD, and specified appropriate buffer size for the copy (sizeof(buffer) referred to the size of the buffer pointer, which was incorrect) ago%!(EXTRA string=5 years)
Peter Waller 2f18c96cfb Pad allocations in setup_{,temp_}malloc for 8-byte alignment ago%!(EXTRA string=5 years)
cshesse a6945cb852
fix possible bug in uniform sample code ago%!(EXTRA string=5 years)
Kevin Croft 58e0c4438d
STB Vorbis: eliminate inaccessible branch ago%!(EXTRA string=5 years)
Kevin Croft 3b491aa07c
STB Vorbis: prevent division by zero in decode_resign if ch == 0 ago%!(EXTRA string=5 years)
Daniel Gibson 15516199e5 stb_image_write: Update JPEG code to jo_jpeg 1.60 ago%!(EXTRA string=5 years)
Nathan Reed 4306eea3cb Fix VS2019 warning ago%!(EXTRA string=5 years)
Try 4148eb4d90 stb_image: fix CRC reading at the end of IEND chunk in png file ago%!(EXTRA string=6 years)
Andrew Kensler 57b9ea6510 Quell -Wcast-align warnings from Clang ago%!(EXTRA string=6 years)
Michal Klos 221a9efcfe added credits according to contributor guide ago%!(EXTRA string=6 years)
Michal Klos cdf3ef1536 stb_include: fix stb_include_string iteration. Upper bound was incremented each loop instead of iterator causing endless loop when called ago%!(EXTRA string=6 years)
arlecchino 117e1741a2
stb_printf - added contributor ago%!(EXTRA string=6 years)
arlecchino b97d06e0fa
fix: stb_sprintf - gcc defines __powerpc64__ ago%!(EXTRA string=6 years)
Sean Barrett f67165c2bb
Update README.md ago%!(EXTRA string=6 years)
Dougall Johnson da79a214ef stb_vorbis: improve fix for theoretical seek performance problem ago%!(EXTRA string=6 years)
Dougall Johnson c3298670d0 stb_vorbis: fix a couple asserts that fail on invalid files ago%!(EXTRA string=6 years)
Dougall Johnson 057914d959 stb_vorbis: fix pushdata for files with audio packets in header pages ago%!(EXTRA string=6 years)
Andreas Haferburg 905d05a1d0 Fixed whitespace ago%!(EXTRA string=6 years)
Andreas Haferburg c70479c47b Revert "Fixed whitespace" ago%!(EXTRA string=6 years)
Andreas Haferburg 72646ac4ae Fixed whitespace ago%!(EXTRA string=6 years)
Andreas Haferburg df0c8e92d4 Fixed compiler warnings C4244 conversion from 'int' to 'unsigned char'/'unsigned short'. ago%!(EXTRA string=6 years)
cnlohr e615214488 Fix bare backslash n as being a valid whitespace character. ago%!(EXTRA string=6 years)
Niclas Olmenius da12942957 stb_image_write: fix clang warning ago%!(EXTRA string=6 years)
Dougall Johnson 7c4eb44a63 stb_vorbis: fix seeking in files with audio packets in header pages ago%!(EXTRA string=6 years)
Dougall Johnson 2abc5c6ced stb_vorbis: fix seek_to_sample_coarse failure near page end ago%!(EXTRA string=6 years)
Dougall Johnson 6ca87a9e0e stb_vorbis: fix theoretical seek performance problem ago%!(EXTRA string=6 years)