dart-sdk/runtime/bin
2016-12-01 13:51:49 +01:00
..
vmservice Allow binding the vm service to IPv6 addresses. 2016-11-23 14:24:52 -08:00
zlib Format GN files and add a presubmit check that GN is properly formatted 2016-10-26 08:50:54 -07:00
address_sanitizer.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
bin.gypi disable use of tcmalloc if msan is enabled during the build. 2016-10-03 11:28:52 -07:00
BUILD.gn Properly label vm_tests as tests 2016-11-30 14:34:37 -08:00
builtin.cc VM: Support bootstrapping core libraries from Kernel binaries instead of source. 2016-11-16 13:56:20 +01:00
builtin.dart Reland "Merge more Kernel infrastructure from kernel_sdk SDK fork." 2016-10-27 10:09:22 +02:00
builtin.h clang-format runtime/bin 2016-11-04 12:30:56 -07:00
builtin_common.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
builtin_gen_snapshot.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
builtin_impl_sources.gypi Fuchsia: Partial implementation of dart:io sockets 2016-11-20 22:04:14 -08:00
builtin_in.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
builtin_natives.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
builtin_nolib.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
builtin_sources.gypi Lazy loading of deferred libraries 2014-06-13 22:43:31 +00:00
common_patch.dart Reland "Merge more Kernel infrastructure from kernel_sdk SDK fork." 2016-10-27 10:09:22 +02:00
crypto.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
crypto.h clang-format runtime/bin 2016-11-04 12:30:56 -07:00
crypto_android.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
crypto_fuchsia.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
crypto_linux.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
crypto_macos.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
crypto_test.cc Fuchsia: Use low-level prng call, add test, update test runner. 2016-08-02 13:18:37 -07:00
crypto_win.cc Fixes some memory leaks in //runtime/bin 2016-03-14 11:08:52 -07:00
dart_entries.txt GN Build fixes for Flutter + gen_snapshot fix 2016-04-22 07:00:03 -07:00
dart_io_entries.txt AOT: Add missing native entry points for secure sockets. 2016-10-12 13:04:22 -07:00
dart_product_entries.txt Standalone: Add missing tree-shaker root. 2016-09-20 14:44:05 -07:00
dartutils.cc VM: Fix incorrect free in TryReadKernel. 2016-11-16 14:40:57 +01:00
dartutils.h Reload native extensions when starting from a snapshot. 2016-11-07 16:17:47 -08:00
directory.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
directory.h clang-format runtime/bin 2016-11-04 12:30:56 -07:00
directory_android.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
directory_fuchsia.cc Enable SecureSocket on Fuchsia using BoringSSL and compiled-in certificates from dart-sdk/root_certificates. 2016-11-23 10:48:18 -08:00
directory_linux.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
directory_macos.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
directory_patch.dart Implement @patch annotation for patch class members 2016-08-10 12:54:57 -07:00
directory_test.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
directory_unsupported.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
directory_win.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
embedded_dart_io.cc Fix DevFS on Android devices 2016-07-18 10:45:53 -07:00
embedded_dart_io.h Make header include guards great again 2016-10-26 00:26:03 -07:00
eventhandler.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
eventhandler.h clang-format runtime/bin 2016-11-04 12:30:56 -07:00
eventhandler_android.cc Adds some error handling to the socket implementation. 2016-11-11 21:15:16 -08:00
eventhandler_android.h clang-format runtime/bin 2016-11-04 12:30:56 -07:00
eventhandler_fuchsia.cc Fuchsia: Partial implementation of dart:io sockets 2016-11-20 22:04:14 -08:00
eventhandler_fuchsia.h Fuchsia: Partial implementation of dart:io sockets 2016-11-20 22:04:14 -08:00
eventhandler_linux.cc Adds some error handling to the socket implementation. 2016-11-11 21:15:16 -08:00
eventhandler_linux.h clang-format runtime/bin 2016-11-04 12:30:56 -07:00
eventhandler_macos.cc Adds some error handling to the socket implementation. 2016-11-11 21:15:16 -08:00
eventhandler_macos.h clang-format runtime/bin 2016-11-04 12:30:56 -07:00
eventhandler_patch.dart Reland "Merge more Kernel infrastructure from kernel_sdk SDK fork." 2016-10-27 10:09:22 +02:00
eventhandler_test.cc Reorder includes and remove platform/globals include 2015-02-11 17:24:37 +00:00
eventhandler_unsupported.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
eventhandler_win.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
eventhandler_win.h clang-format runtime/bin 2016-11-04 12:30:56 -07:00
extensions.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
extensions.h Make header include guards great again 2016-10-26 00:26:03 -07:00
extensions_android.cc Reapply "Use a single file for app snapshots." 2016-10-14 09:57:54 -07:00
extensions_fuchsia.cc Reapply "Use a single file for app snapshots." 2016-10-14 09:57:54 -07:00
extensions_linux.cc Reapply "Use a single file for app snapshots." 2016-10-14 09:57:54 -07:00
extensions_macos.cc Reapply "Use a single file for app snapshots." 2016-10-14 09:57:54 -07:00
extensions_win.cc Fix crashes on debug windows 2016-10-18 09:37:04 -07:00
fdutils.h Fuchsia: Partial implementation of dart:io sockets 2016-11-20 22:04:14 -08:00
fdutils_android.cc Fuchsia: Partial implementation of dart:io sockets 2016-11-20 22:04:14 -08:00
fdutils_fuchsia.cc Fuchsia sockets: 2016-11-22 12:49:01 -08:00
fdutils_linux.cc Fuchsia: Partial implementation of dart:io sockets 2016-11-20 22:04:14 -08:00
fdutils_macos.cc Fuchsia: Partial implementation of dart:io sockets 2016-11-20 22:04:14 -08:00
file.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
file.h clang-format runtime/bin 2016-11-04 12:30:56 -07:00
file_android.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
file_fuchsia.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
file_linux.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
file_macos.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
file_patch.dart Implement @patch annotation for patch class members 2016-08-10 12:54:57 -07:00
file_support.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
file_system_entity_patch.dart Implement @patch annotation for patch class members 2016-08-10 12:54:57 -07:00
file_system_watcher.cc Really remove io support when dart:io is unsupported. 2016-03-29 11:22:03 -07:00
file_system_watcher.h clang-format runtime/bin 2016-11-04 12:30:56 -07:00
file_system_watcher_android.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
file_system_watcher_fuchsia.cc Fuchsia: Build standalone VM. Make it run "Hello, World!". 2016-07-22 14:00:31 -07:00
file_system_watcher_linux.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
file_system_watcher_macos.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
file_system_watcher_unsupported.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
file_system_watcher_win.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
file_test.cc Fixes leak of native File objects. 2016-04-20 10:08:37 -07:00
file_unsupported.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
file_win.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
filter.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
filter.h clang-format runtime/bin 2016-11-04 12:30:56 -07:00
filter_patch.dart Implement @patch annotation for patch class members 2016-08-10 12:54:57 -07:00
filter_unsupported.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
gen_snapshot.cc Print snapshot size in PRODUCT mode as well. 2016-11-23 14:30:24 -08:00
gypi_contents.gni [gn] Consolidate exec_script calls to speed up generation 2016-11-12 10:57:01 -08:00
hashmap_test.cc VM: Remove unused (and incomplete) HashMap::Remove() function 2016-12-01 13:51:49 +01:00
io_buffer.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
io_buffer.h clang-format runtime/bin 2016-11-04 12:30:56 -07:00
io_impl_sources.gypi Fuchsia: Build standalone VM. Make it run "Hello, World!". 2016-07-22 14:00:31 -07:00
io_natives.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
io_natives.h Make header include guards great again 2016-10-26 00:26:03 -07:00
io_service.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
io_service.h clang-format runtime/bin 2016-11-04 12:30:56 -07:00
io_service_no_ssl.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
io_service_no_ssl.h clang-format runtime/bin 2016-11-04 12:30:56 -07:00
io_service_patch.dart Implement @patch annotation for patch class members 2016-08-10 12:54:57 -07:00
io_service_unsupported.cc Really remove io support when dart:io is unsupported. 2016-03-29 11:22:03 -07:00
io_sources.gypi Add IO service object handler, with initial implementation for HTTP server. 2014-05-21 11:12:49 +00:00
isolate_data.h Don't use IsolateData for the exit hook as multiple embedders share the dart/bin while using different isolate data structures. 2016-10-31 15:56:25 -07:00
loader.cc VM: [Kernel] Go back to previous behavior in loader.cc 2016-11-23 10:55:59 +01:00
loader.h Reload native extensions when starting from a snapshot. 2016-11-07 16:17:47 -08:00
lockers.h clang-format runtime/bin 2016-11-04 12:30:56 -07:00
log.h Make header include guards great again 2016-10-26 00:26:03 -07:00
log_android.cc Don't include usage counters, etc in snapshots with code. If we already have code, eagerly recompiling in unlikely to have new type feedback. 2016-11-22 09:59:06 -08:00
log_fuchsia.cc Fuchsia: Add native symbol resolver. Small fixes. 2016-10-20 13:39:35 -07:00
log_linux.cc Don't include usage counters, etc in snapshots with code. If we already have code, eagerly recompiling in unlikely to have new type feedback. 2016-11-22 09:59:06 -08:00
log_macos.cc Cleanup in //runtime/bin 2016-03-16 10:01:00 -07:00
log_win.cc Cleanup in //runtime/bin 2016-03-16 10:01:00 -07:00
main.cc Allow binding the vm service to IPv6 addresses. 2016-11-23 14:24:52 -08:00
observatory_assets_empty.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
platform.cc Re-enable Platform.executable under precompilation. 2016-11-11 16:19:02 -08:00
platform.h clang-format runtime/bin 2016-11-04 12:30:56 -07:00
platform_android.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
platform_fuchsia.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
platform_linux.cc Fix product and Mac build. 2016-11-23 10:47:44 -08:00
platform_macos.cc Fix product and Mac build. 2016-11-23 10:47:44 -08:00
platform_patch.dart VM: Remove _nativeScript external. JS has no equivalent. 2016-11-16 16:36:10 +01:00
platform_unsupported.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
platform_win.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
process.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
process.h clang-format runtime/bin 2016-11-04 12:30:56 -07:00
process_android.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
process_fuchsia.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
process_linux.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
process_macos.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
process_patch.dart Reland "Merge more Kernel infrastructure from kernel_sdk SDK fork." 2016-10-27 10:09:22 +02:00
process_test.cc
process_unsupported.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
process_win.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
reference_counting.h clang-format runtime/bin 2016-11-04 12:30:56 -07:00
root_certificates_unsupported.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
run_vm_tests.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
run_vm_tests_fuchsia.cc Move fuchsia tests to new mx_object_get_info style 2016-11-17 20:38:30 -08:00
secure_socket.h Enable SecureSocket on Fuchsia using BoringSSL and compiled-in certificates from dart-sdk/root_certificates. 2016-11-23 10:48:18 -08:00
secure_socket_boringssl.cc Adjust memory pressure from SSL 2016-11-30 10:26:45 -08:00
secure_socket_boringssl.h Adjust memory pressure from SSL 2016-11-30 10:26:45 -08:00
secure_socket_ios.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
secure_socket_ios.h clang-format runtime/bin 2016-11-04 12:30:56 -07:00
secure_socket_macos.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
secure_socket_macos.h clang-format runtime/bin 2016-11-04 12:30:56 -07:00
secure_socket_patch.dart Implement @patch annotation for patch class members 2016-08-10 12:54:57 -07:00
secure_socket_unsupported.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
service_object_patch.dart Add HttpServerConnection to Observatory. 2014-06-10 07:33:37 +00:00
snapshot_empty.cc Cleanup in //runtime/bin 2016-03-16 10:01:00 -07:00
snapshot_in.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
socket.cc VM: Fix memory leak during shutdown 2016-11-30 23:52:04 +01:00
socket.h VM: Fix memory leak during shutdown 2016-11-30 23:52:04 +01:00
socket_android.cc Fix android build 2016-11-20 22:46:54 -08:00
socket_android.h Make header include guards great again 2016-10-26 00:26:03 -07:00
socket_fuchsia.cc Fuchsia sockets: 2016-11-22 16:52:21 -08:00
socket_fuchsia.h Fuchsia: Partial implementation of dart:io sockets 2016-11-20 22:04:14 -08:00
socket_linux.cc Fuchsia: Partial implementation of dart:io sockets 2016-11-20 22:04:14 -08:00
socket_linux.h Make header include guards great again 2016-10-26 00:26:03 -07:00
socket_macos.cc Fix mac build 2016-11-20 22:14:16 -08:00
socket_macos.h Make header include guards great again 2016-10-26 00:26:03 -07:00
socket_patch.dart Propagate errors correctly in Socket.connect 2016-10-19 15:12:59 -07:00
socket_unsupported.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
socket_win.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
socket_win.h Make header include guards great again 2016-10-26 00:26:03 -07:00
stdio.cc Really remove io support when dart:io is unsupported. 2016-03-29 11:22:03 -07:00
stdio.h Make header include guards great again 2016-10-26 00:26:03 -07:00
stdio_android.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
stdio_fuchsia.cc Fuchsia: Build standalone VM. Make it run "Hello, World!". 2016-07-22 14:00:31 -07:00
stdio_linux.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
stdio_macos.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
stdio_patch.dart VM: Support bootstrapping core libraries from Kernel binaries instead of source. 2016-11-16 13:56:20 +01:00
stdio_unsupported.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
stdio_win.cc Really remove io support when dart:io is unsupported. 2016-03-29 11:22:03 -07:00
test_extension.c Add runtime and native entry tags 2014-04-10 20:26:45 +00:00
test_extension_dllmain_win.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
thread.h clang-format runtime/bin 2016-11-04 12:30:56 -07:00
thread_android.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
thread_android.h Make header include guards great again 2016-10-26 00:26:03 -07:00
thread_fuchsia.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
thread_fuchsia.h Make header include guards great again 2016-10-26 00:26:03 -07:00
thread_linux.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
thread_linux.h Make header include guards great again 2016-10-26 00:26:03 -07:00
thread_macos.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
thread_macos.h Make header include guards great again 2016-10-26 00:26:03 -07:00
thread_win.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
thread_win.h Make header include guards great again 2016-10-26 00:26:03 -07:00
utils.h clang-format runtime/bin 2016-11-04 12:30:56 -07:00
utils_android.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
utils_fuchsia.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
utils_linux.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
utils_macos.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
utils_win.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
utils_win.h clang-format runtime/bin 2016-11-04 12:30:56 -07:00
vmservice_dartium.cc clang-format runtime/bin 2016-11-04 12:30:56 -07:00
vmservice_dartium.h clang-format runtime/bin 2016-11-04 12:30:56 -07:00
vmservice_impl.cc VM: Support bootstrapping core libraries from Kernel binaries instead of source. 2016-11-16 13:56:20 +01:00
vmservice_impl.h VM: Support bootstrapping core libraries from Kernel binaries instead of source. 2016-11-16 13:56:20 +01:00
vmserviceio_dartium.dart Add dart:io and dart:_builtin to the dartium snapshot so that vmservices can work, the previous approach of trying to load dart:io and dart:_builtin from the sources does not work in a dart-sdk distribution as the sources are not copied out. 2015-05-15 23:15:19 +00:00
zlib.gyp Rename libchrome_zip to libzip_dart in build. 2016-04-13 00:15:37 +02:00