swig/Source/Swig
William S Fulton eeab152901 Fix support for member const function pointer variables
Was not generating code that compiled when the variable was not
a simple member pointer, for example,
a const reference member pointer:
  short (Funcs::* const& cc7)(bool) const = cc1;
2017-08-30 18:16:59 +01:00
..
cwrap.c Fix various comment and documentation typos 2017-08-13 18:04:33 +12:00
deprecate.c Remove cvs/svn Id strings 2013-01-12 01:21:16 +00:00
error.c Make sure warning and error messages are not split up 2017-06-16 19:24:48 +01:00
extend.c Create separate extetnd.c file for handling extensions / %extend 2014-05-21 19:16:15 +01:00
fragment.c Fix missing fragment name in warning message about missing fragment 2014-02-22 01:04:50 +00:00
getopt.c Remove cvs/svn Id strings 2013-01-12 01:21:16 +00:00
include.c Fix leaked file descriptor 2016-06-16 15:53:22 +03:00
misc.c %template scope enforcement and class definition fixes 2017-08-16 00:24:25 +01:00
naming.c Use normal SWIG encodings for ref-qualifiers 2017-08-19 09:38:19 +01:00
parms.c Remove cvs/svn Id strings 2013-01-12 01:21:16 +00:00
scanner.c Fix seg fault parsing unterminated raw string literals 2017-02-09 22:02:20 +00:00
stype.c Fix support for member const function pointer variables 2017-08-30 18:16:59 +01:00
swig.h %template scope enforcement and class definition fixes 2017-08-16 00:24:25 +01:00
swigfile.h Fix segfaults when using filename paths greater than 1024 characters in length - use String * and heap instead of fixed size static char array buffers. 2012-11-18 00:45:18 +00:00
swigopt.h merge revisions 11872:11876 from trunk to gsoc2009-matevz branch - license changes 2010-03-06 00:51:54 +00:00
swigparm.h Fix some subtle named output typemap lookup misses, the fully qualified name was not always being in all cases such as member variables 2012-11-13 22:16:28 +00:00
swigscan.h Nested classes support 2013-11-29 07:02:34 +00:00
swigtree.h Minor code improvements 2013-11-29 07:33:55 +00:00
swigwrap.h merge revisions 11872:11876 from trunk to gsoc2009-matevz branch - license changes 2010-03-06 00:51:54 +00:00
symbol.c Fix various comment and documentation typos 2017-08-13 18:04:33 +12:00
tree.c Show node pointer value when displaying a node tree 2015-10-10 15:19:52 +01:00
typemap.c Typemap change for templates 2017-08-16 00:24:06 +01:00
typeobj.c Fix support for member const function pointer variables 2017-08-30 18:16:59 +01:00
typesys.c Add using declarations to templates into typedef table. 2017-08-16 00:24:25 +01:00
wrapfunc.c Remove cvs/svn Id strings 2013-01-12 01:21:16 +00:00