summaryrefslogtreecommitdiff
path: root/Lib/lua/luatypemaps.swg
Commit message (Expand)AuthorAgeFilesLines
* SWIGTYPE && input typemaps now assume object has been movedWilliam S Fulton2022-08-311-4/+10
* Cosmetic stray semi-colon removal after %typemap using quotesWilliam S Fulton2022-08-311-1/+1
* Movable and move-only types supported in "out" typemaps.William S Fulton2022-06-301-1/+1
* Fix typos in docs and commentsOlly Betts2022-02-271-3/+3
* Avoid -Wempty-body warnings from SWIG_contract_assertOlly Betts2022-02-111-2/+2
* Lua int ref typemap improvementsWilliam S Fulton2021-11-121-4/+4
* Member function pointer typemap tweaksWilliam S Fulton2021-04-261-3/+3
* Fix overloading for non-pointers and NULL - LuaWilliam S Fulton2018-12-301-5/+5
* Fix Lua warning for missing (SWIGTYPE CLASS::*) typemaps for C wrappersWilliam S Fulton2017-04-251-2/+0
* Fix wrapping of references/pointers and qualifiers to member pointersWilliam S Fulton2017-03-161-0/+2
* lua: push characters as unformatted 1-character stringsNils Gladitz2015-07-011-2/+2
* Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-01-281-9/+9
|\
| * Fix comment typos in Lua typemapsOlly Betts2012-05-281-8/+8
| * [Lua] Add support for Lua 5.2 (patch SF#3514593 from Miles Bader)Olly Betts2012-04-051-1/+1
* | Add rvalue reference typemapsWilliam S Fulton2013-01-241-1/+24
|/
* Fix SWIG_lua_isnilstring multiply defined when using multiple modules and wra...William S Fulton2010-06-101-6/+6
* minor formatting changeWilliam S Fulton2010-04-231-5/+5
* Lua - Fix char pointers, wchar_t pointers and char arrays so that nil can be ...William S Fulton2010-04-021-8/+17
* Change typemap matching rules for the default type (SWIGTYPE) to follow templ...William S Fulton2010-04-011-4/+7
* SWIG license change - The Examples and Lib move to a very permissive license ...William S Fulton2010-02-271-3/+0
* [Lua] Added contract support for requiring that unsigned numbers are >=0Mark Gossage2009-01-131-8/+17
* [lua] bugfix 1938142 (bool& and bool* support)Mark Gossage2008-06-171-2/+2
* Add the optimal attribute to the out typemap for more optimal code generation...William S Fulton2008-05-141-1/+1
* Add array reference typemaps which are needed since the pointer reference typ...v1.3.35rel-1.3.35William S Fulton2008-04-071-0/+3
* Add Lua pointer reference typemapsWilliam S Fulton2008-04-071-2/+6
* [lua] Added a typemap DISOWN for SWIGTYPE* and SWIGTYPE[], and support for %d...Mark Gossage2008-03-271-2/+13
* [lua] updated docs for exceptionsMark Gossage2008-03-061-3/+3
* fix visual c++ warningsWilliam S Fulton2008-02-031-2/+3
* [lua] fixed bug in template classes which cases template_default2 and templat...Mark Gossage2007-10-301-5/+2
* [lua] move verbose error checks, more test cases, reorg of luatypemaps.swgMark Gossage2007-09-271-71/+56
* const enum reference typemaps fixedWilliam S Fulton2007-08-101-5/+7
* [lua] extras compability for lua 5.1, fixed a static link name conflictMark Gossage2007-07-101-2/+2
* [lua] Fix a bug in SWIG_ALLOC_ARRAY()Mark Gossage2007-07-051-0/+18
* Fixed issues with C++ classes and hierachies across multiple source files. Mark Gossage2007-05-021-0/+7
* Fixed bug in typemaps which caused derived_byvalue and rname test cases to fail.Mark Gossage2007-02-221-12/+17
* Added typemap throws for std::string*, typemap for SWIGTYPE DYNAMIC, changed ...Mark Gossage2007-01-121-0/+9
* Added more STL (more exceptions, map, size_t), fixed test case: conversion_ns...Mark Gossage2006-12-261-1/+7
* update to typemap for object by value, to make it c89 compliantMark Gossage2006-11-141-24/+11
* added support for native methods & member function pointers.Mark Gossage2006-10-241-13/+20
* fixed several test casesMark Gossage2006-10-141-0/+329