..
chicken
SWIG chicken module now returns multiple values instead of returning a list.
2005-04-15 22:38:09 +00:00
csharp
fix for new member variable function names
2005-06-23 20:57:05 +00:00
errors
fix SWIG command
2004-12-04 08:18:17 +00:00
guile
Fix library name.
2005-06-11 16:38:15 +00:00
guilescm
Define swig_and_compile_multi_cpp here, don't inherit from guile-gh,
2005-06-10 11:35:45 +00:00
java
operator tests
2005-09-22 22:31:01 +00:00
lua
add test for assigment operator
2005-09-22 22:30:28 +00:00
mzscheme
Testcases that used the prebuilt runtime library generate their own runtime library DLL/so and use that instead now
2004-07-10 16:36:19 +00:00
ocaml
Uniform SWIGSTATIC on all prototypes.
2004-11-04 04:17:00 +00:00
perl5
simple const enum SWIGTYPE & typemap test and enum by value runtime test
2004-11-28 19:21:52 +00:00
php4
Fix test cases to always use intp wrappers. This is required because of changes
2005-09-16 18:18:15 +00:00
pike
Testcases that used the prebuilt runtime library generate their own runtime library DLL/so and use that instead now
2004-07-10 16:36:19 +00:00
python
add char* string test
2005-09-09 17:58:43 +00:00
ruby
Updates to examples so that they run correctly under Ruby 1.8
2005-09-23 17:36:37 +00:00
schemerunme
SWIG chicken module now returns multiple values instead of returning a list.
2005-04-15 22:38:09 +00:00
tcl
%newobject tests from Bob Marinier
2005-08-18 20:38:23 +00:00
testdir
Fixes for Sun Workshop compiler
2004-06-15 20:06:19 +00:00
.cvsignore
*** empty log message ***
2003-09-02 16:04:04 +00:00
abstract_access.i
adding more tests
2004-11-15 22:58:10 +00:00
abstract_inherit.i
add/fix protected/private bases + template
2004-11-16 05:36:23 +00:00
abstract_inherit_ok.i
add virtual destructors where needed
2004-04-11 12:10:44 +00:00
abstract_signature.i
The great merge
2002-11-30 22:01:28 +00:00
abstract_typedef.i
add virtual destructors where needed
2004-04-11 12:10:44 +00:00
abstract_typedef2.i
Various warning fixes for Visual Studio 2003 C++ compiler
2004-09-01 22:24:24 +00:00
abstract_virtual.i
add virtual destructors where needed
2004-04-11 12:10:44 +00:00
access_change.i
More tests when a method's access changes through inheritance hierarchy
2005-06-09 18:42:59 +00:00
add_link.i
The great merge
2002-11-30 22:01:28 +00:00
aggregate.i
*** empty log message ***
2003-11-13 17:02:30 +00:00
anonymous_bitfield.i
fix bitfield with expr
2004-10-02 02:11:40 +00:00
argout.i
The great merge
2002-11-30 22:01:28 +00:00
array_member.i
new test
2003-05-29 18:30:10 +00:00
array_typedef_memberin.i
remove more warnings, ICC
2004-09-17 21:46:44 +00:00
arrayref.i
New test case - passing arrays by reference (needs fixing)
2003-01-31 22:01:53 +00:00
arrays.i
added more test cases and broken ones
2004-11-15 18:45:28 +00:00
arrays_dimensionless.i
extra tests for dimensionless array parameters
2004-12-08 22:49:55 +00:00
arrays_global.i
CHANGES.current
2004-09-26 01:14:49 +00:00
arrays_global_twodim.i
The great merge
2002-11-30 22:01:28 +00:00
arrays_scope.i
fixed some OS-X name clashes
2003-05-07 22:38:00 +00:00
bloody_hell.i
*** empty log message ***
2003-04-15 17:03:22 +00:00
bools.i
Better bool test by Mark Traudt
2004-07-23 22:45:29 +00:00
cast_operator.i
test fix
2004-08-12 21:06:45 +00:00
casts.i
The great merge
2002-11-30 22:01:28 +00:00
char_constant.i
fix bug 953142
2004-10-08 00:17:34 +00:00
char_strings.i
test crash fix
2004-08-29 22:38:15 +00:00
class_ignore.i
More covariant tests and polymorphic methods tests to test C# override keyword.
2005-05-20 22:36:43 +00:00
class_scope_weird.i
new test
2003-03-20 19:36:16 +00:00
clientdata_prop.list
Fix a few bugs in the tcl module related to clientdata propagation.
2004-10-07 02:31:14 +00:00
clientdata_prop_a.h
Fix a few bugs in the tcl module related to clientdata propagation.
2004-10-07 02:31:14 +00:00
clientdata_prop_a.i
Fix a few bugs in the tcl module related to clientdata propagation.
2004-10-07 02:31:14 +00:00
clientdata_prop_b.h
Fix a few bugs in the tcl module related to clientdata propagation.
2004-10-07 02:31:14 +00:00
clientdata_prop_b.i
Fix a few bugs in the tcl module related to clientdata propagation.
2004-10-07 02:31:14 +00:00
common.mk
Support for Lua added - patch from Mark Gossage
2005-08-15 20:38:34 +00:00
const_const.i
The great merge
2002-11-30 22:01:28 +00:00
const_const_2.i
The great merge
2002-11-30 22:01:28 +00:00
constant_pointers.i
remove more warnings, ICC
2004-09-17 21:46:44 +00:00
constover.i
The great merge
2002-11-30 22:01:28 +00:00
constructor_exception.i
Various warning fixes for Visual Studio 2003 C++ compiler
2004-09-01 22:24:24 +00:00
constructor_explicit.i
explicit is a C# keyword so the explicit.i testcase fails.
2003-06-12 13:14:10 +00:00
constructor_value.i
The great merge
2002-11-30 22:01:28 +00:00
contract.i
add virtual destructors where needed
2004-04-11 12:10:44 +00:00
conversion.i
The great merge
2002-11-30 22:01:28 +00:00
conversion_namespace.i
The great merge
2002-11-30 22:01:28 +00:00
conversion_ns_template.i
added constructor case
2004-01-14 02:45:29 +00:00
cplusplus_throw.i
Removed deprecated pragmas
2003-04-03 12:12:22 +00:00
cpp_basic.i
Ruby warning
2005-05-06 22:48:36 +00:00
cpp_broken.i
fix example max macro/template and external max macro conflicts
2005-09-16 00:35:38 +00:00
cpp_enum.i
fix for undefined reference on Cygwin
2005-05-12 20:46:20 +00:00
cpp_namespace.i
remove more warnings, ICC
2004-09-17 21:46:44 +00:00
cpp_nodefault.i
The great merge
2002-11-30 22:01:28 +00:00
cpp_static.i
Improved test to test parameters in static functions
2003-09-18 19:16:18 +00:00
cpp_typedef.i
The great merge
2002-11-30 22:01:28 +00:00
csharp_attributes.i
C# attribute support added - %csattributes feature, %csattributes typemap
2005-05-12 20:19:47 +00:00
csharp_exceptions.i
SWIG_exception mods
2005-07-22 21:42:00 +00:00
csharp_features.i
minor fix
2005-05-27 22:48:20 +00:00
csharp_typemaps.i
test asymmetric type marshalling - out attribute for ctype, imtype and cstype typemaps.
2005-04-28 22:03:50 +00:00
default_args.i
fix for 'staticmethod' kw name
2004-12-22 20:32:31 +00:00
default_constructor.i
fix non public overload order
2004-11-28 09:15:58 +00:00
defvalue_constructor.i
missing function body added
2004-10-17 19:22:58 +00:00
derived_byvalue.i
move broken example to derived_byvalue.i since it could take long to fix
2004-10-07 22:02:50 +00:00
derived_nested.i
third attempo to commit, same changes, ie director + nested but no extra shift/reduce
2004-10-26 06:53:04 +00:00
destructor_reprotected.i
add destructor reprotected/desprotected case
2004-10-06 19:07:40 +00:00
director_abstract.i
Fix directors + protected pure virtual members + protected
2004-10-24 05:58:15 +00:00
director_basic.i
fix symbol clash on windows for ruby
2005-09-19 08:52:32 +00:00
director_constructor.i
add test case using 'super'
2004-12-12 21:40:18 +00:00
director_default.i
fix def args + director + constructors
2004-11-08 05:31:27 +00:00
director_detect.i
Suppress warnings about covariant return types in Java and C#.
2003-12-28 21:06:52 +00:00
director_enum.i
suppress warning 470
2005-03-30 22:31:53 +00:00
director_exception.i
warning fix
2005-02-28 22:33:47 +00:00
director_finalizer.i
four new director tests
2003-03-07 10:30:11 +00:00
director_frob.i
more examples, and fixes
2004-10-18 02:08:55 +00:00
director_nested.i
The dirprot feature is now disabled by default. Added dirprot option and ruby runtime examples.
2003-12-09 02:52:08 +00:00
director_protected.i
adding more tests
2004-11-15 22:58:10 +00:00
director_redefined.i
fix warnings for ruby, add another case
2004-10-30 11:51:19 +00:00
director_string.i
add char* string test
2005-09-09 17:58:43 +00:00
director_unroll.i
Removed unused typemap file includes
2003-09-16 20:53:11 +00:00
director_using.i
Fixed more %rename errors, and moving
2003-12-11 03:59:18 +00:00
director_wombat.i
add missing directorin typemaps
2005-09-14 14:36:57 +00:00
dynamic_cast.i
add virtual destructors where needed
2004-04-11 12:10:44 +00:00
enum_plus.i
Remove ruby wrong class name warning
2003-02-11 21:23:10 +00:00
enum_scope_template.i
The great merge
2002-11-30 22:01:28 +00:00
enum_template.i
ruby warnings suppression
2004-10-16 20:44:26 +00:00
enum_thorough.i
test bug #1211353 for -ve enum values
2005-06-02 21:46:52 +00:00
enum_thorough_proper.i
Proper enum test added. Needs JDK1.5 beta 2
2004-06-15 19:51:18 +00:00
enum_thorough_simple.i
New default C/C++ enum wrapping approach which uses the type safe enum pattern for Java and C#
2004-05-24 20:05:40 +00:00
enum_thorough_typesafe.i
New default C/C++ enum wrapping approach which uses the type safe enum pattern for Java and C#
2004-05-24 20:05:40 +00:00
enum_thorough_typeunsafe.i
New default C/C++ enum wrapping approach which uses the type safe enum pattern for Java and C#
2004-05-24 20:05:40 +00:00
enum_var.i
The great merge
2002-11-30 22:01:28 +00:00
enums.i
change comments to C/Ansi
2005-03-19 19:57:38 +00:00
evil_diamond.i
Inhibited multiple inheritance warnings for C#
2003-06-12 12:15:30 +00:00
evil_diamond_ns.i
Inhibited multiple inheritance warnings for C#
2003-06-12 12:15:30 +00:00
evil_diamond_prop.i
Inhibited multiple inheritance warnings for C#
2003-06-12 12:15:30 +00:00
exception_order.i
More of the new C# exceptions
2005-02-05 00:45:57 +00:00
extend_default.i
remove python keyword
2005-05-26 20:43:43 +00:00
extend_placement.i
default args added to test
2004-10-16 20:48:10 +00:00
extend_template.i
The great merge
2002-11-30 22:01:28 +00:00
extend_template_ns.i
The great merge
2002-11-30 22:01:28 +00:00
extend_variable.i
%extend member variable test
2005-06-23 20:46:51 +00:00
extern_declaration.i
rename macro due to name clash on Windows
2005-08-16 21:25:52 +00:00
extern_namespace.i
fix for #1205859
2005-06-18 08:04:30 +00:00
extern_throws.i
new tests
2003-09-26 19:56:45 +00:00
features.i
adding more tests
2004-11-15 22:58:10 +00:00
file_test.i
remove test.dat file
2004-11-16 05:25:17 +00:00
fragments.i
Simple patch to allow fragments to include other fragments:
2004-01-27 23:39:35 +00:00
friends.i
more fixes for python 1.5 +gcc2.96
2005-06-17 19:12:21 +00:00
function_typedef.i
new test
2003-03-17 17:56:53 +00:00
global_ns_arg.i
new test
2003-02-06 15:58:32 +00:00
global_vars.i
fix varin for ptr types
2004-12-21 20:07:16 +00:00
grouping.i
The great merge
2002-11-30 22:01:28 +00:00
ignore_parameter.i
Fix for Sun Workshop compiler
2004-06-15 19:48:06 +00:00
import_nomodule.h
The great merge
2002-11-30 22:01:28 +00:00
import_nomodule.i
remove more warnings, ICC
2004-09-17 21:46:44 +00:00
imports.list
The great merge
2002-11-30 22:01:28 +00:00
imports_a.h
fix minor warnings
2005-09-06 09:02:54 +00:00
imports_a.i
Ruby warnings removed
2004-07-10 16:29:35 +00:00
imports_b.h
fix import + typedefs. see example in imports_b.i
2004-10-29 22:23:19 +00:00
imports_b.i
add module option to import
2005-09-11 19:31:23 +00:00
inctest.i
Added test for %import
2003-12-11 21:33:34 +00:00
inherit_missing.i
add virtual destructors where needed
2004-04-11 12:10:44 +00:00
inherit_same_name.i
forgotten checkin - new test where a symbol name usage changes down the inheritance hierarchy
2005-06-12 08:18:34 +00:00
inherit_void_arg.i
add virtual destructors where needed
2004-04-11 12:10:44 +00:00
inline_initializer.i
new test
2003-04-04 18:35:44 +00:00
java_constants.i
Test for %javaconstvalue added
2004-06-27 21:05:48 +00:00
java_director.i
Scott Michel director patch, typemap consolidation
2005-04-28 22:11:06 +00:00
java_enums.i
const enum SWIGTYPE & typemap tests
2004-11-28 19:13:27 +00:00
java_jnitypes.i
The great merge
2002-11-30 22:01:28 +00:00
java_lib_arrays.i
New default C/C++ enum wrapping approach which uses the type safe enum pattern for Java and C#
2004-05-24 20:05:40 +00:00
java_lib_arrays_dimensionless.i
test java arrays wrapping for dimensionless arrays
2005-02-15 22:41:52 +00:00
java_lib_various.i
add setter into test
2005-02-17 22:23:37 +00:00
java_pragmas.i
Mods for new java typemaps
2004-06-03 22:41:58 +00:00
java_throws.i
redundant comment removed
2004-10-05 22:32:27 +00:00
java_typemaps_proxy.i
Correct changes
2004-06-04 23:19:44 +00:00
java_typemaps_typewrapper.i
Correct changes
2004-06-04 23:19:44 +00:00
kind.i
The great merge
2002-11-30 22:01:28 +00:00
lextype.i
more fixes for gcc -fstrict-aliasing -Wall
2005-05-13 23:51:16 +00:00
li_carrays.i
new name mods
2004-11-01 22:57:56 +00:00
li_cdata.i
new name mods
2004-11-01 22:57:56 +00:00
li_cmalloc.i
new name mods
2004-11-01 22:57:56 +00:00
li_constraints.i
new name mods
2004-11-01 22:57:56 +00:00
li_cpointer.i
new name mods
2004-11-01 22:57:56 +00:00
li_cstring.i
adding test for binary buffer
2005-09-06 06:31:25 +00:00
li_cwstring.i
adding test for binary buffer
2005-09-06 06:31:25 +00:00
li_math.i
new name mods
2004-11-01 22:57:56 +00:00
li_std_deque.i
new name mods
2004-11-01 22:57:56 +00:00
li_std_pair.i
new name mods
2004-11-01 22:57:56 +00:00
li_std_string.i
more fixes for gcc -fstrict-aliasing -Wall
2005-05-13 23:51:16 +00:00
li_std_vector.i
new name mods
2004-11-01 22:57:56 +00:00
li_typemaps.i
Add a whole bunch of chicken runme scripts, and fix the bugs exposed by those scripts
2005-04-15 05:23:14 +00:00
list_vector.i
Fix tests.
2003-06-03 22:13:23 +00:00
long_long.i
The great merge
2002-11-30 22:01:28 +00:00
long_long_apply.i
New test. It exposes some missing long long typemaps in some languages.
2003-03-06 23:15:14 +00:00
member_template.i
fix example max macro/template and external max macro conflicts
2005-09-16 00:35:38 +00:00
memberin1.i
The great merge
2002-11-30 22:01:28 +00:00
minherit.i
add virtual destructors where needed
2004-04-11 12:10:44 +00:00
mixed_types.i
added more test cases and broken ones
2004-11-15 18:45:28 +00:00
multiple_inheritance.i
adding more tests
2004-11-15 22:58:10 +00:00
multivalue.i
The guile and chicken _runme scripts are now shared
2004-06-07 05:03:39 +00:00
name.i
deprecated %name warning suppression
2004-11-28 19:10:18 +00:00
name_cxx.i
deprecated %name warning suppression
2004-11-28 19:10:18 +00:00
name_warnings.i
fix example max macro/template and external max macro conflicts
2005-09-16 00:35:38 +00:00
namespace_class.i
recover pseudo nested class support
2004-11-13 01:25:56 +00:00
namespace_enum.i
The great merge
2002-11-30 22:01:28 +00:00
namespace_extend.i
The great merge
2002-11-30 22:01:28 +00:00
namespace_nested.i
more examples, and fixes
2004-10-18 02:08:55 +00:00
namespace_spaces.i
more difficult version
2003-08-11 17:54:27 +00:00
namespace_template.i
fix example max macro/template and external max macro conflicts
2005-09-16 00:35:38 +00:00
namespace_typedef_class.i
new test
2004-01-09 19:32:08 +00:00
namespace_typemap.i
more warn fixes
2004-09-18 00:27:40 +00:00
namespace_union.i
new tests
2003-09-26 19:56:45 +00:00
namespace_virtual_method.i
CHANGES.current
2004-09-26 01:14:49 +00:00
nested.i
Removed deprecated pragmas
2003-04-03 12:12:22 +00:00
nested_comment.i
added more cases
2004-11-16 00:18:32 +00:00
newobject1.i
The great merge
2002-11-30 22:01:28 +00:00
newobject2.i
- Add SWIG_RUNTIME_VERSION to new type sharing code. This is for future-proof, if
2004-10-21 21:53:54 +00:00
operator_overload.i
provide default names for operators
2005-09-22 22:29:39 +00:00
ordering.i
tests ordering of section blocks
2005-02-15 22:33:04 +00:00
overload_complicated.i
overloading when SWIG cannot disambiguate parameters tests added
2004-02-12 21:45:11 +00:00
overload_copy.i
The great merge
2002-11-30 22:01:28 +00:00
overload_extend.i
various fixes to remove warnings
2004-11-01 21:10:06 +00:00
overload_extendc.i
default arguments in C code test
2004-10-20 21:01:47 +00:00
overload_rename.i
fix typo
2004-11-15 22:15:32 +00:00
overload_simple.i
tcl long long overloading fix - bug #1191835 , patch from Jeroen Dobbelaere
2005-05-20 23:51:31 +00:00
overload_subtype.i
The great merge
2002-11-30 22:01:28 +00:00
overload_template.i
fix example max macro/template and external max macro conflicts
2005-09-16 00:35:38 +00:00
pointer_in_out.i
The great merge
2002-11-30 22:01:28 +00:00
pointer_reference.i
Merged first chunk of Guile changes contributed by John Lenz.
2003-06-03 22:12:50 +00:00
preproc.i
Lots more bug fixes for the chicken module: almost the entire test-sutie now runs
2005-03-17 07:28:19 +00:00
primitive_ref.i
test for ref+int overload
2004-10-25 19:06:50 +00:00
primitive_types.i
fixes for templates and template default args, cosmetics, and other fixes for OSS
2004-12-16 02:12:05 +00:00
private_assign.i
adding more tests
2004-11-15 22:58:10 +00:00
profiletest.i
added profile test
2004-06-14 09:09:12 +00:00
protected_rename.i
Added missing function body which was causes linker errors
2003-12-12 23:19:07 +00:00
pure_virtual.i
add virtual destructors where needed
2004-04-11 12:10:44 +00:00
README
The great merge
2002-11-30 22:01:28 +00:00
redefined.i
various fixes to remove warnings
2004-11-01 21:10:06 +00:00
refcount.h
added refcount example using the old macro way and the proposed ref/unref features
2004-01-22 06:26:17 +00:00
refcount.i
CHANGES.current
2004-09-26 01:14:49 +00:00
reference_global_vars.i
Tests for SWIGTYPE& varin and varout typemaps
2003-02-07 22:13:46 +00:00
register_par.i
add missing method bodies
2004-12-02 21:19:12 +00:00
rename_scope.i
The great merge
2002-11-30 22:01:28 +00:00
ret_by_value.i
The great merge
2002-11-30 22:01:28 +00:00
return_const_value.i
several fixes, see CHANGES.current 10/04/2004
2004-10-05 00:19:26 +00:00
return_value_scope.i
The great merge
2002-11-30 22:01:28 +00:00
rname.i
%rename tests beefed up a bit
2004-11-09 21:24:21 +00:00
sizeof_pointer.i
The great merge
2002-11-30 22:01:28 +00:00
sizet.i
added more test cases and broken ones
2004-11-15 18:45:28 +00:00
smart_pointer_const.i
The great merge
2002-11-30 22:01:28 +00:00
smart_pointer_const2.i
new test
2003-03-16 03:55:36 +00:00
smart_pointer_extend.i
fix ruby warn
2005-02-28 23:57:51 +00:00
smart_pointer_member.i
ruby warning fix
2005-03-28 19:43:33 +00:00
smart_pointer_multi.i
The great merge
2002-11-30 22:01:28 +00:00
smart_pointer_multi_typedef.i
The great merge
2002-11-30 22:01:28 +00:00
smart_pointer_namespace.i
new tests
2003-10-01 21:55:26 +00:00
smart_pointer_namespace2.i
new tests
2003-10-01 21:55:26 +00:00
smart_pointer_not.i
The great merge
2002-11-30 22:01:28 +00:00
smart_pointer_overload.i
Warning fixes
2004-11-02 21:27:32 +00:00
smart_pointer_protected.i
add virtual destructors where needed
2004-04-11 12:10:44 +00:00
smart_pointer_rename.i
The great merge
2002-11-30 22:01:28 +00:00
smart_pointer_simple.i
The great merge
2002-11-30 22:01:28 +00:00
smart_pointer_static.i
add virtual destructors where needed
2004-04-11 12:10:44 +00:00
smart_pointer_typedef.i
The great merge
2002-11-30 22:01:28 +00:00
sneaky1.i
The great merge
2002-11-30 22:01:28 +00:00
static_array_member.i
Add %inline %{ ... %}
2004-08-17 14:31:32 +00:00
static_const_member.i
The great merge
2002-11-30 22:01:28 +00:00
static_const_member_2.i
The great merge
2002-11-30 22:01:28 +00:00
struct_rename.i
new test
2003-09-01 17:54:18 +00:00
struct_value.i
move broken example to derived_byvalue.i since it could take long to fix
2004-10-07 22:02:50 +00:00
sym.i
The great merge
2002-11-30 22:01:28 +00:00
tag_no_clash_with_variable.i
Add new C test tag_no_clash_with_variable
2004-04-27 17:33:26 +00:00
template.i
fix example max macro/template and external max macro conflicts
2005-09-16 00:35:38 +00:00
template_arg_replace.i
Added Ruby-specific warning filter for template_arg_replace test case.
2002-12-20 16:57:06 +00:00
template_arg_scope.i
The great merge
2002-11-30 22:01:28 +00:00
template_arg_typename.i
The great merge
2002-11-30 22:01:28 +00:00
template_array_numeric.i
various fixes to remove warnings
2004-11-01 21:10:06 +00:00
template_base_template.i
various fixes to remove warnings
2004-11-01 21:10:06 +00:00
template_classes.i
The great merge
2002-11-30 22:01:28 +00:00
template_const_ref.i
The great merge
2002-11-30 22:01:28 +00:00
template_construct.i
The great merge
2002-11-30 22:01:28 +00:00
template_default.i
fix VC7.1 compilation problem
2005-03-01 00:00:19 +00:00
template_default2.i
The great merge
2002-11-30 22:01:28 +00:00
template_default_arg.i
adding more tests
2004-11-15 22:58:10 +00:00
template_default_inherit.i
Test case fix for ISO compliant compilers
2004-06-04 23:32:51 +00:00
template_default_pointer.i
add template_default_pointer broken case
2004-12-01 01:14:56 +00:00
template_default_qualify.i
The great merge
2002-11-30 22:01:28 +00:00
template_default_vw.i
new test
2003-03-11 19:23:57 +00:00
template_enum.i
The great merge
2002-11-30 22:01:28 +00:00
template_enum_ns_inherit.i
The great merge
2002-11-30 22:01:28 +00:00
template_enum_typedef.i
The great merge
2002-11-30 22:01:28 +00:00
template_explicit.i
fix example max macro/template and external max macro conflicts
2005-09-16 00:35:38 +00:00
template_expr.i
added more test cases and broken ones
2004-11-15 18:45:28 +00:00
template_extend1.i
Fixed warning messages for preproc_5.i, template_extend1.i and
2003-02-19 20:17:47 +00:00
template_extend2.i
Fixed warning messages for preproc_5.i, template_extend1.i and
2003-02-19 20:17:47 +00:00
template_extend_overload.i
*** empty log message ***
2003-03-20 21:08:45 +00:00
template_extend_overload_2.i
Added another broken test for template + extend + overload
2002-12-12 22:18:33 +00:00
template_forward.i
The great merge
2002-11-30 22:01:28 +00:00
template_inherit.i
add virtual destructors where needed
2004-04-11 12:10:44 +00:00
template_inherit_abstract.i
fix warning
2004-12-01 12:08:48 +00:00
template_int_const.i
The great merge
2002-11-30 22:01:28 +00:00
template_ns.i
add test for the mangling extension #@ preproc.i
2004-03-17 09:44:35 +00:00
template_ns2.i
The great merge
2002-11-30 22:01:28 +00:00
template_ns3.i
The great merge
2002-11-30 22:01:28 +00:00
template_ns4.i
various fixes to remove warnings
2004-11-01 21:10:06 +00:00
template_ns_enum.i
The great merge
2002-11-30 22:01:28 +00:00
template_ns_enum2.i
The great merge
2002-11-30 22:01:28 +00:00
template_ns_inherit.i
The great merge
2002-11-30 22:01:28 +00:00
template_ns_scope.i
The great merge
2002-11-30 22:01:28 +00:00
template_opaque.i
C# fixes
2004-11-05 23:17:59 +00:00
template_partial_arg.i
new test
2003-09-01 18:23:08 +00:00
template_qualifier.i
The great merge
2002-11-30 22:01:28 +00:00
template_ref_type.i
new test
2003-06-03 19:08:09 +00:00
template_rename.i
The great merge
2002-11-30 22:01:28 +00:00
template_retvalue.i
The great merge
2002-11-30 22:01:28 +00:00
template_specialization.i
fix warning
2004-01-13 02:52:25 +00:00
template_specialization_defarg.i
more examples, and fixes
2004-10-18 02:08:55 +00:00
template_specialization_enum.i
ruby warning suppression
2004-10-16 20:56:21 +00:00
template_static.i
add private case and runtime
2005-02-23 02:04:37 +00:00
template_tbase_template.i
various fixes to remove warnings
2004-11-01 21:10:06 +00:00
template_type_namespace.i
The great merge
2002-11-30 22:01:28 +00:00
template_typedef.i
better option name templatereduce
2004-10-28 19:31:33 +00:00
template_typedef_cplx.i
Various warning fixes for Visual Studio 2003 C++ compiler
2004-09-01 22:24:24 +00:00
template_typedef_cplx2.h
Various warning fixes for Visual Studio 2003 C++ compiler
2004-09-01 22:24:24 +00:00
template_typedef_cplx2.i
The great merge
2002-11-30 22:01:28 +00:00
template_typedef_cplx3.i
The great merge
2002-11-30 22:01:28 +00:00
template_typedef_cplx4.i
The great merge
2002-11-30 22:01:28 +00:00
template_typedef_cplx5.i
*** empty log message ***
2003-11-27 16:54:26 +00:00
template_typedef_fnc.i
add template + typedef + fnc case reported by Carlos Pita. Broken in 1.3.24, but works in CVS.
2005-05-16 01:18:47 +00:00
template_typedef_import.i
The great merge
2002-11-30 22:01:28 +00:00
template_typedef_import.list
The great merge
2002-11-30 22:01:28 +00:00
template_typedef_ns.i
add templatereduce
2005-03-19 19:45:24 +00:00
template_typedef_ptr.i
ruby warning suppression
2004-10-29 21:13:29 +00:00
template_typemaps.i
add template_extmode case
2005-04-01 20:05:54 +00:00
template_using.i
add template+using test
2005-06-13 16:41:27 +00:00
template_virtual.i
add missing method bodies
2004-12-02 21:19:12 +00:00
template_whitespace.i
The great merge
2002-11-30 22:01:28 +00:00
threads.i
A testcase for testing multi-thread issues
2005-06-01 20:40:45 +00:00
throw_exception.i
Lots more bug fixes for the chicken module: almost the entire test-sutie now runs
2005-03-17 07:28:19 +00:00
typedef_array_member.i
added more test cases and broken ones
2004-11-15 18:45:28 +00:00
typedef_class.i
new test
2003-05-29 18:30:10 +00:00
typedef_funcptr.i
For for workshop compilers
2004-08-12 21:07:39 +00:00
typedef_inherit.i
more warn fixes
2004-09-18 00:27:40 +00:00
typedef_mptr.i
Typedef_mptr test (with runme).
2003-06-06 16:19:28 +00:00
typedef_reference.i
The great merge
2002-11-30 22:01:28 +00:00
typedef_scope.i
add infinity loop case
2005-06-17 01:10:10 +00:00
typemap_namespace.i
fix for testing under C#
2003-06-12 13:29:30 +00:00
typemap_ns_using.i
The great merge
2002-11-30 22:01:28 +00:00
typemap_numinputs.i
fix warnings
2004-11-07 02:36:07 +00:00
typemap_self.i
added more ugly 'self' cases
2004-01-15 22:59:55 +00:00
typemap_subst.i
fix for testing under C#
2003-06-12 13:29:30 +00:00
typemap_variables.i
Various fixes for VC++7.1 and Sun Studio 10
2005-06-03 21:25:00 +00:00
typemap_various.i
Various fixes for Visual C++ 7.1 and Sun Studio 10
2005-06-03 20:52:16 +00:00
typename.i
The great merge
2002-11-30 22:01:28 +00:00
union_scope.i
The great merge
2002-11-30 22:01:28 +00:00
unions.i
Removed deprecated pragmas
2003-04-03 12:12:22 +00:00
using1.i
The great merge
2002-11-30 22:01:28 +00:00
using2.i
add infinity loop case
2005-06-17 01:10:10 +00:00
using_composition.i
Inhibited multiple inheritance warnings for C#
2003-06-12 12:15:30 +00:00
using_extend.i
Inhibited multiple inheritance warnings for C#
2003-06-12 12:15:30 +00:00
using_inherit.i
The great merge
2002-11-30 22:01:28 +00:00
using_namespace.i
more using+namespaces cases
2004-10-26 00:22:50 +00:00
using_pointers.i
%csmethodmodifiers workaround for C# wrappers
2005-05-27 22:49:06 +00:00
using_private.i
test virtual methods in private inheritance
2005-06-01 20:56:23 +00:00
using_protected.i
various fixes to remove warnings
2004-11-01 21:10:06 +00:00
valuewrapper.i
value_wrapper -> valuewrapper. My test suite depends on the module name
2003-12-09 02:06:57 +00:00
valuewrapper_base.i
The great merge
2002-11-30 22:01:28 +00:00
valuewrapper_const.i
Method name change as SWIG can't overload the return type when the difference is just 'const'. Perhaps SWIG ought to emit a warning for this though?
2003-05-07 18:55:28 +00:00
valuewrapper_opaque.i
various fixes to remove warnings
2004-11-01 21:10:06 +00:00
varargs.i
more %varargs tests
2005-03-21 22:03:28 +00:00
virtual_derivation.i
_a -> m_a name change
2004-04-09 20:01:43 +00:00
virtual_destructor.i
Added a protected destructor in derived class
2003-11-29 00:29:54 +00:00
virtual_poly.i
fix minor warnings
2005-09-06 09:02:54 +00:00
voidtest.i
remove more warnings, ICC
2004-09-17 21:46:44 +00:00
wrapmacro.i
fix example max macro/template and external max macro conflicts
2005-09-16 00:35:38 +00:00