swig/Source/Modules
William S Fulton 2f00a7dc07 Use heap types for builtin wrappers
Closes #3196
2025-06-20 23:04:35 +01:00
..
README File move 2002-12-03 20:33:35 +00:00
allocate.cxx Assignable fixes for reference member variables 2024-09-19 19:52:14 +01:00
c.cxx Warning fix for clang 2025-04-29 20:51:05 +01:00
contract.cxx Make a load of internal functions static 2024-03-28 08:53:22 +13:00
csharp.cxx Remove -xmllang option used with -xml 2024-10-15 08:59:51 +01:00
d.cxx Remove -xmllang option used with -xml 2024-10-15 08:59:51 +01:00
directors.cxx Improve director unwrap detection for the return type 2022-10-10 08:45:26 +01:00
emit.cxx Remove long-deprecated $function variable 2025-06-09 13:58:42 +12:00
go.cxx Remove -xmllang option used with -xml 2024-10-15 08:59:51 +01:00
guile.cxx Few error message improvements and consistency tweaks 2024-11-04 23:21:25 +00:00
interface.cxx %interface regression fix for multiple inheritance and common bases 2024-09-07 20:07:17 +01:00
java.cxx Fix javac -Xlint warning [this-escape] - JDK 21 in director constructors 2025-04-02 22:56:41 +01:00
javascript.cxx Remove -xmllang option used with -xml 2024-10-15 08:59:51 +01:00
lang.cxx Use SWIG_NOEXCEPT for deprecated dynamic exception specifications 2025-04-29 22:41:09 +01:00
lua.cxx Remove -xmllang option used with -xml 2024-10-15 08:59:51 +01:00
main.cxx More maintainable warning messages 2024-10-06 12:28:17 +01:00
nested.cxx Redundant code removal in nested.cxx 2023-09-10 12:51:42 +01:00
ocaml.cxx Remove -xmllang option used with -xml 2024-10-15 08:59:51 +01:00
octave.cxx Remove -xmllang option used with -xml 2024-10-15 08:59:51 +01:00
overload.cxx More maintainable warning messages 2024-10-06 12:28:17 +01:00
perl5.cxx [Perl] Destroy C++ local variables on exception 2024-10-24 16:58:17 +13:00
php.cxx Remove -xmllang option used with -xml 2024-10-15 08:59:51 +01:00
python.cxx Use heap types for builtin wrappers 2025-06-20 23:04:35 +01:00
r.cxx Straighten out handling of integer constants 2024-09-16 16:10:02 +12:00
ruby.cxx [Python] Fix wrapping of bool const&x=true param 2025-06-09 11:31:19 +12:00
scilab.cxx Remove -xmllang option used with -xml 2024-10-15 08:59:51 +01:00
swigmain.cxx [MzScheme/Racket] Drop support 2025-04-01 14:05:28 +13:00
swigmod.h Remove -xmllang option used with -xml 2024-10-15 08:59:51 +01:00
tcl8.cxx [Tcl] Fix -external-runtime for Tcl 8.x 2025-06-09 11:01:30 +12:00
typepass.cxx Don't show incorrect warning SWIGWARN_LANG_SMARTPTR_MISSING (520) 2024-09-21 13:28:03 +01:00
utils.cxx Fix assertion handling upcasting when using %shared_ptr on some templates. 2024-01-30 22:24:42 +00:00
xml.cxx Add nested classes to parse tree dumped out by -xml 2024-10-17 00:41:44 +01:00

README

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