swig/Source/Modules
Vadim Zeitlin 4f032332c9 Work around apparent clang bug.
Clang seems to be confused by "tm" being the name both of a local variable and
a struct tm from the standard <time.h> header, included indirectly in the
doxygen branch from java.cxx via "swig.h" and <stdlin.h>.

Just removing the unnecessary cast helps to clear the confusion.
2014-05-15 01:01:31 +02:00
..
allegrocl.cxx Eliminate needless casting away const from string constants 2014-04-30 12:00:23 +12:00
allocate.cxx Eliminate needless casting away const from string constants 2014-04-30 12:00:23 +12:00
browser.cxx Add lambda functions to the symbol tables and add ability to suppress lambda warnings. 2013-02-04 20:05:34 +00:00
cffi.cxx Eliminate needless casting away const from string constants 2014-04-30 12:00:23 +12:00
chicken.cxx Eliminate needless casting away const from string constants 2014-04-30 12:00:23 +12:00
clisp.cxx Eliminate needless casting away const from string constants 2014-04-30 12:00:23 +12:00
contract.cxx Cosmetics/code beautification of nested class support 2013-11-29 07:29:58 +00:00
csharp.cxx Eliminate needless casting away const from string constants 2014-04-30 12:00:23 +12:00
d.cxx Eliminate needless casting away const from string constants 2014-04-30 12:00:23 +12:00
directors.cxx Add support for thread_local when specified with other legitimate storage class specifiers - extern and static 2013-02-08 06:36:39 +00:00
emit.cxx Remove cvs/svn Id strings 2013-01-12 01:21:16 +00:00
go.cxx Eliminate needless casting away const from string constants 2014-04-30 12:00:23 +12:00
guile.cxx Eliminate needless casting away const from string constants 2014-04-30 12:00:23 +12:00
java.cxx Work around apparent clang bug. 2014-05-15 01:01:31 +02:00
javascript.cxx Javascript cosmetic changes 2014-05-01 19:41:17 +01:00
lang.cxx Initialize doxygenTranslator pointer to NULL when it is unused. 2014-05-07 18:46:30 +02:00
lua.cxx Eliminate needless casting away const from string constants 2014-04-30 12:00:23 +12:00
main.cxx Eliminate needless casting away const from string constants 2014-04-30 12:00:23 +12:00
modula3.cxx Eliminate needless casting away const from string constants 2014-04-30 12:00:23 +12:00
module.cxx Remove cvs/svn Id strings 2013-01-12 01:21:16 +00:00
mzscheme.cxx Eliminate needless casting away const from string constants 2014-04-30 12:00:23 +12:00
nested.cxx Nested classes support is diversified, depending on the language capability. If the language cannot support nested classes, they will be unconditionally moved to the global namespace. If language module does not override Language::nestedClassesSupport() function, nested classes will be ignored, unless "feature:flatnested" is used. 2014-02-02 22:38:13 +04:00
ocaml.cxx Eliminate needless casting away const from string constants 2014-04-30 12:00:23 +12:00
octave.cxx Eliminate needless casting away const from string constants 2014-04-30 12:00:23 +12:00
overload.cxx Removing obsolete debug code 2014-02-19 13:34:48 +04:00
perl5.cxx Eliminate needless casting away const from string constants 2014-04-30 12:00:23 +12:00
php.cxx [PHP] The generated __isset() method now returns true for read-only properties. 2014-05-01 14:37:58 +12:00
pike.cxx Eliminate needless casting away const from string constants 2014-04-30 12:00:23 +12:00
python.cxx Don't leak doxygenTranslator in Python module. 2014-05-07 18:57:14 +02:00
r.cxx Eliminate needless casting away const from string constants 2014-04-30 12:00:23 +12:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx Eliminate needless casting away const from string constants 2014-04-30 12:00:23 +12:00
s-exp.cxx Remove cvs/svn Id strings 2013-01-12 01:21:16 +00:00
swigmain.cxx Alphabetical order for Javascript in -help output 2014-04-10 08:11:33 +01:00
swigmod.h Avoid unnecessary compilation dependency on DoxygenTranslator.h. 2014-05-07 18:43:01 +02:00
tcl8.cxx Eliminate needless casting away const from string constants 2014-04-30 12:00:23 +12:00
typepass.cxx Fix assorted comment and documentation typos 2014-02-23 17:15:22 +13:00
uffi.cxx Eliminate needless casting away const from string constants 2014-04-30 12:00:23 +12:00
utils.cxx Remove cvs/svn Id strings 2013-01-12 01:21:16 +00:00
xml.cxx Remove cvs/svn Id strings 2013-01-12 01:21:16 +00: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