2027 Commits (15d2dc5c5159e0e48b06287d123961256ab67c27)
 

Author SHA1 Message Date
Sean Barrett cc99be2a9f Merge branch 'quell-clang-wcast-align' of https://github.com/a-e-k/stb into work2 ago%!(EXTRA string=5 years)
Sean Barrett fad1aa50c9 Merge branch 'fix-stb_include_strings' of https://github.com/sp0lsh/stb into work2 ago%!(EXTRA string=5 years)
Sean Barrett ca1b58154d Merge branch 'working' into work2 ago%!(EXTRA string=5 years)
Sean Barrett acd1c66aa4 Merge branch 'fix806' of https://github.com/kolbma/stb into work2 ago%!(EXTRA string=5 years)
Sean Barrett d882f542e9 Merge branch 'vorbis_seek_fixes' of https://github.com/dougallj/stb into work2 ago%!(EXTRA string=5 years)
Sean Barrett fd4f1f702e Merge branch 'master' of https://github.com/haferburg/stb into work2 ago%!(EXTRA string=5 years)
Sean Barrett 95dc062d3f Merge branch 'cnlohr-fix-stb-include-newline' of https://github.com/cnlohr/stb into work2 ago%!(EXTRA string=5 years)
Sean Barrett 15ae70a371 Merge branch 'work2' into working ago%!(EXTRA string=5 years)
Sean Barrett 69a39c14cc Merge branch 'fix-clang-warning' of https://github.com/zanshi/stb into work2 ago%!(EXTRA string=5 years)
Sean Barrett 5a3f1ebd54 Merge branch 'master' of https://github.com/Kelimion/stb into work2 ago%!(EXTRA string=5 years)
Sean Barrett 6877b1afd3 Merge branch 'fix_issue_746' of https://github.com/BlackMATov/stb into work2 ago%!(EXTRA string=5 years)
Sean Barrett a0245ff803 Merge branch 'stderr' of https://github.com/dimkr/stb into work2 ago%!(EXTRA string=5 years)
Sean Barrett e80419cd29 Merge branch 'work2' into working ago%!(EXTRA string=5 years)
Sean Barrett 647906759c Merge branch 'master' of https://github.com/fluffrabbit/stb into work2 ago%!(EXTRA string=5 years)
Sean Barrett f2dd751a34 Merge branch 'stb-easy-font-fix-multiple-definition-errors' of https://github.com/podsvirov/stb into work2 ago%!(EXTRA string=5 years)
Sean Barrett 81d1537579 Merge branch 'fix_issue_745' of https://github.com/BlackMATov/stb into work2 ago%!(EXTRA string=5 years)
Sean Barrett cffff7c90a Merge branch 'work2' into working ago%!(EXTRA string=5 years)
Sean Barrett 28cc61a1ff stb_image: fix previous fix ago%!(EXTRA string=5 years)
Sean Barrett 770e4dbe50 Merge branch 'patch-2' of https://github.com/Brotcrunsher/stb into work2 ago%!(EXTRA string=5 years)
Sean Barrett ceddd74622
Update CONTRIBUTING.md ago%!(EXTRA string=5 years)
Sean Barrett f9ec936e7e Merge branch 'patch-1' of https://github.com/GMacharadze/stb into work2 ago%!(EXTRA string=5 years)
Sean Barrett fe6bef2307 stb_truetype: clean up svg support ago%!(EXTRA string=5 years)
Sean Barrett ade80f4609 Merge branch 'svg' of https://github.com/chris-y/stb into work2 ago%!(EXTRA string=5 years)
Sean Barrett e943476f7f stb_sprintf: support hh ago%!(EXTRA string=5 years)
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)