swig/Source/Swig
William S Fulton 26b0911a74 Add support for $n special variable expansion in the names of typemap local variables
For example:

  %typemap(in) int MYINT (int $1_temp) { ... }

$1_temp is typically expanded to arg1_temp, arg2_temp etc depending on
which argument the typemap is applied to.
2025-02-19 20:44:40 +00:00
..
cwrap.c Use exact type for temporary variable wrapping parameters with default args and compactdefaultargs 2024-11-04 23:21:25 +00:00
deprecate.c Use https for swig.org links 2022-10-06 13:16:39 +13:00
error.c Warn and ignore %constant with unsupported implicit type 2024-02-14 18:00:51 +13:00
extend.c gcc-4.8 warning fixes 2024-01-15 23:06:13 +00: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 Warning fix: conversion from 'size_t' to 'int', possible loss of data 2024-09-04 19:36:38 +01:00
misc.c Drop support for raw type strings in interface files 2024-10-22 09:05:54 +13:00
naming.c Merge branch 'master' into C 2024-03-18 09:09:51 +13:00
parms.c Partial template specialization fixes to support default arguments 2023-03-01 19:42:00 +00:00
scanner.c Drop support for raw type strings in interface files 2024-10-22 09:05:54 +13:00
stype.c Regression fix when using -keyword, kwargs or compactdefaultargs option 2025-02-05 08:09:44 +00:00
swig.h Merge branch 'master' into C 2024-09-11 16:26:07 +12: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 Drop support for raw type strings in interface files 2024-10-22 09:05:54 +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 Warning fix for redefined friend declarations that are also constexpr 2024-06-16 22:23:20 +01:00
tree.c Few error message improvements and consistency tweaks 2024-11-04 23:21:25 +00:00
typemap.c Add support for $n special variable expansion in the names of typemap local variables 2025-02-19 20:44:40 +00:00
typeobj.c Few error message improvements and consistency tweaks 2024-11-04 23:21:25 +00:00
typesys.c Fix qualify of "enum class" enumerator names 2024-09-11 17:42:34 +12:00
wrapfunc.c Use https for swig.org links 2022-10-06 13:16:39 +13:00