Merge branch 'perl-bindings'
Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/1150ddb7 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/1150ddb7 Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/1150ddb7 Branch: refs/heads/master Commit: 1150ddb72ebd7142412b532ea6dcc95422f49ab6 Parents: cf29eb7 8e729e1 Author: Nick Wellnhofer <[email protected]> Authored: Fri Nov 20 15:02:11 2015 +0100 Committer: Nick Wellnhofer <[email protected]> Committed: Fri Nov 20 15:02:11 2015 +0100 ---------------------------------------------------------------------- runtime/core/Clownfish/Blob.cfh | 12 +- runtime/core/Clownfish/ByteBuf.cfh | 10 +- runtime/core/Clownfish/CharBuf.cfh | 4 +- runtime/core/Clownfish/String.cfh | 4 + .../perl/buildlib/Clownfish/Build/Binding.pm | 512 ++++++++++++++++--- runtime/perl/lib/Clownfish.pm | 29 +- runtime/perl/lib/Clownfish/Boolean.pm | 25 + runtime/perl/lib/Clownfish/CharBuf.pm | 2 +- runtime/perl/lib/Clownfish/Float.pm | 25 + runtime/perl/lib/Clownfish/HashIterator.pm | 25 + runtime/perl/lib/Clownfish/Integer.pm | 25 + runtime/perl/lib/Clownfish/Num.pm | 25 - runtime/perl/lib/Clownfish/String.pm | 25 + runtime/perl/lib/Clownfish/VArray.pm | 25 - runtime/perl/lib/Clownfish/Vector.pm | 25 + runtime/perl/t/002-clownfish.t | 52 -- runtime/perl/t/018-host.t | 42 -- runtime/perl/t/021-class.t | 54 -- runtime/perl/t/binding/002-clownfish.t | 52 ++ runtime/perl/t/binding/010-class.t | 54 ++ runtime/perl/t/binding/016-varray.t | 34 -- runtime/perl/t/binding/016-vector.t | 34 ++ runtime/perl/t/binding/017-hash.t | 16 +- runtime/perl/t/binding/018-host.t | 42 ++ runtime/perl/t/binding/021-blob.t | 37 ++ runtime/perl/t/binding/022-bytebuf.t | 45 ++ runtime/perl/t/binding/023-string.t | 78 +++ runtime/perl/t/binding/029-charbuf.t | 53 +- runtime/perl/t/binding/031-num.t | 68 +++ runtime/perl/t/core/016-varray.t | 23 - runtime/perl/t/core/016-vector.t | 23 + 31 files changed, 1077 insertions(+), 403 deletions(-) ----------------------------------------------------------------------
