Sean Barrett
1976e1aee5
Merge branch 'master' of https://github.com/jobtalle/stb into working
...
Conflicts:
docs/other_libs.md
2016-08-27 12:44:45 -07:00
Sean Barrett
7a02596aae
Merge branch 'otherlibs-dg_dynarr' of https://github.com/DanielGibson/stb into working
2016-08-27 12:41:24 -07:00
Sean Barrett
5db11942d1
Merge branch 'master' of https://github.com/kieselsteini/stb into working
2016-08-27 12:39:42 -07:00
Sean Barrett
19c9615e90
rect_pack patch;
...
fix typo in stb_textedit
2016-08-27 12:36:26 -07:00
Sean Barrett
5ad14faf38
Merge branch 'master' into working
2016-08-27 12:35:29 -07:00
cosmy1
4e758682b0
Minor fixes.
2016-08-27 12:35:20 -07:00
Sean Barrett
2c71a43206
Merge branch 'working'
2016-08-27 12:33:04 -07:00
Sean Barrett
bde8f7c102
tweaks to stb_textedit custom-move-by-word patch
2016-08-27 12:32:45 -07:00
Sean Barrett
841930cca4
Merge branch 'textedit-moveright-moveleft' of https://github.com/ocornut/stb into working
2016-08-27 12:25:29 -07:00
Sean Barrett
50ec40269d
Merge branch 'working'
2016-08-27 12:24:05 -07:00
Sean Barrett
094e8e923b
Merge branch 'master' of https://github.com/kritzikratzi/stb into working
2016-08-27 12:23:37 -07:00
Sean Barrett
f4d348de8e
Merge branch 'working'
2016-08-27 12:17:05 -07:00
Sean Barrett
14e6a98469
clarify alloca #include whitelists
2016-08-27 12:10:46 -07:00
Sean Barrett
f4938bfa4d
Whitelist the compilers that need malloc.h for alloca
2016-08-27 12:09:01 -07:00
Sean Barrett
a2f50a1b6a
Merge branch 'working'
2016-08-27 12:03:10 -07:00
Sean Barrett
4806aca183
windows fwrite doesn't handle arbitrarily large writes (!);
...
add a bunch of stuff used by my backup program 'smir';
2016-08-27 12:02:26 -07:00
Sean Barrett
ec6e5e4054
Update other_libs.md
2016-08-27 09:48:58 -07:00
Sean Barrett
f9a04924af
Update other_libs.md
2016-08-20 21:36:01 -07:00
Sean Barrett
00c6078f9d
Handmade Math
2016-08-20 21:35:01 -07:00
Sean Barrett
e75ca4234e
Update other_libs.md
2016-07-16 23:14:12 -07:00
Job Talle
cc1f71c0d1
Changed license to public domain
2016-05-19 13:50:31 +02:00
Sean Barrett
c9ead07188
Update other_libs.md
2016-05-14 21:59:06 -07:00
jobtalle
d38d37c4ef
Made link bold
2016-05-07 11:25:54 +02:00
jobtalle
be5bf32130
Added ccVector reference
2016-05-07 11:24:32 +02:00
Daniel Gibson
0a5cb57706
other_libs.md: Add DG_dynarr.h
2016-05-06 01:07:45 +02:00
Sean Barrett
2c047c7a27
Update other_libs.md
2016-05-05 14:53:42 -07:00
Sebastian Steinhauer
5038c23d8f
Added sts_net / sts_mixer to other libraries list
2016-05-05 20:44:49 +02:00
Sean Barrett
b9c23b5e8c
Merge pull request #296 from jimon/patch-1
...
tigr now supports osx
2016-05-05 00:01:30 -07:00
Dmytro Ivanov
6427092515
tigr now supports osx
2016-05-05 01:08:04 +02:00
Sean Barrett
daecce07d5
Update other_libs.md
2016-05-03 13:51:46 -07:00
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)
2016-04-29 04:51:48 +02:00
Sean Barrett
e2505ba00c
Update other_libs.md
2016-04-19 09:32:23 -07:00
Sean Barrett
25b476af56
Update other_libs.md
2016-04-19 07:58:48 -07:00
Sean Barrett
d529e04555
Merge pull request #286 from tversteeg/master
...
Add @vurtun his nuklear library to Other Libraries
2016-04-19 07:57:08 -07:00
Thomas Versteeg
72e10c7e21
Fix the nuklear library in other_libs.md
...
Change the usable language from C to C/C++
2016-04-19 16:01:10 +02:00
Thomas Versteeg
376774cb35
Add @vurtin his nuklear library to other_libs
2016-04-19 13:24:18 +02:00
Sean Barrett
aa1041bae8
stbcc 0.94
2016-04-17 09:16:54 -07:00
Sean Barrett
25b1f563d1
stbcc 0.94
2016-04-17 09:16:26 -07:00
Sean Barrett
51393c0a7a
remove dead code after previous optimizations
2016-04-17 08:45:06 -07:00
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
2016-04-17 08:12:52 -07:00
Sean Barrett
484605343f
memory usage clarification
2016-04-16 14:14:04 -07:00
Sean Barrett
5ebbfd02e9
update readme
2016-04-16 14:08:03 -07:00
Sean Barrett
ad55a9b383
version 0.93
...
assign surplus adjacency storage only to clumps that touch edge
document timings and memory usage
2016-04-16 14:05:40 -07:00
Sean Barrett
0b50f1e8d6
Merge branch 'working' into test
2016-04-16 13:13:00 -07:00
Sean Barrett
667f79589a
forgot to include stb_connected_components test source file
2016-04-16 12:58:37 -07:00
Sean Barrett
a7193080f7
Merge branch 'working' into test
2016-04-16 12:39:46 -07:00
Sean Barrett
1d6e55ab1e
reduce storage for stb_connected_components.h
2016-04-16 12:32:40 -07:00
Sean Barrett
e585dad291
change map image formats to workaround stb_image bug
2016-04-16 11:21:59 -07:00
Sean Barrett
0214a3c71f
untested simple batching;
...
document algorithm;
automatically use sqrt(N) instead of 32 as cluster size
2016-04-16 10:04:03 -07:00
Sean Barrett
1392344cdd
include stb_connected_components.h in main stb compile tests, add test app
2016-04-16 09:14:39 -07:00