swig/Source/Modules
2003-12-07 23:00:02 +00:00
..
.cvsignore *** empty log message *** 2003-01-22 08:11:51 +00:00
allocate.cxx Fixed swapped arguments in is_member_director 2003-12-06 22:36:55 +00:00
browser.cxx Major refactoring of DOH List/Hash iterators. See CHANGES 2003-09-11 20:26:57 +00:00
chicken.cxx Major refactoring of DOH List/Hash iterators. See CHANGES 2003-09-11 20:26:57 +00:00
contract.cxx Major refactoring of contract code. Modifications include: 2003-11-14 18:57:51 +00:00
csharp.cxx Use classtypeobj instead of classDeclaration:name for typemap searches. 2003-12-02 22:16:00 +00:00
directors.cxx Common director support functions moved to new file directors.cxx 2003-11-18 20:21:39 +00:00
emit.cxx Moving the director protected member support to the top level. Now it should works in all the languages. Test it. 2003-12-07 23:00:02 +00:00
guile.cxx Don't qualify member function names twice. (Thanks to John Lenz.) 2003-11-21 09:18:10 +00:00
java.cxx Use classtypeobj instead of classDeclaration:name for typemap searches. 2003-12-02 22:16:00 +00:00
lang.cxx Moving the director protected member support to the top level. Now it should works in all the languages. Test it. 2003-12-07 23:00:02 +00:00
main.cxx Moving the director protected member support to the top level. Now it should works in all the languages. Test it. 2003-12-07 23:00:02 +00:00
module.cxx File move 2002-12-03 20:33:35 +00:00
mzscheme.cxx Remove symbol clashes between runtime libraries. 2003-10-05 11:36:52 +00:00
ocaml.cxx This example both shows the new enum literal facility, and is a regression 2003-12-04 06:57:57 +00:00
overload.cxx extern method declarations moved to header file 2003-11-18 20:21:15 +00:00
perl5.cxx Fixed [ 852119 ] recursive inheritance in output .pm, perl5 2003-12-02 21:57:41 +00:00
php4.cxx Major refactoring of DOH List/Hash iterators. See CHANGES 2003-09-11 20:26:57 +00:00
pike.cxx Major refactoring of DOH List/Hash iterators. See CHANGES 2003-09-11 20:26:57 +00:00
python.cxx Moving the director protected member support to the top level. Now it should works in all the languages. Test it. 2003-12-07 23:00:02 +00:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx Director fix for #include "xxxx_wrap.h". Was incorrectly adding a directory in some situations. See #848335. 2003-11-28 23:08:14 +00:00
s-exp.cxx Major refactoring of DOH List/Hash iterators. See CHANGES 2003-09-11 20:26:57 +00:00
swigmain.cxx extern method declarations moved to header file 2003-11-18 20:21:15 +00:00
swigmod.h extern method declarations moved to header file 2003-11-18 20:21:15 +00:00
tcl8.cxx Fixed cross module linking of base-classes. Base classes are now located using SWIG_TypeQuery() 2003-11-25 03:51:35 +00:00
typepass.cxx Fixes to support protected members with director, proper virtual member recognition and support of the nodirector feature 2003-12-05 01:59:28 +00:00
utils.h Moving the director protected member support to the top level. Now it should works in all the languages. Test it. 2003-12-07 23:00:02 +00:00
xml.cxx [ 829319 ] XML module tweaks 2003-10-31 17:42:40 +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