| .. |
|
abstract_access_runme.lua
|
Support for Lua added - patch from Mark Gossage
|
2005-08-15 20:58:56 +00:00 |
|
cpp_basic_runme.lua
|
added support for native methods & member function pointers.
|
2006-10-24 06:26:48 +00:00 |
|
disown_runme.lua
|
[Lua] Removed generation of _wrap_delete_XXXXX (wrappered destructor) which was unused and causing warning with g++ -Wall.
|
2008-04-30 00:17:53 +00:00 |
|
dynamic_cast_runme.lua
|
fixed test case: dynamic_casts, exception_partial_info, li_std_string, size_t
|
2007-01-12 09:49:29 +00:00 |
|
enums_runme.lua
|
Lua improvements - Mark Gossage patch #1295168
|
2005-09-20 20:05:06 +00:00 |
|
exception_order_runme.lua
|
fixed test case: dynamic_casts, exception_partial_info, li_std_string, size_t
|
2007-01-12 09:49:29 +00:00 |
|
exception_partial_info_runme.lua
|
fixed test case: dynamic_casts, exception_partial_info, li_std_string, size_t
|
2007-01-12 09:49:29 +00:00 |
|
import.lua
|
[lua] extras compability for lua 5.1, fixed a static link name conflict
|
2007-07-10 09:30:49 +00:00 |
|
import_nomodule_runme.lua
|
[Lua] Removed generation of _wrap_delete_XXXXX (wrappered destructor) which was unused and causing warning with g++ -Wall.
|
2008-04-30 00:17:53 +00:00 |
|
imports_runme.lua
|
Fixed issues with C++ classes and hierachies across multiple source files.
|
2007-05-02 02:20:29 +00:00 |
|
li_carrays_runme.lua
|
Added a lua specific carrays.i which adds the operator[] support.
|
2007-01-22 04:59:16 +00:00 |
|
li_std_except_runme.lua
|
fixed test case: dynamic_casts, exception_partial_info, li_std_string, size_t
|
2007-01-12 09:49:29 +00:00 |
|
li_std_pair_runme.lua
|
bugfix #1356577, changed double=>lua_number in a few places.
|
2006-02-02 01:41:06 +00:00 |
|
li_std_string_runme.lua
|
[lua] Fix a bug in SWIG_ALLOC_ARRAY()
|
2007-07-05 01:31:51 +00:00 |
|
li_std_vector_runme.lua
|
[lua] Fix a bug in SWIG_ALLOC_ARRAY()
|
2007-07-05 01:31:51 +00:00 |
|
li_typemaps_runme.lua
|
[lua] bugfix 1938142 (bool& and bool* support)
|
2008-06-17 02:57:15 +00:00 |
|
Makefile.in
|
Add partialcheck make targets. Also add RUNTOOL, COMPILETOOL and SWIGTOOL variables for invoking tools when running tests, compiling or invoking swig
|
2008-05-20 21:27:22 +00:00 |
|
member_pointer_runme.lua
|
[lua] move verbose error checks, more test cases, reorg of luatypemaps.swg
|
2007-09-27 05:36:25 +00:00 |
|
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
|
Lua improvements - Mark Gossage patch #1295168
|
2005-09-20 20:05:06 +00:00 |
|
newobject2_runme.lua
|
Lua improvements - Mark Gossage patch #1295168
|
2005-09-20 20:05:06 +00:00 |
|
operator_overload_runme.lua
|
[Lua] Added a patch by Torsten Landschoff to fix the unary minus issue
|
2008-02-11 03:11:18 +00:00 |
|
overload_simple_runme.lua
|
[lua] fixed bug in template classes which cases template_default2 and template_specialization_defarg to fail.
|
2007-10-30 06:10:04 +00:00 |
|
overload_template_fast_runme.lua
|
[lua] fixed bug in template classes which cases template_default2 and template_specialization_defarg to fail.
|
2007-10-30 06:10:04 +00:00 |
|
overload_template_runme.lua
|
[lua] fixed bug in template classes which cases template_default2 and template_specialization_defarg to fail.
|
2007-10-30 06:10:04 +00:00 |
|
pointer_reference_runme.lua
|
Add Lua pointer reference typemaps
|
2008-04-07 20:06:37 +00:00 |
|
primitive_ref_runme.lua
|
Lua improvements - Mark Gossage patch #1295168
|
2005-09-20 20:05:06 +00:00 |
|
ret_by_value_runme.lua
|
Lua improvements - Mark Gossage patch #1295168
|
2005-09-20 20:05:06 +00:00 |
|
sizet_runme.lua
|
fixed test case: dynamic_casts, exception_partial_info, li_std_string, size_t
|
2007-01-12 09:49:29 +00:00 |
|
smart_pointer_overload_runme.lua
|
[lua] fixed bug in template classes which cases template_default2 and template_specialization_defarg to fail.
|
2007-10-30 06:10:04 +00:00 |
|
template_default_arg_runme.lua
|
[lua] fixed bug in template classes which cases template_default2 and template_specialization_defarg to fail.
|
2007-10-30 06:10:04 +00:00 |
|
voidtest_runme.lua
|
Bugfix #1542466 added code to allow mapping Lua nil's <-> C/C++ NULL's
|
2006-08-21 08:00:13 +00:00 |