swig/Source/Modules
John Lenz 01e134d72a - static class member functions now get exported with -proxy.
- member variables of other classes now works properly in goops.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6862 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-12-12 08:11:02 +00:00
..
.cvsignore *** empty log message *** 2003-01-22 08:11:51 +00:00
allegrocl.cxx Send the "runtime" target to /dev/null too. 2004-11-08 21:35:21 +00:00
allocate.cxx more smart_pointer fixes + cases 2004-12-07 23:32:11 +00:00
browser.cxx Eric Sunshine patch - Mods to work on NextStep 2004-01-22 22:42:18 +00:00
chicken.cxx - static class member functions now get exported with -proxy. 2004-12-12 08:11:02 +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 tidyup 2004-12-06 22:53:09 +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 Switch Guile module to use -scm as default instead of -gh. 2004-11-04 01:02:21 +00:00
java.cxx small tweak to canonicalizeJNIDescriptor() 2004-12-07 23:24:13 +00:00
lang.cxx more smart_pointer fixes + cases 2004-12-07 23:32:11 +00:00
main.cxx patch #1069631 to disable cpp 2004-11-22 01:37:29 +00:00
modula3.cxx warning fixes compiling under mingw 2004-11-08 21:19:47 +00:00
module.cxx File move 2002-12-03 20:33:35 +00:00
mzscheme.cxx New way of sharing type information between modules for chicken, mzscheme, 2004-10-05 22:43:41 +00:00
ocaml.cxx support/ignore multi-inheritance directors 2004-11-15 22:52:38 +00:00
overload.cxx minor change in warning message 2004-10-16 20:36:02 +00:00
perl5.cxx add support for template_extmode, ie, the emitonlychildren feature 2004-12-01 00:50:06 +00:00
php4.cxx add support for template_extmode, ie, the emitonlychildren feature 2004-12-01 00:50:06 +00:00
pike.cxx Removed ability to share type information by C linking 2004-10-16 18:23:59 +00:00
python.cxx more on the template_extmode, plus using apply when using -classic 2004-12-01 00:51:44 +00:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx add support for template_extmode, ie, the emitonlychildren feature 2004-12-01 00:50:06 +00:00
s-exp.cxx Eric Sunshine patch - Mods to work on NextStep 2004-01-22 22:42:18 +00:00
swigmain.cxx add new -features option, fix SWIG_FEATURES 2004-10-05 21:02:50 +00:00
swigmod.h tidyup 2004-12-06 22:53:09 +00:00
tcl8.cxx fix tcl + -namespace + constants(enum) 2004-10-29 22:28:00 +00:00
typepass.cxx fix protected constructor by using clean_overloaded to utils.cxx 2004-12-01 00:47:10 +00:00
utils.cxx fix protected constructor by using clean_overloaded to utils.cxx 2004-12-01 00:47:10 +00:00
xml.cxx XML patch from Robin Dunn adds -dump_xml and -xmlout <file> for generating XML of post processed parse tree 2004-07-12 19:53:23 +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