swig/Source/Modules
Erez Geva be5efafc1d [R] Fix use of %typemap(rtypecheck). 2023-05-23 09:49:31 +12:00
..
README File move 2002-12-03 20:33:35 +00:00
allocate.cxx Parse storage class more flexibly 2023-05-11 13:54:30 +12:00
contract.cxx Use https for swig.org links 2022-10-06 13:16:39 +13:00
csharp.cxx Minor refactor of D, C#, Java director code 2022-11-12 16:30:25 +00:00
d.cxx Add D language typemaps 2023-05-20 16:17:00 +12:00
directors.cxx Improve director unwrap detection for the return type 2022-10-10 08:45:26 +01:00
emit.cxx Use strchr/Strchr for single character searches 2023-05-15 16:19:17 +12:00
go.cxx Parse storage class more flexibly 2023-05-11 13:54:30 +12:00
guile.cxx Consolidate name mangling functions 2022-11-12 09:18:19 +00:00
interface.cxx Fix -Wunused-variable warning 2022-10-24 09:34:10 +02:00
java.cxx Minor refactor of D, C#, Java director code 2022-11-12 16:30:25 +00:00
javascript.cxx support check typemaps in JS 2023-05-11 23:09:19 +02:00
lang.cxx Parse storage class more flexibly 2023-05-11 13:54:30 +12:00
lua.cxx Fix typo: "temporal" which should be "temporary" 2023-04-27 10:35:22 +12:00
main.cxx Stop defining SWIGOPT_* preprocessor symbols 2023-05-19 11:59:43 +12:00
mzscheme.cxx Consolidate name mangling functions 2022-11-12 09:18:19 +00:00
nested.cxx Use https for swig.org links 2022-10-06 13:16:39 +13:00
ocaml.cxx Ocaml name mangling fix 2022-11-29 08:04:37 +00:00
octave.cxx Consolidate name mangling functions 2022-11-12 09:18:19 +00:00
overload.cxx More maintainable warning message 2023-05-17 20:59:17 +01:00
perl5.cxx Cleanup SWIG_VERSION definition 2022-10-13 19:47:43 +01:00
php.cxx Parse storage class more flexibly 2023-05-11 13:54:30 +12:00
python.cxx Avoid unused parameter self warning 2023-01-27 11:17:30 +13:00
r.cxx [R] Fix use of %typemap(rtypecheck). 2023-05-23 09:49:31 +12:00
ruby.cxx Consolidate name mangling functions 2022-11-12 09:18:19 +00:00
scilab.cxx scilab: add a gateway xml v6 with full function names 2023-04-20 07:34:19 +12:00
swigmain.cxx Relocate comment to where it makes sense 2023-05-18 12:45:31 +12:00
swigmod.h Clean up double spaces between words in comments 2023-05-16 09:55:49 +12:00
tcl8.cxx Consolidate name mangling functions 2022-11-12 09:18:19 +00:00
typepass.cxx Parse storage class more flexibly 2023-05-11 13:54:30 +12:00
utils.cxx SwigType * handling corrections 2022-11-09 22:11:27 +00:00
xml.cxx XML whitespace changes 2022-10-10 23:58:39 +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