summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix compile error when using directorsWilliam S Fulton2022-10-102-2/+2
* | | Completely remove CFFIWilliam S Fulton2022-10-061-286/+0
* | | Remove dead conditional codeOlly Betts2022-10-061-6/+0
* | | Use https for swig.org linksOlly Betts2022-10-061-1/+1
* | | [Python] Remove deprecated and apparently useless defarg.swgOlly Betts2022-10-062-38/+0
* | | Merge branch 'python_subinterpreter_issues'William S Fulton2022-10-051-7/+13
|\ \ \
| * | | always get the type_pointer from capsule instead of using a static variablebenjamin-sch2022-02-081-7/+7
| * | | added interpreter_counter to deinitialize only once in case of subinterpretersbenjamin-sch2022-02-081-0/+6
* | | | Sort out predefined SWIG-specific macrosOlly Betts2022-10-0511-9/+35
* | | | C# CreateWStringFromUTF32 optimisationWilliam S Fulton2022-09-301-3/+1
* | | | Runtime tables deterministic ordering (4)William S Fulton2022-09-291-3/+3
* | | | [php] Fix testcase segfaults with PHP 8.0Olly Betts2022-09-291-0/+4
* | | | [php] Workaround PHP 8.2 header problemOlly Betts2022-09-281-2/+0
* | | | C# CreateWStringFromUTF32 optimisationWilliam S Fulton2022-09-221-2/+1
* | | | Move SWIG_Octave_Raise into a functionWilliam S Fulton2022-09-191-2/+9
* | | | std::string throws typemapsWilliam S Fulton2022-09-194-0/+30
* | | | Add Racket throws typemaps for char *William S Fulton2022-09-191-0/+4
* | | | Javascript v8 object to string exceptions improvementWilliam S Fulton2022-09-191-1/+1
* | | | Javascript, Octave, R - Improve exceptions for %catchesWilliam S Fulton2022-09-196-11/+24
* | | | Add missing typecheck typemaps for std::auto_ptr and std::unique_ptrWilliam S Fulton2022-09-1728-0/+144
* | | | Correct error handling in Guile pointer conversionWilliam S Fulton2022-09-161-0/+2
* | | | Guile - Add error checking to SWIGTYPE and SWIGTYPE & in typemapsWilliam S Fulton2022-09-161-2/+8
* | | | Provide SWIGTYPE MOVE typemaps in swigmove.iWilliam S Fulton2022-09-1620-0/+194
* | | | Update comments re _DEBUG redefinition before including Python.hWilliam S Fulton2022-09-091-3/+2
* | | | Move SwigValueWrapper to header sectionWilliam S Fulton2022-09-091-5/+4
* | | | Visual C++ debug builds linking to Python release buildsWilliam S Fulton2022-09-091-7/+8
* | | | Merge pull request #2344 from clintonstimpson/py3-slice-objectWilliam S Fulton2022-09-081-14/+14
|\ \ \ \
| * | | | Use PyObject instead of PySliceObject throughout with Python 3.2+Clinton Stimpson2022-09-051-14/+14
* | | | | Merge branch 'rvalue-move'William S Fulton2022-09-0841-261/+293
|\ \ \ \ \
| * | | | | Remove broken %implicitconv for const SWIGTYPE &&William S Fulton2022-09-051-24/+0
| * | | | | Remove unnecessary const SWIGTYPE & typemapWilliam S Fulton2022-09-051-9/+1
| * | | | | Ocaml typemap typo fixWilliam S Fulton2022-09-031-1/+1
| * | | | | Test/fixes to handle NULL pointer for unique_ptr/auto_ptrWilliam S Fulton2022-08-312-2/+2
| * | | | | Octave - SWIG now marshalls a C/C++ NULL pointer into the null matrix, []William S Fulton2022-08-311-4/+7
| * | | | | Racket - NULL pointer handlingWilliam S Fulton2022-08-311-9/+13
| * | | | | SWIGTYPE && input typemaps now assume object has been moved - Go and OCamlWilliam S Fulton2022-08-312-4/+6
| * | | | | SWIGTYPE && input typemaps now assume object has been movedWilliam S Fulton2022-08-3112-41/+96
| * | | | | SWIGTYPE && input typemaps now assume object has been moved - JavaWilliam S Fulton2022-08-311-3/+3
| * | | | | Cosmetic stray semi-colon removal after %typemap using quotesWilliam S Fulton2022-08-3129-164/+164
| * | | | | Cosmetic stray semi-colon removal after %typemapWilliam S Fulton2022-08-201-1/+1
| |/ / / /
* | | | | Python: Use PyType_Modified() instead of modifying flags.Clinton Stimpson2022-09-021-1/+1
|/ / / /
* | | | Add Racket support for std::unique_ptr and std::auto_ptrWilliam S Fulton2022-08-184-7/+100
* | | | Add Guile support for std::unique_ptr and std::auto_ptrWilliam S Fulton2022-08-123-5/+86
* | | | Add Lua support for std::unique_ptr and std::auto_ptrWilliam S Fulton2022-08-113-9/+87
* | | | Add PHP support for std::unique_ptr and std::auto_ptrWilliam S Fulton2022-08-063-3/+83
* | | | Add Tcl support for std::unique_ptr and std::auto_ptrWilliam S Fulton2022-08-053-1/+111
* | | | Add Javascript support for std::unique_ptr and std::auto_ptrWilliam S Fulton2022-08-046-4/+150
* | | | [guile] Stop using deprecated aliasesOlly Betts2022-08-042-10/+10
* | | | Add Octave support for std::unique_ptr and std::auto_ptrWilliam S Fulton2022-08-023-18/+105
* | | | Add initialisers for additional members in PyHeapTypeObjectWilliam S Fulton2022-08-011-1/+1