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 <[email protected]> Authored: Sat Mar 21 02:37:11 2015 -0700 Committer: Marvin Humphrey <[email protected]> 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(-) ----------------------------------------------------------------------
