-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vendor: Updated freetype-gl, glfw, glm and mruby
- Loading branch information
1 parent
dafc229
commit 1f1ec27
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule freetype-gl
updated
37 files
+108 −82 | CMakeLists.txt | |
+1 −0 | README.md | |
+3 −1 | data/256colors.txt | |
+69 −64 | demos/CMakeLists.txt | |
+19 −1 | demos/ansi.c | |
+3 −2 | demos/atb-agg.c | |
+4 −2 | demos/benchmark.c | |
+4 −2 | demos/cartoon.c | |
+6 −1 | demos/console.c | |
+2 −2 | demos/cube.c | |
+3 −2 | demos/distance-field-2.c | |
+5 −5 | demos/distance-field-3.c | |
+2 −2 | demos/distance-field.c | |
+3 −3 | demos/embedded-font.c | |
+2 −1 | demos/font.c | |
+3 −1 | demos/gamma.c | |
+5 −2 | demos/glyph.c | |
+4 −2 | demos/lcd.c | |
+61 −24 | demos/markup.c | |
+8 −2 | demos/outline.c | |
+3 −1 | demos/subpixel.c | |
+2 −1 | demos/texture.c | |
+3 −3 | distance-field.c | |
+32 −23 | doc/CMakeLists.txt | |
+46 −29 | harfbuzz/CMakeLists.txt | |
+3 −5 | harfbuzz/demo-harfbuzz.c | |
+201 −64 | harfbuzz/texture-font.c | |
+75 −13 | harfbuzz/texture-font.h | |
+20 −14 | makefont.c | |
+12 −16 | mat4.c | |
+219 −47 | text-buffer.c | |
+80 −1 | text-buffer.h | |
+5 −5 | texture-atlas.c | |
+40 −68 | texture-font.c | |
+23 −25 | texture-font.h | |
+17 −17 | vec234.h | |
+2 −1 | vertex-buffer.c |
Submodule glfw
updated
74 files
Submodule glm
updated
90 files
Submodule mruby
updated
25 files
+27 −0 | appveyor.yml | |
+50 −0 | appveyor_config.rb | |
+8 −0 | build_config.rb | |
+144 −2 | doc/limitations.md | |
+69 −0 | examples/targets/build_config_IntelEdison.rb | |
+1 −1 | include/mruby.h | |
+13 −1 | include/mruby/value.h | |
+37 −14 | mrbgems/mruby-compiler/core/codegen.c | |
+1 −0 | mrbgems/mruby-compiler/core/node.h | |
+98 −68 | mrbgems/mruby-compiler/core/parse.y | |
+5 −3 | mrbgems/mruby-eval/src/eval.c | |
+1 −8 | mrbgems/mruby-struct/src/struct.c | |
+8 −0 | mrbgems/mruby-struct/test/struct.rb | |
+13 −0 | mrbgems/mruby-test/mrbgem.rake | |
+1 −1 | mrblib/enum.rb | |
+9 −9 | src/backtrace.c | |
+2 −0 | src/class.c | |
+1 −1 | src/codedump.c | |
+7 −2 | src/error.c | |
+6 −0 | src/gc.c | |
+3 −0 | tasks/mrbgem_spec.rake | |
+38 −0 | tasks/toolchains/openwrt.rake | |
+13 −2 | tasks/toolchains/visualcpp.rake | |
+5 −0 | test/bintest.rb | |
+5 −0 | test/t/nil.rb |