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)
Terry Nguyen
33b92cab0f
Fix link to tinyobjloader-c
...
The repository has been been relocated by syoyo from tinyobjloader_c to tinyobjloader-c (note the dash)
ago%!(EXTRA string=9 years)
Bryon Gloden, CISSP®
8eebc09150
Update stb_c_lexer.h
...
[stb_c_lexer.h:801]: (error) Memory leak: text
[stb_c_lexer.h:801]: (error) Resource leak: f
Found by https://github.com/bryongloden/cppcheck
ago%!(EXTRA string=9 years)
Sean Barrett
e75ca4234e
Update other_libs.md
ago%!(EXTRA string=9 years)
Aras Pranckevicius
21ea5487ff
Fix crash when resizing large images (signed integer overflow, e.g. at image size of 24000x24000)
ago%!(EXTRA string=9 years)
Patrick Boettcher
734576e6be
image-write: fix monochrome bitmap writing from 8-bit-buffers
...
Now writing out monochrome bitmaps from 8-bit arrays works
as it does when using PNG.
Bitmaps need 3 bytes per pixel.
ago%!(EXTRA string=9 years)
Danyil Bohdan
e1970fe456
other_libs.md: Update link for LIL
ago%!(EXTRA string=9 years)
Eric Engestrom
94dd6fe796
README.md: add direct links to files
ago%!(EXTRA string=9 years)
Viktor Kirilov
a2bf7592b6
added doctest to the list with testing frameworks
ago%!(EXTRA string=9 years)
Job Talle
cc1f71c0d1
Changed license to public domain
ago%!(EXTRA string=9 years)
Lewis Van Winkle
365441bc7d
Added Genann (neural networks)
ago%!(EXTRA string=9 years)
Sean Barrett
c9ead07188
Update other_libs.md
ago%!(EXTRA string=9 years)
Fabio Pellacini
67e149fe18
Update other_libs.md
ago%!(EXTRA string=9 years)
jobtalle
d38d37c4ef
Made link bold
ago%!(EXTRA string=9 years)
jobtalle
be5bf32130
Added ccVector reference
ago%!(EXTRA string=9 years)
Daniel Gibson
0a5cb57706
other_libs.md: Add DG_dynarr.h
ago%!(EXTRA string=9 years)
Sean Barrett
2c047c7a27
Update other_libs.md
ago%!(EXTRA string=9 years)
Sebastian Steinhauer
5038c23d8f
Added sts_net / sts_mixer to other libraries list
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)