summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in attribute2ref() in Lib/typemaps/attribute.swgZackery Spytz2021-02-091-1/+1
* Drop deprecated PyEval_CallObject methodJulien Schueller2020-10-151-1/+1
* 0.0 float warning fixWilliam S Fulton2020-10-104-4/+4
* Javascript v8 C complex wrappers fixWilliam S Fulton2020-10-101-1/+1
* Convert C++ comment to C commentWilliam S Fulton2020-10-101-2/+1
* Merge commit '8245277ad3acd9308ce28c40508b999e9496b27e' into c99-complexWilliam S Fulton2020-10-103-18/+21
|\
| * More C99 complex fixes, plus Python testsLeo Singer2020-06-243-0/+3
| * Restore _Complex as standalone typeLeo Singer2020-06-243-0/+6
| * Small corrections for handling C99 _ComplexLeo Singer2020-06-243-6/+0
| * Properly handle C99 complex types even in C++ modeLeo Singer2020-06-243-12/+12
* | Merge branch 'PyBuffer_Release-pybuffer'William S Fulton2020-10-071-13/+11
|\ \
| * | Fix the error handling for the PyObject_GetBuffer() calls in pybuffer.iZackery Spytz2020-06-071-13/+11
| |/
* | Add access modifier support for interface featureWilliam S Fulton2020-09-252-0/+2
* | Fix C# wchar_t* csvarout to be same as csoutGareth Francis2020-09-051-1/+1
* | Fix crashes in swig_connect_director during director class construction.William S Fulton2020-08-281-0/+14
* | Python 3.9 supportWilliam S Fulton2020-08-271-2/+6
* | Add C# support for void *VOID_INT_PTR member variablesWilliam S Fulton2020-08-131-0/+9
* | Use Py_TYPE in SwigPyBuiltin_SetMetaTypeChris Burr2020-07-281-5/+1
* | PyTypeObject::ob_base isn't available in PyPyChris Burr2020-07-171-1/+1
|/
* Merge branch 'fix-1199'William S Fulton2020-06-071-0/+2
|\
| * fix #1199Viktor Gal2020-02-011-0/+2
* | Merge branch 'andreas-schwab-master'William S Fulton2020-06-061-2/+13
|\ \
| * | Ruby wstring - only include endian.h on linuxAndreas Schwab2020-06-061-2/+13
* | | Merge branch 'r-script-fixes'William S Fulton2020-06-021-5/+5
|\ \ \
| * | | fixed some missing semicolons. Each one caused a compile error in generated codekhoran2020-03-251-5/+5
| |/ /
* | | octrun.swg: ensure type_id() is set correctlyKarl Wette2020-05-311-3/+14
* | | Octave: use pre-compiled headers to speed up test suite, if supportedKarl Wette2020-05-317-122/+136
* | | octruntime.swg: do not use atexit() to quit OctaveKarl Wette2020-05-311-6/+26
* | | octrun.swg: remove octave_value type-id from octave_swig_bound_funcKarl Wette2020-05-312-11/+0
* | | D: Replace deprecated imports (package std.c). Fixes #1593Marcel Steinbeck2020-05-301-2/+3
* | | Merge pull request #1716 from ZackerySpytz/Python-utf8-cacheWilliam S Fulton2020-05-291-4/+6
|\ \ \ | |/ / |/| |
| * | Use PyUnicode_AsUTF8() for Python >= 3.3Zackery Spytz2020-01-311-4/+6
| |/
* | Merge branch 'ryannevell-master'William S Fulton2020-02-181-0/+5
|\ \
| * | Fix unwrapping of LUA lightuserdata type. Add test case.Ryan Nevell2020-02-171-0/+5
* | | Ruby - catch exceptions by const referenceWilliam S Fulton2020-02-181-9/+8
* | | Merge branch 'catch-value'William S Fulton2020-02-181-5/+5
|\ \ \ | |/ / |/| |
| * | Catch exceptions by reference rather than by value.Daniel Mach2020-02-141-5/+5
* | | Remove an unnecessary shared_ptr reference count increment in Ruby wrappersWilliam S Fulton2020-02-131-17/+20
* | | Minor code refactor in Python traits_asptr::asptrWilliam S Fulton2020-02-131-6/+5
* | | Merge branch 'master-fix-vector-shared_ptr'William S Fulton2020-02-131-6/+16
|\ \ \ | |/ / |/| |
| * | fixing memleak of shared_ptr objects in python with creating a [wrapped] vect...Davy Durham2019-04-101-6/+16
* | | Better error checking when setting 'this' in PythonWilliam S Fulton2020-02-061-5/+5
* | | Fixing setting this in Python when using __slots__William S Fulton2020-02-061-14/+11
| |/ |/|
* | Merge branch 'ruby-autoptr'William S Fulton2020-01-311-0/+17
|\ \
| * | Extend std::auto_ptr<> support to RubyVadim Zeitlin2020-01-171-0/+17
* | | Merge branch 'Python-coverity'William S Fulton2020-01-312-5/+9
|\ \ \
| * | | Fix possible refleaks.Zackery Spytz2020-01-291-6/+5
| * | | Check Py{Bytes,String}_AsStringAndSize() for failureZackery Spytz2020-01-092-3/+8
* | | | Minor refactor of R error handling codeWilliam S Fulton2020-01-311-34/+32
* | | | Fix R memory leak on exceptionArnaud BarreĢ2020-01-302-4/+43