summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [php] Fix testcase segfaults with PHP 8.0Olly Betts2022-09-291-0/+4
* [php] Suppress -Wdeclaration-after-statement in php.hOlly Betts2022-09-291-3/+22
* [php] Workaround PHP 8.2 header problemOlly Betts2022-09-282-2/+8
* [php] Adapt swig_ptr_cast_object for PHP 8.2Olly Betts2022-09-281-0/+2
* [php] Avoid creating dynamic properties in testsuiteOlly Betts2022-09-283-0/+6
* [php] Avoid deprecated interpolation syntaxOlly Betts2022-09-281-5/+5
* [ci] Temporarily allow PHP 8.0 and 8.2 to failOlly Betts2022-09-281-0/+2
* [ci] Fix CI to actually test PHP 8.0; add PHP 8.2Olly Betts2022-09-281-0/+3
* C# CreateWStringFromUTF32 optimisationWilliam S Fulton2022-09-221-2/+1
* Fixes for classes with the same name in different namespacesFrank Schlimbach2022-09-214-5/+109
* Fix -Wmisleading-indentation in Octave wrappersWilliam S Fulton2022-09-201-1/+1
* Remove swig.spec fileWilliam S Fulton2022-09-205-82/+6
* Merge pull request #2374 from friedrichatgc/fix_octave_horzcatWilliam S Fulton2022-09-193-6/+18
|\
| * Extended the documentation for octave operator overloadingMarkus Friedrich2022-09-181-0/+10
| * Reenable and fix octave horzcat operator testMarkus Friedrich2022-09-182-6/+8
* | Move SWIG_Octave_Raise into a functionWilliam S Fulton2022-09-191-2/+9
* | std::string throws typemapsWilliam S Fulton2022-09-1924-12/+225
* | Add catches_strings test to test throws char * typemapWilliam S Fulton2022-09-1921-0/+286
* | Add Racket throws typemaps for char *William S Fulton2022-09-191-0/+4
* | Javascript v8 object to string exceptions improvementWilliam S Fulton2022-09-192-2/+2
* | Javascript, Octave, R - Improve exceptions for %catchesWilliam S Fulton2022-09-198-17/+35
* | Make method wrappers suffix optional and disabled by defaultVadim Zeitlin2022-09-193-4/+12
|/
* Add missing typecheck typemaps for std::auto_ptr and std::unique_ptrWilliam S Fulton2022-09-1759-2/+442
* 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-162-2/+12
* Provide SWIGTYPE MOVE typemaps in swigmove.iWilliam S Fulton2022-09-1641-19/+909
* .gitignore for Lua examplesWilliam S Fulton2022-09-161-0/+8
* Fix default_args_runme.php for 32-bit platformsOlly Betts2022-09-141-1/+4
* Note workaround for -DFOO changeOlly Betts2022-09-141-0/+6
* Correct TCL integers testcase for 32-bit platformsWilliam S Fulton2022-09-091-1/+3
* Update comments re _DEBUG redefinition before including Python.hWilliam S Fulton2022-09-091-3/+2
* Move SwigValueWrapper to header sectionWilliam S Fulton2022-09-092-6/+5
* Visual C++ debug builds linking to Python release buildsWilliam S Fulton2022-09-091-7/+8
* CHANGES file tweaksWilliam S Fulton2022-09-091-3/+5
* Temporarily remove Octave concatenation test broken in octave-7.2.0William S Fulton2022-09-091-3/+4
* 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-08132-428/+2157
|\ \
| * | rvalue reference outputsWilliam S Fulton2022-09-0826-343/+658
| * | Remove broken %implicitconv for const SWIGTYPE &&William S Fulton2022-09-051-24/+0
| * | Remove unnecessary const SWIGTYPE & typemapWilliam S Fulton2022-09-051-9/+1
| * | Temporarily remove rvalue reference python runtime testWilliam S Fulton2022-09-031-4/+5
| * | std::auto_ptr emulation fix in test caseWilliam S Fulton2022-09-031-0/+1
| * | Ocaml typemap typo fixWilliam S Fulton2022-09-031-1/+1
| * | Fix Racket tests using schemerunme directoryWilliam S Fulton2022-09-023-3/+3
| * | Docs on rvalue parameter changesWilliam S Fulton2022-09-022-3/+70
| * | Test/fixes to handle NULL pointer for unique_ptr/auto_ptrWilliam S Fulton2022-08-3132-6/+434
| * | Octave - SWIG now marshalls a C/C++ NULL pointer into the null matrix, []William S Fulton2022-08-314-5/+27
| * | Racket - NULL pointer handlingWilliam S Fulton2022-08-315-9/+31
| * | SWIGTYPE && input typemaps now assume object has been moved - Go and OCamlWilliam S Fulton2022-08-312-4/+6