Simon Binder
|
fee9639511
|
moor_ffi: Properly implement close()
|
2020-02-04 19:52:53 +01:00 |
Simon Binder
|
4df07359f3
|
Use precompiled binaries for moor_ffi
|
2020-01-29 11:57:07 +01:00 |
Simon Binder
|
b8e6bc5391
|
moor_ffi: Upgrade to sqlite 3.31.0 on Android
|
2020-01-27 21:34:17 +01:00 |
Simon Binder
|
fc7e9a4522
|
moor_ffi: Fix reading zeroblobs
|
2020-01-21 20:37:47 +01:00 |
Simon Binder
|
cd7a8d6f25
|
Use 64 bit ints in moor_ffi (#338)
|
2020-01-12 10:49:30 +01:00 |
Simon Binder
|
144147795f
|
ci: Don't analyze moor_flutter, but analyze moor_ffi
|
2020-01-04 17:13:23 +01:00 |
Simon Binder
|
10b41bafe4
|
Prepare changelog and pubspec for moor_ffi 0.3.1
|
2019-12-25 13:36:09 +01:00 |
Simon Binder
|
4910736730
|
Test to verify changing dylib opening behavior
|
2019-12-25 13:34:08 +01:00 |
Simon Binder
|
c15c4738a6
|
Merge pull request #298 from negator/override_dylib
[moor_ffi] Implement overrideForAll and overrideFor
|
2019-12-25 13:27:31 +01:00 |
Naveen Gattu
|
b928e34a11
|
implement overrideForAll and overrideFor
|
2019-12-24 15:30:15 -08:00 |
Simon Binder
|
8e144c69e0
|
Start writing some low-level benchmarks
|
2019-12-23 20:00:48 +01:00 |
Simon Binder
|
e01b7a1b88
|
Remove author from pubspec, bump version for next release
|
2019-12-23 12:52:46 +01:00 |
Simon Binder
|
4803e81944
|
Set correct version in moor_ffi package
|
2019-12-18 21:59:28 +01:00 |
Simon Binder
|
875d08f8a1
|
Prepare changelog and pubspec for moor_ffi release
|
2019-12-18 20:41:28 +01:00 |
Simon Binder
|
3eaa5b5352
|
Simplify moor_ffi android build script
|
2019-12-18 15:54:49 +01:00 |
Simon Binder
|
2d1d899c71
|
Use nullptr.cast() instead of nullptr
This can speed up performance when binding strings
|
2019-12-13 23:15:16 +01:00 |
Simon Binder
|
54f4fd73e8
|
Revert analyzer workaround, a fixed version is out
|
2019-12-09 12:16:18 +01:00 |
Simon Binder
|
013a28564b
|
Temporary fix for CI failures: Don't use latest analyzer
|
2019-12-07 13:13:50 +01:00 |
Simon Binder
|
3c74a20f56
|
Enable more recent lints and enforce them
|
2019-12-04 21:45:09 +01:00 |
Simon Binder
|
6b2480f10c
|
moor_ffi: Performance improvements for sqlite3 on Android
|
2019-11-27 18:54:05 +01:00 |
Simon Binder
|
29a6475c85
|
Include sqlite sources in moor_ffi project
This allows us to drop the download step from the build
|
2019-11-27 12:28:06 +01:00 |
Simon Binder
|
598fef750e
|
RELEASE
- moor 2.1.0
- moor_generator 2.1.0
- sqlparser 0.4.0
- moor_ffi 0.2.0
|
2019-11-16 11:23:11 +01:00 |
Simon Binder
|
1974307961
|
Try to not bind empty blobs to null, doesn't work though
|
2019-11-14 18:37:24 +01:00 |
Simon Binder
|
d39f2d9769
|
ffi: Remove isolate proxy
|
2019-11-14 18:00:55 +01:00 |
Simon Binder
|
cbf8a3e3ce
|
Fix pubspec version in moor_ffi
|
2019-11-05 18:25:43 +01:00 |
Simon Binder
|
f0dc307901
|
Merge branch 'ffi-dart-2-6' into develop
# Conflicts:
# moor_ffi/CHANGELOG.md
# moor_ffi/pubspec.yaml
|
2019-11-05 18:24:19 +01:00 |
Simon Binder
|
85426a7bf4
|
Remove background mode from moor_ffi
|
2019-10-30 21:15:07 +01:00 |
Simon Binder
|
aabf565479
|
Migrate moor_ffi to Dart 2.6
|
2019-10-17 19:00:51 +02:00 |
Simon Binder
|
d00336a1d2
|
Don't use Pointer.allocate and Pointer.free
Both methods will be removed in Dart 2.6
|
2019-10-15 19:23:04 +02:00 |
Simon Binder
|
e0fc4a3af6
|
Support background isolate in moor_ffi
|
2019-09-25 10:36:43 +02:00 |
Simon Binder
|
8ff0ece29a
|
Make the ffi test run via `pub run test`
|
2019-09-24 22:47:32 +02:00 |
Simon Binder
|
7c4f807907
|
Prepare moor_ffi package for release
|
2019-09-24 22:36:09 +02:00 |
Simon Binder
|
3e286e27af
|
Improve performance of blob reading/writing with ffi
|
2019-09-24 21:53:14 +02:00 |
Simon Binder
|
3ef0d0f61a
|
Fix ffi version on iOS and MacOS
|
2019-09-23 16:51:58 +02:00 |
Simon Binder
|
b99bc820da
|
Add more tests in moor_ffi subproject
|
2019-09-22 16:26:17 +02:00 |
Simon Binder
|
0d56594933
|
FFI: Custom open behavior, isolate API, docs
|
2019-09-22 14:21:45 +02:00 |
Simon Binder
|
d6913af380
|
FFI: Ability to override loading behavior, async api
|
2019-09-22 11:10:32 +02:00 |
Simon Binder
|
a38e883282
|
Ability to use moor_ffi on iOS
|
2019-09-20 10:55:06 +02:00 |
Simon Binder
|
5f2d5d3258
|
Parse <expression> IN (<select-stmt>) again
|
2019-09-15 21:41:32 +02:00 |
Simon Binder
|
9f8ccd08d0
|
Actually make the ffi package work on Android
|
2019-09-15 17:08:22 +02:00 |
Simon Binder
|
30e44ecbac
|
Write more notes on how to use moor_ffi
|
2019-09-14 21:20:42 +02:00 |
Simon Binder
|
ec0e82eae4
|
Allow users to override library opening behavior
|
2019-09-14 21:07:27 +02:00 |
Simon Binder
|
928c9832b5
|
Move ffi bindings into new moor_ffi package
|
2019-09-14 20:54:13 +02:00 |