swig/Source/Modules
2006-01-10 17:19:22 +00:00
..
.cvsignore *** empty log message *** 2003-01-22 08:11:51 +00:00
allegrocl.cxx Fix warnings 2006-01-09 22:08:11 +00:00
allocate.cxx better support for the %throws directive 2006-01-10 17:19:22 +00:00
browser.cxx Eric Sunshine patch - Mods to work on NextStep 2004-01-22 22:42:18 +00:00
cffi.cxx fixed the copyright information. 2005-12-24 23:16:23 +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 Applied the patch by Roger Sen Montero to add the :name option in the 2005-12-27 00:20:23 +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 Move rename/namewarn engine from parser.y to naming.c. The code was getting 2006-01-02 04:33:19 +00:00
directors.cxx change director order back, bad fix 2005-10-26 14:11:28 +00:00
emit.cxx better support for the %throws directive 2006-01-10 17:19:22 +00:00
guile.cxx Make declared and defined linkage of SWIG_init consistent. 2005-10-30 16:40:20 +00:00
java.cxx cosmetic changes 2006-01-06 13:58:47 +00:00
lang.cxx add %delobject, which is the equivalent of %newobject but for functions that delete an element. This allows to properly disown the argument, as the %newobject directive allows to 'own' the object 2006-01-09 17:35:04 +00:00
lua.cxx applied neomantra's patches & fixed C89 bug #1356574 2006-01-09 07:59:11 +00:00
main.cxx add info about SWIG_FEATURES and -help when no option is found. Use --help as alias of -help, following gnu-ish style. 2006-01-08 21:47:31 +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 idenitfy the exact cast case (minimum rank possible) and dispatch inmediatly 2005-12-28 02:34:08 +00:00
perl5.cxx add __not__ and test the new bool typemaps 2006-01-10 15:53:23 +00:00
php4.cxx Extract the class name in CreateZendListDestructor in a more robust manner - 2005-12-31 03:01:56 +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 buildnone option and cosmetics, including sorting options by name 2006-01-08 06:58:49 +00:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx SWIG_RubyAddTracking and SWIG_RubyRemoveTracking were not being correctly generated since they were looking for featue:trackobjects on the constructor/destructor nodes as opposed to the class node. 2006-01-10 00:29:57 +00:00
s-exp.cxx Better error message displayed when file cannot be opened 2005-09-08 22:31:21 +00:00
swigmain.cxx Commandline option display: Put back in alphabetical order, fix typos and improve wording and consistency. 2006-01-07 23:34:31 +00:00
swigmod.h add the 'naturalvar' option/mode/feature, to allow member variables to be treated in a natural way, as the global ones. This mean use the const SWIGTYPE &(C++)/SWIGTYPE(C) typemaps instead of the plain SWIGTYPE * typemap for the set/get methods. 2005-12-27 21:48:56 +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