a0b521fcf2no warnings when compiling /W3 compiling all test cases and compilers in test.sbm Compilers: 32-bit: VS2015 VS2013 VS2008 VC6 (1998) clang-cl 9.0.1 64-bit VS2015 clang-cl 9.0.1
Sean Barrett
2019-03-04 14:45:06 -08:00
96b4748d57update test_ds.c
Sean Barrett
2019-03-03 21:40:18 -08:00
30496e22d7add new test files
Sean Barrett
2019-03-03 21:39:46 -08:00
b8960f32b8stb_ds: major string hash fix, minor other changes - arena and strdup string hashes were badly broken due to not setting up default slot correctly - tweak use of seed in 4-byte and 8-byte hash functions to hopefully be slightly stronger - a few internal #ifdefs for performance tuning
Sean Barrett
2019-03-03 21:36:15 -08:00
a2cd79b8fffix comma warnings when building with -Wcomma
kroko
2019-03-03 18:48:32 +02:00
d6a598186cstb_image: Pacify some MSVC warnings.
Fabian Giesen
2019-03-01 19:56:53 -08:00
caf9608826Adding arrpop macro to stb_ds.h
Rafael Sachetto
2019-03-01 14:04:31 -03:00
89bccdd567Small documentation correction
Rafael Sachetto
2019-02-26 09:37:16 -03:00
72990efc3etest updates for test_ds unit testing
Sean Barrett
2019-02-25 13:49:37 -08:00
f9133c3677stb_ds v0.3: fixes for compiling client code in C++ add missing _wrapper suffixes disable clang rvalue support in C++ disable unit tests in VC6 C++ other tweaks
Sean Barrett
2019-02-25 13:48:41 -08:00
39c05598a9Update stb.h version number
Sean Barrett
2019-02-25 12:05:38 -08:00
0f9254357cupdate version numbers
Sean Barrett
2019-02-25 11:49:12 -08:00
c963e40972update version numbers
Sean Barrett
2019-02-25 11:48:42 -08:00
a4111af960update readme
Sean Barrett
2019-02-25 11:41:58 -08:00
1aeb8ec201stb_ds: fix shift warnings in later VS compilers
Sean Barrett
2019-02-25 11:40:33 -08:00
e704ed0efbupdate tests and project files for stb_ds
Sean Barrett
2019-02-25 11:17:27 -08:00
477471d9a8add stb_ds.h and tests
Sean Barrett
2019-02-25 11:16:35 -08:00
a28a6b126btests: 64-bit fixes, fix typo in image tests
Sean Barrett
2019-02-07 04:42:32 -08:00
27460c23a6stb_truetype: allow getting font metrics without explicitly opening file
Sean Barrett
2019-02-07 04:41:26 -08:00
9f1ef73e96stb_sprintf: minor reformatting
Sean Barrett
2019-02-07 04:40:32 -08:00
061422f580fix non-fastpath BMP pixels with bit 31 set when asserts are on
Sean Barrett
2019-02-07 04:39:51 -08:00
d85e594654various fixes: add stb_intcmprev add stb_uidict fixes to stb__dirtree_scandir change rand functions from unsigned long to unsigned int so they're 32-bit on Linux as well
Sean Barrett
2019-02-07 04:33:18 -08:00
eee50c079dUpdate to STB conventions
Andrew Beatty
2019-02-07 07:30:42 -05:00
d156642036Silence warning 'tc' may be used uninitialized in this function
NuklearBomb
2019-01-29 01:43:31 -05:00
ccc4b3716afix compiler warnings and const error
Andrew Beatty
2019-01-22 19:31:46 -05:00
eccee04e5astb_sprintf: fix integer size for %ld
root
2018-11-09 22:49:33 +08:00