Pattern matching and defaults for structs
authorNot Zed <notzed@gmail.com>
Tue, 4 Jan 2022 22:49:15 +0000 (09:19 +1030)
committerNot Zed <notzed@gmail.com>
Tue, 4 Jan 2022 22:49:15 +0000 (09:19 +1030)
commit6e4db7e40a15cc8164c2cce949ffaf656f473426
tree804c795a7429d7f34143132a18aedb21c1cbd171
parentf01b6cb0dbc8cec7ec5f31a03ffc0affb3a53b90
Pattern matching and defaults for structs
Added ffmpeg example.
Changed test-api to be c-like example.
18 files changed:
README
src/export-defines
src/export.cc
src/generate-native
src/template/Memory.java
test-api/Makefile
test-api/README [new file with mode: 0644]
test-api/api.api [new file with mode: 0644]
test-api/api.c
test-api/api.h
test-api/src/api/test/TestAPI.java
test-ffmpeg/Makefile [new file with mode: 0644]
test-ffmpeg/README [new file with mode: 0644]
test-ffmpeg/ffmpeg.api [new file with mode: 0644]
test-ffmpeg/ffmpeg.h [new file with mode: 0644]
test-ffmpeg/src/ffmpeg/test/TestFFMPEG.java [new file with mode: 0644]
test-ffmpeg/src/proto/ffmpeg/AVPixelReader.java [new file with mode: 0644]
test-ffmpeg/src/proto/ffmpeg/FramePixelReader.java [new file with mode: 0644]