dart-sdk/samples/ffi
Daco Harkes af4940fc57 [samples/ffi] Generate sqlite3 bindings with package:ffigen
Cleanup handwritten code now that we do have a generator.

We don't need package:ffigen in the DEPS, because we don't run it
anywhere in the SDK build or tests. It is a dev dependency and the
generated file is checked in.

Change-Id: I02784ca5895b4e878a0fed696a34c546a71c2702
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/152141
Commit-Queue: Daco Harkes <dacoharkes@google.com>
Reviewed-by: Jonas Jensen <jonasfj@google.com>
2020-08-11 09:15:59 +00:00
..
async [vm] Native API: Introduce Dart_FinalizableHandle 2020-07-23 11:30:39 +00:00
resource_management [samples/ffi] Native resource lifetime management 2019-12-12 10:27:22 +00:00
sqlite [samples/ffi] Generate sqlite3 bindings with package:ffigen 2020-08-11 09:15:59 +00:00
coordinate.dart [samples/ffi] Fix samples and run them as test 2019-10-23 22:20:37 +00:00
dylib_utils.dart [samples/ffi] Fix samples and run them as test 2019-10-23 22:20:37 +00:00
sample_ffi_bitfield.dart [samples/ffi] Add bitfield sample 2019-10-24 17:40:27 +00:00
sample_ffi_data.dart [samples/ffi] Fix samples and run them as test 2019-10-23 22:20:37 +00:00
sample_ffi_dynamic_library.dart [samples/ffi] Fix samples and run them as test 2019-10-23 22:20:37 +00:00
sample_ffi_functions.dart [vm/ffi] Test alignment of small stack arguments 2020-01-14 10:50:25 +00:00
sample_ffi_functions_callbacks.dart [samples/ffi] Fix samples and run them as test 2019-10-23 22:20:37 +00:00
sample_ffi_functions_callbacks_closures.dart [vm] Native API: Introduce Dart_FinalizableHandle 2020-07-23 11:30:39 +00:00
sample_ffi_functions_structs.dart [samples/ffi] Fix samples and run them as test 2019-10-23 22:20:37 +00:00
sample_ffi_structs.dart [samples/ffi] Fix samples and run them as test 2019-10-23 22:20:37 +00:00
samples_test.dart [vm/ffi] Expose a subset of dart_(native_)api.h for dynamic linking. 2020-06-18 07:30:43 +00:00