You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ha...@apache.org on 2016/08/04 05:29:41 UTC

[12/15] git commit: [flex-asjs] [refs/heads/refactor-sprite] - Merge branch 'BinaryData_improvement' of https://github.com/greg-dove/flex-asjs into develop

Merge branch 'BinaryData_improvement' of https://github.com/greg-dove/flex-asjs into develop


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/6e9672b5
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/6e9672b5
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/6e9672b5

Branch: refs/heads/refactor-sprite
Commit: 6e9672b55ef5538f56c76a36e76637f462a55ebc
Parents: 13323e6 c8d147b
Author: Harbs <ha...@in-tools.com>
Authored: Wed Aug 3 10:38:20 2016 +0300
Committer: Harbs <ha...@in-tools.com>
Committed: Wed Aug 3 10:38:20 2016 +0300

----------------------------------------------------------------------
 .../flex/org/apache/flex/utils/BinaryData.as    | 1089 ++++++++++++------
 .../main/flex/org/apache/flex/utils/Endian.as   |   31 +-
 .../org/apache/flex/utils/IBinaryDataInput.as   |   47 +
 .../org/apache/flex/utils/IBinaryDataOutput.as  |   42 +
 .../test/flex/FlexUnitFlexJSApplication.mxml    |    7 +-
 .../flex/flexUnitTests/BinaryDataTesterTest.as  |  565 +++++++++
 .../src/test/flex/flexUnitTests/CoreTester.as   |   28 +
 .../src/test/flex/flexUnitTests/StrandTester.as |   27 -
 .../flex/org/apache/flex/net/URLBinaryLoader.as |    2 +-
 .../main/flex/org/apache/flex/net/URLStream.as  |    2 +-
 10 files changed, 1434 insertions(+), 406 deletions(-)
----------------------------------------------------------------------