From b8a315f3fb83ef847008b9ee6154ac17b9aec48b Mon Sep 17 00:00:00 2001 From: Surendra Singhi Date: Sat, 24 Dec 2005 14:31:54 +0000 Subject: [PATCH] Added cffi module. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8062 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/CHANGES.current | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SWIG/CHANGES.current b/SWIG/CHANGES.current index 0b3779bd2..42aa3d9ff 100644 --- a/SWIG/CHANGES.current +++ b/SWIG/CHANGES.current @@ -1,5 +1,10 @@ Version 1.3.28 (unreleased). =========================== +12/24/2005: efuzzyone + [CFFI] The cffi module for SWIG: + - Fully supports C, but provides limited supports for C++, in + particular C++ support for templates and overloading needs to + be worked upon. 12/23/2005: mmatus [python] Add the castmode that allows the python