Merge branch 'CLOWNFISH-52-to-host'

This fixes #25.


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

Branch: refs/heads/master
Commit: dafc3801b14899251613a80b4ba8197cfad46772
Parents: 1ea1501 04e73fa
Author: Nick Wellnhofer <[email protected]>
Authored: Sat May 30 13:27:05 2015 +0200
Committer: Nick Wellnhofer <[email protected]>
Committed: Sat May 30 13:27:05 2015 +0200

----------------------------------------------------------------------
 compiler/src/CFCPerlConstructor.c               |   2 +-
 compiler/src/CFCPerlMethod.c                    |   9 +-
 compiler/src/CFCPerlTypeMap.c                   |   6 +-
 runtime/c/src/Clownfish/Obj.c                   |  74 +++++
 runtime/core/Clownfish/Blob.cfh                 |   3 +
 runtime/core/Clownfish/ByteBuf.cfh              |   3 +
 runtime/core/Clownfish/Hash.cfh                 |   3 +
 runtime/core/Clownfish/Num.cfh                  |  15 +
 runtime/core/Clownfish/String.cfh               |   3 +
 runtime/core/Clownfish/Test/TestObj.c           |   7 +
 runtime/core/Clownfish/Test/TestObj.cfh         |  10 +
 runtime/core/Clownfish/Vector.cfh               |   3 +
 runtime/go/ext/clownfish.c                      |  73 +++++
 .../perl/buildlib/Clownfish/Build/Binding.pm    |   9 +-
 runtime/perl/t/binding/019-obj.t                |   8 +-
 runtime/perl/xs/XSBind.c                        | 284 ++++++++++---------
 runtime/perl/xs/XSBind.h                        |  40 +--
 17 files changed, 358 insertions(+), 194 deletions(-)
----------------------------------------------------------------------


Reply via email to