Sean Barrett
|
acd1c66aa4
|
Merge branch 'fix806' of https://github.com/kolbma/stb into work2
|
2020-02-02 09:45:35 -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
|
c716696e28
|
Merge branch 'stb_sprintf-asan' of https://github.com/h-s-c/stb into work2
|
2020-02-02 07:11:57 -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
|
63b59b46b0
|
update version numbers
|
2019-02-07 10:03:00 -08:00 |
|
Sean Barrett
|
a23f466de0
|
"long int" => "long"
|
2019-02-07 09:49:08 -08:00 |
|
Sean Barrett
|
f11f1e801a
|
stb_sprintf: credits
|
2019-02-07 09:23:01 -08:00 |
|
Sean Barrett
|
08759eb405
|
Merge branch 'fix-sprintf-int-size-1' of https://github.com/account-login/stb into working
|
2019-02-07 09:22:06 -08:00 |
|
Sean Barrett
|
9643f6bd98
|
stb_sprintf: fix unaligned digitpair[], fix some signed-right-shifts
|
2019-02-07 08:45:19 -08:00 |
|
Sean Barrett
|
82310cc5ff
|
stb_sprintf: fix unaligned digitpair[], fix some signed-right-shifts
|
2019-02-07 08:44:39 -08:00 |
|
Sean Barrett
|
619cdb6a3b
|
stb_sprintf: fix 32 vs 64-bit sizes for format widts j/z/t
|
2019-02-07 07:53:28 -08:00 |
|
Sean Barrett
|
6e7e5c5787
|
Merge branch 'fix-unaligned' of https://github.com/stefano-zanotti-88/stb into working
|
2019-02-07 07:41:53 -08:00 |
|
Sean Barrett
|
3005bcfe87
|
Merge branch 'misc-typos' of https://github.com/luzpaz/stb into working
|
2019-02-07 05:00:12 -08:00 |
|
Sean Barrett
|
9f1ef73e96
|
stb_sprintf: minor reformatting
|
2019-02-07 04:40:32 -08:00 |
|
root
|
eccee04e5a
|
stb_sprintf: fix integer size for %ld
|
2018-11-09 22:49:33 +08:00 |
|
Stefano Zanotti
|
05b45da629
|
stb_sprintf: fix unaligned access
Fix an unaligned 32-bit access even if STB_SPRINTF_NOUNALIGNED was defined.
|
2018-06-27 10:37:00 +02:00 |
|
luz.paz
|
622b3adad3
|
Misc. comment typos
Found via `codespell -q 3`
|
2018-02-12 14:54:22 -05:00 |
|
Sean Barrett
|
01daa3a244
|
stb_sprintf: fix size-only snprintf query
|
2018-01-30 05:29:31 -08:00 |
|
Sean Barrett
|
ee0ebfc79b
|
version numbers
|
2018-01-29 04:59:32 -08:00 |
|
Sean Barrett
|
da4a7a1d6f
|
Merge branch 'patch-2' of https://github.com/wojdyr/stb
|
2018-01-29 03:51:23 -08:00 |
|
Sean Barrett
|
5f1a73fe4e
|
credits, tests
|
2018-01-29 03:18:40 -08:00 |
|
Sean Barrett
|
e5946524d7
|
Merge branch 'patch-1' of https://github.com/wojdyr/stb
|
2018-01-29 03:15:17 -08:00 |
|
Marcin Wojdyr
|
3a969eb64c
|
remove duplicated pr = 0
avoid warning:
Variable 'pr' is reassigned a value before the old one has been used
caused by:
fw = pr = fl = 0;
...
pr = 0;
|
2017-12-07 15:30:43 +00:00 |
|
Marcin Wojdyr
|
7d80a8b44d
|
avoid GCC7 implicit-fallthrough warning
(GCC recognizes certain strings in comments)
|
2017-08-11 00:19:18 +01:00 |
|
Rohit Nirmal
|
747b8d8f71
|
stb_sprintf.h: Don't compare uninitialized value when using zero.
This prevents a "Conditional jump or move depends on uninitialised
value(s)" error from valgrind when using zero as an argument in line
1045.
|
2017-07-28 00:01:46 -05:00 |
|
Sean Barrett
|
555efbedfc
|
Update version numbers
|
2017-07-23 14:09:39 -07:00 |
|
Fabian Giesen
|
481db7501c
|
stb_sprintf: Remove some gratuitous gotos
|
2017-07-21 20:31:58 -07:00 |
|
Fabian Giesen
|
7b8955bfaa
|
stb_sprintf: More whitespace cleanups post clang-format
|
2017-07-21 20:23:50 -07:00 |
|
Fabian Giesen
|
cccbc3f5a9
|
stb_sprintf: Clean up the mess with clang-format
|
2017-07-21 20:17:34 -07:00 |
|
Kevin Schmidt
|
9835483187
|
Edit contributor list.
|
2017-04-18 17:39:28 +02:00 |
|
Kevin Schmidt
|
8926141719
|
Improve stb_sprintf asan workaround.
Adds support for more versions of clang and gcc.
|
2017-04-18 16:17:06 +02:00 |
|
Sean Barrett
|
c918a6b801
|
tweak previous PR merge
|
2017-03-03 10:02:54 -08:00 |
|
Sean Barrett
|
2be620d2bb
|
Merge branch 'lead_sign' of https://github.com/rohit-n/stb into working
|
2017-03-03 09:57:58 -08:00 |
|
Sean Barrett
|
324be64e80
|
version number
|
2017-03-03 09:57:09 -08:00 |
|
Sean Barrett
|
3841bc6198
|
Merge branch 'master' of https://github.com/jarikomppa/stb into working
|
2017-03-03 09:56:11 -08:00 |
|
Sean Barrett
|
e248e30954
|
change license to public-domain AND mit (based on twitter vote)
|
2017-03-03 07:53:07 -08:00 |
|
Sean Barrett
|
96620a3a54
|
update version numbers
|
2017-01-16 00:51:24 -08:00 |
|
Sean Barrett
|
0bd0a9abc4
|
stb_truetype: comment typo
stb_c_lexer: end-of-array wrapped overflow bug
|
2017-01-16 00:11:58 -08:00 |
|
Sean Barrett
|
dead3815e2
|
credits
|
2017-01-16 00:05:58 -08:00 |
|
Sean Barrett
|
48710234f2
|
credits; 1/2/4-bit png fix; easy font spacing; NO_STDIO in image_write
|
2017-01-15 23:57:53 -08:00 |
|
Sean Barrett
|
80a39f958f
|
Merge branch 'fix-percent-check' of https://github.com/d26435/stb into working
|
2017-01-15 23:43:53 -08:00 |
|
Rohit Nirmal
|
13927ac386
|
stb_printf.h: Reuse code for assigning lead sign.
|
2016-12-06 10:34:08 -06:00 |
|
Daniel
|
4338a0e55e
|
Fix the check for a percent character
It was matching everything less than 0x26, so could cause a minor
performance loss. Also made the second if statement superfluous.
|
2016-12-05 21:03:05 +00:00 |
|
jarikomppa
|
0e63382be0
|
A bit more involved change: support for both 1000 and 1024 divisors, and SI and JEDEC suffixes, as well as removing the space between number and suffix.
|
2016-12-05 17:23:01 +02:00 |
|
Sean Barrett
|
3e7f2d6ebd
|
fix missing renames
|
2016-12-05 06:58:30 -08:00 |
|
Sean Barrett
|
bec0b26d1e
|
Merge branch 'master' of https://github.com/nothings/stb
|
2016-12-05 06:53:53 -08:00 |
|
Sean Barrett
|
554e072742
|
fix #ifdef mistake in stb_sprintf
|
2016-12-05 06:53:36 -08:00 |
|
jarikomppa
|
9a3f9dff13
|
More proper fix for the prefixes (defaults to Ki style, with define for using K style instead)
|
2016-12-05 15:08:54 +02:00 |
|