-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6a90ae4
commit 5381857
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule c-vector
updated
11 files
+120 −0 | .clang-format | |
+27 −4 | .github/workflows/cmake.yml | |
+64 −0 | .github/workflows/codeql-analysis.yml | |
+52 −15 | CMakeLists.txt | |
+1 −0 | README.md | |
+138 −120 | cvector.h | |
+33 −0 | cvector_utils.h | |
+43 −43 | example.c | |
+103 −67 | test.c | |
+181 −0 | unit-tests.c | |
+1,305 −0 | utest/utest.h |
Submodule termbox2
updated
15 files
+3 −1 | .github/workflows/termbox_test.yml | |
+12 −4 | Makefile | |
+79 −0 | README.md | |
+ − | demo/keyboard.gif | |
+150 −88 | termbox.h | |
+9 −7 | tests/Dockerfile | |
+19 −13 | tests/run.sh | |
+4 −4 | tests/test_basic/expected.ansi | |
+8 −4 | tests/test_basic/test.php | |
+24 −0 | tests/test_color_true/expected.ansi | |
+205 −0 | tests/test_color_true/test.php | |
+18 −6 | tests/test_ffi.php | |
+8 −8 | tests/test_mod/expected.ansi | |
+39 −28 | tests/test_mod/test.php | |
+5 −0 | tests/test_non_spacing_mark/test.php |