swig/Source/Swig
William S Fulton b18b75369c Fix seg fault using %template
Fix seg fault when instantiating templates with parameters that are function
parameters containing templates, such as:

              %template(MyC) C<int(std::vector<int>)>;

Closes #983
2023-01-03 23:53:34 +00:00
..
cwrap.c Consolidate name mangling functions 2022-11-12 09:18:19 +00:00
deprecate.c Use https for swig.org links 2022-10-06 13:16:39 +13:00
error.c Use https for swig.org links 2022-10-06 13:16:39 +13:00
extend.c Use https for swig.org links 2022-10-06 13:16:39 +13:00
fragment.c Consolidate name mangling functions 2022-11-12 09:18:19 +00:00
getopt.c Use https for swig.org links 2022-10-06 13:16:39 +13:00
include.c Use https for swig.org links 2022-10-06 13:16:39 +13:00
misc.c Consolidate name mangling functions 2022-11-12 09:18:19 +00:00
naming.c Consolidate name mangling functions 2022-11-12 09:18:19 +00:00
parms.c Support multiple arguments in variadic templates. 2022-12-22 21:23:39 +00:00
scanner.c Use https for swig.org links 2022-10-06 13:16:39 +13:00
stype.c Fix instantiation of variadic class templates 2022-12-29 23:38:17 +00:00
swig.h Fix instantiation of variadic class templates 2022-12-29 23:38:17 +00:00
swigfile.h Use https for swig.org links 2022-10-06 13:16:39 +13:00
swigopt.h Use https for swig.org links 2022-10-06 13:16:39 +13:00
swigparm.h Support multiple arguments in variadic templates. 2022-12-22 21:23:39 +00:00
swigscan.h Use https for swig.org links 2022-10-06 13:16:39 +13:00
swigtree.h Use https for swig.org links 2022-10-06 13:16:39 +13:00
swigwrap.h Use https for swig.org links 2022-10-06 13:16:39 +13:00
symbol.c Fix seg fault using %template 2023-01-03 23:53:34 +00:00
tree.c Support multiple arguments in variadic templates. 2022-12-22 21:23:39 +00:00
typemap.c Consolidate name mangling functions 2022-11-12 09:18:19 +00:00
typeobj.c Fix instantiation of variadic class templates 2022-12-29 23:38:17 +00:00
typesys.c SwigValueWrapper and SwigType * correction 2022-11-08 09:11:35 +00:00
wrapfunc.c Use https for swig.org links 2022-10-06 13:16:39 +13:00