swig/Lib/lua
William S Fulton 5124908ed5 [Lua] Remove unused director helper functions
SWIG_Lua_director_has_method() and SWIG_Lua_director_call_method() in
director.swg are not referenced by the generated code or anywhere else. The
generated director methods look up the method override themselves, via
SWIG_Lua_get_director_override(), and make the lua_pcall() inline.

Assisted-by: Claude Code (Opus 4.8)
2026-07-14 20:16:23 +01:00
..
_std_common.i Fix comment typos in Lua typemaps 2012-05-28 18:32:24 +00:00
argcargv.i argcargv / OOM-protection follow-ups 2026-05-19 21:01:30 +01:00
boost_shared_ptr.i Add support for shared_ptr for Lua 2026-03-26 08:37:00 +00:00
carrays.i Fix comment typos in Lua typemaps 2012-05-28 18:32:24 +00:00
cdata.i Rename `typemaps/cdata_struct.swg` to `typemaps/cdata_begin.swg`. 2024-06-07 08:19:20 +01:00
director.swg [Lua] Remove unused director helper functions 2026-07-14 20:16:23 +01:00
factory.i Add missing Lua factory.i for patch #3219676 2012-04-24 18:37:53 +00:00
lua.swg Added directors support for lua 2025-12-12 07:16:24 +00:00
lua_fnptr.i Fix random doubled spaces in code 2023-11-17 09:49:36 +13:00
luakw.swg Renames performed by `%namewarn` with `rename=` are printed in warning message 2022-02-06 13:51:37 -05:00
luarun.swg [Lua] Restore Lua 5.1 and LuaJIT compatibility for non-director wrapping 2026-07-14 20:15:39 +01:00
luaruntime.swg Added directors support for lua 2025-12-12 07:16:24 +00:00
luatypemaps.swg Add char *& string typemaps to all languages and char_strings runme parity 2026-07-09 21:55:58 +01:00
std_array.i Support for std::array and std::set for lua (#3305) 2026-03-05 21:51:51 +00:00
std_auto_ptr.i Add missing typecheck typemaps for std::auto_ptr and std::unique_ptr 2022-09-17 10:23:51 +01:00
std_common.i Added more STL (more exceptions, map, size_t), fixed test case: conversion_ns_template. 2006-12-26 10:15:35 +00:00
std_deque.i Each target language now has its own std_deque.i like the other STL wrappers. 2006-01-08 20:08:44 +00:00
std_except.i Add <typeinfo> header for std::bad_cast 2016-09-17 13:24:32 +02:00
std_map.i Using #ifdef instead of #if to prevent warnings 2023-07-04 09:18:20 +02:00
std_pair.i Consistent parameter names for std::pair 2019-02-14 22:44:27 +00:00
std_set.i Support for std::array and std::set for lua (#3305) 2026-03-05 21:51:51 +00:00
std_shared_ptr.i Add support for shared_ptr for Lua 2026-03-26 08:37:00 +00:00
std_string.i Added directors support for lua 2025-12-12 07:16:24 +00:00
std_string_view.i Fix passing a Lua number for C++ std::string 2023-05-30 17:54:19 +12:00
std_unique_ptr.i Add const std::unique_ptr & input typemaps 2024-03-06 21:46:58 +00:00
std_unordered_map.i Task/std unordered map set lua (#3386) 2026-03-23 19:46:49 +00:00
std_unordered_set.i Task/std unordered map set lua (#3386) 2026-03-23 19:46:49 +00:00
std_vector.i Add STL container copy constructors where missing 2019-02-14 18:53:05 +00:00
stl.i SWIG license change - The Examples and Lib move to a very permissive license in the LICENSE file, removing the BSD license restrictions as agreed by committers since it was inadvertently introduced. Remove some examples where the impact of the license change is not clear. 2010-02-27 23:26:02 +00:00
swigmove.i Add missing SWIGTYPE MOVE typecheck typemaps 2024-03-07 08:28:06 +00:00
typemaps.i Fix typos in docs and comments 2022-02-27 18:15:46 +13:00
wchar.i Bug fix (typo - "wchar" instead of "wchar_t") 2013-12-12 16:53:23 +13:00