-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move away from our sokol fork and remove std libs
- Loading branch information
1 parent
19895c8
commit 35b1d64
Showing
10 changed files
with
5 additions
and
380 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule miniaudio
updated
5 files
+13 −0 | CHANGES.md | |
+70 −51 | extras/miniaudio_split/miniaudio.c | |
+4 −3 | extras/miniaudio_split/miniaudio.h | |
+73 −53 | miniaudio.h | |
+1 −0 | tests/test_deviceio/ma_test_deviceio.c |
Submodule sokol
updated
from 1e1e7d to 1b27ca
Submodule stb
updated
8 files
+3 −0 | .gitignore | |
+7 −5 | README.md | |
+173 −175 | stb_image.h | |
+610 −588 | stb_image_resize2.h | |
+259 −0 | tests/pngsuite/ref_results.csv | |
+47 −0 | tests/test_png_paeth.c | |
+75 −0 | tests/test_png_regress.c | |
+4 −2 | tools/README.header.md |
Submodule umka
updated
37 files
+1 −1 | LICENSE | |
+2 −1 | README.md | |
+7 −0 | build_playground_linux.sh | |
+28 −0 | doc/api.md | |
+6 −1 | doc/lang.md | |
+22 −1 | doc/lib.md | |
+1 −1 | playground/umka.js | |
+2 −0 | run_emscripten_linux.sh | |
+0 −0 | runtime/embed_runtime_linux.sh | |
+19 −2 | runtime/std.um | |
+1 −1 | src/umka.c | |
+32 −0 | src/umka_api.h | |
+11 −7 | src/umka_common.c | |
+33 −0 | src/umka_compiler.c | |
+3 −0 | src/umka_compiler.h | |
+5 −5 | src/umka_decl.c | |
+6 −3 | src/umka_expr.c | |
+3 −3 | src/umka_ident.c | |
+1 −1 | src/umka_lexer.c | |
+25 −0 | src/umka_runtime.c | |
+4 −0 | src/umka_runtime.h | |
+535 −518 | src/umka_runtime_src.h | |
+43 −7 | src/umka_stmt.c | |
+4 −4 | src/umka_types.c | |
+2 −2 | src/umka_types.h | |
+1 −0 | src/umka_vm.c | |
+8 −4 | tests/all.um | |
+701 −687 | tests/expected.log | |
+1 −1 | tests/extlib.um | |
+14 −0 | tests/imports4.um | |
+8 −0 | tests/lib/lib.c | |
+2 −1 | tests/lib/lib.um | |
+6 −0 | tests/multret.um | |
+2 −0 | tests/path with spaces/a.um | |
+0 −0 | tests/path with spaces/b.um | |
+0 −0 | tests/path with spaces/module with spaces.um | |
+39 −0 | tests/redecl.um |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.