You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by nw...@apache.org on 2015/12/12 12:30:52 UTC

[6/6] lucy-clownfish git commit: Merge branch 'bytebuf-api'

Merge branch 'bytebuf-api'


Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/fe23648e
Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/fe23648e
Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/fe23648e

Branch: refs/heads/master
Commit: fe23648e7e30bedbbbb45a7f40b929d8c05c3157
Parents: 42b7668 b42f55e
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Sat Dec 12 12:30:19 2015 +0100
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Sat Dec 12 12:30:19 2015 +0100

----------------------------------------------------------------------
 runtime/core/Clownfish/Blob.c             |  21 ++--
 runtime/core/Clownfish/Blob.cfh           |   6 -
 runtime/core/Clownfish/ByteBuf.c          | 151 ++++++++++++++-----------
 runtime/core/Clownfish/ByteBuf.cfh        |  32 ++----
 runtime/core/Clownfish/Test/TestBlob.c    |  15 +--
 runtime/core/Clownfish/Test/TestByteBuf.c | 104 +++++++----------
 runtime/go/clownfish/bytebuf_test.go      |  41 +++----
 runtime/perl/t/binding/022-bytebuf.t      |   5 +-
 8 files changed, 166 insertions(+), 209 deletions(-)
----------------------------------------------------------------------