swig/Source/Modules
crusaderky 6b556a6a1c Add -nogil opt-in flag to remove need for PYTHON_GIL=0
Closes #3215
2025-07-18 22:41:36 +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 Fix -Wunused-variable warning in Lua and Octave wrappers 2025-06-23 21:39:49 +01:00
interface.cxx %interface regression fix for multiple inheritance and common bases 2024-09-07 20:07:17 +01:00
java.cxx Fix -Wunused-variable warning when using -java assumeoverride feature 2025-06-21 23:24:46 +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 Fix -Wunused-variable warning in Lua and Octave wrappers 2025-06-23 21:39:49 +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 Fix -Wunused-variable warning in Lua and Octave wrappers 2025-06-23 21:39:49 +01:00
octave.cxx Fix -Wunused-variable warning in Lua and Octave wrappers 2025-06-23 21:39:49 +01:00
overload.cxx Fix -Wunused-variable warning in Lua and Octave wrappers 2025-06-23 21:39:49 +01:00
perl5.cxx Fix -Wunused-variable warning in Lua and Octave wrappers 2025-06-23 21:39:49 +01:00
php.cxx Fix -Wunused-variable warning in Lua and Octave wrappers 2025-06-23 21:39:49 +01:00
python.cxx Add -nogil opt-in flag to remove need for PYTHON_GIL=0 2025-07-18 22:41:36 +01:00
r.cxx Fix -Wunused-variable warnings in R 2025-06-21 23:24:51 +01:00
ruby.cxx Fix -Wunused-variable warning in Lua and Octave wrappers 2025-06-23 21:39:49 +01:00
scilab.cxx Fix -Wunused-variable warning in Lua and Octave wrappers 2025-06-23 21:39:49 +01:00
swigmain.cxx [MzScheme/Racket] Drop support 2025-04-01 14:05:28 +13:00
swigmod.h Fix -Wunused-variable warning in Lua and Octave wrappers 2025-06-23 21:39:49 +01:00
tcl8.cxx Fix -Wunused-variable warning in Lua and Octave wrappers 2025-06-23 21:39:49 +01: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