swig/Source/Modules
William S Fulton afda89dc49 Mark Gossage patch 1295168
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7470 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2005-09-20 19:35:23 +00:00
..
.cvsignore *** empty log message *** 2003-01-22 08:11:51 +00:00
allegrocl.cxx Better error message displayed when file cannot be opened 2005-09-08 22:31:21 +00:00
allocate.cxx Bug fix for when a base class has the same name as a method in a derived class. 2005-06-09 18:38:52 +00:00
browser.cxx Eric Sunshine patch - Mods to work on NextStep 2004-01-22 22:42:18 +00:00
chicken.cxx Better error message displayed when file cannot be opened 2005-09-08 22:31:21 +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 Better error message displayed when file cannot be opened 2005-09-08 22:31:21 +00:00
directors.cxx move fix for typedef (no ptr/no ref) + director from directors.cxx to lang.cxx. This should fix more related problems around. Also fix for unnamed namespace in lang.cxx 2004-11-03 08:00:14 +00:00
emit.cxx compact default arguments feature (original default argument wrapping mode) 2004-10-20 20:59:33 +00:00
guile.cxx Better error message displayed when file cannot be opened 2005-09-08 22:31:21 +00:00
java.cxx Better error message displayed when file cannot be opened 2005-09-08 22:31:21 +00:00
lang.cxx Remove attached typemaps after a variable set wrapper has been generated so that the get method doesn't pick up any incorrect typemaps. 2005-09-10 23:40:11 +00:00
lua.cxx Mark Gossage patch 1295168 2005-09-20 19:35:23 +00:00
main.cxx Better error message displayed when file cannot be opened 2005-09-08 22:31:21 +00:00
modula3.cxx Better error message displayed when file cannot be opened 2005-09-08 22:31:21 +00:00
module.cxx File move 2002-12-03 20:33:35 +00:00
mzscheme.cxx Better error message displayed when file cannot be opened 2005-09-08 22:31:21 +00:00
ocaml.cxx Better error message displayed when file cannot be opened 2005-09-08 22:31:21 +00:00
overload.cxx add more missing Deletes 2005-03-14 23:32:31 +00:00
perl5.cxx Better error message displayed when file cannot be opened 2005-09-08 22:31:21 +00:00
php4.cxx In create_simple_make(), use CXX to link the extension module when 2005-09-20 13:55:23 +00:00
pike.cxx Better error message displayed when file cannot be opened 2005-09-08 22:31:21 +00:00
python.cxx Add -nocppcast. Now the default is to use the cppcast operator. If this seems to break your code... your welcome\!, it means it was broken before and you never notice. Use -nocppcast only for very old C++ compilers. 2005-09-16 00:34:04 +00:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx Better error message displayed when file cannot be opened 2005-09-08 22:31:21 +00:00
s-exp.cxx Better error message displayed when file cannot be opened 2005-09-08 22:31:21 +00:00
swigmain.cxx Fix swig -help since support for -lua was added 2005-08-23 09:17:28 +00:00
swigmod.h template ext mode on for all languages, not just Python now 2005-04-01 19:46:06 +00:00
tcl8.cxx Better error message displayed when file cannot be opened 2005-09-08 22:31:21 +00:00
typepass.cxx Fix incorrect access for methods added via the 'using' declaration 2005-05-25 21:23:15 +00:00
uffi.cxx Better error message displayed when file cannot be opened 2005-09-08 22:31:21 +00:00
utils.cxx fix protected constructor by using clean_overloaded to utils.cxx 2004-12-01 00:47:10 +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