Commit Graph

  • 48ffc6bc55
    Fix gcc warning: expression always true Łukasz Ptak 2019-03-16 23:00:14 +0100
  • 0637408284 fuzz: fix error handling Randy 2019-03-12 00:59:20 +0100
  • af516b99ff fuzz: remove some chunk identifiers from stb_png.dict Randy 2019-03-12 00:14:16 +0100
  • cd797f8116 add fuzz target, dictionary, iphone png's Randy 2019-03-11 23:56:45 +0100
  • a5b663f1b0 stb_truetype: update contributors list rgriege 2019-03-07 19:48:23 -0600
  • 8ac257b00f stb_truetype: limit to 1 missing glyph in texture rgriege 2019-03-07 19:32:19 -0600
  • f3ca0dd5ae Remove redundant scale check in stbtt_GetGlyphSDF kaesve 2019-03-06 18:14:03 +0100
  • 7638200f0b Remove old documentation re: SECURE_CRT Sean Barrett 2019-03-04 23:22:06 -0800
  • 2c2908f505 update version numbers Sean Barrett 2019-03-04 15:08:53 -0800
  • d940053a01 Merge branch 'master' into working Sean Barrett 2019-03-04 14:56:00 -0800
  • 8cf9f5adb4 Merge branch 'master' of https://github.com/rsachetto/stb into working Sean Barrett 2019-03-04 14:52:49 -0800
  • 1737c342e2 Merge branch 'fix_issue-656' of https://github.com/rygorous/stb into working Sean Barrett 2019-03-04 14:52:20 -0800
  • 3b5ffbe31c Merge branch 'fix_issue-608' of https://github.com/rygorous/stb into working Sean Barrett 2019-03-04 14:51:34 -0800
  • a0b521fcf2 no warnings when compiling /W3 compiling all test cases and compilers in test.sbm Compilers: 32-bit: VS2015 VS2013 VS2008 VC6 (1998) clang-cl 9.0.1 64-bit VS2015 clang-cl 9.0.1 Sean Barrett 2019-03-04 14:45:06 -0800
  • 96b4748d57 update test_ds.c Sean Barrett 2019-03-03 21:40:18 -0800
  • 30496e22d7 add new test files Sean Barrett 2019-03-03 21:39:46 -0800
  • b8960f32b8 stb_ds: major string hash fix, minor other changes - arena and strdup string hashes were badly broken due to not setting up default slot correctly - tweak use of seed in 4-byte and 8-byte hash functions to hopefully be slightly stronger - a few internal #ifdefs for performance tuning Sean Barrett 2019-03-03 21:36:15 -0800
  • a2cd79b8ff fix comma warnings when building with -Wcomma kroko 2019-03-03 18:48:32 +0200
  • d6a598186c stb_image: Pacify some MSVC warnings. Fabian Giesen 2019-03-01 19:56:53 -0800
  • 6570d6a825 stb_image: Make GIF reader validate image size. Fabian Giesen 2019-03-01 19:47:59 -0800
  • 50b1bfba58 stb_image: Fix multiple bugs in GIF decoder. Fabian Giesen 2019-03-01 19:22:44 -0800
  • caf9608826 Adding arrpop macro to stb_ds.h Rafael Sachetto 2019-03-01 14:04:31 -0300
  • 89bccdd567 Small documentation correction Rafael Sachetto 2019-02-26 09:37:16 -0300
  • 72990efc3e test updates for test_ds unit testing Sean Barrett 2019-02-25 13:49:37 -0800
  • f9133c3677 stb_ds v0.3: fixes for compiling client code in C++ add missing _wrapper suffixes disable clang rvalue support in C++ disable unit tests in VC6 C++ other tweaks Sean Barrett 2019-02-25 13:48:41 -0800
  • 39c05598a9 Update stb.h version number Sean Barrett 2019-02-25 12:05:38 -0800
  • 0f9254357c update version numbers Sean Barrett 2019-02-25 11:49:12 -0800
  • c963e40972 update version numbers Sean Barrett 2019-02-25 11:48:42 -0800
  • a4111af960 update readme Sean Barrett 2019-02-25 11:41:58 -0800
  • 1aeb8ec201 stb_ds: fix shift warnings in later VS compilers Sean Barrett 2019-02-25 11:40:33 -0800
  • e704ed0efb update tests and project files for stb_ds Sean Barrett 2019-02-25 11:17:27 -0800
  • 477471d9a8 add stb_ds.h and tests Sean Barrett 2019-02-25 11:16:35 -0800
  • aeec66c6ec Merge branch 'randlong' of https://github.com/flibitijibibo/stb into working Sean Barrett 2019-02-25 11:13:03 -0800
  • 9d8a9e7f16 Merge branch 'fix_issue-701' of https://github.com/rygorous/stb into working Sean Barrett 2019-02-25 11:11:37 -0800
  • 742056dee9 Merge branch 'fix_issue-705' of https://github.com/rygorous/stb into working Sean Barrett 2019-02-25 11:11:14 -0800
  • 5fe7fb52f2 various fixes for clang also fix a comment typo Sean Barrett 2019-02-25 11:10:54 -0800
  • 5715e6faaf Makefile: update how to build image_write_test Sean Barrett 2019-02-24 04:37:37 -0800
  • 2ce93bf1d8 Merge branch 'fix_issue-707' of https://github.com/rygorous/stb into working Sean Barrett 2019-02-24 04:27:18 -0800
  • 57c7029166 test_image_write.c: change from standalone to integrated with image_test.c Sean Barrett 2019-02-24 04:22:47 -0800
  • ae431d75e0 stb_rect_pack: Fix two bugs. Fabian Giesen 2019-02-23 05:46:14 -0800
  • af43e6b006 stb_truetype: Fix warning in comment. Fabian Giesen 2019-02-23 05:32:27 -0800
  • bbbdc1e811 stb_image: Fix typo in comment. Fabian Giesen 2019-02-23 05:25:47 -0800
  • e0ee0de26c tests: Add simple image_write_test smoke test Fabian Giesen 2019-02-23 05:18:14 -0800
  • 980add9725 stb_image_write: Fix JPEG writer bug. Fabian Giesen 2019-02-23 05:17:37 -0800
  • 0666554276 stb.h rand: A few more long->int fixes Ethan Lee 2019-02-18 10:53:26 -0500
  • 59e9702be5 update readme Sean Barrett 2019-02-07 10:24:27 -0800
  • 63b59b46b0 update version numbers Sean Barrett 2019-02-07 10:03:00 -0800
  • a23f466de0 "long int" => "long" Sean Barrett 2019-02-07 09:49:08 -0800
  • 6244febf5f stb_truetype: tweaks to codepoint-missing packing Sean Barrett 2019-02-07 09:33:54 -0800
  • f11f1e801a stb_sprintf: credits Sean Barrett 2019-02-07 09:23:01 -0800
  • 08759eb405 Merge branch 'fix-sprintf-int-size-1' of https://github.com/account-login/stb into working Sean Barrett 2019-02-07 09:22:06 -0800
  • 8cf07e85c8 rename stbtt_PackSetSkipMissingGlyphs to stbtt_PackSetSkipMissingCodepoints Sean Barrett 2019-02-07 09:21:17 -0800
  • c35d1dd8ad stb_truetype: runtime selection of skipping missing codepoints Sean Barrett 2019-02-07 09:20:11 -0800
  • eaf78c10b6 Merge branch 'truetype-skip_missing_glyphs' of https://github.com/ocornut/stb into working Sean Barrett 2019-02-07 09:04:23 -0800
  • 9092c0487d Merge branch 'working' Sean Barrett 2019-02-07 09:04:00 -0800
  • feb9de355d stb_image_write: add missing 'static' on internal functions Sean Barrett 2019-02-07 09:03:27 -0800
  • 7463635e52 Merge branch 'patch-3' of https://github.com/NuklearBomb/stb into working Sean Barrett 2019-02-07 08:53:19 -0800
  • 9643f6bd98 stb_sprintf: fix unaligned digitpair[], fix some signed-right-shifts Sean Barrett 2019-02-07 08:45:19 -0800
  • 82310cc5ff stb_sprintf: fix unaligned digitpair[], fix some signed-right-shifts Sean Barrett 2019-02-07 08:44:39 -0800
  • d1dc3fe89c Fix return typo, disambiguate else, and check for the complete fishead identifier Kevin Croft 2018-11-18 19:07:55 -0800
  • 604b9367ee Add detection for Ogg skeleton metadata Kevin Croft 2018-11-17 21:42:30 -0800
  • 38f86fc461 Merge branch 'fix-leakcheck' of https://github.com/Clownacy/stb into working Sean Barrett 2019-02-07 08:34:39 -0800
  • ddccc72c5b stb_image_write: optimize other PNG loops besides previous merge Sean Barrett 2019-02-07 08:13:56 -0800
  • d27796b585 Merge branch 'stb_image_write_optimization' of https://github.com/jarnoh/stb into working Sean Barrett 2019-02-07 08:11:38 -0800
  • 619cdb6a3b stb_sprintf: fix 32 vs 64-bit sizes for format widts j/z/t Sean Barrett 2019-02-07 07:53:28 -0800
  • 6e7e5c5787 Merge branch 'fix-unaligned' of https://github.com/stefano-zanotti-88/stb into working Sean Barrett 2019-02-07 07:41:53 -0800
  • 694b61fcb1 stb_image: remove non-ASCII character from credits Sean Barrett 2019-02-07 07:39:46 -0800
  • 0aa5984b6a Merge branch 'remove-assert' of https://github.com/rombankzero/stb into working Sean Barrett 2019-02-07 07:39:03 -0800
  • f9d9a419a9 Merge branch 'optimize_stbi__ldr_to_hdr' of https://github.com/technik/stb into working Sean Barrett 2019-02-07 07:33:00 -0800
  • db691f0c69 Merge branch 'fix_1bit_bmp' of https://github.com/plzombie/stb into working Sean Barrett 2019-02-07 07:30:39 -0800
  • 5428c40870 Merge branch 'textedit-undo_char_position_type' of https://github.com/ocornut/stb into working Sean Barrett 2019-02-07 07:28:41 -0800
  • 9bb4bc1db4 Merge branch 'patch-1' of https://github.com/sherjilozair/stb into working Sean Barrett 2019-02-07 07:27:42 -0800
  • 79a7719c37 stb_image: fix d1252e1bb9 for building in C Sean Barrett 2019-02-07 07:20:58 -0800
  • 7056eae4ae Merge branch 'issue-609' of https://github.com/dp304/stb into working Sean Barrett 2019-02-07 07:19:18 -0800
  • d1252e1bb9 Merge branch 'master' of https://github.com/ab-cpp/stb into working Sean Barrett 2019-02-07 07:17:05 -0800
  • 476c1f89a2 stb_image_write: fix the previous fix (incorrectly labelled as stb_image) Sean Barrett 2019-02-07 07:01:23 -0800
  • aa223d9693 Merge branch 'patch-1' of https://github.com/mastensg/stb into working Sean Barrett 2019-02-07 07:00:59 -0800
  • ba5fc494b4 Merge branch 'master' of https://github.com/WARP-LAB/stb into working Sean Barrett 2019-02-07 06:58:18 -0800
  • e5d4d6fcce stb_image; optimize row computation in PR Sean Barrett 2019-02-07 06:58:00 -0800
  • b2bde485a2 Merge branch 'stbiw-fix-jpeg-flipping' of https://github.com/DanielGibson/stb into working Sean Barrett 2019-02-07 06:48:44 -0800
  • 09998eb596 Merge branch 'truetype-comment' of https://github.com/ocornut/stb into working Sean Barrett 2019-02-07 06:05:47 -0800
  • ff1eb8b8d4 Merge branch 'fix_stbi_write_hdr_core' of https://github.com/poppolopoppo/stb into working Sean Barrett 2019-02-07 06:03:48 -0800
  • 94f93a86e7 Merge branch 'truetype-warnings' of https://github.com/ocornut/stb into working Sean Barrett 2019-02-07 06:02:51 -0800
  • f82dbd638c windows unicode: don't malloc buffers, add explicit STBI_WINDOWS_UTF8 #define Sean Barrett 2019-02-07 05:55:03 -0800
  • ae773aa438 Merge branch 'unicode-file-support' of https://github.com/jrsmith17/stb into temp Sean Barrett 2019-02-07 05:07:14 -0800
  • 841c8b0f55 Merge branch 'rectpack-warnings' of https://github.com/ocornut/stb into working Sean Barrett 2019-02-07 05:01:35 -0800
  • 3005bcfe87 Merge branch 'misc-typos' of https://github.com/luzpaz/stb into working Sean Barrett 2019-02-07 05:00:12 -0800
  • cc53512cb9 added integer seed to noise function, use it in multi-octave noises Sean Barrett 2019-02-07 04:59:05 -0800
  • ca980dd2dc Merge branch 'perlin' of https://github.com/Auburns/stb into working Sean Barrett 2019-02-07 04:54:14 -0800
  • a28a6b126b tests: 64-bit fixes, fix typo in image tests Sean Barrett 2019-02-07 04:42:32 -0800
  • 27460c23a6 stb_truetype: allow getting font metrics without explicitly opening file Sean Barrett 2019-02-07 04:41:26 -0800
  • 9f1ef73e96 stb_sprintf: minor reformatting Sean Barrett 2019-02-07 04:40:32 -0800
  • 061422f580 fix non-fastpath BMP pixels with bit 31 set when asserts are on Sean Barrett 2019-02-07 04:39:51 -0800
  • d85e594654 various fixes: add stb_intcmprev add stb_uidict fixes to stb__dirtree_scandir change rand functions from unsigned long to unsigned int so they're 32-bit on Linux as well Sean Barrett 2019-02-07 04:33:18 -0800
  • eee50c079d Update to STB conventions Andrew Beatty 2019-02-07 07:30:42 -0500
  • d156642036
    Silence warning 'tc' may be used uninitialized in this function NuklearBomb 2019-01-29 01:43:31 -0500
  • ccc4b3716a fix compiler warnings and const error Andrew Beatty 2019-01-22 19:31:46 -0500
  • eccee04e5a stb_sprintf: fix integer size for %ld root 2018-11-09 22:49:33 +0800
  • 610a976b83 Removed redundant check Clownacy 2018-11-02 00:20:31 +0000
  • 3e6370720e Fixed STB_LEAKCHECK_SHOWALL Clownacy 2018-11-02 00:13:40 +0000