Merge branch 'host-data-json'

Fixes CLOWNFISH-83.


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

Branch: refs/heads/master
Commit: dba8fd50867ecb2025f48c36e7882b8bc054fe46
Parents: 6b9abca 9bcba44
Author: Nick Wellnhofer <[email protected]>
Authored: Mon Aug 1 13:38:46 2016 +0200
Committer: Nick Wellnhofer <[email protected]>
Committed: Mon Aug 1 13:38:46 2016 +0200

----------------------------------------------------------------------
 compiler/perl/lib/Clownfish/CFC.pm            | 33 ---------
 compiler/perl/lib/Clownfish/CFC.xs            | 19 +++++
 compiler/perl/lib/Clownfish/CFC/Perl/Build.pm | 59 ++++++++++++---
 compiler/src/CFCBindClass.c                   | 38 ++++++++++
 compiler/src/CFCBindClass.h                   |  5 ++
 compiler/src/CFCBindCore.c                    | 86 ++++++++++++++++++++++
 compiler/src/CFCBindCore.h                    |  6 ++
 compiler/src/CFCBindMethod.c                  | 34 +++++++++
 compiler/src/CFCBindMethod.h                  |  6 ++
 compiler/src/CFCClass.c                       | 17 +++++
 compiler/src/CFCClass.h                       |  7 ++
 compiler/src/CFCHierarchy.c                   | 19 +++--
 compiler/src/CFCHierarchy.h                   |  5 ++
 compiler/src/CFCJson.c                        | 15 ++++
 compiler/src/CFCJson.h                        |  3 +
 compiler/src/CFCMethod.c                      | 30 ++++++++
 compiler/src/CFCMethod.h                      |  7 ++
 compiler/src/CFCParcel.c                      | 59 +++++++++++++++
 compiler/src/CFCParcel.h                      | 11 +++
 compiler/src/CFCPerl.c                        | 11 ++-
 runtime/perl/buildlib/Clownfish/Build.pm      |  1 -
 21 files changed, 420 insertions(+), 51 deletions(-)
----------------------------------------------------------------------


Reply via email to