Sean Barrett
50ec40269d
Merge branch 'working'
ago%!(EXTRA string=9 years)
Sean Barrett
094e8e923b
Merge branch 'master' of https://github.com/kritzikratzi/stb into working
ago%!(EXTRA string=9 years)
Sean Barrett
f4d348de8e
Merge branch 'working'
ago%!(EXTRA string=9 years)
Sean Barrett
14e6a98469
clarify alloca #include whitelists
ago%!(EXTRA string=9 years)
Sean Barrett
f4938bfa4d
Whitelist the compilers that need malloc.h for alloca
ago%!(EXTRA string=9 years)
Sean Barrett
a2f50a1b6a
Merge branch 'working'
ago%!(EXTRA string=9 years)
Sean Barrett
4806aca183
windows fwrite doesn't handle arbitrarily large writes (!);
...
add a bunch of stuff used by my backup program 'smir';
ago%!(EXTRA string=9 years)
Sean Barrett
ec6e5e4054
Update other_libs.md
ago%!(EXTRA string=9 years)
Sean Barrett
f9a04924af
Update other_libs.md
ago%!(EXTRA string=9 years)
Sean Barrett
00c6078f9d
Handmade Math
ago%!(EXTRA string=9 years)
Sean Barrett
e75ca4234e
Update other_libs.md
ago%!(EXTRA string=9 years)
Sean Barrett
c9ead07188
Update other_libs.md
ago%!(EXTRA string=9 years)
Sean Barrett
2c047c7a27
Update other_libs.md
ago%!(EXTRA string=9 years)
Sean Barrett
b9c23b5e8c
Merge pull request #296 from jimon/patch-1
...
tigr now supports osx
ago%!(EXTRA string=9 years)
Dmytro Ivanov
6427092515
tigr now supports osx
ago%!(EXTRA string=9 years)
Sean Barrett
daecce07d5
Update other_libs.md
ago%!(EXTRA string=9 years)
Hansi Raber
f710c23bf7
stb_textedit/stb_text_locate_coord:
...
fix cursor position in the "shouldn't happen, but if it does, fall through to end-of-line case" case (`i=0` causes problems with the return values in this case)
ago%!(EXTRA string=9 years)
Sean Barrett
e2505ba00c
Update other_libs.md
ago%!(EXTRA string=9 years)
Sean Barrett
25b476af56
Update other_libs.md
ago%!(EXTRA string=9 years)
Sean Barrett
d529e04555
Merge pull request #286 from tversteeg/master
...
Add @vurtun his nuklear library to Other Libraries
ago%!(EXTRA string=9 years)
Thomas Versteeg
72e10c7e21
Fix the nuklear library in other_libs.md
...
Change the usable language from C to C/C++
ago%!(EXTRA string=9 years)
Thomas Versteeg
376774cb35
Add @vurtin his nuklear library to other_libs
ago%!(EXTRA string=9 years)
Sean Barrett
aa1041bae8
stbcc 0.94
ago%!(EXTRA string=9 years)
Sean Barrett
25b1f563d1
stbcc 0.94
ago%!(EXTRA string=9 years)
Sean Barrett
51393c0a7a
remove dead code after previous optimizations
ago%!(EXTRA string=9 years)
Sean Barrett
d1eba33305
fix bug w/ large clumps per cluster;
...
reduce time spent on global union-find by skipping clumps that don't touch edges
ago%!(EXTRA string=9 years)
Sean Barrett
484605343f
memory usage clarification
ago%!(EXTRA string=9 years)
Sean Barrett
5ebbfd02e9
update readme
ago%!(EXTRA string=9 years)
Sean Barrett
ad55a9b383
version 0.93
...
assign surplus adjacency storage only to clumps that touch edge
document timings and memory usage
ago%!(EXTRA string=9 years)
Sean Barrett
0b50f1e8d6
Merge branch 'working' into test
ago%!(EXTRA string=9 years)
Sean Barrett
667f79589a
forgot to include stb_connected_components test source file
ago%!(EXTRA string=9 years)
Sean Barrett
a7193080f7
Merge branch 'working' into test
ago%!(EXTRA string=9 years)
Sean Barrett
1d6e55ab1e
reduce storage for stb_connected_components.h
ago%!(EXTRA string=9 years)
Sean Barrett
e585dad291
change map image formats to workaround stb_image bug
ago%!(EXTRA string=9 years)
Sean Barrett
0214a3c71f
untested simple batching;
...
document algorithm;
automatically use sqrt(N) instead of 32 as cluster size
ago%!(EXTRA string=9 years)
Sean Barrett
1392344cdd
include stb_connected_components.h in main stb compile tests, add test app
ago%!(EXTRA string=9 years)
Sean Barrett
435e0c757c
update stbcc
ago%!(EXTRA string=9 years)
Sean Barrett
d32dc9f43a
add todo list, try to compile as C++ (untested), tweak data structure
ago%!(EXTRA string=9 years)
Sean Barrett
31bc5d1ecc
Merge branch 'master' of https://github.com/nothings/stb
ago%!(EXTRA string=9 years)
Sean Barrett
1c5a92440d
stb_connected_components added
ago%!(EXTRA string=9 years)
Sean Barrett
133a565624
yocto stuff
ago%!(EXTRA string=9 years)
Sean Barrett
4c519106a7
back out previous change to stb_vorbis (truncation of last frame in corrupt file)
ago%!(EXTRA string=9 years)
Sean Barrett
5aef2b50aa
Merge branch 'master' of https://github.com/nothings/stb
ago%!(EXTRA string=9 years)
Sean Barrett
62d773db5d
updat versions
ago%!(EXTRA string=9 years)
Sean Barrett
a1a918a487
fix unused variable warning
ago%!(EXTRA string=9 years)
Sean Barrett
fdca443892
fix crash in 2.11
ago%!(EXTRA string=9 years)
Sean Barrett
136455df6d
clarify
ago%!(EXTRA string=9 years)
Sean Barrett
fcdf5c682e
Merge branch 'master' of https://github.com/nothings/stb
ago%!(EXTRA string=9 years)
Sean Barrett
6e4154737c
update version numbers, documentation, and contributors
ago%!(EXTRA string=9 years)
Sean Barrett
b03133000a
avoid dropping final frame of audio data due to wrong test
ago%!(EXTRA string=9 years)