|
Introduce a VM-only dart:scalarlist library for byte arrays.
Include it in the SDK so users can use it. Create a dummy
implementation and patch file for the library for dart2js so it can be
documented. Johnni, can you think of a nicer way of making
documentation generation work for a VM only library? Also, it seems that
patching kills the documentation comments and they do not show up in
the generated docs.
R=iposva@google.com,johnniwinther@google.com
BUG=
Committed: https://code.google.com/p/dart/source/detail?r=12616
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1066 lines, -752 lines) |
Patch |
|
M |
lib/_internal/libraries.dart
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
|
A |
lib/compiler/implementation/lib/scalarlist.dart
|
View
|
1
2
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
|
A |
lib/compiler/implementation/lib/scalarlist_patch.dart
|
View
|
1
2
|
1 chunk |
+118 lines, -0 lines |
0 comments
|
Download
|
|
A |
lib/scalarlist/scalarlist.dart
|
View
|
1
2
3
|
1 chunk |
+675 lines, -0 lines |
0 comments
|
Download
|
|
A + |
lib/scalarlist/scalarlist_sources.gypi
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
runtime/bin/dartutils.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
runtime/bin/io.dart
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
runtime/lib/byte_array.dart
|
View
|
|
1 chunk |
+32 lines, -708 lines |
0 comments
|
Download
|
|
M |
runtime/lib/lib_sources.gypi
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
A + |
runtime/lib/scalarlist_sources.gypi
|
View
|
1
2
3
4
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
|
M |
runtime/tests/vm/dart/byte_array_test.dart
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/vm/bootstrap.h
|
View
|
|
3 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
|
M |
runtime/vm/bootstrap.cc
|
View
|
|
2 chunks |
+8 lines, -1 line |
0 comments
|
Download
|
|
M |
runtime/vm/bootstrap_natives.cc
|
View
|
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
|
M |
runtime/vm/bootstrap_nocorelib.cc
|
View
|
|
2 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
|
M |
runtime/vm/intrinsifier.cc
|
View
|
1
2
3
4
|
3 chunks |
+13 lines, -4 lines |
0 comments
|
Download
|
|
M |
runtime/vm/object.h
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
|
M |
runtime/vm/object.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+55 lines, -25 lines |
0 comments
|
Download
|
|
M |
runtime/vm/object_store.h
|
View
|
|
3 chunks |
+9 lines, -1 line |
0 comments
|
Download
|
|
M |
runtime/vm/object_store.cc
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
runtime/vm/snapshot_test.cc
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/vm/vm.gypi
|
View
|
|
5 chunks |
+84 lines, -0 lines |
0 comments
|
Download
|
|
M |
tests/standalone/byte_array_test.dart
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
tests/standalone/io/http_parser_test.dart
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
tests/standalone/io/web_socket_test.dart
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
tools/create_sdk.py
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
Total messages: 13 (0 generated)
|