Sean Barrett
555efbedfc
Update version numbers
ago%!(EXTRA string=8 years)
Fabian Giesen
7725f8b9cd
stb_leakcheck: Derp, I should free the right thing.
...
Fixes #307 , this time for real.
ago%!(EXTRA string=8 years)
Fabian Giesen
5a5cf7f9ba
stb_leakcheck: Make stb_leakcheck_free actually free.
...
Fixes issue #307 .
ago%!(EXTRA string=8 years)
Fabian Giesen
501812f307
stb_leakcheck: Fix warnings.
...
1. const char* for __FILE__ (string literals are const)
2. Use %zd to print size_t where available; the only real problem
here is Visual C++. Use long long on the VC++ vers that support
64-bit targets but not %zd, int on the even older 32-bit-only
VC++ vers that don't support "long long" either.
Fixes #459 . I think. (It's hard to be sure since the issue doesn't
state the exact warning message.)
ago%!(EXTRA string=8 years)
Sean Barrett
e248e30954
change license to public-domain AND mit (based on twitter vote)
ago%!(EXTRA string=8 years)
Sean Barrett
84e2fc0a9e
makefile
ago%!(EXTRA string=8 years)
Sean Barrett
4d19411acd
makefile
ago%!(EXTRA string=8 years)
Craig Donner
ee6978cb68
Slightly modify the public domain license to keep it in the public domain, but make it clear that even when dedications might not be recognized that the code is still usable. Given that this isn't dual-licensing under a different license, I'm hoping this will be acceptable.
ago%!(EXTRA string=9 years)
Craig Donner
49b65c0873
Slightly modify the public domain license to keep it in the public domain, but make it clear that even when dedications might not be recognized that the code is still usable. Given that this isn't dual-licensing under a different license, I'm hoping this will be acceptable.
ago%!(EXTRA string=9 years)
Lukas Meller
d4f552b393
Fixed typo
ago%!(EXTRA string=9 years)
rwhitworth
0c0a619ca4
Updated to compile with Visual Studio 2015
ago%!(EXTRA string=10 years)
Ryan Whitworth
5a7d524fd8
Added public domain license text
ago%!(EXTRA string=10 years)
Sean Barrett
3f17b24d90
make sure all libs compile as C++
ago%!(EXTRA string=10 years)
Sean Barrett
0d840ab330
quick & dirty leak checker
ago%!(EXTRA string=11 years)