summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* R rtypecheck typemapsWilliam S Fulton2022-11-051-3/+37
* Overloading fixes for R and rtypecheck typemapWilliam S Fulton2022-11-051-0/+6
* Fix memory leak in R shared_ptr wrappersWilliam S Fulton2022-11-052-6/+16
* Use more portable PyUnicode_AsUTF8* methods.Clinton Stimpson2022-11-011-1/+8
* R shared_ptr fixesWilliam S Fulton2022-10-241-0/+19
* [python] Avoid undefined behaviourOlly Betts2022-10-201-5/+9
* [Lua] Fix type resolution between SWIG-wrapped modulesOlly Betts2022-10-201-1/+1
* [php] Fix handling of multi-module casesOlly Betts2022-10-181-1/+1
* R - Add support for std::vector<std::vector<std::string>>William S Fulton2022-10-171-3/+35
* Fix for Java 7 - std::set and std::unordered_setWilliam S Fulton2022-10-152-0/+8
* Correct new Raise functions to be staticWilliam S Fulton2022-10-142-2/+2
* Remove STRING_VALUE to keep supporting older versions of RWilliam S Fulton2022-10-141-1/+1
* Merge branch 'fix-cast'William S Fulton2022-10-141-2/+2
|\
| * Merge branch 'fix-cast' into masterSergio Garcia Murillo2021-11-2978-5876/+724
| |\
| * | Return uint64_t as double if is bigger than uint32_tSergio Garcia Murillo2021-11-291-2/+2
| * | Use SWIG_TypeCast in SWIG_V8_ConvertInstancePtr if types don't match (#3)Sergio Garcia Murillo2021-03-051-1/+5
* | | Define PY_SSIZE_T_CLEAN only when not defined yetMichal Suchanek2022-10-132-2/+2
* | | Add missing SWIGTYPE *const& typemapsWilliam S Fulton2022-10-131-2/+7
* | | Cleanup SWIG_VERSION definitionWilliam S Fulton2022-10-1311-35/+0
* | | Quick fix SWIG_VERSION not being defined correctly in wrappersWilliam S Fulton2022-10-131-1/+0
* | | 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