| .. |
|
.cvsignore
|
|
|
|
abstract_access_runme.py
|
|
|
|
abstract_typedef2_runme.py
|
|
|
|
abstract_typedef_runme.py
|
|
|
|
abstract_virtual_runme.py
|
|
|
|
argcargvtest.i
|
|
|
|
argcargvtest_runme.py
|
|
|
|
array_member_runme.py
|
|
|
|
arrays_global_runme.py
|
fix arrays_global and add more vector tests
|
2004-08-25 05:36:02 +00:00 |
|
attributetest.i
|
|
|
|
attributetest_runme.py
|
|
|
|
autodoc.i
|
better documented autodoc levels
|
2004-10-05 03:33:56 +00:00 |
|
callback.i
|
make %callback more uniform and usable
|
2004-10-18 07:35:18 +00:00 |
|
callback_runme.py
|
add callback and inout tests
|
2004-10-02 01:33:38 +00:00 |
|
class_ignore_runme.py
|
|
|
|
class_scope_weird_runme.py
|
|
|
|
complextest.i
|
fixes for latest stl changes
|
2004-10-10 07:58:03 +00:00 |
|
complextest_runme.py
|
|
|
|
constover_runme.py
|
|
|
|
contract_runme.py
|
|
|
|
cpp_enum_runme.py
|
fix anon enums
|
2004-05-28 02:10:02 +00:00 |
|
cpp_namespace_runme.py
|
|
|
|
default_constructor_runme.py
|
|
|
|
director_abstract_runme.py
|
fix director + abstract + constructors, reported by Brian Kelley
|
2004-10-22 07:25:42 +00:00 |
|
director_basic_runme.py
|
add Scott Fix for directors+rename, and testExamples/test-suite/director_basic.i
|
2004-10-11 22:53:24 +00:00 |
|
director_detect_runme.py
|
|
|
|
director_enum_runme.py
|
add tests for director+enums
|
2004-10-08 09:15:38 +00:00 |
|
director_exception_runme.py
|
more tests for exception
|
2004-05-29 23:24:53 +00:00 |
|
director_finalizer_runme.py
|
|
|
|
director_frob_runme.py
|
|
|
|
director_nested_runme.py
|
|
|
|
director_protected_runme.py
|
|
|
|
director_stl.i
|
|
|
|
director_stl_runme.py
|
|
|
|
director_unroll_runme.py
|
|
|
|
dynamic_cast_runme.py
|
|
|
|
enum_template_runme.py
|
strange cache effect, disable by now, see enum_template.i
|
2004-10-06 08:26:58 +00:00 |
|
enums_runme.py
|
|
|
|
exception_order_runme.py
|
|
|
|
extend_placement_runme.py
|
default args added to test
|
2004-10-16 20:48:10 +00:00 |
|
extend_template_ns_runme.py
|
|
|
|
extend_template_runme.py
|
|
|
|
file_test_runme.py
|
fix to work in plain C
|
2004-09-26 02:01:29 +00:00 |
|
friends_runme.py
|
|
|
|
grouping_runme.py
|
|
|
|
implicittest.i
|
|
|
|
implicittest_runme.py
|
|
|
|
import_nomodule_runme.py
|
|
|
|
imports_runme.py
|
fix for directors
|
2004-09-01 09:59:32 +00:00 |
|
inctest_runme.py
|
|
|
|
inherit_missing_runme.py
|
|
|
|
inout.i
|
add callback and inout tests
|
2004-10-02 01:33:38 +00:00 |
|
inout_runme.py
|
add callback and inout tests
|
2004-10-02 01:33:38 +00:00 |
|
inplaceadd.i
|
|
|
|
inplaceadd_runme.py
|
|
|
|
kwargs.i
|
beefed up the kwargs tests
|
2004-10-20 21:05:34 +00:00 |
|
kwargs_runme.py
|
beefed up the kwargs tests
|
2004-10-20 21:05:34 +00:00 |
|
lib_std_except.i
|
more examples, and fixes
|
2004-10-18 02:08:55 +00:00 |
|
lib_std_map.i
|
fixes for latest stl changes
|
2004-10-10 07:58:03 +00:00 |
|
lib_std_map_runme.py
|
|
|
|
lib_std_pair.i
|
fixes for latest stl changes
|
2004-10-10 07:58:03 +00:00 |
|
lib_std_pair_runme.py
|
fixes on test related to member vars
|
2004-05-27 11:36:50 +00:00 |
|
lib_std_string.i
|
more examples, and fixes
|
2004-10-18 02:08:55 +00:00 |
|
lib_std_string_runme.py
|
fixes on test related to member vars
|
2004-05-27 11:36:50 +00:00 |
|
lib_std_vector.i
|
fix arrays_global and add more vector tests
|
2004-08-25 05:36:02 +00:00 |
|
lib_std_vector_runme.py
|
fix vector slice/del problems
|
2004-10-06 02:31:31 +00:00 |
|
lib_std_vectora.i
|
|
|
|
lib_std_wstring.i
|
more examples, and fixes
|
2004-10-18 02:08:55 +00:00 |
|
lib_std_wstring_runme.py
|
fixes on test related to member vars
|
2004-05-27 11:36:50 +00:00 |
|
Makefile.in
|
CHANGES.current
|
2004-10-21 10:34:49 +00:00 |
|
minherit_runme.py
|
|
|
|
namespace_typemap_runme.py
|
|
|
|
namespace_virtual_method_runme.py
|
|
|
|
nondynamic.i
|
add test for nondynamic
|
2004-09-26 00:52:24 +00:00 |
|
nondynamic_runme.py
|
add test for nondynamic
|
2004-09-26 00:52:24 +00:00 |
|
overload_complicated_runme.py
|
|
|
|
overload_copy_runme.py
|
|
|
|
overload_extend_runme.py
|
more cases, and C/C++ compatibility
|
2004-10-06 17:32:03 +00:00 |
|
overload_extendc_runme.py
|
default args in C code test added
|
2004-10-20 21:06:10 +00:00 |
|
overload_simple_runme.py
|
|
|
|
overload_subtype_runme.py
|
|
|
|
overload_template_runme.py
|
runtime tests for templated functions with default args in namespace
|
2004-10-20 21:06:55 +00:00 |
|
primitive_ref_runme.py
|
test for ref+int overload
|
2004-10-25 19:06:50 +00:00 |
|
primitive_types_runme.py
|
more examples, and fixes
|
2004-10-18 02:08:55 +00:00 |
|
profiletest_runme.py
|
added profile test
|
2004-06-14 09:09:12 +00:00 |
|
README
|
|
|
|
refcount_runme.py
|
|
|
|
reference_global_vars_runme.py
|
fix problem with 64bit machines
|
2004-09-17 21:45:42 +00:00 |
|
rename_scope_runme.py
|
|
|
|
ret_by_value_runme.py
|
add runme test
|
2004-10-02 02:31:30 +00:00 |
|
return_const_value_runme.py
|
several fixes, see CHANGES.current 10/04/2004
|
2004-10-05 00:19:26 +00:00 |
|
smart_pointer_multi_runme.py
|
|
|
|
smart_pointer_multi_typedef_runme.py
|
|
|
|
smart_pointer_not_runme.py
|
|
|
|
smart_pointer_overload_runme.py
|
|
|
|
smart_pointer_rename_runme.py
|
|
|
|
smart_pointer_simple_runme.py
|
|
|
|
smart_pointer_typedef_runme.py
|
|
|
|
sneaky1_runme.py
|
|
|
|
static_const_member_2_runme.py
|
|
|
|
std_containers.i
|
fixes for latest stl changes
|
2004-10-10 07:58:03 +00:00 |
|
std_containers_runme.py
|
|
|
|
struct_rename_runme.py
|
|
|
|
struct_value_runme.py
|
|
|
|
tag_no_clash_with_variable_runme.i
|
|
|
|
template_construct_runme.py
|
|
|
|
template_default_arg_runme.py
|
more examples, and fixes
|
2004-10-18 02:08:55 +00:00 |
|
template_extend1_runme.py
|
|
|
|
template_extend2_runme.py
|
|
|
|
template_inherit_runme.py
|
|
|
|
template_ns4_runme.py
|
|
|
|
template_ns_runme.py
|
|
|
|
template_opaque_runme.py
|
add template_opaque
|
2004-05-28 02:13:30 +00:00 |
|
template_ref_type_runme.py
|
|
|
|
template_rename_runme.py
|
|
|
|
template_tbase_template_runme.py
|
|
|
|
template_type_namespace_runme.py
|
|
|
|
template_typedef_cplx2_runme.py
|
fix test to work with old and new repr
|
2004-10-05 21:07:42 +00:00 |
|
template_typedef_cplx3_runme.py
|
|
|
|
template_typedef_cplx4_runme.py
|
|
|
|
template_typedef_cplx_runme.py
|
fix test to work with old and new repr
|
2004-10-05 21:07:42 +00:00 |
|
template_typedef_import_runme.py
|
|
|
|
template_typedef_runme.py
|
more examples, and fixes
|
2004-10-18 02:08:55 +00:00 |
|
typedef_class_runme.py
|
|
|
|
typedef_inherit_runme.py
|
|
|
|
typedef_scope_runme.py
|
|
|
|
typemap_namespace_runme.py
|
|
|
|
typemap_ns_using_runme.py
|
|
|
|
typename_runme.py
|
|
|
|
unions_runme.py
|
|
|
|
using1_runme.py
|
|
|
|
using2_runme.py
|
|
|
|
using_composition_runme.py
|
|
|
|
using_extend_runme.py
|
|
|
|
using_inherit_runme.py
|
|
|
|
using_private_runme.py
|
using for method with default args test added
|
2004-10-07 19:57:13 +00:00 |
|
using_protected_runme.py
|
|
|
|
varargs_runme.py
|
|
|
|
virtual_derivation_runme.py
|
|
|
|
virtual_poly_runme.py
|
|
|
|
voidtest_runme.py
|
|
|
|
wrapmacro_runme.py
|
|
|