3.0.3
  1. 3d8424e [test] Introduce status variable $simulator, and fix some cases missing simarm_x64. by Ryan Macnak · 2 years, 5 months ago
  2. 9e76983 Reland "Add more `interface` and `final` modifiers to `dart:core`." by Lasse R.H. Nielsen · 2 years, 5 months ago
  3. 836e56b fix ffi sample diagnostics by Jake Macdonald · 2 years, 5 months ago
  4. 92e5746 Reland "[vm/ffi] Add class modifiers" by Daco Harkes · 2 years, 5 months ago
  5. 7471994 Revert "[vm/ffi] Add class modifiers" by Zach Anderson · 2 years, 5 months ago
  6. 1755f89 [vm/ffi] Add class modifiers by Daco Harkes · 2 years, 5 months ago
  7. 936cdee Revert "Reland "Add more `interface` and `final` modifiers to `dart:core`."" by Ilya Yanok · 2 years, 6 months ago
  8. e293eb8 Reland "Add more `interface` and `final` modifiers to `dart:core`." by Lasse R.H. Nielsen · 2 years, 6 months ago
  9. 732d1cc Revert "Add more `interface` and `final` modifiers to `dart:core`." by Oleh Prypin · 2 years, 6 months ago
  10. 4f8333e Add more `interface` and `final` modifiers to `dart:core`. by Lasse R.H. Nielsen · 2 years, 6 months ago
  11. ab876cf [samples/ffi] Update sqlite-tutorial by Daco Harkes · 2 years, 6 months ago
  12. 14e4a52 [vm] Fix `Dart_CObject_Type` breaking change by Daco Harkes · 2 years, 6 months ago
  13. 46ee7eb Spelling samples by Josh Soref · 2 years, 8 months ago
  14. 9bea892 Fix grammar by Ahmed Ashour · 2 years, 9 months ago
  15. d5d9e27 Removed `Finalizer`s from the unsupported features by dart:ffi by Haidar · 2 years, 10 months ago
  16. 50e18b8 [vm/ffi] Add `Dart_IsNull` in `dart_api_dl.h` by blagoev · 2 years, 10 months ago
  17. 8f33c7a [test] Remove obsolete sample_extension status file entries by Alexander Thomas · 2 years, 10 months ago
  18. 0b26f48 [testing] Remove --compiler=none from test.py by Alexander Thomas · 2 years, 10 months ago
  19. 24b8399 [tests] Avoid small --optimization-counter-threshold in tests by Alexander Markov · 2 years, 11 months ago
  20. 40e1890 Fixed various typos in a lot of files by Anis Alibegić · 3 years, 1 month ago
  21. 80c742e [samples/ffi] Run the async samples in sequence by Daco Harkes · 3 years, 2 months ago
  22. 8570057 Fix typos by Ahmed Ashour · 3 years, 2 months ago
  23. 81584f5 [samples/ffi] Update sqlite sample by Daco Harkes · 3 years, 3 months ago
  24. 46a10e2 [ffi/sample] Rev up ffi dependency to fix compilation error. by Alexander Aprelev · 3 years, 5 months ago
  25. 30beab0 [infra] Add OWNERS to the Dart SDK by Alexander Thomas · 3 years, 7 months ago
  26. b6ab735 [test] Inform status files about the new simulated architectures. by Ryan Macnak · 3 years, 7 months ago
  27. bda70c8 [vm] Remove support for dart-ext: imports by Vyacheslav Egorov · 4 years ago
  28. 8b2cacf Update to the latest package:ffi by Nate Bosch · 4 years, 2 months ago
  29. 0b8091e [vm/ffi] Improve Pool samples 2 and rename to Arena by Daco Harkes · 4 years, 3 months ago
  30. 4d50558 [VM/FFI] Adds FFI leaf calls. by Clement Skau · 4 years, 3 months ago
  31. e70690e [native_extensions] Convert uri to path so that on Windows native extension loading works. by Alexander Aprelev · 4 years, 5 months ago
  32. 5a38589 [test] Apply simarm64 status file entries to simarm64c. by Ryan Macnak · 4 years, 6 months ago
  33. e1f5039 [test] Remove assumption that machine word size implies Smi size. by Ryan Macnak · 4 years, 7 months ago
  34. f358afc [vm/ffi] Migrate `package:ffi` `Utf8` and `Utf16` uses by Daco Harkes · 4 years, 7 months ago
  35. a45276a Reland "[vm/ffi] Roll `package:ffi` to `Allocator` and `Opaque`" by Daco Harkes · 4 years, 7 months ago
  36. 6d58f65 [samples/ffi] Fix integer overflow by Daco Harkes · 4 years, 7 months ago
  37. 302de78 [samples/ffi] Fix binding signatures by Daco Harkes · 4 years, 7 months ago
  38. 24a7e43 [vm/ffi] Migrate off `.addressOf` in samples by Daco Harkes · 4 years, 7 months ago
  39. 91b0f16 Migrate samples/sample_extension to null safety by Alexander Markov · 4 years, 7 months ago
  40. 3cfcc5a Revert "[vm/ffi] Roll `package:ffi` to `Allocator` and `Opaque`" by Daco Harkes · 4 years, 7 months ago
  41. 7d648e3 [vm/ffi] Roll `package:ffi` to `Allocator` and `Opaque` by Daco Harkes · 4 years, 7 months ago
  42. 73bd44d [vm/ffi] Improve `Pool` samples by Daco Harkes · 4 years, 8 months ago
  43. ac805df [vm/ffi] Migrate to empty `Struct`s to `Opaque` by Daco Harkes · 4 years, 8 months ago
  44. d37e833 [vm/ffi] Migrate samples(_2)/ffi to `CallocAllocator` by Daco Harkes · 4 years, 8 months ago
  45. 5d40d52 [vm/ffi] Add `Opaque` type by Daco Harkes · 4 years, 8 months ago
  46. 550d580 [vm/ffi] Fuchsia FFI testing package by Daco Harkes · 4 years, 9 months ago
  47. da008fb [samples] Migrate ffi samples to NNBD by Daco Harkes · 4 years, 9 months ago
  48. 7d64a93 API doc issue: Update sqlite-tutorial CString section with correct ascii code by sheunglaili · 4 years, 10 months ago
  49. 5278383 [vm] Native API: Make Dart_NewWeakPersistentHandle not auto delete by Daco Harkes · 4 years, 10 months ago
  50. 745f112 Opt out some files from null safety. by Leaf Petersen · 4 years, 11 months ago
  51. 38ec554 Revert "[samples/ffi] Generate sqlite3 bindings with package:ffigen" by Alexander Aprelev · 5 years ago
  52. af4940f [samples/ffi] Generate sqlite3 bindings with package:ffigen by Daco Harkes · 5 years ago
  53. 202e32a [vm] Native API: Introduce Dart_FinalizableHandle by Daco Harkes · 5 years ago
  54. 7eac9f3 [vm/ffi] Expose a subset of dart_(native_)api.h for dynamic linking. by Daco Harkes · 5 years ago
  55. 54903e5 [vm/ffi] Rename members in NativeApi to not contain nativeApi by Daco Harkes · 5 years ago
  56. f7192b6 [vm/ffi] Expose dart_native_api.h symbols via dart:ffi by Daco Harkes · 6 years ago
  57. cb60e4b [samples/ffi] Sample for asynchronous native port calls by Daco Harkes · 6 years ago
  58. 76ef075 [samples/ffi] Sample for asynchronous callbacks by Daco Harkes · 6 years ago
  59. a228bf5 [vm/ffi] Test alignment of small stack arguments by Daco Harkes · 6 years ago
  60. 4bd3166 [samples/ffi] Native resource lifetime management by Daco Harkes · 6 years ago
  61. 1f791e0 Fixed #39679 make sqlite ffi sample run success by netroby · 6 years ago
  62. 740cd89 Fix link markup in ffi README by Brett Morgan · 6 years ago
  63. 75bee20 [samples/ffi] Add bitfield sample by Daco Harkes · 6 years ago
  64. e4f7893 [samples/ffi] Fix samples and run them as test - fix status file by Daco Harkes · 6 years ago
  65. aa36c1f [samples/ffi] Fix samples and run them as test by Daco Harkes · 6 years ago
  66. 4f0c8cb Add README for samples/sample_extension by Sam Rawlins · 6 years ago
  67. d82ca1a [vm/ffi] Remove Struct type argument by Daco Harkes · 6 years ago
  68. 4ee5ef9 [vm/ffi] Use Pointer<Null> as the type of nullptr. by Samir Jindel · 6 years ago
  69. 8859206 [vm/ffi] Remove Pointer.offsetBy. by Samir Jindel · 6 years ago
  70. 63d3012 [vm/ffi] Deprecate Pointer.allocate/free. by Samir Jindel · 6 years ago
  71. ee0b1df [vm/ffi] Migrate tests/samples/benchmarks to extension methods by Daco Harkes · 6 years ago
  72. 89ad636 Remove the old "preview Dart 2" flags from the test runner. by Robert Nystrom · 6 years ago
  73. 8678df0 ffi example: android.md - fix example code by djpnewton · 6 years ago
  74. 7acecda [vm/ffi] Fix FFI Utf8 example. by Samir Jindel · 6 years ago
  75. fc6cb0a [vm/ffi] Revamp struct representation in FFI. by Samir Jindel · 6 years ago
  76. 1eb113b [vm/bytecode] Support native extensions by Alexander Markov · 6 years ago
  77. cf03e96 Remove appJit and precompiled compiler options by Nate Bosch · 6 years ago
  78. 2b56c2c5 Normalize status files by Nate Bosch · 6 years ago
  79. 04c1a28 [vm/ffi] SimDBC64 align stack frame by Daco Harkes · 6 years ago
  80. 68b2d53 Revert "[vm/ffi] SimDBC64 align stack frame" by Samir Jindel · 6 years ago
  81. f1038ee [vm/ffi] SimDBC64 align stack frame by Daco Harkes · 6 years ago
  82. e7f7984 [doc/ffi] Fix CString implementation in dart:ffi sample by Daco Harkes · 6 years ago
  83. 7b893ce Check return value from Dart_PostCObject() in sample extension by Zichang Guo · 6 years ago
  84. 991c9da [vm/ffi] Add copyright headers to sqlite example and incorporate Michael's feedback. by Samir Jindel · 6 years ago
  85. 7a15b02 [vm/ffi] Add demo docs for using FFI on Android. by Samir Jindel · 6 years ago
  86. f3fd194 [vm/ffi] Update status file for FFI sqlite sample. by Samir Jindel · 6 years ago
  87. 28a2416 Fix sqlite sample import. by Samir Jindel · 6 years ago
  88. f135a49 [doc] dart:ffi SQLite sample by Daco Harkes · 6 years ago
  89. a43c525 Reland "[vm/ffi] Support Windows 64 bit" by Daco Harkes · 6 years ago
  90. 23eb57c Revert "[vm/ffi] Support Windows 64 bit" by Vyacheslav Egorov · 6 years ago
  91. 7f812de [vm/ffi] Support Windows 64 bit by Daco Harkes · 6 years ago
  92. a5d396c [vm/extensions] Fix native extensions in hot-reload and running from snapshot. by Samir Jindel · 7 years ago
  93. 3abc7d3 [vm/ffi] Remove platform specific logic from DynamicLibrary.open by Daco Harkes · 7 years ago
  94. 7d46d4b [vm / library] Foreign function interface prototype by Daco Harkes · 7 years ago
  95. 754e5f4 Revert "[vm/extensions] Fix Loader::ReloadNativeExtensions(...)." by Samir Jindel · 7 years ago
  96. 4118d3c [vm/extensions] Fix Loader::ReloadNativeExtensions(...). by Samir Jindel · 7 years ago
  97. 49142b4 Revert "[gardening] mark sample_extension_test as error" by Ryan Macnak · 7 years ago
  98. 679108e [gardening] mark sample_extension_test as error by Stevie Strickland · 7 years ago
  99. fba5a58 Update 'samples/sample_extension' to Dart 2 by Patrice Chalin · 7 years ago
  100. 2f25dcd [vm] Remove script snapshots. by Ryan Macnak · 7 years ago