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
|
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
|
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
|
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
|
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
|
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) |
Sean Barrett
|
7cce4c3ad9
|
stb_ds: remove accidental #include
|
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) |
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
Fixes #259, #597
|
ago%!(EXTRA string=6 years) |
Andreas Haferburg
|
905d05a1d0
|
Fixed whitespace
|
ago%!(EXTRA string=6 years) |
Andreas Haferburg
|
c70479c47b
|
Revert "Fixed whitespace"
This reverts commit 72646ac4ae .
|
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
fix -Wmissing-variable-declarations clang warning
`stbi__flip_vertically_on_write` is now static like
`stbi__vertically_flip_on_load` in `stb_image.h`
|
ago%!(EXTRA string=6 years) |
Dougall Johnson
|
7c4eb44a63
|
stb_vorbis: fix seeking in files with audio packets in header pages
Fixes #682, #580
|
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) |
BlackMATov
|
01b2d76baf
|
stb_image.h: fix warning about unused function 'stbi__err'
Fixes issue #746.
|
ago%!(EXTRA string=6 years) |
Sean Barrett
|
052dce117e
|
more fixing
|
ago%!(EXTRA string=6 years) |
Sean Barrett
|
657be5c654
|
fix README.md "noteworthy" links
|
ago%!(EXTRA string=6 years) |
Dima Krasner
|
791a907faa
|
stb_leakcheck: add support for output to stderr
|
ago%!(EXTRA string=6 years) |
Sean Barrett
|
bcb2815ab3
|
stb_ds: add documentation for STBDS_UNIT_TESTS, -std=c++0x
|
ago%!(EXTRA string=6 years) |
Sean Barrett
|
c7343d4263
|
more Travis fixing
|
ago%!(EXTRA string=6 years) |