swig/Source/Modules
Surendra Singhi 5c0220b3be Adding CFFI module.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8060 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2005-12-24 14:04:42 +00:00
..
.cvsignore *** empty log message *** 2003-01-22 08:11:51 +00:00
allegrocl.cxx Fix warnings 2005-12-21 22:55:50 +00:00
allocate.cxx disable copyctor 2005-12-22 08:38:02 +00:00
browser.cxx Eric Sunshine patch - Mods to work on NextStep 2004-01-22 22:42:18 +00:00
cffi.cxx Initial revision. Adding CFFI module. 2005-12-24 14:02:26 +00:00
chicken.cxx Make chicken module correctly calculate the get/set functions by using Swig_name_get 2005-11-04 19:23:19 +00:00
clisp.cxx Better error message displayed when file cannot be opened 2005-09-08 22:31:21 +00:00
contract.cxx Moved non static function declarations from source files into header files 2003-12-28 21:48:39 +00:00
csharp.cxx new $imclassname special variable to fix bugs changing the intermediary classname 2005-12-21 22:54:47 +00:00
directors.cxx change director order back, bad fix 2005-10-26 14:11:28 +00:00
emit.cxx Remove (void)_e. This is a duplicate of what already exists in the typemaps so is not needed. If there are any more exception handlers that issue the unused variable warning, add a '(void)$1;' into the throws typemap. 2005-12-23 00:28:38 +00:00
guile.cxx Make declared and defined linkage of SWIG_init consistent. 2005-10-30 16:40:20 +00:00
java.cxx new $imclassname special variable to fix bugs changing the intermediary classname 2005-12-21 22:54:47 +00:00
lang.cxx disable copyctor 2005-12-22 08:38:02 +00:00
lua.cxx Modify following features to work as flags, so that they can be truely set and unset: 2005-09-30 23:37:41 +00:00
main.cxx disable copyctor 2005-12-22 08:38:02 +00:00
modula3.cxx Modify following features to work as flags, so that they can be truely set and unset: 2005-09-30 23:35:52 +00:00
module.cxx remove many memory leaks and cleanup 2005-11-29 01:47:10 +00:00
mzscheme.cxx Fix for constants attempting to generate setters with %feature(immutable,"0") 2005-10-15 01:14:21 +00:00
ocaml.cxx change director order back, bad fix 2005-10-26 14:11:28 +00:00
overload.cxx add castmode in python and cleaning the castdispatch mechanism 2005-12-23 09:22:17 +00:00
perl5.cxx implement the rank-cast dispatch mechanism, which is now the default behavior in perl 2005-12-23 00:07:49 +00:00
php4.cxx fix static member get/set names 2005-11-30 21:29:45 +00:00
pike.cxx Modify following features to work as flags, so that they can be truely set and unset: 2005-09-30 23:01:13 +00:00
python.cxx add castmode in python and cleaning the castdispatch mechanism 2005-12-23 09:22:17 +00:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx fix for templates to avoid using the templatereduce mode 2005-12-09 09:25:28 +00:00
s-exp.cxx Better error message displayed when file cannot be opened 2005-09-08 22:31:21 +00:00
swigmain.cxx Adding CFFI module. 2005-12-24 14:04:42 +00:00
swigmod.h changes to support cast ranking for dispatch and/or overloading 2005-12-23 00:06:27 +00:00
tcl8.cxx fixes for the examples and tcl to use the old Tcl_SetResult()... methods 2005-12-09 22:39:43 +00:00
typepass.cxx fix many/many memory leaks 2005-11-30 21:32:27 +00:00
uffi.cxx Better error message displayed when file cannot be opened 2005-09-08 22:31:21 +00:00
utils.cxx fix friend bug #1323114 2005-10-17 13:28:59 +00:00
xml.cxx Better error message displayed when file cannot be opened 2005-09-08 22:31:21 +00:00

06/25/2002

This directory contains all of the SWIG language modules.  Many of these
modules contain code that dates back to SWIG1.0.  The module API has changed
a lot in the development releases so this is fairly messy.  We're working on
cleaning it up, but you'll have to bear with us until it's done.

-- Dave