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 2016/01/15 02:54:56 UTC

[8/8] lucy-clownfish git commit: Merge branch 'CLOWNFISH-66-py-cfc-core'

Merge branch 'CLOWNFISH-66-py-cfc-core'

Improve basic CFC Python bindings.

*   Migrate to Charmonizer-generated Makefile build.
*   Add a "test" target to setup.py.
*   Add bindings for a few more parts of the CFC core.

This fixes #53.


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

Branch: refs/heads/master
Commit: 9dc3a0e60d19c44de0e6ec32ed74265aa31fe89f
Parents: 105f76c 29a2584
Author: Marvin Humphrey <ma...@rectangular.com>
Authored: Thu Jan 14 17:53:00 2016 -0800
Committer: Marvin Humphrey <ma...@rectangular.com>
Committed: Thu Jan 14 17:53:00 2016 -0800

----------------------------------------------------------------------
 compiler/python/clownfish/_cfc.c          | 333 ++++++++++++++++++++++---
 compiler/python/clownfish/cfc/__init__.py |  12 +
 compiler/python/setup.py                  | 113 ++++-----
 compiler/python/test/test_cfc.py          |  12 +
 4 files changed, 369 insertions(+), 101 deletions(-)
----------------------------------------------------------------------