swig/SWIG/Source/Modules
Marcelo Matus 8ac154a748 Fix directors + protected pure virtual members + protected
constructor.

Now it doesn't crash, you don't need to use dirprot, and no, it is not
emitting all the protected members, unless dirprot is used.

Swig only emits the protected members or constructors needed to prevent
the compilation for crashing. The rest of the protected members
are emitted when dirprot is used.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6493 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-10-24 05:58:15 +00:00
..
.cvsignore *** empty log message *** 2003-01-22 08:11:51 +00:00
allegrocl.cxx Sun Workshop warning fixes 2004-08-25 20:45:23 +00:00
allocate.cxx removed some stray debug messages 2004-10-20 21:39:13 +00:00
browser.cxx Eric Sunshine patch - Mods to work on NextStep 2004-01-22 22:42:18 +00:00
chicken.cxx Rework the CLOS code for chicken... still needs a little more work 2004-10-16 20:56:10 +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 Removed ability to share type information by C linking 2004-10-16 18:23:59 +00:00
directors.cxx fix directors + unnamed parameters 2004-10-24 05:47:57 +00:00
emit.cxx compact default arguments feature (original default argument wrapping mode) 2004-10-20 20:59:33 +00:00
guile.cxx Removed ability to share type information by C linking 2004-10-16 18:23:59 +00:00
java.cxx Scott Michel patch #1049496 to fix typesafe and proper Java enums with directors. 2004-10-22 21:12:36 +00:00
lang.cxx Fix directors + protected pure virtual members + protected 2004-10-24 05:58:15 +00:00
main.cxx fix -oh/-o/-noh, tested before in the wrong directory 2004-10-23 05:28:04 +00:00
modula3.cxx Removed ability to share type information by C linking 2004-10-16 18:23:59 +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 fix director + abstract + constructors, reported by Brian Kelley 2004-10-22 07:25:42 +00:00
overload.cxx minor change in warning message 2004-10-16 20:36:02 +00:00
perl5.cxx Removed ability to share type information by C linking 2004-10-16 18:23:59 +00:00
php4.cxx -ldflags option removed for removed prebuilt runtime library 2004-07-10 16:42:54 +00:00
pike.cxx Removed ability to share type information by C linking 2004-10-16 18:23:59 +00:00
python.cxx add nodirprot mode 2004-10-24 05:49:38 +00:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx fix director + abstract + constructors, reported by Brian Kelley 2004-10-22 07:25:42 +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 Fix directors + protected pure virtual members + protected 2004-10-24 05:58:15 +00:00
tcl8.cxx Removed ability to share type information by C linking 2004-10-16 18:23:59 +00:00
typepass.cxx Fix for enum forward declarations 2004-08-23 20:10:51 +00:00
utils.cxx fix dirprot mode 2004-04-11 12:20:04 +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