Skip to content

Instantly share code, notes, and snippets.

@ofan
Created August 12, 2013 18:25
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ofan/6213559 to your computer and use it in GitHub Desktop.
Save ofan/6213559 to your computer and use it in GitHub Desktop.
fficxx issues:
1. simpleBuilder hard coded snappy specific code. -- Patched but not tested
2. resource management issue in C shim code(returned objects and references are converted to pointers, then use ForeignPtr on the Haskell), this probably will cause a critical bug.
3. fficxx currently doesn't deal with global variables
4. Multiple packages for one C++ project
5. enumeration and class support is not implemented (in swig branch)
6. interface to C++ in the C shim code is not fully implemented
7. need to support function pointers
8. finish top-level functions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment