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