Commit Graph

1799 Commits

Author SHA1 Message Date
Sean Barrett
acd1c66aa4 Merge branch 'fix806' of https://github.com/kolbma/stb into work2 2020-02-02 09:45:35 -08:00
Sean Barrett
d882f542e9 Merge branch 'vorbis_seek_fixes' of https://github.com/dougallj/stb into work2 2020-02-02 09:44:21 -08:00
Sean Barrett
fd4f1f702e Merge branch 'master' of https://github.com/haferburg/stb into work2 2020-02-02 09:42:24 -08:00
Sean Barrett
95dc062d3f Merge branch 'cnlohr-fix-stb-include-newline' of https://github.com/cnlohr/stb into work2 2020-02-02 09:41:43 -08:00
Sean Barrett
69a39c14cc Merge branch 'fix-clang-warning' of https://github.com/zanshi/stb into work2 2020-02-02 09:40:26 -08:00
Sean Barrett
5a3f1ebd54 Merge branch 'master' of https://github.com/Kelimion/stb into work2 2020-02-02 09:34:23 -08:00
Sean Barrett
6877b1afd3 Merge branch 'fix_issue_746' of https://github.com/BlackMATov/stb into work2 2020-02-02 08:52:48 -08:00
Sean Barrett
a0245ff803 Merge branch 'stderr' of https://github.com/dimkr/stb into work2 2020-02-02 08:44:27 -08:00
Sean Barrett
647906759c Merge branch 'master' of https://github.com/fluffrabbit/stb into work2 2020-02-02 08:25:48 -08:00
Sean Barrett
f2dd751a34 Merge branch 'stb-easy-font-fix-multiple-definition-errors' of https://github.com/podsvirov/stb into work2 2020-02-02 08:24:40 -08:00
Sean Barrett
81d1537579 Merge branch 'fix_issue_745' of https://github.com/BlackMATov/stb into work2 2020-02-02 08:21:46 -08:00
Sean Barrett
28cc61a1ff stb_image: fix previous fix 2020-02-02 08:16:58 -08:00
Sean Barrett
770e4dbe50 Merge branch 'patch-2' of https://github.com/Brotcrunsher/stb into work2 2020-02-02 08:16:26 -08:00
Sean Barrett
f9ec936e7e Merge branch 'patch-1' of https://github.com/GMacharadze/stb into work2 2020-02-02 08:14:23 -08:00
Sean Barrett
fe6bef2307 stb_truetype: clean up svg support 2020-02-02 08:14:00 -08:00
Sean Barrett
ade80f4609 Merge branch 'svg' of https://github.com/chris-y/stb into work2 2020-02-02 08:07:01 -08:00
Sean Barrett
d4871226e4 Merge branch 'upstream' of https://github.com/yangfl/stb into work2 2020-02-02 08:04:09 -08:00
Sean Barrett
ecf2a56f6d Merge branch 'patch-1' of https://github.com/StylishTriangles/stb into work2 2020-02-02 08:03:06 -08:00
Sean Barrett
c046a25fd7 Merge branch 'fuzz' of https://github.com/randy408/stb into work2 2020-02-02 08:00:39 -08:00
Sean Barrett
3f5db89baf stb_sprintf: redo ASAN fixes after problematic merge 2020-02-02 07:49:41 -08:00
Sean Barrett
e802821e4d stb_sprintf: PR 613 2020-02-02 07:47:53 -08:00
Sean Barrett
81b4fd7342 test_sprintf: clean up for MSVC6 & integration to codebase 2020-02-02 07:37:20 -08:00
Sean Barrett
5a2c8901b2 stb_dxt: documentation change for constant alpha 2020-02-02 07:37:10 -08:00
Sean Barrett
3223673e86 Merge branch 'test_sprintf' of https://github.com/wojdyr/stb into work2 2020-02-02 07:21:45 -08:00
Sean Barrett
f792c3b982 Merge branch 'work2' into working 2020-02-02 07:12:14 -08:00
Sean Barrett
c716696e28 Merge branch 'stb_sprintf-asan' of https://github.com/h-s-c/stb into work2 2020-02-02 07:11:57 -08:00
Sean Barrett
57de42c23f disable broken tilemap editor build 2020-02-02 07:06:27 -08:00
Sean Barrett
eb48fbdced stb_image: use thread-locals for vertically_flip flag and g_failure_reason 2020-02-02 07:06:05 -08:00
Sean Barrett
7cce4c3ad9 stb_ds: remove accidental #include 2020-02-01 08:15:04 -08:00
Sean Barrett
4a7a434c2d various tests and infrastructure fixes 2020-02-01 04:21:41 -08:00
Sean Barrett
c440a53d06 stb_image: fix reading BMP with explicit masks 2020-02-01 04:19:28 -08:00
Sean Barrett
d693c6103a stb_ds.h: thread-safe functions; pointer-returning functions; change return value of arraddn 2020-02-01 04:18:23 -08:00
Sean Barrett
aa482fc4a1 stb.h: perfect hashing functions requires opting-in with "#define STB_PERFECT_HASH"; fix some missing parenthesis in stb_arr macros 2020-02-01 03:43:33 -08:00
arlecchino
117e1741a2
stb_printf - added contributor 2019-11-05 17:43:20 +01:00
arlecchino
b97d06e0fa
fix: stb_sprintf - gcc defines __powerpc64__
Fix for stb_sprintf https://github.com/nothings/stb/issues/806
fixes #806
2019-11-05 17:39:22 +01:00
Sean Barrett
f67165c2bb
Update README.md 2019-10-28 09:30:02 -07:00
Dougall Johnson
da79a214ef stb_vorbis: improve fix for theoretical seek performance problem 2019-10-21 20:39:31 +11:00
Dougall Johnson
c3298670d0 stb_vorbis: fix a couple asserts that fail on invalid files 2019-10-21 15:37:04 +11:00
Dougall Johnson
057914d959 stb_vorbis: fix pushdata for files with audio packets in header pages
Fixes #259, #597
2019-10-20 14:42:28 +11:00
Andreas Haferburg
905d05a1d0 Fixed whitespace 2019-10-14 14:24:47 +02:00
Andreas Haferburg
c70479c47b Revert "Fixed whitespace"
This reverts commit 72646ac4ae.
2019-10-14 14:23:36 +02:00
Andreas Haferburg
72646ac4ae Fixed whitespace 2019-10-14 14:16:11 +02:00
Andreas Haferburg
df0c8e92d4 Fixed compiler warnings C4244 conversion from 'int' to 'unsigned char'/'unsigned short'. 2019-10-14 14:05:36 +02:00
cnlohr
e615214488 Fix bare backslash n as being a valid whitespace character. 2019-10-09 02:38:08 -04:00
Niclas Olmenius
da12942957 stb_image_write: fix clang warning
fix -Wmissing-variable-declarations clang warning

`stbi__flip_vertically_on_write` is now static like
`stbi__vertically_flip_on_load` in `stb_image.h`
2019-10-03 12:50:23 +02:00
Dougall Johnson
7c4eb44a63 stb_vorbis: fix seeking in files with audio packets in header pages
Fixes #682, #580
2019-10-01 20:47:29 +10:00
Dougall Johnson
2abc5c6ced stb_vorbis: fix seek_to_sample_coarse failure near page end 2019-10-01 16:50:21 +10:00
Dougall Johnson
6ca87a9e0e stb_vorbis: fix theoretical seek performance problem 2019-10-01 16:36:41 +10:00
BlackMATov
01b2d76baf stb_image.h: fix warning about unused function 'stbi__err'
Fixes issue #746.
2019-08-22 10:28:16 +07:00
Sean Barrett
052dce117e more fixing 2019-08-17 09:53:02 -07:00