summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Travis osx: Disable octave testingWilliam S Fulton2021-02-201-4/+5
* Travis osx: perl needs installing nowWilliam S Fulton2021-02-201-0/+3
* Lua example fix for newer osxWilliam S Fulton2021-02-201-0/+2
* Travis osx - guile is now pre-installedWilliam S Fulton2021-02-201-3/+0
* Travis: brew list versionsWilliam S Fulton2021-02-201-1/+2
* Travis update to use newer macOS 10.15.7 xcode12.2William S Fulton2021-02-201-2/+15
* Travis: disable MinGW testingWilliam S Fulton2021-02-191-8/+8
* Merge pull request #1945 from ZackerySpytz/attribute-attribute2ref-typosWilliam S Fulton2021-02-173-1/+7
|\
| * Fix typos in attribute2ref() in Lib/typemaps/attribute.swgZackery Spytz2021-02-093-1/+7
|/
* Fix attribution error for Python buffers fix in CHANGES.currentZackery Spytz2021-02-011-2/+3
* Document lack of support for `auto` for C++ variables (#1125)James Gerity2021-01-191-0/+4
* Merge pull request #1887 from jschueller/callWilliam S Fulton2020-10-161-1/+1
|\
| * Drop deprecated PyEval_CallObject methodJulien Schueller2020-10-151-1/+1
* | Merge pull request #1888 from jschueller/sudoWilliam S Fulton2020-10-161-97/+0
|\ \ | |/ |/|
| * Travis: sudo is useless nowJulien Schueller2020-10-141-97/+0
|/
* testname typo fixWilliam S Fulton2020-10-101-1/+1
* complex can now be used as an identifierWilliam S Fulton2020-10-105-1/+25
* Update changes file with complex fixesWilliam S Fulton2020-10-101-0/+6
* Quieten ccomplextestWilliam S Fulton2020-10-101-2/+0
* 0.0 float warning fixWilliam S Fulton2020-10-104-4/+4
* Add missing clean targetsWilliam S Fulton2020-10-105-9/+17
* Further ccomplextest hacksWilliam S Fulton2020-10-101-1/+3
* Split C complex.h from C++ complex testingWilliam S Fulton2020-10-107-98/+117
* Javascript v8 C complex wrappers fixWilliam S Fulton2020-10-101-1/+1
* Convert C++ comment to C commentWilliam S Fulton2020-10-101-2/+1
* Remove Remove runtime test for unsupported complex or _Complex by itselfWilliam S Fulton2020-10-101-8/+0
* Merge commit '8245277ad3acd9308ce28c40508b999e9496b27e' into c99-complexWilliam S Fulton2020-10-109-41/+99
|\
| * Remove test for unsupported complex or _Complex by itselfLeo Singer2020-06-242-20/+0
| * More C99 complex fixes, plus Python testsLeo Singer2020-06-247-13/+83
| * Restore _Complex as standalone typeLeo Singer2020-06-244-0/+8
| * Small corrections for handling C99 _ComplexLeo Singer2020-06-247-18/+6
| * Properly handle C99 complex types even in C++ modeLeo Singer2020-06-246-20/+24
* | Update changes fileWilliam S Fulton2020-10-071-0/+3
* | Update python_pybuffer_runme.py syntax for working under both python 2 and 3William S Fulton2020-10-071-8/+8
* | Merge branch 'PyBuffer_Release-pybuffer'William S Fulton2020-10-072-13/+35
|\ \
| * | Add tests.Zackery Spytz2020-06-151-0/+24
| * | Fix the error handling for the PyObject_GetBuffer() calls in pybuffer.iZackery Spytz2020-06-071-13/+11
* | | Update changes fileWilliam S Fulton2020-10-071-0/+7
* | | Merge branch 'director-return-const-pointer'William S Fulton2020-10-073-3/+17
|\ \ \
| * | | Put test in alphabetical orderWilliam S Fulton2020-10-071-1/+1
| * | | Perform proper spacing in director method declarationsThomas Reitmayr2020-06-203-3/+17
* | | | Merge pull request #1859 from adelva1984/no-host-exceptionsWilliam S Fulton2020-10-071-2/+4
|\ \ \ \
| * | | | Apply suggestions from code review William S Fulton2020-10-071-2/+2
| * | | | javascript: replace exceptions with SWIG_exitAlistair Delva2020-08-131-2/+4
* | | | | Add missing virtual destructor to testcaseWilliam S Fulton2020-09-281-0/+1
* | | | | Add access modifier support for interface featureWilliam S Fulton2020-09-259-3/+59
* | | | | changes file entry for C# wchar_t csvarout fixWilliam S Fulton2020-09-241-0/+3
* | | | | Add Ruby test for wchar_t members in li_std_string testcaseWilliam S Fulton2020-09-241-0/+7
* | | | | Extend C# wchar_t member test to pass unicode stringsGareth Francis2020-09-121-0/+7
* | | | | Add test for wchar_t members to li_std_string.iGareth Francis2020-09-123-0/+18