master
Fix comment typos in Lua typemaps
argcargv / OOM-protection follow-ups
Add support for shared_ptr for Lua
Rename `typemaps/cdata_struct.swg` to `typemaps/cdata_begin.swg`. And `typemaps/cdata.swg` to `typemaps/cdata.swg`. Move `cdata_apply.swg` content to `typemaps/cdata.swg`.
[Lua] Remove unused director helper functions
Add missing Lua factory.i for patch #3219676
Added directors support for lua
Fix random doubled spaces in code
Renames performed by `%namewarn` with `rename=` are printed in warning message
[Lua] Restore Lua 5.1 and LuaJIT compatibility for non-director wrapping
Add char *& string typemaps to all languages and char_strings runme parity
Support for std::array and std::set for lua (#3305)
Add missing typecheck typemaps for std::auto_ptr and std::unique_ptr
Added more STL (more exceptions, map, size_t), fixed test case: conversion_ns_template.
Each target language now has its own std_deque.i like the other STL wrappers.
Add <typeinfo> header for std::bad_cast
Using #ifdef instead of #if to prevent warnings
Consistent parameter names for std::pair
Fix passing a Lua number for C++ std::string
Add const std::unique_ptr & input typemaps
Task/std unordered map set lua (#3386)
Add STL container copy constructors where missing
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.
Add missing SWIGTYPE MOVE typecheck typemaps
Fix typos in docs and comments
Bug fix (typo - "wchar" instead of "wchar_t")