swig/Source/Modules
William S Fulton 46f7501d94 Cleanup SWIG_VERSION definition
Add Swig_obligatory_macros which must be called by each
target language to define SWIG_VERSION correctly
in the generated code, as well as the language specific
macro SWIGXXX where XXX is the target language name.

Drop the #ifdef SWIGXXX that was previously generated -
I can't see the point of this and if users are defining
this macro somehow, then users will need to change this

Closes #1050
2022-10-13 19:47:43 +01:00
..
allocate.cxx Use https for swig.org links 2022-10-06 13:16:39 +13:00
contract.cxx Use https for swig.org links 2022-10-06 13:16:39 +13:00
csharp.cxx Cleanup SWIG_VERSION definition 2022-10-13 19:47:43 +01:00
d.cxx Cleanup SWIG_VERSION definition 2022-10-13 19:47:43 +01:00
directors.cxx Improve director unwrap detection for the return type 2022-10-10 08:45:26 +01:00
emit.cxx Use https for swig.org links 2022-10-06 13:16:39 +13:00
go.cxx Cleanup SWIG_VERSION definition 2022-10-13 19:47:43 +01:00
guile.cxx Cleanup SWIG_VERSION definition 2022-10-13 19:47:43 +01:00
interface.cxx Use https for swig.org links 2022-10-06 13:16:39 +13:00
java.cxx Cleanup SWIG_VERSION definition 2022-10-13 19:47:43 +01:00
javascript.cxx Cleanup SWIG_VERSION definition 2022-10-13 19:47:43 +01:00
lang.cxx Use https for swig.org links 2022-10-06 13:16:39 +13:00
lua.cxx Cleanup SWIG_VERSION definition 2022-10-13 19:47:43 +01:00
main.cxx Cleanup SWIG_VERSION definition 2022-10-13 19:47:43 +01:00
mzscheme.cxx Cleanup SWIG_VERSION definition 2022-10-13 19:47:43 +01:00
nested.cxx Use https for swig.org links 2022-10-06 13:16:39 +13:00
ocaml.cxx Cleanup SWIG_VERSION definition 2022-10-13 19:47:43 +01:00
octave.cxx Cleanup SWIG_VERSION definition 2022-10-13 19:47:43 +01:00
overload.cxx Use https for swig.org links 2022-10-06 13:16:39 +13:00
perl5.cxx Cleanup SWIG_VERSION definition 2022-10-13 19:47:43 +01:00
php.cxx Cleanup SWIG_VERSION definition 2022-10-13 19:47:43 +01:00
python.cxx Cleanup SWIG_VERSION definition 2022-10-13 19:47:43 +01:00
r.cxx Cleanup SWIG_VERSION definition 2022-10-13 19:47:43 +01:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx Cleanup SWIG_VERSION definition 2022-10-13 19:47:43 +01:00
scilab.cxx Cleanup SWIG_VERSION definition 2022-10-13 19:47:43 +01:00
swigmain.cxx Use https for swig.org links 2022-10-06 13:16:39 +13:00
swigmod.h Improve director unwrap detection for the return type 2022-10-10 08:45:26 +01:00
tcl8.cxx Cleanup SWIG_VERSION definition 2022-10-13 19:47:43 +01:00
typepass.cxx Use https for swig.org links 2022-10-06 13:16:39 +13:00
utils.cxx Use https for swig.org links 2022-10-06 13:16:39 +13:00
xml.cxx XML whitespace changes 2022-10-10 23:58:39 +01: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