Commit Graph

  • d4871226e4 Merge branch 'upstream' of https://github.com/yangfl/stb into work2 Sean Barrett 2020-02-02 08:04:09 -0800
  • ecf2a56f6d Merge branch 'patch-1' of https://github.com/StylishTriangles/stb into work2 Sean Barrett 2020-02-02 08:03:06 -0800
  • c046a25fd7 Merge branch 'fuzz' of https://github.com/randy408/stb into work2 Sean Barrett 2020-02-02 08:00:39 -0800
  • 3f5db89baf stb_sprintf: redo ASAN fixes after problematic merge Sean Barrett 2020-02-02 07:49:41 -0800
  • e802821e4d stb_sprintf: PR 613 Sean Barrett 2020-02-02 07:47:53 -0800
  • 81b4fd7342 test_sprintf: clean up for MSVC6 & integration to codebase Sean Barrett 2020-02-02 07:37:20 -0800
  • 5a2c8901b2 stb_dxt: documentation change for constant alpha Sean Barrett 2020-02-02 07:37:10 -0800
  • 3223673e86 Merge branch 'test_sprintf' of https://github.com/wojdyr/stb into work2 Sean Barrett 2020-02-02 07:21:45 -0800
  • f792c3b982 Merge branch 'work2' into working Sean Barrett 2020-02-02 07:12:14 -0800
  • c716696e28 Merge branch 'stb_sprintf-asan' of https://github.com/h-s-c/stb into work2 Sean Barrett 2020-02-02 07:11:57 -0800
  • 57de42c23f disable broken tilemap editor build Sean Barrett 2020-02-02 07:06:27 -0800
  • eb48fbdced stb_image: use thread-locals for vertically_flip flag and g_failure_reason Sean Barrett 2020-02-02 07:06:05 -0800
  • cf1cb80c8e
    Create LICENSE Michael "Croydon" Keck 2020-02-02 02:11:35 +0100
  • e2b8524aa2 Fix clang unused function compile warnings Brad Weinberger 2020-02-01 11:41:47 -0800
  • 7cce4c3ad9 stb_ds: remove accidental #include Sean Barrett 2020-02-01 08:15:04 -0800
  • 2f870b3c07
    Update CONTRIBUTING.md Sean Barrett 2020-02-01 06:19:59 -0800
  • a909108b45
    fix #820 Sean Barrett 2020-02-01 06:17:14 -0800
  • 4a7a434c2d various tests and infrastructure fixes Sean Barrett 2020-02-01 04:21:41 -0800
  • c440a53d06 stb_image: fix reading BMP with explicit masks Sean Barrett 2020-02-01 04:19:28 -0800
  • d693c6103a stb_ds.h: thread-safe functions; pointer-returning functions; change return value of arraddn Sean Barrett 2020-02-01 04:18:23 -0800
  • aa482fc4a1 stb.h: perfect hashing functions requires opting-in with "#define STB_PERFECT_HASH"; fix some missing parenthesis in stb_arr macros Sean Barrett 2020-02-01 03:43:33 -0800
  • d5d052c806 casting to int to remove ptrdiff_t <-> int comparison warnings Brian Collins 2020-01-26 15:06:32 -0800
  • 8fca192660 better to just use stb_strncpy inside stb__splitpath_raw, also fixed an indexing bug in stb_strncpy itself. Brian Collins 2020-01-19 14:38:09 -0800
  • 7c44b15903 forgot to update fixes list Brian Collins 2020-01-19 13:43:43 -0800
  • 41d1dcc029 changed buffer to path for STB_EXT_NO_PERIOD, and specified appropriate buffer size for the copy (sizeof(buffer) referred to the size of the buffer pointer, which was incorrect) Brian Collins 2020-01-19 13:06:11 -0800
  • 2f18c96cfb Pad allocations in setup_{,temp_}malloc for 8-byte alignment Peter Waller 2019-12-29 22:58:47 +0000
  • a6945cb852
    fix possible bug in uniform sample code cshesse 2019-12-22 20:39:23 -0800
  • 58e0c4438d
    STB Vorbis: eliminate inaccessible branch Kevin Croft 2019-12-04 21:48:21 -0800
  • 3b491aa07c
    STB Vorbis: prevent division by zero in decode_resign if ch == 0 Kevin Croft 2019-12-04 20:00:45 -0800
  • 15516199e5 stb_image_write: Update JPEG code to jo_jpeg 1.60 Daniel Gibson 2019-12-01 09:41:49 -0100
  • 4306eea3cb Fix VS2019 warning Nathan Reed 2019-11-30 14:36:51 -0800
  • 4148eb4d90 stb_image: fix CRC reading at the end of IEND chunk in png file Try 2019-11-18 19:25:38 +0100
  • 57b9ea6510 Quell -Wcast-align warnings from Clang Andrew Kensler 2019-11-15 23:51:00 -0800
  • 221a9efcfe added credits according to contributor guide Michal Klos 2019-11-11 14:21:41 +0100
  • cdf3ef1536 stb_include: fix stb_include_string iteration. Upper bound was incremented each loop instead of iterator causing endless loop when called Michal Klos 2019-11-11 13:59:19 +0100
  • 117e1741a2
    stb_printf - added contributor arlecchino 2019-11-05 17:43:20 +0100
  • b97d06e0fa
    fix: stb_sprintf - gcc defines __powerpc64__ arlecchino 2019-11-05 17:39:22 +0100
  • f67165c2bb
    Update README.md Sean Barrett 2019-10-28 09:30:02 -0700
  • da79a214ef stb_vorbis: improve fix for theoretical seek performance problem Dougall Johnson 2019-10-21 20:39:31 +1100
  • c3298670d0 stb_vorbis: fix a couple asserts that fail on invalid files Dougall Johnson 2019-10-21 15:37:04 +1100
  • 057914d959 stb_vorbis: fix pushdata for files with audio packets in header pages Dougall Johnson 2019-10-20 14:42:28 +1100
  • 905d05a1d0 Fixed whitespace Andreas Haferburg 2019-10-14 14:24:47 +0200
  • c70479c47b Revert "Fixed whitespace" Andreas Haferburg 2019-10-14 14:23:36 +0200
  • 72646ac4ae Fixed whitespace Andreas Haferburg 2019-10-14 14:16:11 +0200
  • df0c8e92d4 Fixed compiler warnings C4244 conversion from 'int' to 'unsigned char'/'unsigned short'. Andreas Haferburg 2019-10-14 14:05:36 +0200
  • e615214488 Fix bare backslash n as being a valid whitespace character. cnlohr 2019-10-09 02:38:08 -0400
  • da12942957 stb_image_write: fix clang warning Niclas Olmenius 2019-10-03 12:50:23 +0200
  • 7c4eb44a63 stb_vorbis: fix seeking in files with audio packets in header pages Dougall Johnson 2019-10-01 20:47:29 +1000
  • 2abc5c6ced stb_vorbis: fix seek_to_sample_coarse failure near page end Dougall Johnson 2019-10-01 16:37:22 +1000
  • 6ca87a9e0e stb_vorbis: fix theoretical seek performance problem Dougall Johnson 2019-10-01 16:36:41 +1000
  • 2a0cff1288 Add comment support to stb_vorbis Audino 2019-09-12 16:51:44 -0700
  • 01b2d76baf stb_image.h: fix warning about unused function 'stbi__err' BlackMATov 2019-08-22 10:25:09 +0700
  • 052dce117e more fixing Sean Barrett 2019-08-17 09:53:02 -0700
  • 657be5c654 fix README.md "noteworthy" links Sean Barrett 2019-08-17 09:52:07 -0700
  • 791a907faa stb_leakcheck: add support for output to stderr Dima Krasner 2019-08-13 13:09:56 +0300
  • bcb2815ab3 stb_ds: add documentation for STBDS_UNIT_TESTS, -std=c++0x Sean Barrett 2019-08-11 17:03:05 -0700
  • c7343d4263 more Travis fixing Sean Barrett 2019-08-11 16:45:14 -0700
  • 897c33133f more travis testing Sean Barrett 2019-08-11 16:42:27 -0700
  • 5037e236ed try to work around Travis old GCC errors Sean Barrett 2019-08-11 15:55:39 -0700
  • 76254f7758 Merge branch 'master' of https://github.com/nothings/stb Sean Barrett 2019-08-11 14:39:51 -0700
  • be594f1e0b stb_ds: maybe avoid problem with inferring template type from enum with gcc Sean Barrett 2019-08-11 14:37:45 -0700
  • 4136af1b23
    Merge pull request #789 from sjml/patch-2 Sean Barrett 2019-08-11 14:08:32 -0700
  • 0cff58ecf8
    very minor, non-urgent :) Shane Liesegang 2019-08-11 23:02:34 +0200
  • 787f1d646a Update version numbers Sean Barrett 2019-08-11 05:38:37 -0700
  • 5072185467 stb_image: fix static analyzer warnings Sean Barrett 2019-08-11 05:19:33 -0700
  • a895aec686 stb_c_lexer: fix a static analysis warning Sean Barrett 2019-08-11 05:19:00 -0700
  • a2d540a689 stb.h: fix clang compile Sean Barrett 2019-08-11 05:18:24 -0700
  • b26a31072d test.sbm: tweak tests so all pass Sean Barrett 2019-08-11 05:17:42 -0700
  • 846d15c102 image_test: tweak testing to open image in more modes Sean Barrett 2019-08-11 04:58:48 -0700
  • bd8d9a88bc test.sbm: add clang compilation Sean Barrett 2019-08-11 04:57:39 -0700
  • 8ca86ee1a1 stb_perlin: add non-power-of-two wrapping noise Sean Barrett 2019-08-11 04:56:12 -0700
  • 26a02f81ca stb_image: fix bug where bmp claimed to be 24-bit but also claimed to have an alpha bitfield Sean Barrett 2019-08-11 04:54:52 -0700
  • 61be29d161 stb_ds: fix bug with shgeti not returning correct value Sean Barrett 2019-08-11 04:53:51 -0700
  • a5cbacd1c0 Merge branch 'fix-textedit-typo' of https://github.com/mastensg/stb into working Sean Barrett 2019-08-11 04:33:11 -0700
  • a5071ad702 Merge branch 'master' of https://github.com/rgriege/stb into working Sean Barrett 2019-08-11 04:32:14 -0700
  • 70bd711831 Merge branch 'pull-request' of https://github.com/kaesve/stb into working Sean Barrett 2019-08-11 04:26:55 -0700
  • 5c98e6564b stb_vorbis: fix typo in CVE number in docs Sean Barrett 2019-08-11 04:26:23 -0700
  • 130f28df68 update readme Sean Barrett 2019-08-09 12:37:57 -0700
  • 1b2fa11055 stb_vorbis: bump version number Sean Barrett 2019-08-09 04:13:24 -0700
  • 98fdfc6df8 Fix seven bugs discovered and fixed by ForAllSecure: Sean Barrett 2019-08-09 04:05:22 -0700
  • a82e7424d2 extern stb_perlin_noise3_seed fluffrabbit 2019-08-03 19:15:41 -0600
  • 5ac55a3359 stb_easy_font: fix multiple definition errors Konstantin Podsvirov 2019-07-09 22:27:35 +0300
  • 5db48d3604 stb_divide: use return value to indicate errors yangfl 2019-04-04 11:38:56 +0800
  • c72a95d766 update README Sean Barrett 2019-06-17 05:44:12 -0700
  • 9f1836f0b1 update version Sean Barrett 2019-06-17 05:43:52 -0700
  • f9910f1f9a Merge branch 'hmlen-null' of https://github.com/phoekz/stb into working Sean Barrett 2019-06-17 05:26:21 -0700
  • 8f0bade4ae tweak STBDS_REALLOC/STBDS_FREE change Sean Barrett 2019-06-17 05:25:44 -0700
  • 258c6e1f50 Merge branch 'use-free' of https://github.com/adurdin/stb into working Sean Barrett 2019-06-17 05:17:36 -0700
  • eddae8cc98 Merge branch 'master' into working Sean Barrett 2019-06-17 05:15:18 -0700
  • fad8903fe8 Credits Vinh Truong 2019-06-01 12:08:59 +0300
  • 96021689c8 hmlen and hmlenu now returns 0 on NULL pointer Vinh Truong 2019-06-01 12:07:19 +0300
  • 2cddbc934d stb_ds: STBDS_REALLOC and STBDS_FREE only need to be defined for the implementation. Andy Durdin 2019-05-27 11:14:17 +0200
  • 6b2fb7702f stb_ds: Allow STBDS_REALLOC and STBDS_FREE defines to customize memory management. Andy Durdin 2019-05-27 11:07:30 +0200
  • 5a2a8e882f stb_ds: Use free() instead of realloc(x,0). Fixes #768 Andy Durdin 2019-05-27 11:04:28 +0200
  • 4a4c9deaac stb_image: fix warning (unused parameter ‘bpc’) BlackMATov 2019-05-15 14:12:52 +0700
  • 6bde00651c stb_textedit: fix typo: STB_TEXTED_K_RIGHT Martin Stensgård 2019-05-04 23:11:35 +0200
  • 1034f5e5c4 add stb_include.h Sean Barrett 2019-05-04 08:19:18 -0700
  • f7d1cd581e
    Allowing Compound Glyphs with numberOfContours < -1 Brotcrunsher 2019-04-30 16:30:03 +0200
  • 4e0c494515 stb_image: fixed 'out' nulled but not freed upon failure Georgy Macharadze 2019-04-22 14:06:05 +0300
  • 0a1016331c Add functions to extract SVG glyphs from font. The fucntions are: stbtt_GetCodepointSVG - provides a pointer to the SVG data in the supplied argument, and returns the length of this data stbtt_GetGlyphSVG - As above but takes the glyph index instead of the codepoint Note that the returned data may be deflate compressed. Chris Young 2019-04-09 15:40:04 +0100