-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #183 from OpenBrickProtocolFoundation/update_wrappers
Update wrappers
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule c
updated
18 files
+1 −1 | .github/workflows/build.yml | |
+1 −1 | .github/workflows/test.yml | |
+1 −1 | example/main.c | |
+10 −0 | meson.build | |
+19 −0 | src/c_wrapper/meson.build | |
+1 −1 | src/c_wrapper/opaque_types.h | |
+11 −0 | src/c_wrapper/thirdparty/meson.build | |
+0 −0 | src/c_wrapper/thirdparty/stb_ds.h | |
+21 −0 | src/c_wrapper/windows.h | |
+10 −8 | src/c_wrapper/wrapper.cpp | |
+82 −48 | src/c_wrapper/wrapper.h | |
+2 −17 | src/meson.build | |
+1 −1 | tests/get_recording_information.c | |
+1 −1 | tests/information.c | |
+1 −1 | tests/is_recording_file.c | |
+1 −1 | tests/malloc_tests.c | |
+1 −2 | tests/stb_ds.c | |
+1 −1 | tools/dependencies/meson.build |
Submodule haskell
updated
4 files
+3 −1 | .github/workflows/ci.yml | |
+27 −27 | src/FFI.hs | |
+7 −7 | src/Structs.hs | |
+3 −3 | src/Types.hs |