2.14.0
  1. 8b2cacf Update to the latest package:ffi by Nate Bosch · 4 years, 3 months ago
  2. 0b8091e [vm/ffi] Improve Pool samples 2 and rename to Arena by Daco Harkes · 4 years, 3 months ago
  3. 4d50558 [VM/FFI] Adds FFI leaf calls. by Clement Skau · 4 years, 4 months ago
  4. e70690e [native_extensions] Convert uri to path so that on Windows native extension loading works. by Alexander Aprelev · 4 years, 5 months ago
  5. 5a38589 [test] Apply simarm64 status file entries to simarm64c. by Ryan Macnak · 4 years, 6 months ago
  6. e1f5039 [test] Remove assumption that machine word size implies Smi size. by Ryan Macnak · 4 years, 7 months ago
  7. f358afc [vm/ffi] Migrate `package:ffi` `Utf8` and `Utf16` uses by Daco Harkes · 4 years, 7 months ago
  8. a45276a Reland "[vm/ffi] Roll `package:ffi` to `Allocator` and `Opaque`" by Daco Harkes · 4 years, 7 months ago
  9. 6d58f65 [samples/ffi] Fix integer overflow by Daco Harkes · 4 years, 7 months ago
  10. 302de78 [samples/ffi] Fix binding signatures by Daco Harkes · 4 years, 7 months ago
  11. 24a7e43 [vm/ffi] Migrate off `.addressOf` in samples by Daco Harkes · 4 years, 7 months ago
  12. 91b0f16 Migrate samples/sample_extension to null safety by Alexander Markov · 4 years, 7 months ago
  13. 3cfcc5a Revert "[vm/ffi] Roll `package:ffi` to `Allocator` and `Opaque`" by Daco Harkes · 4 years, 8 months ago
  14. 7d648e3 [vm/ffi] Roll `package:ffi` to `Allocator` and `Opaque` by Daco Harkes · 4 years, 8 months ago
  15. 73bd44d [vm/ffi] Improve `Pool` samples by Daco Harkes · 4 years, 8 months ago
  16. ac805df [vm/ffi] Migrate to empty `Struct`s to `Opaque` by Daco Harkes · 4 years, 8 months ago
  17. d37e833 [vm/ffi] Migrate samples(_2)/ffi to `CallocAllocator` by Daco Harkes · 4 years, 8 months ago
  18. 5d40d52 [vm/ffi] Add `Opaque` type by Daco Harkes · 4 years, 8 months ago
  19. 550d580 [vm/ffi] Fuchsia FFI testing package by Daco Harkes · 4 years, 9 months ago
  20. da008fb [samples] Migrate ffi samples to NNBD by Daco Harkes · 4 years, 10 months ago
  21. 7d64a93 API doc issue: Update sqlite-tutorial CString section with correct ascii code by sheunglaili · 4 years, 10 months ago
  22. 5278383 [vm] Native API: Make Dart_NewWeakPersistentHandle not auto delete by Daco Harkes · 4 years, 10 months ago
  23. 745f112 Opt out some files from null safety. by Leaf Petersen · 5 years ago
  24. 38ec554 Revert "[samples/ffi] Generate sqlite3 bindings with package:ffigen" by Alexander Aprelev · 5 years ago
  25. af4940f [samples/ffi] Generate sqlite3 bindings with package:ffigen by Daco Harkes · 5 years ago
  26. 202e32a [vm] Native API: Introduce Dart_FinalizableHandle by Daco Harkes · 5 years ago
  27. 7eac9f3 [vm/ffi] Expose a subset of dart_(native_)api.h for dynamic linking. by Daco Harkes · 5 years ago
  28. 54903e5 [vm/ffi] Rename members in NativeApi to not contain nativeApi by Daco Harkes · 6 years ago
  29. f7192b6 [vm/ffi] Expose dart_native_api.h symbols via dart:ffi by Daco Harkes · 6 years ago
  30. cb60e4b [samples/ffi] Sample for asynchronous native port calls by Daco Harkes · 6 years ago
  31. 76ef075 [samples/ffi] Sample for asynchronous callbacks by Daco Harkes · 6 years ago
  32. a228bf5 [vm/ffi] Test alignment of small stack arguments by Daco Harkes · 6 years ago
  33. 4bd3166 [samples/ffi] Native resource lifetime management by Daco Harkes · 6 years ago
  34. 1f791e0 Fixed #39679 make sqlite ffi sample run success by netroby · 6 years ago
  35. 740cd89 Fix link markup in ffi README by Brett Morgan · 6 years ago
  36. 75bee20 [samples/ffi] Add bitfield sample by Daco Harkes · 6 years ago
  37. e4f7893 [samples/ffi] Fix samples and run them as test - fix status file by Daco Harkes · 6 years ago
  38. aa36c1f [samples/ffi] Fix samples and run them as test by Daco Harkes · 6 years ago
  39. 4f0c8cb Add README for samples/sample_extension by Sam Rawlins · 6 years ago
  40. d82ca1a [vm/ffi] Remove Struct type argument by Daco Harkes · 6 years ago
  41. 4ee5ef9 [vm/ffi] Use Pointer<Null> as the type of nullptr. by Samir Jindel · 6 years ago
  42. 8859206 [vm/ffi] Remove Pointer.offsetBy. by Samir Jindel · 6 years ago
  43. 63d3012 [vm/ffi] Deprecate Pointer.allocate/free. by Samir Jindel · 6 years ago
  44. ee0b1df [vm/ffi] Migrate tests/samples/benchmarks to extension methods by Daco Harkes · 6 years ago
  45. 89ad636 Remove the old "preview Dart 2" flags from the test runner. by Robert Nystrom · 6 years ago
  46. 8678df0 ffi example: android.md - fix example code by djpnewton · 6 years ago
  47. 7acecda [vm/ffi] Fix FFI Utf8 example. by Samir Jindel · 6 years ago
  48. fc6cb0a [vm/ffi] Revamp struct representation in FFI. by Samir Jindel · 6 years ago
  49. 1eb113b [vm/bytecode] Support native extensions by Alexander Markov · 6 years ago
  50. cf03e96 Remove appJit and precompiled compiler options by Nate Bosch · 6 years ago
  51. 2b56c2c5 Normalize status files by Nate Bosch · 6 years ago
  52. 04c1a28 [vm/ffi] SimDBC64 align stack frame by Daco Harkes · 6 years ago
  53. 68b2d53 Revert "[vm/ffi] SimDBC64 align stack frame" by Samir Jindel · 6 years ago
  54. f1038ee [vm/ffi] SimDBC64 align stack frame by Daco Harkes · 6 years ago
  55. e7f7984 [doc/ffi] Fix CString implementation in dart:ffi sample by Daco Harkes · 6 years ago
  56. 7b893ce Check return value from Dart_PostCObject() in sample extension by Zichang Guo · 6 years ago
  57. 991c9da [vm/ffi] Add copyright headers to sqlite example and incorporate Michael's feedback. by Samir Jindel · 6 years ago
  58. 7a15b02 [vm/ffi] Add demo docs for using FFI on Android. by Samir Jindel · 6 years ago
  59. f3fd194 [vm/ffi] Update status file for FFI sqlite sample. by Samir Jindel · 6 years ago
  60. 28a2416 Fix sqlite sample import. by Samir Jindel · 6 years ago
  61. f135a49 [doc] dart:ffi SQLite sample by Daco Harkes · 6 years ago
  62. a43c525 Reland "[vm/ffi] Support Windows 64 bit" by Daco Harkes · 6 years ago
  63. 23eb57c Revert "[vm/ffi] Support Windows 64 bit" by Vyacheslav Egorov · 6 years ago
  64. 7f812de [vm/ffi] Support Windows 64 bit by Daco Harkes · 6 years ago
  65. a5d396c [vm/extensions] Fix native extensions in hot-reload and running from snapshot. by Samir Jindel · 7 years ago
  66. 3abc7d3 [vm/ffi] Remove platform specific logic from DynamicLibrary.open by Daco Harkes · 7 years ago
  67. 7d46d4b [vm / library] Foreign function interface prototype by Daco Harkes · 7 years ago
  68. 754e5f4 Revert "[vm/extensions] Fix Loader::ReloadNativeExtensions(...)." by Samir Jindel · 7 years ago
  69. 4118d3c [vm/extensions] Fix Loader::ReloadNativeExtensions(...). by Samir Jindel · 7 years ago
  70. 49142b4 Revert "[gardening] mark sample_extension_test as error" by Ryan Macnak · 7 years ago
  71. 679108e [gardening] mark sample_extension_test as error by Stevie Strickland · 7 years ago
  72. fba5a58 Update 'samples/sample_extension' to Dart 2 by Patrice Chalin · 7 years ago
  73. 2f25dcd [vm] Remove script snapshots. by Ryan Macnak · 7 years ago
  74. 355c73d [VM] Remove support for option --no-preview-dart-2 by asiva · 7 years ago
  75. d051050 [build] Add -a kbc for interpreter by Zach Anderson · 7 years ago
  76. cc1a7b3 Update SDK wrt to void and invalid returns by Peter von der Ahé · 7 years ago
  77. d1bf825 Remove some broad dart2analyzer status file exclusions. by Devon Carew · 7 years ago
  78. fcde5ca Remove old samples. by Devon Carew · 7 years ago
  79. dbd1b2f [test] Reload harness now reloads from, e.g. the URI of a snapshot or kernel file instead of the URI of the source from which it was derived. by Ryan Macnak · 7 years ago
  80. 92c24a1 Skip sample_extension_app_snapshot_test on opt-counter-threshold builders by Martin Kustermann · 7 years ago
  81. b024432 [VM] Disable test in reload/rollback mode due to snapshot generation by Martin Kustermann · 7 years ago
  82. 6fcc95d Adjust status files. by asiva · 7 years ago
  83. a69d922 Adjust some of the test expectations based on the flip to Dart 2 mode. by asiva · 7 years ago
  84. bc7220a [VM] Turn dart2 on by default on the command line VM by asiva · 7 years ago
  85. 3851591 [infra] Keep comments intact when updating status files. by Alexander Thomas · 7 years ago
  86. 16e8194 Prepare additional lib, html, samples statuses: this embeds of d8-hostcheck results by Sigmund Cherem · 7 years ago
  87. 4f5ad19 Make strong mode the default under --preview-dart-2. by Siva Chandra · 8 years ago
  88. cca7b44 Replace `$builder_tag == strong` with `$strong` in status files by Paul Berry · 8 years ago
  89. 439e20c [infra] Normalize samples.status by Alexander Thomas · 8 years ago
  90. efca9c6 [vm/testing] Make --strong -c dartk configuration a Dart 2.0 configuration. by Vyacheslav Egorov · 8 years ago
  91. e84fa65 Revert "[vm/testing] Make --strong -c dartk configuration a Dart 2.0 configuration." by Vyacheslav Egorov · 8 years ago
  92. 50865e9 [vm/testing] Make --strong -c dartk configuration a Dart 2.0 configuration. by Vyacheslav Egorov · 8 years ago
  93. 7cbb96c Wholesale update tests status in attempt to make (fyi) dartkp buildbots green. by Alexander Aprelev · 8 years ago
  94. 0394d3a [infra] Begin removing gyp by Zach Anderson · 8 years ago
  95. c296f75 Revert "Revert "Revert "Revert "Refactor test option parsing code."""" by Bob Nystrom · 8 years ago
  96. 0254765 Revert "Revert "Revert "Refactor test option parsing code.""" by Bob Nystrom · 8 years ago
  97. 79af418 Revert "Revert "Refactor test option parsing code."" by Bob Nystrom · 8 years ago
  98. d038357 Revert "Refactor test option parsing code." by Bob Nystrom · 8 years ago
  99. 9c2dff8 Refactor test option parsing code. by Bob Nystrom · 8 years ago
  100. b33097b Format samples and samples-dev directories. by Jacob Richman · 8 years ago