..
csharp
std::string throws typemaps
2022-09-19 09:09:29 +01:00
d
std::string throws typemaps
2022-09-19 09:09:29 +01:00
errors
Duplicate class template instantiations via %template changes
2022-11-18 19:35:47 +00:00
go
Polymorphism in R wrappers fixed for C++ structs
2022-10-24 08:56:55 +01:00
guile
Add catches_strings test to test throws char * typemap
2022-09-19 09:09:29 +01:00
java
Fix deduction of partially specialized template parameters
2023-02-17 08:23:41 +00:00
javascript
Polymorphism in R wrappers fixed for C++ structs
2022-10-24 08:56:55 +01:00
lua
[Lua] Fix type resolution between SWIG-wrapped modules
2022-10-20 10:14:59 +13:00
mzscheme
std::string throws typemaps
2022-09-19 09:09:29 +01:00
ocaml
Complete copy of testcase from Python
2022-12-30 23:49:07 +00:00
octave
Polymorphism in R wrappers fixed for C++ structs
2022-10-24 08:56:55 +01:00
perl5
std::string throws typemaps
2022-09-19 09:09:29 +01:00
php
[php] Fix handling of multi-module cases
2022-10-18 10:28:17 +13:00
python
Instantiation of C++11 variadic function templates
2023-01-03 22:38:46 +00:00
r
more r tests
2022-11-20 18:52:00 +01:00
ruby
Polymorphism in R wrappers fixed for C++ structs
2022-10-24 08:56:55 +01:00
schemerunme
std::string throws typemaps
2022-09-19 09:09:29 +01:00
scilab
std::string throws typemaps
2022-09-19 09:09:29 +01:00
tcl
std::string throws typemaps
2022-09-19 09:09:29 +01:00
testdir
"Include what you use" for tests
2019-01-06 08:32:34 -05:00
abstract_access.i
abstract_basecast.i
Test ability to manipulate a daughter class from its base class wrapper
2022-02-12 19:40:03 -05:00
abstract_inherit.i
abstract_inherit_ok.i
abstract_signature.i
Remove superfluous semicolons
2022-02-15 14:00:12 +13:00
abstract_typedef.i
abstract_typedef2.i
abstract_virtual.i
Added special cases to the test-suite as required for D.
2010-11-18 00:17:37 +00:00
access_change.i
add_link.i
The great merge
2002-11-30 22:01:28 +00:00
aggregate.i
Avoid -Wempty-body warnings from SWIG_contract_assert
2022-02-11 18:39:08 +13:00
allowexcept.i
Drop special case for PHP in allowexcept.i
2021-04-17 07:38:23 +12:00
allprotected.i
Fix C# CA1063 warning by implementing the recommended Dispose methods.
2019-04-08 19:20:45 +01:00
allprotected_not.i
anonymous_bitfield.i
apply_signed_char.i
Auto-detect non-assignable classes
2022-02-04 09:51:18 -05:00
apply_strings.i
[Chicken] Remove code for Chicken
2021-05-16 08:42:39 +12:00
argcargvtest.i
Remove ocaml from argcargv testing
2022-05-23 08:54:40 +01:00
argout.i
fix docs, path provided by Olly
2006-04-11 01:40:20 +00:00
array_member.i
scilab: fix tests having too long identifier names
2014-09-29 14:52:05 +02:00
array_typedef_memberin.i
Test case warning suppression for visual c++ fix
2015-08-02 22:22:24 +01:00
arrayref.i
arrays.i
Revert "Fix handling of array whose size contains <<"
2022-07-27 13:45:03 +12:00
arrays_dimensionless.i
arrays_global.i
arrays_global_twodim.i
arrays_scope.i
autodoc.i
Cosmetic stray semi-colon removal after %typemap using quotes
2022-08-31 19:40:13 +01:00
bloody_hell.i
scilab: fix tests having too long identifier names
2014-09-29 14:52:05 +02:00
bom_utf8.i
bools.i
Auto-detect non-assignable classes
2022-02-04 09:51:18 -05:00
c_delete.i
Suppress keyword warning in test-suite
2014-04-21 08:08:22 +01:00
c_delete_function.i
Suppress keyword warning in test-suite
2014-04-21 08:08:22 +01:00
callback.i
Add test of callback with enum argument
2022-02-12 19:40:03 -05:00
cast_operator.i
casts.i
The great merge
2002-11-30 22:01:28 +00:00
catches.i
test-suite fixes for compilers that don't support vararg macros
2018-05-06 09:46:37 +01:00
catches_strings.i
std::string throws typemaps
2022-09-19 09:09:29 +01:00
ccomplextest.i
Further ccomplextest hacks
2020-10-10 15:02:26 +01:00
char_binary.i
Make (char*, size_t) typemap usable for strings of other types in Java.
2015-08-07 19:44:45 +02:00
char_constant.i
C# char wrappers fixes for enum values, static const member char values and %csconst
2016-03-12 18:52:49 +00:00
char_strings.i
Move <string.h> fragment to swigfragments
2019-01-06 09:08:12 -05:00
chartest.i
clang illegal character encoding warning fixes in tests
2016-03-13 15:44:10 +00:00
class_case.i
Add CHANGES entry and regression test for #676
2022-01-29 22:35:29 +13:00
class_forward.i
Fix forward class declaration in a class when used as a base
2012-01-17 07:06:22 +00:00
class_ignore.i
adding more broken cases
2005-10-27 09:14:20 +00:00
class_scope_namespace.i
Test scope resolution of global struct A
2022-02-12 19:40:03 -05:00
class_scope_weird.i
clientdata_prop.list
clientdata_prop_a.h
Mark in-header function definitions as "inline"
2022-02-12 19:40:03 -05:00
clientdata_prop_a.i
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
command_line_define.i
-DFOO on the SWIG command line now sets FOO to 1
2022-02-06 10:18:49 +13:00
common.mk
Template partial specialization improvements
2023-02-17 08:24:25 +00:00
compactdefaultargs.i
Add tests for Python -builtin -O and compactdefaultargs and update changes file
2016-04-02 11:29:54 +01:00
complextest.i
Split C complex.h from C++ complex testing
2020-10-10 15:01:29 +01: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_directive.i
Fix invalid code generated for "%constant enum EnumType ..." and add a test.
2019-08-01 08:55:07 +03:00
constant_expr.i
Eliminate C++11 from constant_expr test
2022-03-06 14:21:12 +13:00
constant_expr_c.i
Support most cases of sizeof applied to an expression
2022-01-25 23:47:01 +13:00
constant_pointers.i
Auto-detect non-assignable classes
2022-02-04 09:51:18 -05:00
constants.i
constover.i
The great merge
2002-11-30 22:01:28 +00:00
constructor_copy.i
Fix Java container tests for change in vector constructor declaration
2017-06-29 19:59:19 +01:00
constructor_exception.i
constructor_explicit.i
constructor_ignore.i
constructor_rename.i
fix regression of Python constructor renaming introduced by py3k work
2010-04-25 14:07:14 +00:00
constructor_value.i
contract.i
Add C "contract" test
2022-02-12 19:40:03 -05:00
contract_c.i
Add C "contract" test
2022-02-12 19:40:03 -05:00
conversion.i
conversion_namespace.i
more thorough %rename tests including conversion operator %rename
2007-05-26 00:05:32 +00:00
conversion_ns_template.i
Warning and error fixes for Solaris Sun Studio compiler
2015-01-27 19:30:24 +00:00
conversion_operators.i
Fix comments and newlines within operator definitions
2015-05-01 19:22:38 +01:00
cplusplus_throw.i
test-suite fixes for compilers that don't support vararg macros
2018-05-06 09:46:37 +01:00
cpp11_alias_nested_template_scoping.i
C++11 test fixes for Visual Studio 2017
2019-04-08 19:33:59 +01:00
cpp11_alignment.i
C++11 test fixes for Visual Studio 2017
2019-04-08 19:33:59 +01:00
cpp11_alternate_function_syntax.i
Allow object reference in C++ trailing return type
2022-02-02 11:31:45 +13:00
cpp11_attribute_specifiers.i
cpp11_attribute_specifiers testcase warning suppression
2022-11-05 08:02:59 +00:00
cpp11_constexpr.i
Move new testcase which needs C++11
2022-01-26 13:25:36 +13:00
cpp11_decltype.i
Slightly better decltype() support for expressions
2022-11-26 01:16:20 +00:00
cpp11_default_delete.i
Workaround clang 10.0.1 C++17 linker errors in testcases
2019-06-27 07:40:49 +01:00
cpp11_delegating_constructors.i
cpp11_director_enums.i
C++11 strongly typed enum fixes for directors
2015-01-15 19:48:07 +00:00
cpp11_directors.i
Generation of director method declarations fixes
2017-10-23 18:55:14 +01:00
cpp11_explicit_conversion_operators.i
C++11 conversion operator example and docs added
2014-03-14 01:57:15 +00:00
cpp11_final_class.i
Remove some final testing
2022-10-06 21:51:18 +01:00
cpp11_final_directors.i
Fixes for final destructors in director classes
2019-03-03 14:52:52 +00:00
cpp11_final_override.i
Add support for parsing C++11 final classes
2022-10-05 22:42:17 +01:00
cpp11_function_objects.i
Correct cpp11_function_objects testcase
2014-10-13 19:38:47 +01:00
cpp11_hash_tables.i
[ruby] add tests for unordered containers.
2017-01-29 11:18:53 +09:00
cpp11_inheriting_constructors.i
More C++11 doc and test improvements
2014-03-14 01:57:15 +00:00
cpp11_initializer_list.i
Testcase warning fix
2022-10-15 14:58:26 +01:00
cpp11_initializer_list_extend.i
cpp11_lambda_functions.i
Eliminate use of fn in testcases
2021-03-30 11:01:51 +13:00
cpp11_move_only.i
Warning fix for OCaml test
2022-10-05 22:41:22 +01:00
cpp11_move_only_helper.i
Movable and move-only types supported in "out" typemaps.
2022-06-30 17:26:48 +01:00
cpp11_move_only_valuewrapper.i
Fix comment typo
2022-10-06 18:06:20 +13:00
cpp11_move_typemaps.i
Provide SWIGTYPE MOVE typemaps in swigmove.i
2022-09-16 08:36:25 +01:00
cpp11_noexcept.i
Workaround clang 10.0.1 C++17 linker errors in testcases
2019-06-27 07:40:49 +01:00
cpp11_null_pointer_constant.i
cpp11_raw_string_literals.i
Fix C++20 compatibility in testcases
2022-07-26 15:28:51 +12:00
cpp11_ref_qualifiers.i
Warnings in testcases fix
2017-09-10 12:49:24 +01:00
cpp11_ref_qualifiers_rvalue_unignore.i
Add unignore for rvalue ref-qualifiers
2017-08-30 18:17:04 +01:00
cpp11_ref_qualifiers_typemaps.i
Fix testcase symbol name conflict
2017-09-11 23:17:30 +01:00
cpp11_reference_wrapper.i
C++11 std::reference_wrapper example - no support
2014-03-14 01:57:16 +00:00
cpp11_result_of.i
Attempt to fix cpp11_result_of for MSVC
2022-07-26 15:28:52 +12:00
cpp11_rvalue_reference.i
cpp11_rvalue_reference2.i
Ocaml test-suite 'passes' with c++11 testing now
2022-03-27 13:50:30 +01:00
cpp11_rvalue_reference3.i
Shorter names in cpp11_rvalue_reference3 testcase for Scilab
2021-11-15 22:13:27 +00:00
cpp11_rvalue_reference_move.i
rvalue reference outputs
2022-09-08 08:46:32 +01:00
cpp11_shared_ptr_const.i
Expand std::shared_ptr testing to C# D Java Python
2017-09-22 20:03:47 +01:00
cpp11_shared_ptr_nullptr_in_containers.i
Expand std::shared_ptr testing to C# D Java Python
2017-09-22 20:03:47 +01:00
cpp11_shared_ptr_overload.i
Expand std::shared_ptr testing to C# D Java Python
2017-09-22 20:03:47 +01:00
cpp11_shared_ptr_template_upcast.i
comments
2019-05-06 15:30:54 -04:00
cpp11_shared_ptr_upcast.i
Expand std::shared_ptr testing to C# D Java Python
2017-09-22 20:03:47 +01:00
cpp11_sizeof_object.i
Rename all C++0x to C++11 and cpp0x to cpp11
2013-10-07 20:37:00 +01:00
cpp11_static_assert.i
Fix previous commit to compile with older compilers
2017-08-04 17:01:35 +12:00
cpp11_std_array.i
Support std::array in Golang ( #2045 )
2022-01-04 12:12:56 +13:00
cpp11_std_unique_ptr.i
Add missing typecheck typemaps for std::auto_ptr and std::unique_ptr
2022-09-17 10:23:51 +01:00
cpp11_std_unordered_map.i
Include all template parameters for std_unordered_multimap and std_unordered_map
2019-03-12 20:03:14 +00:00
cpp11_std_unordered_multimap.i
[ruby] add simple tests for std unordered containers.
2017-04-22 16:36:09 +09:00
cpp11_std_unordered_multiset.i
[ruby] add simple tests for std unordered containers.
2017-04-22 16:36:09 +09:00
cpp11_std_unordered_set.i
Combine duplicate unordered_set unordered_map testcases
2019-02-12 06:48:13 +00:00
cpp11_strongly_typed_enumerations.i
Fix assertion for some languages when wrapping a C++11 enum class that is private in a class.
2016-03-31 20:27:36 +01:00
cpp11_strongly_typed_enumerations_simple.i
Fix strongly typed enums for Java when using simple enum wrappers
2014-11-24 07:04:54 +00:00
cpp11_template_double_brackets.i
Fix typos
2021-11-17 07:07:02 +02:00
cpp11_template_explicit.i
Ocaml test-suite 'passes' with c++11 testing now
2022-03-27 13:50:30 +01:00
cpp11_template_parameters_decltype.i
Test cases fix
2022-11-26 10:04:35 +00:00
cpp11_template_typedefs.i
Fix constexpr-not-const clang warning in testcase
2019-06-27 07:40:49 +01:00
cpp11_thread_local.i
Fix cpp11_thread_local test
2022-02-11 08:25:03 +13:00
cpp11_type_aliasing.i
Improved template template parameters support.
2022-12-02 19:16:02 +00:00
cpp11_type_traits.i
Testcase overloading warning fix
2022-09-29 19:40:52 +01:00
cpp11_uniform_initialization.i
cpp11_unrestricted_unions.i
Rename all C++0x to C++11 and cpp0x to cpp11
2013-10-07 20:37:00 +01:00
cpp11_userdefined_literals.i
Fix C++20 compatibility in testcases
2022-07-26 15:28:51 +12:00
cpp11_variadic_function_templates.i
Instantiation of C++11 variadic function templates
2023-01-03 22:38:46 +00:00
cpp11_variadic_templates.i
Move variadic function template tests to separate testcase
2023-01-03 21:26:12 +00:00
cpp14_binary_integer_literals.i
Add tests for binary integer literal constants
2022-07-26 15:28:51 +12:00
cpp17_enable_if_t.i
Fix syntax error parsing unnamed template parameters with a default.
2022-11-25 08:37:39 +00:00
cpp17_hex_floating_literals.i
Run C++14 and C++17 tests with appropriate compiler
2022-07-26 15:28:51 +12:00
cpp17_nested_namespaces.i
Run C++14 and C++17 tests with appropriate compiler
2022-07-26 15:28:51 +12:00
cpp17_nspace_nested_namespaces.i
Test c++17 nested namespaces and %nspace
2018-05-14 21:03:31 +01:00
cpp17_u8_char_literals.i
Run C++14 and C++17 tests with appropriate compiler
2022-07-26 15:28:51 +12:00
cpp20_lambda_template.i
Fix warning suppression in cpp20_lambda_template
2022-07-29 16:29:32 +12:00
cpp20_spaceship_operator.i
Fix spaceship operator bugs, document, add tests
2022-07-27 09:12:40 +12:00
cpp_basic.i
[php] Add php:allowdynamicproperties feature
2022-09-29 18:16:51 +13:00
cpp_enum.i
Test case warning fixes for nodejs
2016-07-30 21:23:57 +01:00
cpp_namespace.i
[OCaml] Add missing warning filters for OCaml keywords in the test suite
2018-12-31 05:55:10 -07:00
cpp_nodefault.i
remove debug printout
2006-02-04 17:37:09 +00:00
cpp_parameters.i
Python -builtin constructors silently ignored keyword arguments.
2020-01-13 19:26:22 +00:00
cpp_static.i
Improve Python static member variable testing
2019-03-20 21:10:28 +00:00
cpp_typedef.i
Fix MSVC error in cpp_typedef.i
2022-07-26 15:28:51 +12:00
csharp_attributes.i
csharp_director_typemaps.i
C# 'out' or 'ref' removal improvements in director typemaps.
2019-11-26 19:39:28 +00:00
csharp_exceptions.i
test-suite fixes for compilers that don't support vararg macros
2018-05-06 09:46:37 +01:00
csharp_features.i
csharp_lib_arrays.i
csharp_lib_arrays_bool.i
Change C# bool[] typemaps to marshall as 1-byte
2019-07-06 12:56:27 +01:00
csharp_namespace_system_collision.i
Remove nspace feature not yet supported warning
2014-02-15 18:54:28 +00:00
csharp_prepost.i
csharp_swig2_compatibility.i
csharp_typemaps.i
Add special variable imfuncname expansion for C# and D
2022-05-30 19:43:04 +01:00
curiously_recurring_template_pattern.i
d_nativepointers.i
[D] Test C++ references in »d_nativepointers«; normalized indentation.
2011-01-29 21:32:11 +00:00
default_arg_expressions.i
Fix undefined behaviour in parser
2022-11-25 09:51:58 +13:00
default_arg_values.i
Fix Python typedef bool default arguments that are not booleans.
2015-05-27 20:55:56 +01:00
default_args.i
Cosmetic stray semi-colon removal after %typemap using quotes
2022-08-31 19:40:13 +01:00
default_args_c.i
Fix testcase for visual studio (2)
2018-10-05 06:52:49 +01:00
default_constructor.i
Test case warning suppression for visual c++
2015-08-02 21:50:32 +01:00
defvalue_constructor.i
missing function body added
2004-10-17 19:22:58 +00:00
derived_byvalue.i
Fix typos in docs and comments
2022-02-27 18:15:46 +13:00
derived_nested.i
filtered warnings, turned on "flatnested" for nested template test
2014-02-02 23:38:23 +04:00
destructor_methodmodifiers.i
C#, D, Java methodmodifiers on destructors
2018-05-11 18:09:51 +01:00
destructor_reprotected.i
director_abstract.i
Fix comment typo
2014-09-11 13:06:17 -03:00
director_alternating.i
director_basic.i
Test case fix for std::complex and non-floating types deprecation
2022-11-26 10:18:11 +00:00
director_binary_string.i
"Include what you use" for tests
2022-02-12 17:46:20 -05:00
director_classes.i
[OCaml] Add missing warning filters for OCaml keywords in the test suite
2018-12-31 05:55:10 -07:00
director_classic.i
director_comparison_operators.i
Use %rename
2020-06-07 13:56:07 -06:00
director_constructor.i
add test case using 'super'
2004-12-12 21:40:18 +00:00
director_conversion_operators.i
Add test cases for abstract user-defined conversion operators
2020-02-13 20:16:44 +01:00
director_default.i
more directors and default arg tests
2006-09-13 20:36:44 +00:00
director_detect.i
director_enum.i
Fix R keyword warning
2010-05-25 18:35:21 +00:00
director_exception.i
Fix typos in docs and comments
2022-02-27 18:15:46 +13:00
director_exception_catches.i
Changes to use common DirectorException class
2017-11-29 20:31:55 +00:00
director_exception_nothrow.i
test-suite fixes (2) for compilers that don't support varargs
2018-05-06 09:46:37 +01:00
director_extend.i
Fix various comment and documentation typos
2017-08-13 18:04:33 +12:00
director_finalizer.i
director_frob.i
Warning and error fixes for Solaris Sun Studio compiler
2015-01-27 19:30:24 +00:00
director_ignore.i
[Go] Fix bug with ignored destructor--generated code did not compile.
2015-05-18 09:53:13 -07:00
director_keywords.i
Fix 'self' parameter name clash when generating for Python builtin
2014-10-31 07:23:08 +00:00
director_multiple_inheritance.i
[python] Fix inheriting from multiple director classes
2022-07-20 14:18:49 +12:00
director_namespace_clash.i
test directors with 2 same name classes in different namespace
2006-07-07 10:08:45 +00:00
director_nested.i
director_nested_class.i
Expand director_nested_class test to test more than one level of nesting
2014-11-10 19:57:49 +00:00
director_nestedmodule.i
apply SF Patch #350 and add testcase
2014-08-15 21:47:10 -07:00
director_nspace.i
Remove unnecessary warning triggering copy ctors from the test
2021-10-01 01:39:12 +02:00
director_nspace_director_name_collision.i
Enable Javascript in director_nspace_director_name_collision.i.
2014-04-29 00:37:33 +02:00
director_overload.i
php: Fix overloaded directed methods with non-void return
2021-03-18 10:58:44 +13:00
director_overload2.i
Re-enable overloading test for php8
2022-03-15 08:32:27 +00:00
director_ownership.i
Remove c++11 override in testcase
2018-03-09 18:27:16 +00:00
director_pass_by_value.i
Rename debug in testcases to trace
2022-08-20 15:09:23 +01:00
director_primitives.i
director_profile.i
director_property.i
Test case fix for std::complex and non-floating types deprecation
2022-11-26 10:18:11 +00:00
director_protected.i
Remove PHP-specific testcase workarounds
2021-04-19 18:57:17 +12:00
director_protected_overloaded.i
director_redefined.i
director_ref.i
Added missing untracked files.
2015-05-04 15:27:51 -07:00
director_simple.i
Add test case for very simple director classes
2022-02-12 19:40:03 -05:00
director_smartptr.i
Fix Java shared_ptr and directors for derived classes java compilation error.
2017-05-23 21:36:08 +01:00
director_stl.i
Make PHP directors work more like other languages
2021-04-22 14:40:21 +12:00
director_string.i
director_template.i
Fix compile error when using directors
2022-10-10 19:51:08 +01:00
director_thread.i
Merge pull request #1398 from swig-fortran/missing-includes
2022-02-01 14:05:17 +13:00
director_unroll.i
Removed unused typemap file includes
2003-09-16 20:53:11 +00:00
director_unwrap_result.i
Improve director unwrap detection for the return type
2022-10-10 08:45:26 +01:00
director_using.i
director_using_member_scopes.i
Testcase correction for using declaration and members
2022-03-16 22:42:27 +00:00
director_void.i
Add C# support for void *VOID_INT_PTR member variables
2020-08-13 16:06:48 +01:00
director_wombat.i
director_wstring.i
Add C# wchar_t * director typemaps
2022-05-04 21:37:47 +01:00
disown.i
Apply #3219676 from Shane Liesegang which adds: - support for %factory - a __tostring method - a __disown method
2012-04-13 18:28:37 +00:00
doxygen_alias.i
Add support for doxygen:alias feature
2017-02-01 02:20:47 +01:00
doxygen_autodoc_docstring.i
doxygen_autodoc_docstring test fix for Python builtin
2022-04-06 22:33:17 +01:00
doxygen_basic_notranslate.i
Fix Java doxygen:notranslate for single line comments
2018-06-16 21:23:12 +01:00
doxygen_basic_translate.h
doxygen_basic_translate.i
Merge branch 'Issue-1643'
2020-01-16 18:54:47 +00:00
doxygen_basic_translate_style2.i
Doxygen comment parsing fix for empty lines in code/verbatim blocks
2019-07-06 11:30:46 -05:00
doxygen_basic_translate_style3.i
Minor workaround in doxygen_basic_translate_style3 test
2019-11-02 10:43:52 -05:00
doxygen_code_blocks.i
Special handling for python doctest code blocks
2019-08-07 17:04:12 -05:00
doxygen_ignore.i
Fix missing return value in doxygen test
2018-06-07 18:52:25 +01:00
doxygen_misc_constructs.h
Fix generated Python code for Doxygen comments with triple quotes
2020-03-04 00:57:31 +01:00
doxygen_misc_constructs.i
Fix syntax error for misplaced Doxygen comment after struct/class member.
2022-12-06 21:31:38 +00:00
doxygen_nested_class.i
Testcase code correction
2018-09-24 07:15:59 +01:00
doxygen_parsing.i
Fix syntax error for misplaced Doxygen comment after struct/class member.
2022-12-06 21:31:38 +00:00
doxygen_parsing_enums.i
Fix parsing of enums with trailing comma with -doxygen
2019-04-20 13:52:56 +02:00
doxygen_parsing_enums_proper.i
doxygen_parsing_enums_simple.i
Fixed enum comments generation, added testcases
2012-06-18 19:13:23 +00:00
doxygen_parsing_enums_typesafe.i
doxygen_parsing_enums_typeunsafe.i
doxygen_translate.i
Doxygen Java fix quoting for \image command
2022-10-06 00:29:03 +01:00
doxygen_translate_all_tags.i
Fix for missing space after \endlink in doxygen
2020-05-02 18:42:55 -05:00
doxygen_translate_links.i
Fix missing returns in the Doxygen test suite code.
2015-02-17 23:14:46 +01:00
duplicate_class_name_in_ns.i
Fixes for classes with the same name in different namespaces
2022-09-21 22:38:22 +01:00
dynamic_cast.i
[D] Replaced the term "wrap D module" with "intermediary D module" (including names derived from it).
2010-11-28 23:12:03 +00:00
empty.i
test wrapping nothing!
2005-09-28 20:55:18 +00:00
empty_c.i
Duplicate tests that are run twice as both C and C++ tests to fix parallel make: empty
2016-02-21 18:03:14 +00:00
enum_forward.i
Warning suppression change
2015-02-11 23:32:29 +00:00
enum_ignore.i
Ignored enum fixes.
2014-04-08 23:25:27 +01:00
enum_macro.i
Fix parser error containing multiple #define statements inside an enum.
2019-02-16 08:09:56 +00:00
enum_missing.i
Warning fix in testcase for Javascript node
2015-02-11 23:32:45 +00:00
enum_plus.i
add support for named warning codes
2006-01-06 11:42:24 +00:00
enum_rename.i
Spelling fix
2014-10-21 07:55:07 +01:00
enum_scope_template.i
The great merge
2002-11-30 22:01:28 +00:00
enum_template.i
fix extra ;
2006-01-19 04:49:10 +00:00
enum_thorough.i
Auto-detect non-assignable classes
2022-02-04 09:51:18 -05:00
enum_thorough_proper.i
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
enum_thorough_typeunsafe.i
enum_var.i
The great merge
2002-11-30 22:01:28 +00:00
enums.i
Test case warning fixes for nodejs
2016-07-30 21:23:57 +01:00
equality.i
Tweak testcase comments
2022-07-13 15:21:12 +12:00
evil_diamond.i
Added special cases to the test-suite as required for D.
2010-11-18 00:17:37 +00:00
evil_diamond_ns.i
evil_diamond_prop.i
Added special cases to the test-suite as required for D.
2010-11-18 00:17:37 +00:00
exception_classname.i
Fix some test-suite warnings
2016-10-16 19:10:35 +01:00
exception_memory_leak.i
[lua] Run destructors of local C++ objects on SWIG_fail
2022-10-14 14:44:19 +13:00
exception_order.i
test-suite fixes for compilers that don't support vararg macros
2018-05-06 09:46:37 +01:00
exception_partial_info.i
[Chicken] Remove code for Chicken
2021-05-16 08:42:39 +12:00
expressions.i
extend.i
[OCaml] Add missing warning filters for OCaml keywords in the test suite
2018-12-31 05:55:10 -07:00
extend_constructor_destructor.i
extend_default.i
Spelling fix
2014-10-21 07:55:07 +01:00
extend_placement.i
extend_special_variables.i
Warning suppressions in tests
2014-12-22 20:35:13 +00:00
extend_template.i
extend_template_method.i
Enhance %extend to extend a class with template constructors
2017-01-24 19:01:43 +00:00
extend_template_ns.i
The great merge
2002-11-30 22:01:28 +00:00
extend_typedef_class.i
extend_variable.i
add %extend for static member variables test
2006-11-29 21:56:03 +00:00
extern_c.i
Mark 'externc' storage for variables
2022-02-06 20:49:01 -05:00
extern_declaration.i
massive typemap unification
2005-10-18 13:24:15 +00:00
extern_namespace.i
extern_throws.i
test-suite fixes for compilers that don't support vararg macros
2018-05-06 09:46:37 +01:00
features.i
[OCaml] Add missing warning filters for OCaml keywords in the test suite
2018-12-31 05:55:10 -07:00
file_test.i
final_c.i
Testcase warning suppression
2022-10-06 00:36:59 +01:00
fragments.i
Cosmetic stray semi-colon removal after %typemap using quotes
2022-08-31 19:40:13 +01:00
friends.i
Remove warnings in Octave testcase
2017-01-26 20:02:37 +00:00
friends_template.i
Remove warnings in Octave testcase
2017-01-26 20:02:37 +00:00
funcptr.i
fixes for vc++
2008-02-27 20:22:09 +00:00
funcptr_cpp.i
Add Python runtime test for const function pointer
2018-11-13 07:35:44 +00:00
function_typedef.i
functors.i
Fix functors (wrapped as __call__) when using -builtin -modern -fastunpack.
2018-09-19 20:10:11 +01:00
fvirtual.i
global_functions.i
global_immutable_vars.i
Use https for swig.org links
2022-10-06 13:16:39 +13:00
global_immutable_vars_cpp.i
Use https for swig.org links
2022-10-06 13:16:39 +13:00
global_namespace.i
global_ns_arg.i
Rename symbol in test case as the name is clashing in some way with new versions of Octave (3.2.4)
2011-02-19 16:20:38 +00:00
global_scope_types.i
global_vars.i
Add PHP run test for global_vars
2021-04-17 06:11:49 +12:00
go_director_inout.i
Cosmetic stray semi-colon removal after %typemap using quotes
2022-08-31 19:40:13 +01:00
go_inout.i
[Go] Don't convert arrays to pointers if there is a "gotype" typemap entry.
2022-03-15 12:18:47 -07:00
go_subdir_import.list
Fix Go tests to run in module mode
2019-04-24 21:43:38 -07:00
go_subdir_import_a.i
Fix typos
2022-02-10 16:12:24 +13:00
go_subdir_import_b.i
[Go] Add -cgo option, required for Go version 1.5 and later.
2015-03-02 14:03:33 -08:00
grouping.i
Examples/test-suite/grouping.i: resolve compiler warning.
2021-03-10 14:48:18 +01:00
guile_ext_test.i
Make guile test suite default to scm api
2013-04-28 22:06:21 +02:00
iadd.i
move iadd.h contents into iadd.i
2008-11-28 23:33:37 +00:00
ignore_parameter.i
Cosmetic stray semi-colon removal after %typemap using quotes
2022-08-31 19:40:13 +01:00
ignore_template_constructor.i
Fix Java container tests for change in vector constructor declaration
2017-06-29 19:59:19 +01:00
immutable_values.i
Renamed 'immutable' test-case to 'immutable_values'.
2010-11-18 00:15:13 +00:00
implicittest.i
%implicitconv is improved for overloaded functions.
2013-08-28 20:30:46 +01:00
import_fragments.i
Fix %import and %fragment forced inclusion to not generate code.
2017-06-03 18:37:05 +01:00
import_fragments_a.i
Add import_fragment test back in to Go test-suite
2017-06-16 19:24:22 +01:00
import_fragments_b.i
Fix %import and %fragment forced inclusion to not generate code.
2017-06-03 18:37:05 +01:00
import_nomodule.h
import_nomodule.i
Handle ) in command line interface filename
2022-03-08 18:15:18 +13:00
import_stl.list
new %import test for vector
2011-04-11 21:28:06 +00:00
import_stl_a.i
import_stl_b.i
imports.list
imports_a.h
test case added for "override" from imported module
2016-07-09 16:59:47 +03:00
imports_a.i
imports_b.h
test case added for "override" from imported module
2016-07-09 16:59:47 +03:00
imports_b.i
Document the module attribute in %import and add warning to Python for when it should be used
2008-09-18 14:52:52 +00:00
inctest.h
inctest.i
moved testdir/* to testdir/inctest/* under Examples/test-suite/
2013-01-13 23:14:46 +01:00
infinity.i
Correct infinity testcase
2014-05-29 08:45:56 +01:00
inherit.i
inherit_member.i
parent_class testcase name warning fixes for PHP
2015-07-05 09:29:47 +01:00
inherit_missing.i
inherit_same_name.i
add missing virtual destructors
2006-02-23 07:08:11 +00:00
inherit_target_language.i
inherit_void_arg.i
inline_initializer.i
inout.i
inplaceadd.i
input.i
modifying build system not to rely on the -I path to find the input files avoiding warning 125: move python .i files up one directory, some files have been renamed - prepended with python
2008-11-26 22:50:35 +00:00
insert_directive.h
Document %insert filename and add test for it
2017-01-13 20:43:50 +00:00
insert_directive.i
Document %insert filename and add test for it
2017-01-13 20:43:50 +00:00
integers.i
Add test cases for reference/const-reference of integers
2022-02-12 19:40:03 -05:00
intermediary_classname.i
test-suite fixes for compilers that don't support vararg macros
2018-05-06 09:46:37 +01:00
java_constants.i
java_director.i
[Java] Suppress deprecation warning on finalize method
2018-04-23 13:57:19 +02:00
java_director_assumeoverride.i
Rename func to funk in tests to avoid Go keyword problems
2017-06-16 19:24:48 +01:00
java_director_exception_feature.i
Cosmetic stray semi-colon removal after %typemap using quotes
2022-08-31 19:40:13 +01:00
java_director_exception_feature_nspace.i
Cosmetic stray semi-colon removal after %typemap using quotes
2022-08-31 19:40:13 +01:00
java_director_ptrclass.i
Enable variable and typemap substitution in typemap kwargs, and a test that verifies this works for directorin:descriptor.
2015-07-22 11:31:21 -07:00
java_director_typemaps.i
Java director typemaps.i testing for pointers added
2018-08-11 17:11:24 +01:00
java_director_typemaps_ptr.i
Fix crash Java directors
2018-08-12 13:45:43 +01:00
java_enums.i
Fix missing value for first item of enums with trailing comma
2019-07-11 17:15:38 +02:00
java_jnitypes.i
java_lib_arrays.i
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 support for java.nio.Buffer
2014-07-18 15:45:16 +03:00
java_nspacewithoutpackage.i
java_pgcpp.i
java_pragmas.i
Suppress ecj warnings
2008-01-31 22:58:43 +00:00
java_prepost.i
java_throws.i
Cosmetic stray semi-colon removal after %typemap using quotes
2022-08-31 19:40:13 +01:00
java_typemaps_proxy.i
Cosmetic stray semi-colon removal after %typemap using quotes
2022-08-31 19:40:13 +01:00
java_typemaps_typewrapper.i
Cosmetic stray semi-colon removal after %typemap using quotes
2022-08-31 19:40:13 +01:00
javascript_lib_arrays.i
Convert javascript_arrays.i example into testcase
2021-03-06 10:55:47 +00:00
keyword_rename.i
Test a different C# keyword rename
2021-03-20 09:49:30 +00:00
keyword_rename_c.i
Duplicate tests that are run twice as both C and C++ tests to fix parallel make: keyword_rename
2016-02-21 18:04:04 +00:00
kind.i
kwargs_feature.i
"Include what you use" for tests
2022-02-12 17:46:20 -05:00
langobj.i
set PyObject * out typemaps back to simple returns
2006-01-28 03:38:05 +00:00
lextype.i
fix lextype testcase when compiled as c++ as is the case with octave
2009-08-16 19:40:29 +00:00
li_attribute.i
Fix typos in attribute2ref() in Lib/typemaps/attribute.swg
2021-02-09 09:21:14 -07:00
li_attribute_template.i
Better Scilab workaround for testcase
2014-06-26 20:30:24 +01:00
li_boost_intrusive_ptr.i
Fix li_boost_intrusive_ptr for various versions of boost
2014-05-18 23:29:06 +01:00
li_boost_shared_ptr.i
enable li_boost_shared_ptr in r-test-suite
2022-10-24 18:20:10 +01:00
li_boost_shared_ptr_attribute.i
Turn on missing shared_ptr tests for Octave
2015-09-25 22:58:00 +01:00
li_boost_shared_ptr_bits.i
[OCaml] Add missing warning filters for OCaml keywords in the test suite
2018-12-31 05:55:10 -07:00
li_boost_shared_ptr_director.i
Add director shared_ptr typemaps for D
2017-10-17 22:47:16 +01:00
li_boost_shared_ptr_template.i
%shared_ptr and %template testcase modified to work for python -O
2016-06-21 19:49:27 +01:00
li_carrays.i
Add test and changes entry for Python -builtin %array_class fix
2016-12-18 17:50:47 +00:00
li_carrays_cpp.i
Add test and changes entry for Python -builtin %array_class fix
2016-12-18 17:50:47 +00:00
li_cdata.i
"Include what you use" for tests
2019-01-06 08:32:34 -05:00
li_cdata_carrays.i
li_cdata_carrays_cpp.i
Duplicate tests that are run twice as both C and C++ tests to fix parallel make: li_cdata_carrays
2016-02-21 21:36:58 +00:00
li_cdata_cpp.i
"Include what you use" for tests
2019-01-06 08:32:34 -05:00
li_cmalloc.i
li_constraints.i
li_cpointer.i
add support for named warning codes
2006-01-06 11:42:24 +00:00
li_cpointer_cpp.i
Duplicate tests that are run twice as both C and C++ tests to fix parallel make: li_cpointer
2016-02-21 18:04:04 +00:00
li_cstring.i
Merged the Python 3.0 support branch. The merging progress is not so smooth, so hope this commit won't make anything broken.
2008-09-11 17:18:07 +00:00
li_cwstring.i
Merged the Python 3.0 support branch. The merging progress is not so smooth, so hope this commit won't make anything broken.
2008-09-11 17:18:07 +00:00
li_factory.i
[php] Generate PHP type declarations
2022-01-20 10:07:44 +13:00
li_implicit.i
Remove redundant Python options: -nocastmode -nodirvtable -noextranative -nofastproxy
2018-12-18 19:51:32 +00:00
li_math.i
Conditionalise math.i for PHP
2021-03-17 09:43:15 +13:00
li_reference.i
li_std_auto_ptr.i
Add missing typecheck typemaps for std::auto_ptr and std::unique_ptr
2022-09-17 10:23:51 +01:00
li_std_carray.i
li_std_combinations.i
Fix 'not defined SWIGSCILAB' in testcases
2015-01-26 21:38:17 +00:00
li_std_container_typemaps.i
scilab: fix missing include in li_std_container_typemaps test
2014-07-10 12:54:57 +02:00
li_std_containers_int.i
li_std_containers_overload.i
Python STL container method overloading fix
2019-08-06 19:36:14 +01:00
li_std_deque.i
Remove use of std::bind2nd which is removed in C++17
2019-06-27 07:40:49 +01:00
li_std_except.i
"Include what you use" for tests
2019-01-06 08:32:34 -05:00
li_std_except_as_class.i
test-suite fixes for compilers that don't support vararg macros
2018-05-06 09:46:37 +01:00
li_std_functors.i
li_std_list.i
Remove use of std::bind2nd which is removed in C++17
2019-06-27 07:40:49 +01:00
li_std_map.i
[OCaml] Add missing warning filters for OCaml keywords in the test suite
2018-12-31 05:55:10 -07:00
li_std_map_member.i
li_std_multimap.i
Fix for missing C++ code in std::multimap wrappers.
2013-08-06 07:02:49 +01:00
li_std_pair.i
Fix STL wrappers to not generate <: digraphs.
2015-12-12 14:05:46 +00:00
li_std_pair_extra.i
modify test-suite (barring python atm) to not rely on the -I path to find the input .i file - removes the new warning 125 and sets up the test-suite for testing with ccache. This change required the use of -outcurrentdir and moving the .i files from the language subdirectories to the directory above along with some .i file name changes.
2008-11-26 21:35:15 +00:00
li_std_pair_lang_object.i
li_std_pair_using.i
Fix using declarations and templates. %template was putting the
2012-08-04 20:24:22 +00:00
li_std_queue.i
SWIG license change - The Examples and Lib move to a very permissive license in the LICENSE file, removing the BSD license restrictions as agreed by committers since it was inadvertently introduced. Remove some examples where the impact of the license change is not clear.
2010-02-27 23:26:02 +00:00
li_std_set.i
Fix std::vector<> Java typemaps for primitive types
2019-07-11 13:10:23 +02:00
li_std_stack.i
Various merge fixes in doxygen branches
2018-05-19 08:12:10 +01:00
li_std_stream.i
li_std_string.i
[PHP] Don't generate code referencing undefined $r
2019-02-08 18:09:52 +13:00
li_std_string_extra.i
std_basic_string.i fixes
2018-01-04 07:00:26 +00:00
li_std_vector.i
Fix comments about version Tcl bug fixed in
2022-02-08 16:39:42 +13:00
li_std_vector_back_reference.i
Add std::vector back reference test
2019-02-18 21:39:17 +00:00
li_std_vector_enum.i
Fix #3475492 - iterating through std::vector wrappers of enumerations.
2012-03-13 07:10:24 +00:00
li_std_vector_extra.i
Remove use of std::bind2nd which is removed in C++17
2019-06-27 07:40:49 +01:00
li_std_vector_member_var.i
li_std_vector_ptr.i
Add missing typedefs to std::vector + typedef corrections
2019-02-13 22:46:28 +00:00
li_std_vector_vector.i
Remove C++11 from li_std_vector_vector testcase
2022-10-18 08:05:49 +01:00
li_std_vectora.i
modifying build system not to rely on the -I path to find the input files avoiding warning 125: move python .i files up one directory, some files have been renamed - prepended with python
2008-11-26 22:50:35 +00:00
li_std_wstream.i
Sun studio warning suppression in tests
2011-02-20 13:02:21 +00:00
li_std_wstring.h
Add support for wchar_t * and std::wstring Unicode strings on Linux
2022-05-02 21:08:19 +01:00
li_std_wstring.i
Rename debug in testcases to trace
2022-08-20 15:09:23 +01:00
li_std_wstring_inherit.i
Split testcases li_std_wstring.i and li_std_wstring_inherit.i
2019-07-22 19:05:21 +01:00
li_stdint.i
Cosmetic changes in a few test cases
2015-01-27 07:48:48 +00:00
li_swigtype_inout.i
Test suite warning fixes
2014-12-28 10:38:12 +00:00
li_typemaps.i
OUTPUT typemaps on methods that don't return void
2021-03-01 14:20:18 +00:00
li_typemaps_apply.i
li_windows.i
Cygwin test-suite fix for tcl 8.5 on Cygwin
2013-09-14 15:52:42 -07:00
list_vector.i
Fix tests.
2003-06-03 22:13:23 +00:00
long_long.i
Java - unsigned long long marshalling improvements for negative numbers
2016-03-31 18:56:32 +01:00
long_long_apply.i
lua_inherit_getitem.i
Add test case for Lua __getitem + inheritance
2016-03-17 07:48:01 +01:00
lua_lightuserdata.i
Clean up test cases
2020-02-17 09:16:42 -08:00
lua_no_module_global.i
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_funcptr_galore.i
Add support for member function pointers with ref-qualifiers
2017-09-05 18:44:00 +01:00
member_pointer.i
Fix wrapping of references/pointers and qualifiers to member pointers
2017-03-16 21:04:38 +00:00
member_pointer_const.i
Fix wrapping of references/pointers and qualifiers to member pointers
2017-03-16 21:04:38 +00:00
member_template.i
memberin1.i
Ruby: Replace all occurences of STR2CSTR macro with calls to StringValuePtr
2012-12-14 15:48:31 +00:00
memberin_extend.i
"Include what you use" for tests
2019-01-06 08:32:34 -05:00
memberin_extend_c.i
Fix GCC -Wstringop-truncation warning
2021-04-19 18:13:02 +12:00
minherit.i
Add support for the Go programming language.
2010-06-10 01:13:31 +00:00
minherit2.i
Cosmetic stray semi-colon removal after %typemap using quotes
2022-08-31 19:40:13 +01:00
mixed_types.i
mod.h
"Include what you use" for tests
2019-01-06 08:32:34 -05:00
mod.list
mod_a.i
avoid cast list elements, add more debug info, add Rubin's multi-module 'mod'example
2006-01-20 18:59:06 +00:00
mod_b.i
avoid cast list elements, add more debug info, add Rubin's multi-module 'mod'example
2006-01-20 18:59:06 +00:00
multi_import.h
Extend diamond multi test to fix go
2022-02-15 07:53:46 -05:00
multi_import.list
Add a "diamond" pattern to multi-impmort test
2022-02-12 19:40:03 -05:00
multi_import_a.i
Extend diamond multi test to fix go
2022-02-15 07:53:46 -05:00
multi_import_b.i
Extend diamond multi test to fix go
2022-02-15 07:53:46 -05:00
multi_import_c.i
Extend diamond multi test to fix go
2022-02-15 07:53:46 -05:00
multi_import_d.i
Extend diamond multi test to fix go
2022-02-15 07:53:46 -05:00
multiple_inheritance.i
multiple_inheritance_abstract.i
Remove nonsensical comment
2022-07-20 14:18:49 +12:00
multiple_inheritance_interfaces.i
%interface family of macros no longer add variable wrappers
2022-03-12 23:04:24 +00:00
multiple_inheritance_nspace.i
Fixes for the family of %interface macros for overloaded methods
2022-03-12 23:04:24 +00:00
multiple_inheritance_overload.i
Fix warning in D test-suite
2022-03-28 19:30:47 +01:00
multiple_inheritance_shared_ptr.i
Fixes for the family of %interface macros for overloaded methods
2022-03-12 23:04:24 +00:00
multivalue.i
[OCaml] Move INPUT, OUTPUT, and INOUT typemaps to typemaps.i
2019-02-18 23:02:20 -07:00
name.i
add support for named warning codes
2006-01-06 11:42:24 +00:00
name_cxx.i
name_warnings.i
Prevent "__dummy_0__" template methods from matching name warnings
2022-02-06 13:51:37 -05:00
namespace_chase.i
Fix type lookup in the presence of using directives and using declarations
2017-08-16 00:24:25 +01:00
namespace_class.i
namespace_enum.i
The great merge
2002-11-30 22:01:28 +00:00
namespace_extend.i
namespace_forward_declaration.i
namespace_nested.i
namespace_spaces.i
Sun studio warning suppression in tests
2011-02-20 13:02:21 +00:00
namespace_struct.i
[R] Fix CopyToR() generated for struct in namespace
2022-01-31 12:05:09 +13:00
namespace_template.i
%template scope enforcement and class definition fixes
2017-08-16 00:24:25 +01:00
namespace_typedef_class.i
namespace_typemap.i
Merge pull request #1398 from swig-fortran/missing-includes
2022-02-01 14:05:17 +13:00
namespace_union.i
warnfilter fixed
2014-02-03 02:21:44 +04:00
namespace_virtual_method.i
CHANGES.current
2004-09-26 01:14:49 +00:00
native_directive.i
Replace Handle with Local depending on Node.js version
2020-04-07 14:13:12 +02:00
naturalvar.i
naturalvar_more.i
naturalvar_onoff.i
%naturalvar feature fixes and documentation
2014-01-11 19:32:43 +00:00
nested.i
Simplify nested testcase
2018-08-20 19:28:29 +01:00
nested_class.i
Fix MSVC error in nested_class.i
2022-07-26 15:28:51 +12:00
nested_comment.i
nested_directors.i
Fix warning suppression in testcase
2014-03-14 16:53:09 +00:00
nested_extend_c.i
"Include what you use" for tests
2019-01-06 08:32:34 -05:00
nested_ignore.i
renamed test module, in accordance with other tests
2016-06-08 14:19:29 +03:00
nested_in_template.i
Fix some MSVC compiler warnings in the test suite
2019-03-07 09:44:01 -07:00
nested_inheritance_interface.i
Fixes for the family of %interface macros for overloaded methods
2022-03-12 23:04:24 +00:00
nested_private.i
nested_scope.i
Add and improve Ruby test cases in the context of nesting and namespaces
2020-12-16 22:30:46 +01:00
nested_scope_flat.i
Add and improve Ruby test cases in the context of nesting and namespaces
2020-12-16 22:30:46 +01:00
nested_structs.i
[OCaml] Add missing warning filters for OCaml keywords in the test suite
2018-12-31 05:55:10 -07:00
nested_template_base.i
[OCaml] Add missing warning filters for OCaml keywords in the test suite
2018-12-31 05:55:10 -07:00
nested_workaround.i
newobject1.i
newobject2.i
use $self special variable instead of self in %extend
2006-11-08 01:01:37 +00:00
newobject3.i
Fix newobject3 testcase
2017-10-10 08:05:21 +01:00
not_c_keywords.i
complex can now be used as an identifier
2020-10-10 16:07:55 +01:00
nspace.i
Merge branch 'master' into devel
2014-03-30 23:07:56 +02:00
nspace_extend.i
null_pointer.i
Rename func to funk in tests to avoid Go keyword problems
2017-06-16 19:24:48 +01:00
octave_cell_deref.i
Rename func to funk in tests to avoid Go keyword problems
2017-06-16 19:24:48 +01:00
octave_dim.i
Make octave_dim tests pass for octave version != 3.2.4
2012-04-15 22:47:38 +00:00
operator_overload.i
Tweak testcase comments
2022-07-13 15:21:12 +12:00
operator_overload_break.i
"Include what you use" for tests
2019-01-06 08:32:34 -05:00
operator_pointer_ref.i
"Include what you use" for tests
2019-01-06 08:32:34 -05:00
operbool.i
ordering.i
overload_arrays.i
[Chicken] Remove code for Chicken
2021-05-16 08:42:39 +12:00
overload_bool.i
overload_complicated.i
Remove unused SWIG_NO_OVERLOAD macro from testcases
2017-10-04 23:49:40 +01:00
overload_copy.i
Remove unused SWIG_NO_OVERLOAD macro from testcases
2017-10-04 23:49:40 +01:00
overload_extend.i
Cosmetic stray semi-colon removal after %typemap using quotes
2022-08-31 19:40:13 +01:00
overload_extend2.i
Cosmetic stray semi-colon removal after %typemap using quotes
2022-08-31 19:40:13 +01:00
overload_extend_c.i
Duplicate tests that are run twice as both C and C++ tests to fix parallel make: overload_extend
2016-02-21 19:24:11 +00:00
overload_method.i
[OCaml] Add missing warning filters for OCaml keywords in the test suite
2018-12-31 05:55:10 -07:00
overload_null.i
Shorten testcase variable names for Scilab 6 to work
2021-11-15 22:45:56 +00:00
overload_numeric.i
Infinity is now by default an acceptable value for type 'float'.
2013-09-12 07:28:12 +01:00
overload_polymorphic.i
php: Fix char* typecheck typemap to accept Null
2021-03-19 08:34:15 +13:00
overload_rename.i
fix typo
2004-11-15 22:15:32 +00:00
overload_return_type.i
overload_simple.i
[Chicken] Remove code for Chicken
2021-05-16 08:42:39 +12:00
overload_subtype.i
overload_template.i
Rename max() to maximum() as max() is a built-in function in PHP.
2009-08-14 01:33:23 +00:00
overload_template_fast.i
packageoption.h
packageoption.list
Apply patch #2143727 for Python from Serge Monkewitz to fix importing base classes when the package option is specified in %module and that module is %import'ed
2008-12-02 20:21:16 +00:00
packageoption_a.i
packageoption_b.i
packageoption_c.i
php_iterator.i
Cosmetic stray semi-colon removal after %typemap using quotes
2022-08-31 19:40:13 +01:00
php_namewarn_rename.i
[PHP] Add new PHP 8.1 keyword
2021-12-18 15:30:38 +13:00
php_pragma.i
Add tests for PHP pragma version to both PHP5 and PHP7.
2017-05-08 12:02:18 +05:30
pointer_in_out.i
The great merge
2002-11-30 22:01:28 +00:00
pointer_reference.i
prefix.i
[php] Use -prefix setting in type declarations
2022-01-21 11:08:24 +13:00
preproc.i
Fix a preprocessor expression evaluation bug
2022-02-23 18:53:59 +13:00
preproc_constants.i
Enable testcase for %
2022-01-25 14:09:49 +13:00
preproc_constants_c.i
preproc_cpp.i
preproc_cpp test for testing preprocessor and C++
2021-12-22 19:06:00 +00:00
preproc_defined.i
Report errors in preprocessor expressions by default
2022-10-05 17:07:06 +13:00
preproc_expr.i
Fix operator precedence in preprocessor expressions
2022-07-26 14:18:38 +12:00
preproc_gcc_output.h
Fix regression parsing gcc preprocessor linemarkers
2019-02-19 21:32:04 +00:00
preproc_gcc_output.i
Fix regression parsing gcc preprocessor linemarkers
2019-02-19 21:32:04 +00:00
preproc_include.i
preproc_include_a.h
preproc_include_b.h
preproc_include_c.h
preproc_include_d withspace.h
Fix regression introduced in swig-2.0.2 where filenames with spaces were not found when used with %include and %import
2011-03-17 07:33:05 +00:00
preproc_include_e withspace.h
Fix regression introduced in swig-2.0.2 where filenames with spaces were not found when used with %include and %import
2011-03-17 07:33:05 +00:00
preproc_include_f withspace.h
preproc_include_g.h
preproc_include_h1.i
Fix %include inside %define macros - patch from Karl Wette
2012-03-15 20:32:14 +00:00
preproc_include_h2.i
preproc_include_h3.i
Fix %include inside %define macros - patch from Karl Wette
2012-03-15 20:32:14 +00:00
preproc_line_file.i
Fix preproc_line_file test
2015-01-26 22:35:17 +00:00
preproc_predefined.h
Sort out predefined SWIG-specific macros
2022-10-05 12:40:15 +13:00
preproc_predefined.i
Additional SWIG_VERSION testing
2022-10-13 08:09:13 +01:00
primitive_ref.i
test for ref+int overload
2004-10-25 19:06:50 +00:00
primitive_types.i
Fix some rejections of valid floating-point literals
2019-02-21 02:11:51 -07:00
private_assign.i
Avoid another warning about deprecated implicit copy ctor
2021-10-01 01:39:12 +02:00
profiletest.i
add more cases
2005-12-27 22:35:54 +00:00
protected_rename.i
proxycode.i
Add %proxycode directive for adding code into proxy classes for C#, D and Java
2017-01-13 20:43:50 +00:00
pure_virtual.i
[OCaml] Add missing warning filters for OCaml keywords in the test suite
2018-12-31 05:55:10 -07:00
python_abstractbase.i
Add Python < 3.3 support for pyabc.i
2022-03-23 07:58:01 +00:00
python_annotations_c.i
Remove -py3 command line option
2022-03-23 18:13:07 +00:00
python_annotations_variable_c.i
Add support for Python variable annotations as a feature.
2022-03-02 19:33:03 +00:00
python_append.i
Fixing setting this in Python when using __slots__
2020-02-06 07:08:16 +00:00
python_builtin.i
doxygen_autodoc_docstring test fix for Python builtin
2022-04-06 22:33:17 +01:00
python_destructor_exception.i
Add test case for Python 3.5 assertion with a pending StopIteration
2015-12-16 12:57:06 +00:00
python_director.i
python_docstring.i
Improve Python docstring indentation handling
2015-07-30 08:26:08 +01:00
python_extranative.i
Python - fix compilation error when using -extranative and -builtin.
2016-11-02 22:00:54 +00:00
python_flatstaticmethod.i
Cosmetic stray semi-colon removal after %typemap using quotes
2022-08-31 19:40:13 +01:00
python_moduleimport.i
Fix pep8 E265 error in testcase
2016-12-11 22:20:44 +00:00
python_nondynamic.i
Hard-wire -modern and -modernargs on
2018-10-12 07:10:47 +01:00
python_overload_simple_cast.i
python_pickle.i
Rename debug in testcases to trace
2022-08-20 15:09:23 +01:00
python_pybuffer.i
Fix some MSVC compiler warnings in the test suite
2019-03-07 09:44:01 -07:00
python_pythoncode.i
Remove debug display in python_pythoncode testcase
2018-12-22 18:47:34 +00:00
python_richcompare.i
python_runtime_data.list
Use different capsule names with and without -builtin
2022-03-18 13:44:54 -04:00
python_runtime_data_builtin.i
Use different capsule names with and without -builtin
2022-03-18 13:44:54 -04:00
python_runtime_data_nobuiltin.i
Use different capsule names with and without -builtin
2022-03-18 13:44:54 -04:00
python_strict_unicode.i
Tests for Python Bytes/Unicode distinction
2016-02-04 21:07:40 -05:00
python_threads.i
Fix Python crash when using -threads iterating containers
2014-09-23 22:33:25 +01:00
python_varargs_typemap.i
Remove some usage of strdup
2022-05-07 07:09:44 +01:00
r_copy_struct.i
R test case warning fixes
2015-12-19 16:21:22 +00:00
r_double_delete.i
modify test-suite (barring python atm) to not rely on the -I path to find the input .i file - removes the new warning 125 and sets up the test-suite for testing with ccache. This change required the use of -outcurrentdir and moving the .i files from the language subdirectories to the directory above along with some .i file name changes.
2008-11-26 21:35:15 +00:00
r_legacy.i
modify test-suite (barring python atm) to not rely on the -I path to find the input .i file - removes the new warning 125 and sets up the test-suite for testing with ccache. This change required the use of -outcurrentdir and moving the .i files from the language subdirectories to the directory above along with some .i file name changes.
2008-11-26 21:35:15 +00:00
r_overload_array.i
Fix R Lib files and testcase failing due to new preprocessor checks
2014-10-29 23:11:09 +00:00
r_overload_comma.i
fix #697 - miscounting comma in member lists
2016-11-12 00:23:41 +08:00
r_sexp.i
r_use_isnull.i
add support files and regression tests for #1124
2017-11-25 01:37:14 +08:00
README
Fix various comment and documentation typos
2017-08-13 18:04:33 +12:00
redefined.i
add support for named warning codes
2006-01-06 11:42:24 +00:00
redefined_not.i
Misc. typos
2018-05-17 10:04:23 -04:00
refcount.h
Improve #include guard macros
2022-07-19 09:35:46 +12:00
refcount.i
reference_global_vars.i
register_par.i
Fix C tests for Javascript and c++17
2021-11-11 19:56:37 +00:00
rename.h
testcase fixes for gcc-9
2019-04-15 23:25:53 +01:00
rename1.i
testcase fixes for gcc-9
2021-03-25 16:17:06 +13:00
rename2.i
testcase fixes for gcc-9
2021-03-25 16:17:06 +13:00
rename3.i
testcase fixes for gcc-9
2019-04-15 23:25:53 +01:00
rename4.i
testcase fixes for gcc-9
2021-03-25 16:17:06 +13:00
rename_camel.i
Update testcase comment
2022-03-19 08:55:39 +13:00
rename_pcre_encoder.i
rename_pcre_enum.i
Add support for "[not]regexmatch" and "regextarget" to %rename.
2010-07-22 17:02:10 +00:00
rename_predicates.i
rename_rstrip_encoder.i
Add rstrip encoder for use in %rename.
2016-03-02 07:11:09 +00:00
rename_scope.i
rename_simple.i
Add runfile to check for correct compatibility name generation
2013-11-09 14:54:36 +00:00
rename_strip_encoder.i
rename_wildcard.i
Fix %rename override of wildcard %rename for templates
2016-11-28 22:50:52 +00:00
restrict_cplusplus.i
Remove support for PHP5
2018-06-07 18:09:03 +12:00
ret_by_value.i
return_const_value.i
return_value_scope.i
rname.i
Eliminate use of fn in testcases
2021-03-30 11:01:51 +13:00
ruby_alias_global_function.i
Fix ruby %alias directive for native c functions
2018-03-22 08:05:01 -04:00
ruby_alias_method.i
Fix ruby %alias directive for native c functions
2018-03-22 08:05:01 -04:00
ruby_alias_module_function.i
Fix ruby %alias directive for native c functions
2018-03-22 08:05:01 -04:00
ruby_global_immutable_vars.i
Ruby globalmodule variables test enhancement
2019-12-30 23:52:02 +00:00
ruby_global_immutable_vars_cpp.i
Ruby globalmodule variables test enhancement
2019-12-30 23:52:02 +00:00
ruby_keywords.i
modify test-suite (barring python atm) to not rely on the -I path to find the input .i file - removes the new warning 125 and sets up the test-suite for testing with ccache. This change required the use of -outcurrentdir and moving the .i files from the language subdirectories to the directory above along with some .i file name changes.
2008-11-26 21:35:15 +00:00
ruby_li_std_speed.i
Various merge fixes in doxygen branches
2018-05-19 08:12:10 +01:00
ruby_manual_proxy.i
Cosmetic stray semi-colon removal after %typemap using quotes
2022-08-31 19:40:13 +01:00
ruby_minherit_shared_ptr.i
Ruby shared_ptr fixes for use with minherit
2015-10-01 22:36:01 +01:00
ruby_naming.i
ruby_naming_bugs.i
[Ruby] Fix remove of prefix from method name
2022-02-02 15:53:23 +13:00
ruby_rdata.i
minor edit
2019-02-22 19:55:55 +00:00
ruby_track_objects.i
ruby_track_objects_directors.i
samename.i
scilab_consts.i
scilab: support typed constants (U UL L) in scilabconst(1)
2014-10-16 16:00:51 +02:00
scilab_enums.i
scilab: fix issue #755
2016-07-29 11:52:26 +02:00
scilab_identifier_name.i
Fix typos
2021-11-17 07:07:02 +02:00
scilab_li_matrix.i
fix failing unit tests with Scilab V6
2015-01-12 16:20:27 +01:00
scilab_multivalue.i
scilab: new test scilab_multivalue
2014-04-01 15:47:27 +02:00
scilab_pointer_conversion_functions.i
scilab: SWIG_ptr() accepts mlist typed pointers and converts them to pointers
2016-12-15 23:57:42 +01:00
shared_ptr_wrapper.h
Correct test for global shared_ptr variable
2008-04-04 23:26:54 +00:00
simple_array.i
simutry.i
Rename func to funk in tests to avoid Go keyword problems
2017-06-16 19:24:48 +01:00
sizeof_pointer.i
Cosmetic changes in a few test cases
2015-01-27 07:48:48 +00:00
sizet.i
[Chicken] Remove code for Chicken
2021-05-16 08:42:39 +12:00
smart_pointer_const.i
smart_pointer_const2.i
smart_pointer_const_overload.i
"Include what you use" for tests
2019-01-06 08:32:34 -05:00
smart_pointer_extend.i
smart_pointer_ignore.i
Fix some test-suite warnings
2016-10-16 19:10:35 +01:00
smart_pointer_inherit.i
Testcase warning fix using gcc-11
2021-11-12 19:00:20 +00:00
smart_pointer_member.i
smart_pointer_multi.i
The great merge
2002-11-30 22:01:28 +00:00
smart_pointer_multi_typedef.i
smart_pointer_namespace.i
smart_pointer_namespace2.i
%template scope enforcement and class definition fixes
2017-08-16 00:24:25 +01:00
smart_pointer_not.i
Sun studio warning suppression in tests
2011-02-20 13:02:21 +00:00
smart_pointer_overload.i
Remove unused SWIG_NO_OVERLOAD macro from testcases
2017-10-04 23:49:40 +01:00
smart_pointer_protected.i
add virtual destructors where needed
2004-04-11 12:10:44 +00:00
smart_pointer_rename.i
smart_pointer_simple.i
smart_pointer_static.i
add virtual destructors where needed
2004-04-11 12:10:44 +00:00
smart_pointer_template_const_overload.i
smart_pointer_template_defaults_overload.i
Fix std::map and smart pointers.
2014-03-06 19:52:03 +00:00
smart_pointer_templatemethods.i
Warning fixes in test-suite
2014-05-24 14:13:24 +01:00
smart_pointer_templatevariables.i
smart_pointer_typedef.i
sneaky1.i
special_variable_attributes.i
testcase warning fix
2015-08-02 19:58:10 +01:00
special_variable_macros.i
Allow referencing of typemap keywords inside of "$typemap("
2022-02-25 10:52:33 -05:00
special_variables.i
Two additional special variable are expanded in %exception - $parentname
2012-10-11 19:24:24 +00:00
static_array_member.i
more cleanups
2005-12-22 08:43:11 +00:00
static_const_member.i
[D] Renamed the "dnativeconst" feature to "dmanifestconst".
2010-11-18 10:16:05 +00:00
static_const_member_2.i
[OCaml] Add missing warning filters for OCaml keywords in the test suite
2018-12-31 05:55:10 -07:00
std_containers.i
[ruby] must not do null check for VALUE obj, which can be 0x0 == Qfalse, a valid Ruby object.
2017-03-06 15:13:05 +09:00
stl_new.i
stl_no_default_constructor.i
More C# std::list testing
2019-03-25 18:48:51 +00:00
string_constants.i
Add missing string_constant.i testcase
2016-03-12 23:26:23 +00:00
string_simple.i
Merge pull request #1398 from swig-fortran/missing-includes
2022-02-01 14:05:17 +13:00
struct_initialization.i
Warning fixes in test-suite
2014-05-24 14:13:24 +01:00
struct_initialization_cpp.i
struct_rename.i
new test
2003-09-01 17:54:18 +00:00
struct_value.i
swig_examples_lock.h
swig_exception.i
Arrange to return after calling zend_throw_exception()
2016-09-16 17:54:02 +12:00
swigobject.i
fix cast of pointer to long
2009-01-08 19:46:38 +00:00
sym.i
The great merge
2002-11-30 22:01:28 +00:00
symbol_clash.i
tag_no_clash_with_variable.i
template_arg_replace.i
Remove superfluous semicolons
2022-02-15 14:00:12 +13:00
template_arg_scope.i
The great merge
2002-11-30 22:01:28 +00:00
template_arg_typename.i
template_array_numeric.i
template_base_template.i
fix php keyword warnings
2006-01-23 21:46:49 +00:00
template_basic.i
Renamed 'template' test-case to 'template_basic'.
2010-11-18 00:15:41 +00:00
template_class_reuse_name.i
Duplicate class template instantiations via %template changes
2022-11-18 19:35:47 +00:00
template_classes.i
Python code generated with '-builtin -modernargs' segfaults for any method taking zero arguments.
2015-04-24 21:08:17 +01:00
template_const_ref.i
template_construct.i
Fix C++20 compatibility in testcases
2022-07-26 15:28:51 +12:00
template_default.i
[Chicken] Remove code for Chicken
2021-05-16 08:42:39 +12:00
template_default2.i
Duplicate class template instantiations via %template changes
2022-11-18 19:35:47 +00:00
template_default_arg.i
test-suite warning fixes
2016-02-21 21:36:58 +00:00
template_default_arg_overloaded.i
Fix overloaded templates and default arguments
2015-10-11 17:30:34 +01:00
template_default_arg_overloaded_extend.i
Testcase fix for R
2016-05-07 19:30:13 +01:00
template_default_arg_virtual_destructor.i
Add CHANGES note for virtual destructor in templates bug in prev commit
2013-01-06 01:49:25 +00:00
template_default_cache.i
Add template_default_cache runtime tests
2017-01-16 07:46:03 +00:00
template_default_class_parms.i
[OCaml] Add missing warning filters for OCaml keywords in the test suite
2018-12-31 05:55:10 -07:00
template_default_class_parms_typedef.i
[OCaml] Add missing warning filters for OCaml keywords in the test suite
2018-12-31 05:55:10 -07:00
template_default_inherit.i
template_default_pointer.i
template_default_qualify.i
Change class names in test code which clash with PHP reserved words
2009-08-13 03:58:09 +00:00
template_default_vw.i
Remove superfluous semicolons
2022-02-15 14:00:12 +13:00
template_empty_inherit.i
Warnings in testcases fix
2017-09-10 12:49:24 +01:00
template_enum.i
template_enum_ns_inherit.i
template_enum_typedef.i
template_explicit.i
template_expr.i
Restore testing template_expr testcase
2022-11-23 07:32:12 +00:00
template_extend1.i
add support for named warning codes
2006-01-06 11:42:24 +00:00
template_extend2.i
template_extend_overload.i
template_extend_overload_2.i
[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_forward.i
Fix #1538522 and #1338527 , forward templated class declarations without a name for the templated class parameters, such as: template <typename, class> class X;
2007-01-25 23:50:04 +00:00
template_function_parm.i
Fix seg fault using %template
2023-01-03 23:53:34 +00:00
template_inherit.i
add virtual destructors where needed
2004-04-11 12:10:44 +00:00
template_inherit_abstract.i
template_int_const.i
template_keyword_in_type.i
Testcase workaround for Solaris
2015-07-05 17:16:37 +01:00
template_matrix.i
Workaround for clang 3.2 libc++ empty struct bug.
2014-02-04 11:55:36 -05:00
template_methods.i
Python builtin - warning suppression/fixes for 'gcc -Wall' and cosmetic changes in generated code.
2011-04-05 20:39:44 +00:00
template_namespace_forward_declaration.i
template_nested.i
Add and improve Ruby test cases in the context of nesting and namespaces
2020-12-16 22:30:46 +01:00
template_nested_flat.i
Add and improve Ruby test cases in the context of nesting and namespaces
2020-12-16 22:30:46 +01:00
template_nested_typemaps.i
%template scope enforcement and class definition fixes
2017-08-16 00:24:25 +01:00
template_ns.i
template_ns2.i
The great merge
2002-11-30 22:01:28 +00:00
template_ns3.i
template_ns4.i
template_ns_enum.i
template_ns_enum2.i
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
Update template_opaque testcase
2019-03-01 08:15:03 +00:00
template_parameters_global_scope.i
Testcase fix for nameclash in php
2017-08-16 00:24:25 +01:00
template_partial_arg.i
template_partial_specialization.i
Rewrite does_parm_match used in template partial specialization
2023-02-17 08:22:55 +00:00
template_partial_specialization_more.i
Make new testcase c++98 compliant
2023-02-17 18:44:56 +00:00
template_partial_specialization_typedef.i
Fix deduction of partially specialized template parameters
2023-02-17 08:23:41 +00:00
template_private_assignment.i
Template private assignment testcase
2014-01-11 17:39:47 +00:00
template_qualifier.i
The great merge
2002-11-30 22:01:28 +00:00
template_ref_type.i
template_rename.i
template_retvalue.i
template_specialization.i
template_specialization_defarg.i
Duplicate class template instantiations via %template changes
2022-11-18 19:35:47 +00:00
template_specialization_enum.i
template_static.i
Add and improve Ruby test cases in the context of nesting and namespaces
2020-12-16 22:30:46 +01:00
template_tbase_template.i
template_template_parameters.i
Improved template template parameters support.
2022-12-02 19:16:02 +00:00
template_template_template_parameters.i
Testcase fix for -Wdelete-non-virtual-dtor
2022-12-02 22:47:14 +00:00
template_templated_constructors.i
Fix templated constructors regression
2014-12-09 23:48:37 +00:00
template_type_namespace.i
template_typedef.i
template_typedef_class_template.i
[OCaml] Add missing warning filters for OCaml keywords in the test suite
2018-12-31 05:55:10 -07:00
template_typedef_cplx.i
template_typedef_cplx2.h
Improve #include guard macros
2022-07-19 09:35:46 +12:00
template_typedef_cplx2.i
template_typedef_cplx3.i
template_typedef_cplx4.i
template_typedef_cplx5.i
Misc. typos
2018-05-17 10:04:23 -04:00
template_typedef_fnc.i
template_typedef_funcptr.i
template_typedef_import.i
template_typedef_import.list
template_typedef_inherit.i
Correct testcase warning fix
2016-02-22 07:06:47 +00:00
template_typedef_ns.i
template_typedef_ptr.i
template_typedef_rec.i
template_typedef_typedef.i
Work around D test suite failure due to issue #254 .
2014-11-06 23:04:35 +01:00
template_typemaps.i
[OCaml] Add missing warning filters for OCaml keywords in the test suite
2018-12-31 05:55:10 -07:00
template_typemaps_typedef.i
[OCaml] Add missing warning filters for OCaml keywords in the test suite
2018-12-31 05:55:10 -07:00
template_typemaps_typedef2.i
[OCaml] Add missing warning filters for OCaml keywords in the test suite
2018-12-31 05:55:10 -07:00
template_using.i
template_using_directive_and_declaration_forward.i
template_using_directive_typedef.i
Add missing template_using_directive_typedef.i test file
2017-08-16 22:15:17 +01:00
template_virtual.i
Misc. typo and whitespace fixes
2018-09-19 20:29:14 +01:00
template_whitespace.i
Cosmetic stray semi-colon removal after %typemap using quotes
2022-08-31 19:40:13 +01:00
threads.i
"Include what you use" for tests
2019-01-06 08:32:34 -05:00
threads_exception.i
Move <string.h> fragment to swigfragments
2019-01-06 09:08:12 -05:00
throw_exception.i
test-suite fixes for compilers that don't support vararg macros
2018-05-06 09:46:37 +01:00
typedef_array_member.i
typedef_class.i
typedef_classforward_same_name.i
Add more runtime typedef_classforward_same_name runtime testing
2017-12-31 16:37:27 +00:00
typedef_funcptr.i
Fix handling of typedef'd function pointers for Go
2017-03-17 07:49:21 +00:00
typedef_inherit.i
Polymorphism in R wrappers fixed for C++ structs
2022-10-24 08:56:55 +01:00
typedef_mptr.i
typedef_reference.i
typedef_scope.i
typedef_sizet.i
typedef_struct.i
"Include what you use" for tests
2019-01-06 08:32:34 -05:00
typedef_struct_cpp.i
Duplicate tests that are run twice as both C and C++ tests to fix parallel make: typedef_struct
2016-02-21 19:24:27 +00:00
typedef_typedef.i
typemap_array_qualifiers.i
-Wvolatile gcc warning fix for C++20
2022-07-31 01:02:08 +01:00
typemap_arrays.i
typemap_delete.i
[OCaml] Add missing warning filters for OCaml keywords in the test suite
2018-12-31 05:55:10 -07:00
typemap_directorout.i
D: Work around nativepointer problem in test-suite/typemap_directorout.i.
2014-11-06 23:04:35 +01:00
typemap_documentation.i
Update documentation for using SWIG_ConvertPtr example usage
2016-10-23 20:16:35 +01:00
typemap_global_scope.i
typemap_manyargs.i
Fix unused variable warnings in test-suite
2016-05-28 00:45:24 +01:00
typemap_namespace.i
typemap_ns_using.i
typemap_numinputs.i
typemap_out_optimal.i
Rename debug in testcases to trace
2022-08-20 15:09:23 +01:00
typemap_qualifier_strip.i
Fix invalid code in testcase typemap_qualifier_strip.i
2022-01-26 15:39:38 +13:00
typemap_self.i
typemap_subst.i
Fix unused warnings in perl wrappers
2016-05-28 09:59:16 +01:00
typemap_template.i
Fix failure of %apply directive in anonymous templates
2019-02-06 08:48:40 -05:00
typemap_template_parm_typedef.i
typemap_template_parms.i
Parameter name expansion fix for template functions.
2019-08-01 19:46:16 +01:00
typemap_template_typedef.i
Run typemap_template_typedef testcase
2017-10-04 08:16:10 +01:00
typemap_variables.i
Cosmetic stray semi-colon removal after %typemap using quotes
2022-08-31 19:40:13 +01:00
typemap_various.i
"Include what you use" for tests
2022-02-12 17:46:20 -05:00
typename.i
types_directive.i
Add Javascript (JSC) support for type conversion
2021-03-11 20:18:58 +00:00
unicode_strings.i
Add missing checks for failures in calls to PyUnicode_AsUTF8String.
2017-12-04 20:14:04 +00:00
union_parameter.i
Add support for the Go programming language.
2010-06-10 01:13:31 +00:00
union_scope.i
unions.i
Cosmetic changes in a few test cases
2015-01-27 07:48:48 +00:00
using1.i
using2.i
Fix warning suppression for WARN_PARSE_USING_UNDEF
2022-02-20 16:45:10 +00:00
using_composition.i
Added special cases to the test-suite as required for D.
2010-11-18 00:17:37 +00:00
using_directive_and_declaration.i
Fix using declarations combined with using directives with forward class
2012-08-04 20:23:07 +00:00
using_directive_and_declaration_forward.i
Work around clang bugs with symbol resolution
2014-01-30 16:18:21 -05:00
using_extend.i
Added special cases to the test-suite as required for D.
2010-11-18 00:17:37 +00:00
using_inherit.i
using_member.i
Comment broken part of using_member.i
2022-03-26 12:03:09 +00:00
using_member_scopes.i
Fix using declaration in derived class bugs
2022-03-24 20:52:58 +00:00
using_namespace.i
Added special cases to the test-suite as required for D.
2010-11-18 00:17:37 +00:00
using_namespace_loop.i
Fixed the argument counts passed to SWIG_Python_UnpackTuple for varargs.
2011-04-29 18:25:16 +00:00
using_pointers.i
test-suite fixes for compilers that don't support vararg macros
2018-05-06 09:46:37 +01:00
using_private.i
using_protected.i
test-suite warning fixes
2016-02-21 21:36:58 +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
Remove superfluous semicolons
2022-02-15 14:00:12 +13:00
valuewrapper_const.i
Fix some usage of global scope operator ::
2009-11-03 19:14:37 +00:00
valuewrapper_opaque.i
Fix C++20 compatibility in testcases
2022-07-26 15:28:51 +12:00
varargs.i
Merge pull request #1398 from swig-fortran/missing-includes
2022-02-01 14:05:17 +13:00
varargs_overload.i
Fix Python compile errors with overloading and varargs
2019-02-25 19:27:23 +00:00
variable_replacement.i
[Go] Fix argument names in inherited functions #795 ( #797 )
2016-09-27 15:08:47 +13:00
virtual_derivation.i
Run virtual_derivation testcase
2017-10-04 08:51:16 +01:00
virtual_destructor.i
virtual_poly.i
[OCaml] Add missing warning filters for OCaml keywords in the test suite
2018-12-31 05:55:10 -07:00
virtual_vs_nonvirtual_base.i
test-suite warning fixes
2016-02-21 21:36:58 +00:00
voidtest.i
[Javascript] Fix handling of functions which take void*
2022-03-07 14:17:52 +13:00
wallkw.i
wrapmacro.i
Lua warning fix since previous commit changed max to maximum
2010-10-03 15:08:03 +00:00