*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9281 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
ec12094f5f
commit
7d2ce752ac
3 changed files with 56 additions and 12 deletions
|
|
@ -8,7 +8,10 @@ abstract_virtual
|
|||
access_change
|
||||
add_link
|
||||
aggregate
|
||||
allowexcept
|
||||
anonymous_bitfield
|
||||
apply_signed_char
|
||||
apply_strings
|
||||
argout
|
||||
array_member
|
||||
arrayref
|
||||
|
|
@ -32,6 +35,7 @@ constant_pointers
|
|||
const_const
|
||||
const_const_2
|
||||
constover
|
||||
constructor_copy
|
||||
constructor_exception
|
||||
constructor_explicit
|
||||
constructor_value
|
||||
|
|
@ -48,7 +52,6 @@ cpp_static
|
|||
cpp_typedef
|
||||
csharp_attributes
|
||||
csharp_exceptions
|
||||
csharp_features
|
||||
csharp_typemaps
|
||||
default_args
|
||||
default_constructor
|
||||
|
|
@ -58,6 +61,10 @@ derived_nested
|
|||
destructor_reprotected
|
||||
director_abstract
|
||||
director_basic
|
||||
director_classes
|
||||
director_classic
|
||||
director_classic_was_temp
|
||||
director_classic_withexplicitcall_temp
|
||||
director_constructor
|
||||
director_default
|
||||
director_detect
|
||||
|
|
@ -65,28 +72,34 @@ director_enum
|
|||
director_exception
|
||||
director_finalizer
|
||||
director_frob
|
||||
director_namespace_clash
|
||||
director_nested
|
||||
director_primitives
|
||||
director_protected
|
||||
director_redefined
|
||||
director_string
|
||||
director_thread
|
||||
director_unroll
|
||||
director_using
|
||||
director_wombat
|
||||
director_wstring
|
||||
disown
|
||||
dynamic_cast
|
||||
empty
|
||||
enum_plus
|
||||
enums
|
||||
enum_scope_template
|
||||
enum_template
|
||||
enum_thorough
|
||||
enum_thorough_proper
|
||||
enum_thorough_simple
|
||||
enum_thorough_typesafe
|
||||
enum_thorough_typeunsafe
|
||||
enum_var
|
||||
evil_diamond
|
||||
evil_diamond_ns
|
||||
evil_diamond_prop
|
||||
exception_order
|
||||
exception_partial_info
|
||||
explicitcall
|
||||
extend_default
|
||||
extend_placement
|
||||
extend_template
|
||||
|
|
@ -112,7 +125,19 @@ inherit_missing
|
|||
inherit_same_name
|
||||
inherit_void_arg
|
||||
inline_initializer
|
||||
integers
|
||||
intermediary_classname
|
||||
java_constants
|
||||
java_director
|
||||
java_enums
|
||||
java_jnitypes
|
||||
java_lib_arrays
|
||||
java_lib_arrays_dimensionless
|
||||
java_lib_various
|
||||
java_pragmas
|
||||
java_throws
|
||||
java_typemaps_proxy
|
||||
java_typemaps_typewrapper
|
||||
kind
|
||||
langobj
|
||||
lextype
|
||||
|
|
@ -129,7 +154,6 @@ li_stdint
|
|||
li_std_pair
|
||||
li_std_string
|
||||
li_std_vector
|
||||
li_std_vector_good_with_no_namespace
|
||||
li_typemaps
|
||||
li_windows
|
||||
long_long
|
||||
|
|
@ -137,6 +161,7 @@ long_long_apply
|
|||
member_template
|
||||
minherit
|
||||
mixed_types
|
||||
mod
|
||||
multiple_inheritance
|
||||
name
|
||||
name_cxx
|
||||
|
|
@ -197,12 +222,12 @@ smart_pointer_simple
|
|||
smart_pointer_static
|
||||
smart_pointer_typedef
|
||||
sneaky1
|
||||
special_variables
|
||||
static_array_member
|
||||
static_const_member
|
||||
static_const_member_2
|
||||
struct_rename
|
||||
struct_value
|
||||
tempfile
|
||||
template
|
||||
template_arg_replace
|
||||
template_arg_scope
|
||||
|
|
@ -266,7 +291,6 @@ template_virtual
|
|||
template_whitespace
|
||||
threads
|
||||
throw_exception
|
||||
track_objects
|
||||
typedef_array_member
|
||||
typedef_class
|
||||
typedef_funcptr
|
||||
|
|
@ -304,5 +328,7 @@ virtual_poly
|
|||
voidtest
|
||||
wrapmacro
|
||||
|
||||
|
||||
*runme
|
||||
*.exe.mdb
|
||||
Makefile
|
||||
|
|
|
|||
|
|
@ -10,6 +10,8 @@ add_link
|
|||
aggregate
|
||||
allowexcept
|
||||
anonymous_bitfield
|
||||
apply_signed_char
|
||||
apply_strings
|
||||
argout
|
||||
array_member
|
||||
arrayref
|
||||
|
|
@ -32,7 +34,6 @@ compactdefaultargs
|
|||
constant_pointers
|
||||
const_const
|
||||
const_const_2
|
||||
const_const_2/CVS
|
||||
constover
|
||||
constructor_copy
|
||||
constructor_exception
|
||||
|
|
@ -57,6 +58,10 @@ derived_nested
|
|||
destructor_reprotected
|
||||
director_abstract
|
||||
director_basic
|
||||
director_classes
|
||||
director_classic
|
||||
director_classic_was_temp
|
||||
director_classic_withexplicitcall_temp
|
||||
director_constructor
|
||||
director_default
|
||||
director_detect
|
||||
|
|
@ -64,17 +69,20 @@ director_enum
|
|||
director_exception
|
||||
director_finalizer
|
||||
director_frob
|
||||
director_namespace_clash
|
||||
director_nested
|
||||
director_primitives
|
||||
director_protected
|
||||
director_redefined
|
||||
director_string
|
||||
director_thread
|
||||
director_unroll
|
||||
director_using
|
||||
director_wombat
|
||||
director_wstring
|
||||
disown
|
||||
dynamic_cast
|
||||
empty
|
||||
enum_plus
|
||||
enums
|
||||
enum_scope_template
|
||||
enum_template
|
||||
|
|
@ -87,6 +95,8 @@ evil_diamond
|
|||
evil_diamond_ns
|
||||
evil_diamond_prop
|
||||
exception_order
|
||||
exception_partial_info
|
||||
explicitcall
|
||||
extend_default
|
||||
extend_placement
|
||||
extend_template
|
||||
|
|
@ -209,6 +219,7 @@ smart_pointer_simple
|
|||
smart_pointer_static
|
||||
smart_pointer_typedef
|
||||
sneaky1
|
||||
special_variables
|
||||
static_array_member
|
||||
static_const_member
|
||||
static_const_member_2
|
||||
|
|
@ -277,7 +288,6 @@ template_virtual
|
|||
template_whitespace
|
||||
threads
|
||||
throw_exception
|
||||
track_objects
|
||||
typedef_array_member
|
||||
typedef_class
|
||||
typedef_funcptr
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ autodoc.py
|
|||
callback.py
|
||||
complextest.py
|
||||
director_stl.py
|
||||
director_thread.py
|
||||
director_wstring.py
|
||||
file_test.py
|
||||
iadd.py
|
||||
|
|
@ -44,6 +43,8 @@ add_link.py
|
|||
aggregate.py
|
||||
allowexcept.py
|
||||
anonymous_bitfield.py
|
||||
apply_signed_char.py
|
||||
apply_strings.py
|
||||
argout.py
|
||||
array_member.py
|
||||
array_typedef_memberin.py
|
||||
|
|
@ -86,6 +87,8 @@ derived_nested.py
|
|||
destructor_reprotected.py
|
||||
director_abstract.py
|
||||
director_basic.py
|
||||
director_classes.py
|
||||
director_classic.py
|
||||
director_constructor.py
|
||||
director_detect.py
|
||||
director_default.py
|
||||
|
|
@ -93,16 +96,18 @@ director_enum.py
|
|||
director_exception.py
|
||||
director_frob.py
|
||||
director_finalizer.py
|
||||
director_namespace_clash.py
|
||||
director_nested.py
|
||||
director_primitives.py
|
||||
director_protected.py
|
||||
director_redefined.py
|
||||
director_thread.py
|
||||
director_unroll.py
|
||||
director_using.py
|
||||
director_wombat.py
|
||||
disown.py
|
||||
dynamic_cast.py
|
||||
empty.py
|
||||
enum_plus.py
|
||||
enum_scope_template.py
|
||||
enum_template.py
|
||||
enum_thorough.py
|
||||
|
|
@ -111,6 +116,7 @@ evil_diamond.py
|
|||
evil_diamond_ns.py
|
||||
evil_diamond_prop.py
|
||||
exception_order.py
|
||||
exception_partial_info.py
|
||||
extend_default.py
|
||||
extend_placement.py
|
||||
extend_template.py
|
||||
|
|
@ -195,6 +201,7 @@ smart_pointer_rename.py
|
|||
smart_pointer_simple.py
|
||||
smart_pointer_static.py
|
||||
smart_pointer_typedef.py
|
||||
special_variables.py
|
||||
static_array_member.py
|
||||
static_const_member.py
|
||||
static_const_member_2.py
|
||||
|
|
@ -343,7 +350,6 @@ argcargvtest_runme.py
|
|||
callback_runme.py
|
||||
complextest_runme.py
|
||||
director_stl_runme.py
|
||||
director_thread_runme.py
|
||||
director_wstring_runme.py
|
||||
file_test_runme.py
|
||||
iadd_runme.py
|
||||
|
|
@ -385,6 +391,7 @@ default_constructor_runme.py
|
|||
default_args_runme.py
|
||||
director_abstract_runme.py
|
||||
director_basic_runme.py
|
||||
director_classic_runme.py
|
||||
director_detect_runme.py
|
||||
director_default_runme.py
|
||||
director_enum_runme.py
|
||||
|
|
@ -393,6 +400,7 @@ director_frob_runme.py
|
|||
director_finalizer_runme.py
|
||||
director_nested_runme.py
|
||||
director_protected_runme.py
|
||||
director_thread_runme.py
|
||||
director_unroll_runme.py
|
||||
disown_runme.py
|
||||
dynamic_cast_runme.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue