swig/Source/Modules
William S Fulton ef0bbcd6ed Document Python stable ABI support
Remove -stable-abi option: going forwards enabling the stable ABI
simply requires setting Py_LIMITED_ABI when compiling the wrappers.
2023-12-18 23:30:36 +00:00
..
README File move 2002-12-03 20:33:35 +00:00
allocate.cxx Further using declarations fix for inheritance hierarchies 2023-10-16 20:05:34 +01:00
contract.cxx Use https for swig.org links 2022-10-06 13:16:39 +13:00
csharp.cxx Fix for closing off C# property declaration 2023-11-17 07:47:43 +00:00
d.cxx Add csbegin, dbegin, javabegin for %module 2023-11-06 19:12:35 +00:00
directors.cxx Improve director unwrap detection for the return type 2022-10-10 08:45:26 +01:00
emit.cxx Remove lingering bit of except typemap support 2023-08-09 09:15:50 +12:00
go.cxx Replace Language::is_assignable with Language::is_immutable 2023-09-07 07:01:37 +01:00
guile.cxx Update comment referencing removed GH API 2023-12-01 11:40:20 +13:00
interface.cxx Fix -Wunused-variable warning 2022-10-24 09:34:10 +02:00
java.cxx Add csbegin, dbegin, javabegin for %module 2023-11-06 19:12:35 +00:00
javascript.cxx Replace Language::is_assignable with Language::is_immutable 2023-09-07 07:01:37 +01:00
lang.cxx Correct initialization order in Language 2023-10-19 08:47:45 +01:00
lua.cxx Replace Language::is_assignable with Language::is_immutable 2023-09-07 07:01:37 +01:00
main.cxx Support -std= command line option 2023-11-09 12:27:44 +13:00
mzscheme.cxx Consolidate name mangling functions 2022-11-12 09:18:19 +00:00
nested.cxx Redundant code removal in nested.cxx 2023-09-10 12:51:42 +01:00
ocaml.cxx Replace Language::is_assignable with Language::is_immutable 2023-09-07 07:01:37 +01:00
octave.cxx Replace Language::is_assignable with Language::is_immutable 2023-09-07 07:01:37 +01:00
overload.cxx More maintainable warning message 2023-05-17 20:59:17 +01:00
perl5.cxx Remove redundant initialization code 2023-10-16 16:48:04 -04:00
php.cxx Replace Language::directorsEnabled() with Swig_directors_enabled() 2023-07-12 18:44:42 +01:00
python.cxx Document Python stable ABI support 2023-12-18 23:30:36 +00:00
r.cxx Complete transition to rtypecheck typemaps from hard coded logic 2023-09-11 08:16:02 +01:00
ruby.cxx Replace Language::is_assignable with Language::is_immutable 2023-09-07 07:01:37 +01:00
scilab.cxx Replace Language::is_assignable with Language::is_immutable 2023-09-07 07:01:37 +01:00
swigmain.cxx Relocate comment to where it makes sense 2023-05-18 12:45:31 +12:00
swigmod.h Remove redundant initialization code 2023-10-16 16:48:04 -04:00
tcl8.cxx [Tcl] Migrate `CONST` to `const` 2023-11-15 06:28:26 -06:00
typepass.cxx Comment correction since recent code refactor 2023-08-05 19:46:16 +01:00
utils.cxx Fix duplicate sym:overname values using %copyctor 2023-07-29 08:16:50 +01:00
xml.cxx Remove -dump_xml command line option 2023-06-28 10:21:26 +12: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