swig/Examples/test-suite/lua
2012-04-24 18:56:16 +00:00
..
abstract_access_runme.lua [Lua] Add support for Lua 5.2 (patch SF#3514593 from Miles Bader) 2012-04-05 04:29:11 +00:00
char_strings_runme.lua Lua - Fix char pointers, wchar_t pointers and char arrays so that nil can be passed as a valid value 2010-04-02 19:48:20 +00:00
cpp_basic_runme.lua [Lua] Add support for Lua 5.2 (patch SF#3514593 from Miles Bader) 2012-04-05 04:29:11 +00:00
disown_runme.lua Apply #3219676 from Shane Liesegang which adds: - support for %factory - a __tostring method - a __disown method 2012-04-13 18:28:37 +00:00
dynamic_cast_runme.lua
enums_runme.lua [Lua] Add support for Lua 5.2 (patch SF#3514593 from Miles Bader) 2012-04-05 04:29:11 +00:00
exception_order_runme.lua [Lua] Add support for Lua 5.2 (patch SF#3514593 from Miles Bader) 2012-04-05 04:29:11 +00:00
exception_partial_info_runme.lua
import.lua
import_nomodule_runme.lua [Lua] Add support for Lua 5.2 (patch SF#3514593 from Miles Bader) 2012-04-05 04:29:11 +00:00
imports_runme.lua
li_carrays_runme.lua [Lua] Add support for Lua 5.2 (patch SF#3514593 from Miles Bader) 2012-04-05 04:29:11 +00:00
li_factory_runme.lua Add missing Lua factory.i test for patch #3219676 2012-04-24 18:56:16 +00:00
li_std_except_runme.lua
li_std_pair_runme.lua
li_std_string_runme.lua [Lua] Add support for Lua 5.2 (patch SF#3514593 from Miles Bader) 2012-04-05 04:29:11 +00:00
li_std_vector_runme.lua
li_typemaps_runme.lua [Lua] Add support for Lua 5.2 (patch SF#3514593 from Miles Bader) 2012-04-05 04:29:11 +00:00
lua_no_module_global_runme.lua SF patch #3394339 from Torsten Landschoff - new option -nomoduleglobal to disable installing the module table into the global namespace. Require call also returns the module table instead of a string 2011-08-22 19:27:56 +00:00
Makefile.in SF patch #3394339 from Torsten Landschoff - new option -nomoduleglobal to disable installing the module table into the global namespace. Require call also returns the module table instead of a string 2011-08-22 19:27:56 +00:00
member_pointer_runme.lua
multi_import_runme.lua [lua] Fix a bug in the class hierachy code, where the methods were not propagated, 2007-12-04 09:25:58 +00:00
newobject1_runme.lua
newobject2_runme.lua
operator_overload_runme.lua [Lua] Add support for Lua 5.2 (patch SF#3514593 from Miles Bader) 2012-04-05 04:29:11 +00:00
overload_simple_runme.lua
overload_template_fast_runme.lua Fix for r11557 rename of max to maximum 2009-08-17 23:07:16 +00:00
overload_template_runme.lua Rename max() to maximum() as max() is a built-in function in PHP. 2009-08-14 01:33:23 +00:00
pointer_reference_runme.lua Fix typecheck typemaps for SWIGTYPE *const& 2011-01-30 00:42:27 +00:00
primitive_ref_runme.lua
ret_by_value_runme.lua
sizet_runme.lua
smart_pointer_overload_runme.lua
template_default_arg_runme.lua
voidtest_runme.lua