- Jan 17, 2020
-
-
Lasse R.H. Nielsen authored
Add typed queue classes
-
- Jan 16, 2020
-
-
Natalie Weizenbaum authored
-
Natalie Weizenbaum authored
This reverts commit 5b3b1f3d.
-
- Jan 15, 2020
-
-
Kevin Moore authored
-
Natalie Weizenbaum authored
-
Natalie Weizenbaum authored
-
- Jan 13, 2020
-
-
Kevin Moore authored
Related to https://github.com/dart-lang/test/issues/1141
-
- Dec 09, 2019
-
-
Kevin Moore authored
-
- Dec 07, 2019
-
-
Kevin Moore authored
-
- Nov 15, 2019
-
-
Natalie Weizenbaum authored
-
- Nov 14, 2019
-
-
Natalie Weizenbaum authored
-
- Oct 18, 2019
-
-
Natalie Weizenbaum authored
-
Natalie Weizenbaum authored
-
Natalie Weizenbaum authored
These make it easy to, for example, efficiently enqueue incoming chunked binary data for processing.
-
- May 10, 2019
-
-
Kevin Moore authored
-
- Apr 30, 2019
-
-
Kevin Moore authored
-
- Mar 18, 2019
-
-
BC Ko authored
dart-lang/sdk#32030
-
- Jul 18, 2018
-
-
Kevin Moore authored
...it was never released
-
Kevin Moore authored
Fixes https://github.com/dart-lang/typed_data/issues/16
-
- Jul 17, 2018
-
-
Patrice Chalin authored
* Skip tests known to be failing Due to #16. This will get the build green again.
-
- May 02, 2018
-
-
Natalie Weizenbaum authored
-
- Jan 17, 2018
-
-
Keerti Parthasarathy authored
* Fix test for Dart 2.0 ints * Update pubspec.yaml * Update typed_buffers_test.dart * Update typed_buffers_test.dart * Add 2^63 back to test data * Update CHANGELOG.md * Update typed_buffers_test.dart * Fix tests * run tests only on dev * Update pubspec
-
- Oct 19, 2017
-
-
Kevin Moore authored
-
- Sep 29, 2017
-
-
Kevin Moore authored
-
Kevin Moore authored
-
Kevin Moore authored
-
Kevin Moore authored
-
Kevin Moore authored
-
Kevin Moore authored
-
Kevin Moore authored
-
- Aug 02, 2017
-
-
Devon Carew authored
expand the sdk constraint; rev version
-
Devon Carew authored
-
Devon Carew authored
-
- May 09, 2016
-
-
Natalie Weizenbaum authored
R=floitsch@google.com Review URL: https://codereview.chromium.org//1949753005 .
-
- Feb 24, 2016
-
-
Natalie Weizenbaum authored
Closes #1. R=lrn@google.com Review URL: https://codereview.chromium.org//1728943003 .
-
- Nov 03, 2015
-
-
Natalie Weizenbaum authored
R=lrn@google.com Review URL: https://codereview.chromium.org//1420353003 .
-
- Oct 29, 2015
-
-
Lasse R.H. Nielsen authored
Avoids creating a list on the side, at the cost of an extra copying inside the typed-data buffer to move the data into place. R=floitsch@google.com, nweiz@google.com Review URL: https://codereview.chromium.org//1408253004 .
-
- Oct 27, 2015
-
-
Natalie Weizenbaum authored
This is useful for concatenating ranges of existing lists, as comes up occasionally when implementing converters. Also make _TypedDataBuffer.addAll more efficient for lists. R=lrn@google.com Review URL: https://codereview.chromium.org//1404443005 .
-
- Oct 13, 2015
-
-
Natalie Weizenbaum authored
R=lrn@google.com Review URL: https://codereview.chromium.org//1385333007 .
-
- Feb 24, 2015
-
-
Søren Gjesse authored
R=ricow@google.com BUG= Review URL: https://codereview.chromium.org//951913004
-