summaryrefslogtreecommitdiff
path: root/Examples/test-suite
Commit message (Expand)AuthorAgeFilesLines
* [guile] Stop using deprecated aliasesguile-changesOlly Betts2022-03-163-2/+5
* [Go] add typemaps for std::string*Ian Lance Taylor2022-03-151-9/+0
* [Go] Don't convert arrays to pointers if there is a "gotype" typemap entry.Ian Lance Taylor2022-03-152-0/+44
* Re-enable overloading test for php8William S Fulton2022-03-151-5/+0
* %interface family of macros no longer add variable wrappersWilliam S Fulton2022-03-123-0/+31
* Fixes for the family of %interface macros for overloaded methodsWilliam S Fulton2022-03-129-5/+196
* Using declarations, directors and overloaded methodsWilliam S Fulton2022-03-103-4/+161
* Add missing symtab for functions added by using declarationsWilliam S Fulton2022-03-101-1/+1
* Fix segfault in C# layer handling using declarationsWilliam S Fulton2022-03-102-0/+33
* Using declarations in derived class parameters scoping fixWilliam S Fulton2022-03-102-0/+32
* swig -go: treat a nil argument as NULLIan Lance Taylor2022-03-082-0/+6
* Handle `)` in command line interface filenameOlly Betts2022-03-081-1/+3
* [Javascript] Fix handling of functions which take void*Olly Betts2022-03-072-0/+31
* Fix rename_camel testcase to work for GoOlly Betts2022-03-072-25/+21
* Reenable rename_camel testcaseOlly Betts2022-03-071-1/+1
* Fix and expand rename_camel.i testcaseOlly Betts2022-03-073-12/+64
* swig -go: treat non-const references as pointersIan Lance Taylor2022-03-052-0/+57
* Eliminate C++11 from constant_expr testOlly Betts2022-03-061-3/+10
* Fix incorrect expected output in new testcaseOlly Betts2022-03-061-1/+1
* Improve the change to allow parsing `9%a`Olly Betts2022-03-042-0/+21
* Update docs for expression parsing improvementsOlly Betts2022-03-041-0/+4
* Improve typemap method and attribute checkingOlly Betts2022-03-032-2/+4
* Add support for Python variable annotations as a feature.William S Fulton2022-03-023-0/+69
* Handle typemap argument without a valueOlly Betts2022-03-022-0/+7
* Filter out `is_python_*` in PHP testsOlly Betts2022-03-026-8/+9
* Turn on Python annotations testing againWilliam S Fulton2022-02-282-19/+36
* Disable Python annotations test due to incomplete supportWilliam S Fulton2022-02-271-1/+2
* Python function annotations removed from -py3 option.William S Fulton2022-02-273-0/+54
* Update _runme.php for new testcase functions and globalsOlly Betts2022-02-272-2/+2
* Fix typos in docs and commentsOlly Betts2022-02-274-4/+4
* Fix warning and improve description of ignore_parameter testSeth R Johnson2022-02-273-0/+6
* Fix line/file info for methods added by using declarationsWilliam S Fulton2022-02-262-0/+11
* Add omitted testcase cpp_using_rename.iWilliam S Fulton2022-02-261-0/+22
* Using declarations in inheritance hierarchy improvements.William S Fulton2022-02-263-0/+37
* Merge pull request #2205 from swig-fortran/extend-testsOlly Betts2022-02-2529-12/+220
|\
| * Extend diamond multi test to fix goSeth R Johnson2022-02-155-0/+30
| * Add test of null shared pointers emitted from C++Seth R Johnson2022-02-122-0/+17
| * Add test cases for reference/const-reference of integersSeth R Johnson2022-02-121-0/+35
| * Extend "ignore" parameter testSeth R Johnson2022-02-121-1/+7
| * Add test of callback with enum argumentSeth R Johnson2022-02-121-0/+10
| * Add test case for very simple director classesSeth R Johnson2022-02-122-0/+43
| * Test identity operation on class referencesSeth R Johnson2022-02-121-0/+3
| * Test ability to manipulate a daughter class from its base class wrapperSeth R Johnson2022-02-123-0/+36
| * Add C "contract" testSeth R Johnson2022-02-123-1/+8
| * Mark in-header function definitions as "inline"Seth R Johnson2022-02-121-3/+3
| * Test scope resolution of global struct ASeth R Johnson2022-02-121-0/+1
| * Add a "diamond" pattern to multi-impmort testSeth R Johnson2022-02-1210-7/+17
| * "Include what you use" for testsSeth R Johnson2022-02-123-0/+10
* | Mark error messages more consistentOlly Betts2022-02-254-4/+4
* | Merge branch 'scilab-6' of https://github.com/davidcl/swigOlly Betts2022-02-245-19/+57
|\ \