swig/Source/Modules
Surendra Singhi 3effced22a added preliminary C++ support
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9248 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-08-13 13:22:11 +00:00
..
.cvsignore *** empty log message *** 2003-01-22 08:11:51 +00:00
allegrocl.cxx 07/25/2006: mutandiz 2006-07-25 22:59:16 +00:00
allocate.cxx fix compiler warnings 2006-06-29 22:03:56 +00:00
browser.cxx Common template for head of each file detailing licence, distribution and authors information 2006-03-06 22:51:01 +00:00
cffi.cxx added preliminary C++ support 2006-08-13 13:22:11 +00:00
chicken.cxx Chicken: Add the %feature("constasvar"), which exports constants as variables instead of functions 2006-07-05 01:54:32 +00:00
clisp.cxx Common template for head of each file detailing licence, distribution and authors information 2006-03-06 22:51:01 +00:00
contract.cxx cosmetics 2006-03-07 22:02:54 +00:00
csharp.cxx Fix protected director methods 2006-08-10 21:31:41 +00:00
directors.cxx Common template for head of each file detailing licence, distribution and authors information 2006-03-06 22:51:01 +00:00
emit.cxx Common template for head of each file detailing licence, distribution and authors information 2006-03-06 22:51:01 +00:00
guile.cxx ensure $symname is suitably expanded 2006-07-05 21:26:10 +00:00
java.cxx Fix for directors and non jvm created threads - the jvm would not close 2006-08-11 22:41:12 +00:00
lang.cxx new explicitcall feature 2006-07-04 21:00:55 +00:00
lua.cxx indent beautify parsing problem fix 2006-08-07 21:19:17 +00:00
main.cxx workaround indent beautifier problem 2006-08-10 21:36:59 +00:00
modula3.cxx ensure $symname is suitably expanded 2006-07-05 21:26:10 +00:00
module.cxx Common template for head of each file detailing licence, distribution and authors information 2006-03-06 22:51:01 +00:00
mzscheme.cxx * mzscheme code can now dynamically load libraries, that are needed 2006-07-09 17:10:05 +00:00
ocaml.cxx ensure $symname is suitably expanded 2006-07-05 21:26:10 +00:00
overload.cxx Common template for head of each file detailing licence, distribution and authors information 2006-03-06 22:51:01 +00:00
perl5.cxx Daniel Moore patch - more operator overloading support 2006-06-12 21:07:38 +00:00
php4.cxx Fix the easiest warnings in the generated code. 2006-07-11 04:53:33 +00:00
pike.cxx Common template for head of each file detailing licence, distribution and authors information 2006-03-06 22:51:01 +00:00
python.cxx fix seg fault with -noproxy 2006-04-14 22:16:43 +00:00
r.cxx remove extern symbol that was causing errors 2006-07-29 06:29:10 +00:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx ensure $symname is suitably expanded 2006-07-05 21:26:10 +00:00
s-exp.cxx cosmetic mods 2006-05-13 23:17:45 +00:00
swigmain.cxx Committing R-SWIG 2006-06-29 03:01:18 +00:00
swigmod.h cosmetics 2006-03-07 22:02:54 +00:00
tcl8.cxx Fix #1448184 error message formatting 2006-03-19 22:40:45 +00:00
typepass.cxx Common template for head of each file detailing licence, distribution and authors information 2006-03-06 22:51:01 +00:00
uffi.cxx Common template for head of each file detailing licence, distribution and authors information 2006-03-06 22:51:01 +00:00
utils.cxx redundant attribute check removed 2006-06-02 21:03:26 +00:00
xml.cxx cosmetic mods 2006-05-13 23:17:45 +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