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

[4/4] lucy-clownfish git commit: Merge branch 'CLOWNFISH-30-kill-callbacks-h-v2'

Merge branch 'CLOWNFISH-30-kill-callbacks-h-v2'

Refactor CFC internals to eliminate an autogenerated file and centralize some
code generation rather than perform generation per-host.

This fixes CLOWNFISH-30.

This closes #5.


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

Branch: refs/heads/master
Commit: f7960be903580cda30c3d9ac0214bb4e9dbfe6f9
Parents: d0babb7 ecc65d7
Author: Marvin Humphrey <ma...@rectangular.com>
Authored: Sat Mar 21 02:37:11 2015 -0700
Committer: Marvin Humphrey <ma...@rectangular.com>
Committed: Sat Mar 21 02:37:11 2015 -0700

----------------------------------------------------------------------
 compiler/c/cfc.c             |  1 -
 compiler/go/cfc/cfc.go       |  2 +-
 compiler/src/CFCBindClass.c  | 52 +++++++++++++++++++++++-
 compiler/src/CFCBindCore.c   |  1 -
 compiler/src/CFCC.c          | 49 +---------------------
 compiler/src/CFCC.h          |  5 ---
 compiler/src/CFCPerl.c       | 85 +++++----------------------------------
 compiler/src/CFCPerlMethod.c | 57 +++++++++++++-------------
 runtime/go/build.go          |  1 -
 9 files changed, 90 insertions(+), 163 deletions(-)
----------------------------------------------------------------------