summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Eliminate calls to abort()Olly Betts2022-03-066-52/+35
* Add DOH Exit() and SetExitHandler()Olly Betts2022-03-0633-173/+243
* Fix incorrect expected output in new testcaseOlly Betts2022-03-061-1/+1
* Improve the change to allow parsing `9%a`Olly Betts2022-03-043-3/+24
* Update docs for expression parsing improvementsOlly Betts2022-03-042-7/+13
* Fix GCC -Wunused warning in generated Tcl wrappersOlly Betts2022-03-041-0/+1
* Fail cleanly on allocation failuresOlly Betts2022-03-0414-65/+83
* Improve typemap method and attribute checkingOlly Betts2022-03-036-24/+20
* Python: avoid unused SwigMethods_proxydocs var (#2222)Julien Schueller2022-03-031-1/+2
* Eliminate some temporary buffersOlly Betts2022-03-033-25/+6
* Rename `free` variable to `jsfree`Olly Betts2022-03-031-6/+6
* HTML fixesWilliam S Fulton2022-03-022-2/+2
* Add support for Python variable annotations as a feature.William S Fulton2022-03-027-24/+182
* Add property annotationssethg2022-03-021-1/+18
* More docs on -fastproxy and annotationsWilliam S Fulton2022-03-022-2/+2
* Remove debug Printf accidentally left in previous commitOlly Betts2022-03-021-1/+0
* Handle typemap argument without a valueOlly Betts2022-03-024-10/+29
* Filter out `is_python_*` in PHP testsOlly Betts2022-03-026-8/+9
* Correct WARN_JAVA_TYPEMAP_INTERFACEMODIFIERS_UNDEF warning numberWilliam S Fulton2022-03-011-1/+1
* Document limitations with Python annotationsWilliam S Fulton2022-02-281-3/+11
* 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-277-19/+119
* Update _runme.php for new testcase functions and globalsOlly Betts2022-02-272-2/+2
* Fix typos in docs and commentsOlly Betts2022-02-2727-46/+46
* Remove commented out redundant codeOlly Betts2022-02-271-10/+0
* Fix warning and improve description of ignore_parameter testSeth R Johnson2022-02-273-0/+6
* changes file tweakWilliam S Fulton2022-02-261-3/+5
* GHA: normalize amount of Scilab testingWilliam S Fulton2022-02-261-6/+0
* GHA: Tidy up scilab installWilliam S Fulton2022-02-262-7/+1
* Fix line/file info for methods added by using declarationsWilliam S Fulton2022-02-263-0/+13
* Add omitted testcase cpp_using_rename.iWilliam S Fulton2022-02-261-0/+22
* Add detailed docs and info on match in %renameWilliam S Fulton2022-02-261-0/+31
* Add %rename matching docs and improvementsWilliam S Fulton2022-02-262-1/+26
* Using declarations in inheritance hierarchy improvements.William S Fulton2022-02-268-30/+176
* Merge pull request #2205 from swig-fortran/extend-testsOlly Betts2022-02-2530-13/+221
|\
| * 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-124-2/+9
| * 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-257-12/+12