aboutsummaryrefslogtreecommitdiff
path: root/Lib/lua/luatypemaps.swg
AgeCommit message (Expand)Author
2024-04-11Update to v4.2.1HEADmastermainAlistair Delva
2018-12-30Fix overloading for non-pointers and NULL - LuaWilliam S Fulton
2017-04-25Fix Lua warning for missing (SWIGTYPE CLASS::*) typemaps for C wrappersWilliam S Fulton
2017-03-16Fix wrapping of references/pointers and qualifiers to member pointersWilliam S Fulton
2015-07-01lua: push characters as unformatted 1-character stringsNils Gladitz
2013-01-28Merge branch 'master' into gsoc2009-matevzWilliam S Fulton
2013-01-24Add rvalue reference typemapsWilliam S Fulton
2012-05-28Fix comment typos in Lua typemapsOlly Betts
2012-04-05[Lua] Add support for Lua 5.2 (patch SF#3514593 from Miles Bader)Olly Betts
2010-06-10Fix SWIG_lua_isnilstring multiply defined when using multiple modules and wra...William S Fulton
2010-04-23minor formatting changeWilliam S Fulton
2010-04-02Lua - Fix char pointers, wchar_t pointers and char arrays so that nil can be ...William S Fulton
2010-04-01Change typemap matching rules for the default type (SWIGTYPE) to follow templ...William S Fulton
2010-02-27SWIG license change - The Examples and Lib move to a very permissive license ...William S Fulton
2009-01-13[Lua] Added contract support for requiring that unsigned numbers are >=0Mark Gossage
2008-06-17[lua] bugfix 1938142 (bool& and bool* support)Mark Gossage
2008-05-14Add the optimal attribute to the out typemap for more optimal code generation...William S Fulton
2008-04-07Add array reference typemaps which are needed since the pointer reference typ...William S Fulton
2008-04-07Add Lua pointer reference typemapsWilliam S Fulton
2008-03-27[lua] Added a typemap DISOWN for SWIGTYPE* and SWIGTYPE[], and support for %d...Mark Gossage
2008-03-06[lua] updated docs for exceptionsMark Gossage
2008-02-03fix visual c++ warningsWilliam S Fulton
2007-10-30[lua] fixed bug in template classes which cases template_default2 and templat...Mark Gossage
2007-09-27[lua] move verbose error checks, more test cases, reorg of luatypemaps.swgMark Gossage
2007-08-10const enum reference typemaps fixedWilliam S Fulton
2007-07-10[lua] extras compability for lua 5.1, fixed a static link name conflictMark Gossage
2007-07-05[lua] Fix a bug in SWIG_ALLOC_ARRAY()Mark Gossage
2007-05-02Fixed issues with C++ classes and hierachies across multiple source files. Mark Gossage
2007-02-22Fixed bug in typemaps which caused derived_byvalue and rname test cases to fail.Mark Gossage
2007-01-12Added typemap throws for std::string*, typemap for SWIGTYPE DYNAMIC, changed ...Mark Gossage
2006-12-26Added more STL (more exceptions, map, size_t), fixed test case: conversion_ns...Mark Gossage
2006-11-14update to typemap for object by value, to make it c89 compliantMark Gossage
2006-10-24added support for native methods & member function pointers.Mark Gossage
2006-10-14fixed several test casesMark Gossage