summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Fix C# wchar_t* csvarout to be same as csoutGareth Francis2020-09-051-1/+1
* | | | | Avoid undefined behaviour in DOH Replace() functionOlly Betts2020-09-041-1/+3
* | | | | Fix crashes in swig_connect_director during director class construction.William S Fulton2020-08-283-21/+30
* | | | | Travis testing of Python 3.9William S Fulton2020-08-271-6/+16
* | | | | Python 3.9 support for -builtinWilliam S Fulton2020-08-272-0/+8
* | | | | Merge branch 'more-octave-fixes'William S Fulton2020-08-2777-308/+308
|\ \ \ \ \
| * | | | | Octave: error() must be called with an argumentKarl Wette2020-08-2777-308/+308
* | | | | | Python 3.9 supportWilliam S Fulton2020-08-272-2/+10
|/ / / / /
* | | | | Merge pull request #1861 from adelva1984/no-return-without-have-pcreWilliam S Fulton2020-08-251-0/+1
|\ \ \ \ \
| * | | | | naming: Add unreachable return to !HAVE_PCRE pathAlistair Delva2020-08-131-0/+1
| |/ / / /
* | | | | Python 3.2 syntax error fixes in testsWilliam S Fulton2020-08-152-18/+24
* | | | | Revert 2to3 modificationWilliam S Fulton2020-08-151-1/+1
* | | | | Merge branch 'remove-dependency-on-2to3'William S Fulton2020-08-15147-1427/+1193
|\ \ \ \ \
| * | | | | Remove need for Python 2to3William S Fulton2020-08-155-118/+11