Commit Graph

55 Commits (7855d2dc8719d91da0ef7aa3d8053c35931d1d81)

Author SHA1 Message Date
Sean Barrett c7110588a4 update README with info about SSE2 on GCC 2017-03-19 17:51:43 -07:00
Sean Barrett 6f6e11f85f readme 2017-03-03 11:49:55 -08:00
Sean Barrett a463577988 update README w/ MIT info 2017-03-03 11:47:36 -08:00
Sean Barrett ca3b8d7426 add credits to readme 2016-12-05 04:19:53 -08:00
Sean Barrett 3f2716ace4 add stb_sprintf to readme 2016-12-05 03:50:06 -08:00
Sean Barrett d9e0dfcd63 readme change link to other_libs 2016-10-07 08:56:29 -07:00
Eric Engestrom 94dd6fe796 README.md: add direct links to files 2016-05-26 23:20:37 +01:00
Sean Barrett 1c5a92440d stb_connected_components added 2016-04-15 19:22:22 -07:00
Sean Barrett 62d773db5d updat versions 2016-04-02 13:46:11 -07:00
Sean Barrett 50479cb07c stb_image: allow jpegs that are rgb not YCrCb 2016-03-26 15:46:59 -07:00
Sean Barrett 8d0ae2d39f move other_libs list to its own file 2015-09-27 08:16:33 -07:00
Sean Barrett 37a493ae21 fix typo 2015-09-27 08:11:02 -07:00
Sean Barrett b1160eb7e9 update other_libs 2015-09-27 08:09:25 -07:00
Sean Barrett 60e3ecac85 added ImGui to other_libs 2015-09-26 12:14:37 -07:00
Sean Barrett 616633b557 italicize most recent others' libs 2015-09-26 12:03:09 -07:00
Sean Barrett 6998a8e064 add gb_string.h 2015-09-26 11:51:23 -07:00
Sean Barrett 34d6c2ca87 update tinyexr's list position 2015-09-23 05:01:16 -07:00
Sean Barrett 5378a96536 clarify that olick's GIF also does animated 2015-09-14 07:07:20 -07:00
Sean Barrett 955bd174a2 update list 2015-09-14 04:53:31 -07:00
Sean Barrett c2978ae79f move anchor to *beginning* of question so links look better 2015-09-14 02:36:57 -07:00
Sean Barrett 996f0b0a6b fix spelling of SQLite 2015-09-14 02:35:31 -07:00
Sean Barrett a2291e3e5d update single-file-libs list 2015-09-14 02:32:03 -07:00
Sean Barrett 2722cfc3a0 fix last 2015-09-13 17:01:26 -07:00
Sean Barrett b30a97930e include URL with anchor so other people can find it 2015-09-13 17:00:20 -07:00
Sean Barrett 288ef36358 anchor for external links to list 2015-09-13 16:56:07 -07:00
Sean Barrett 43789d11d9 add tigr to single-file libs FAQ 2015-09-13 16:54:35 -07:00
Sean Barrett b74da797af properly fix stb_rect_pack;
tweak formatting of FAQ list
2015-09-13 16:07:49 -07:00
Sean Barrett 55eefc5739 add list of single-file libs 2015-09-13 14:51:49 -07:00
Sean Barrett 4de75eb0cc stb_textedit: better support for baseline at bottom
stb_textedit: end-of-line handling places cursor before newline
stb_truetype: avoid compiler warning due to local vars hiding local vars
readme: add list of one-file libs
2015-09-13 13:35:51 -07:00
Sean Barrett b92b225f61 note that README is auto-generated so submitters don't need to change it 2015-04-15 02:35:55 -07:00
Sean Barrett cbcbaff851 replace public-domain rationale with link to longer public domain rationale document 2015-04-14 03:38:40 -07:00
Sean Barrett e105a19be9 add summary statistics 2015-04-14 03:33:54 -07:00
Sean Barrett f982f5ae1e restore lines-of-code to original size 2015-04-14 03:25:12 -07:00
Sean Barrett dda1519da8 shrink font for LoC to layout table better 2015-04-14 03:19:54 -07:00
Sean Barrett 977cce8cc7 expand explanation of why single file 2015-04-14 03:13:45 -07:00
Sean Barrett 3db3e56696 consistent capitalization 2015-04-14 03:10:36 -07:00
Sean Barrett c1ad6b09de make table more readable by shrinking some columns horizontally 2015-04-14 03:09:01 -07:00
Sean Barrett 3c2090565d fix reversed column headers 2015-04-14 03:04:32 -07:00
Sean Barrett ede1ebdaa9 add "lines of code" to README.md 2015-04-14 03:03:11 -07:00
Sean Barrett 0f52f6accc note documentation failure; update README.md 2015-04-01 00:44:05 -07:00
Sean Barrett bdef693b7c add FAQ about single-header-file libs 2015-02-01 02:49:36 -08:00
Sean Barrett a3e84e25dd added stb_easy_font.h 2015-02-01 01:49:17 -08:00
Sean Barrett f9e593c25c Merge branch 'optimize' of https://github.com/rygorous/stb into working
Conflicts:
	stb_image.h

Also disable VC6 automatic precompiled headers which were enabled in some projects.
2014-12-14 01:57:22 -08:00
Sean Barrett d1c85eac78 update version numbers 2014-12-08 19:58:51 -08:00
Sean Barrett 8252a94f02 add stb_tilemap_editor.h 2014-09-23 17:19:25 -07:00
Sean Barrett 60064f9803 add stb_image_resize.h to readme 2014-09-13 05:56:06 -07:00
Sean Barrett 1dcaa6059e add stb_herringbone_wang_tile 2014-07-07 07:41:07 -07:00
nothings 41a3179397 Note insecurity of stb_sprintf 2014-06-03 10:23:12 -07:00
nothings b5230e0685 Add comments describing all stb_ functions
Added comments for all stb_ functions since I'm
now using this program as an illustrative example
of the value of something like stb_ functions.
2014-06-03 10:21:39 -07:00
Sean Barrett 9e63c50707 rename stb_image.c to stb_image.h 2014-06-03 09:15:53 -07:00