swig/Source/Modules
2012-09-20 19:09:38 +00:00
..
allegrocl.cxx Add support for the Go programming language. 2010-06-10 01:13:31 +00:00
allocate.cxx merge revisions 11872:11876 from trunk to gsoc2009-matevz branch - license changes 2010-03-06 00:51:54 +00:00
browser.cxx merge revisions 11872:11876 from trunk to gsoc2009-matevz branch - license changes 2010-03-06 00:51:54 +00:00
cffi.cxx merge revisions 11872:11876 from trunk to gsoc2009-matevz branch - license changes 2010-03-06 00:51:54 +00:00
chicken.cxx Remove superfluous semicolons. 2010-05-21 07:10:12 +00:00
clisp.cxx merge revisions 11872:11876 from trunk to gsoc2009-matevz branch - license changes 2010-03-06 00:51:54 +00:00
contract.cxx merge revisions 11872:11876 from trunk to gsoc2009-matevz branch - license changes 2010-03-06 00:51:54 +00:00
csharp.cxx Fix constants wrapper warnings for visual c++ 2010-05-28 22:24:11 +00:00
directors.cxx merge revisions 11872:11876 from trunk to gsoc2009-matevz branch - license changes 2010-03-06 00:51:54 +00:00
emit.cxx Fix segfault when using Python's -threads options and exceptions are thrown 2010-04-08 06:46:18 +00:00
go.cxx code style: fix inconsistent NULL pointer comparisons 2010-06-17 23:49:12 +00:00
guile.cxx code style: fix inconsistent NULL pointer comparisons 2010-06-17 23:49:12 +00:00
java.cxx Fix constants wrapper warnings for visual c++ 2010-05-28 22:24:11 +00:00
lang.cxx Fix #3024875 - shared_ptr of classes with non-public destructors. This also fixes the 'unref' feature when used on classes with non-public destructors. 2010-07-07 18:19:01 +00:00
lua.cxx merge revisions 11872:11876 from trunk to gsoc2009-matevz branch - license changes 2010-03-06 00:51:54 +00:00
main.cxx Fix incorrect current directory handling from last commit 2010-03-13 23:24:15 +00:00
modula3.cxx code style: fix inconsistent NULL pointer comparisons 2010-06-17 23:49:12 +00:00
module.cxx merge revisions 11872:11876 from trunk to gsoc2009-matevz branch - license changes 2010-03-06 00:51:54 +00:00
mzscheme.cxx Remove superfluous semicolons. 2010-05-21 07:10:12 +00:00
ocaml.cxx code style: fix inconsistent NULL pointer comparisons 2010-06-17 23:49:12 +00:00
octave.cxx Improve nullptr constant wrapping 2012-09-20 19:09:38 +00:00
overload.cxx Add support for the Go programming language. 2010-06-10 01:13:31 +00:00
perl5.cxx code style: fix inconsistent NULL pointer comparisons 2010-06-17 23:49:12 +00:00
php.cxx Improve nullptr constant wrapping 2012-09-20 19:09:38 +00:00
pike.cxx add some missing nspace support 2010-03-10 22:00:14 +00:00
python.cxx Improve nullptr constant wrapping 2012-09-20 19:09:38 +00:00
r.cxx code style: fix inconsistent NULL pointer comparisons 2010-06-17 23:49:12 +00:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx Improve nullptr constant wrapping 2012-09-20 19:09:38 +00:00
s-exp.cxx merge revisions 11872:11876 from trunk to gsoc2009-matevz branch - license changes 2010-03-06 00:51:54 +00:00
swigmain.cxx Add support for the Go programming language. 2010-06-10 01:13:31 +00:00
swigmod.h Add support for the Go programming language. 2010-06-10 01:13:31 +00:00
tcl8.cxx merge revisions 11872:11876 from trunk to gsoc2009-matevz branch - license changes 2010-03-06 00:51:54 +00:00
typepass.cxx Add scoped enums into correct correct scope in type system. Note that cpp0x_strongly_typed_enumerations.i still shows further language symbol table problems which need fixing. 2012-09-20 18:17:52 +00:00
uffi.cxx merge revisions 11872:11876 from trunk to gsoc2009-matevz branch - license changes 2010-03-06 00:51:54 +00:00
utils.cxx merge revisions 11872:11876 from trunk to gsoc2009-matevz branch - license changes 2010-03-06 00:51:54 +00:00
xml.cxx merge revisions 11872:11876 from trunk to gsoc2009-matevz branch - license changes 2010-03-06 00:51:54 +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