Commit Graph

1208 Commits (834199151ec7e1f7567d5b9d84274768ff00b9bc)

Author SHA1 Message Date
Sean Barrett c36e8ae082 Merge branch 'master' into working 2016-10-07 08:27:26 -07:00
Sean Barrett 7fa4f12048 tweak doctest 2016-10-07 08:25:24 -07:00
Sean Barrett 51e136aad7 Merge branch 'patch-1' of https://github.com/onqtam/stb into working 2016-10-07 08:24:16 -07:00
Sean Barrett cf51044bc6 update stb_pg project 2016-10-07 08:23:24 -07:00
Dougall Johnson 0181b37188 CFF and Type 2 charstream parsing in stb_truetype
This is a partial implementation of the CFF and Type 2 charstring
specifications. It allows stb_truetype to read most OTF files.
2016-10-01 20:18:31 +10:00
Sean Barrett f814cd7577 Update other_libs.md 2016-09-25 17:10:51 -07:00
Sean Barrett 4f51089d1d Update other_libs.md 2016-09-25 15:09:45 -07:00
Sean Barrett e713a69f1e Update other_libs.md 2016-08-28 14:10:03 -07:00
Sean Barrett fa775881d6 Update other_libs.md 2016-08-28 11:04:38 -07:00
Sean Barrett 973ad3611c other_libs updates 2016-08-28 10:42:22 -07:00
Sean Barrett fa3db1eb89 Merge branch 'working' 2016-08-27 12:55:06 -07:00
Sean Barrett e3d804279a Merge branch 'patch-1' of https://github.com/terrehbyte/stb into working
Conflicts:
	docs/other_libs.md
2016-08-27 12:54:59 -07:00
Sean Barrett ac646fdc27 Merge branch 'working' 2016-08-27 12:54:03 -07:00
Sean Barrett a1b466ab2f Merge branch 'patch-1' of https://github.com/dbohdan/stb into working 2016-08-27 12:53:59 -07:00
Sean Barrett 2c105e40fc Merge branch 'working' 2016-08-27 12:53:27 -07:00
Sean Barrett 5e596c8c2d other_libs: fix indentation 2016-08-27 12:52:28 -07:00
Sean Barrett 5b3957a546 Merge branch 'master' of https://github.com/xelatihy/stb into working 2016-08-27 12:45:35 -07:00
Sean Barrett 1e87fa472f Merge branch 'working' 2016-08-27 12:44:53 -07:00
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 6704bc4023 Merge branch 'working' 2016-08-27 12:41:51 -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 01dc6abdcf Merge branch 'working' 2016-08-27 12:40:31 -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 6f72440159 bump version numbers 2016-08-27 12:38:09 -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
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)
2016-08-11 12:40:49 -07:00
Sean Barrett e75ca4234e Update other_libs.md 2016-07-16 23:14:12 -07:00
Aras Pranckevicius 21ea5487ff Fix crash when resizing large images (signed integer overflow, e.g. at image size of 24000x24000) 2016-06-30 21:46:17 +03:00
Danyil Bohdan e1970fe456 other_libs.md: Update link for LIL 2016-06-04 11:44:17 +03:00
Eric Engestrom 94dd6fe796 README.md: add direct links to files 2016-05-26 23:20:37 +01:00
Viktor Kirilov a2bf7592b6 added doctest to the list with testing frameworks 2016-05-22 16:18:07 +03:00
Job Talle cc1f71c0d1 Changed license to public domain 2016-05-19 13:50:31 +02:00
Lewis Van Winkle 365441bc7d Added Genann (neural networks) 2016-05-18 11:54:11 -05:00
Sean Barrett c9ead07188 Update other_libs.md 2016-05-14 21:59:06 -07:00
Fabio Pellacini 67e149fe18 Update other_libs.md 2016-05-08 19:07:29 +02:00