swig/Source/Modules
Olly Betts 592f230295 Remove CG(active_class_entry) = NULL;
This has been in the code for a really long time, and doesn't seem
to be required now.  It's not documented by PHP as something we
need to do, and the value seems to always be NULL at this point
already.
2021-05-04 11:36:24 +12:00
..
allegrocl.cxx Remove support for $source and $target 2021-04-30 10:20:14 +12:00
allocate.cxx Misc. typos 2018-05-17 10:04:23 -04:00
browser.cxx Add lambda functions to the symbol tables and add ability to suppress lambda warnings. 2013-02-04 20:05:34 +00:00
cffi.cxx Remove support for $source and $target 2021-04-30 10:20:14 +12:00
chicken.cxx Remove support for $source and $target 2021-04-30 10:20:14 +12:00
clisp.cxx Fix assertion for some languages when wrapping a C++11 enum class that is private in a class. 2016-03-31 20:27:36 +01:00
contract.cxx Cosmetics/code beautification of nested class support 2013-11-29 07:29:58 +00:00
csharp.cxx Remove support for $source and $target 2021-04-30 10:20:14 +12:00
d.cxx Add some comments about shared_ptr upcast code 2020-01-24 19:46:39 +00:00
directors.cxx Merge branch 'director-return-const-pointer' 2020-10-07 22:26:25 +01:00
emit.cxx Remove support for $source and $target 2021-04-30 10:20:14 +12:00
go.cxx Remove support for $source and $target 2021-04-30 10:20:14 +12:00
guile.cxx Remove support for $source and $target 2021-04-30 10:20:14 +12:00
interface.cxx Fix seg fault with %interface and using declarations 2017-08-21 18:34:51 +01:00
java.cxx Remove support for $source and $target 2021-04-30 10:20:14 +12:00
javascript.cxx Fix more "allows to" and other typos 2021-04-21 15:54:46 +12:00
lang.cxx Remove support for $source and $target 2021-04-30 10:20:14 +12:00
lua.cxx Remove support for $source and $target 2021-04-30 10:20:14 +12:00
main.cxx escape phony targets as well 2020-06-04 12:24:08 +02:00
modula3.cxx Remove support for $source and $target 2021-04-30 10:20:14 +12:00
mzscheme.cxx Remove support for $source and $target 2021-04-30 10:20:14 +12:00
nested.cxx Fix segmentation fault when top==NULL 2015-02-26 14:57:19 +13:00
ocaml.cxx Remove support for $source and $target 2021-04-30 10:20:14 +12:00
octave.cxx Remove support for $source and $target 2021-04-30 10:20:14 +12:00
overload.cxx Initialise _v to 0 in typecheck case 2021-04-19 17:42:22 +12:00
perl5.cxx Remove support for $source and $target 2021-04-30 10:20:14 +12:00
php.cxx Remove CG(active_class_entry) = NULL; 2021-05-04 11:36:24 +12:00
pike.cxx Remove support for $source and $target 2021-04-30 10:20:14 +12:00
python.cxx Remove support for $source and $target 2021-04-30 10:20:14 +12:00
r.cxx Remove support for $source and $target 2021-04-30 10:20:14 +12:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx Remove support for $source and $target 2021-04-30 10:20:14 +12:00
s-exp.cxx Remove cvs/svn Id strings 2013-01-12 01:21:16 +00:00
scilab.cxx Remove support for $source and $target 2021-04-30 10:20:14 +12:00
swigmain.cxx Fix reading options files on platforms with unsigned char 2020-02-16 17:03:14 +01:00
swigmod.h Replace all exit() with SWIG_exit() 2019-07-31 00:08:49 +01:00
tcl8.cxx Remove support for $source and $target 2021-04-30 10:20:14 +12:00
typepass.cxx Add some comments about shared_ptr upcast code 2020-01-24 19:46:39 +00:00
uffi.cxx Seg fault fix running uffi tests 2018-01-14 13:27:01 +00:00
utils.cxx Fix various comment and documentation typos 2017-08-13 18:04:33 +12:00
xml.cxx Update xml.cxx to return typenames (#777) 2016-09-27 15:15:47 +13: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