summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Fix CanCastAsInteger if errno is set.Markus Wick2023-04-211-3/+5
* [OCaml] Fix reference typemaps for std::stringZackery Spytz2023-04-211-21/+19
* Remove remaining traces of PHP7 supportOlly Betts2023-04-202-10/+3
* [php] Remove unused exception.i includeOlly Betts2023-04-201-2/+0
* Make string& consistent in PHP's std_string.iOlly Betts2023-04-201-6/+6
* Merge branch 'go-argcargv'Olly Betts2023-04-201-0/+64
|\
| * Add argc and argv multi-argument to go.Erez Geva2023-04-191-0/+64
* | scilab: detect version 2023 correctlyClément DAVID2023-04-201-17/+16
* | Merge branch 'fix-undefining-allocator'Olly Betts2023-04-191-1/+1
|\ \
| * | Really fix "mixed declarations and code" warningOlly Betts2023-04-191-3/+1
| * | Fix "ISO C90 forbids mixed declarations and code" warningMaple Ong2023-04-121-1/+2
| * | Fix "undefining the allocator of T_DATA" error seen in Ruby 3.2Maple Ong2023-04-121-1/+2
* | | [scilab] Extract values with ":"Clément DAVID2023-04-194-5/+38
| |/ |/|
* | Remove support for PHP7Olly Betts2023-04-142-66/+3
|/
* Merge branch 'alatina-master'William S Fulton2023-03-252-2/+9
|\
| * Update octruntime.swgAndrea L2023-03-141-2/+3
| * Merge pull request #2 from alatina/alatina-patch-octave-8.1.0Andrea L2023-03-141-1/+3
| |\
| | * Update octruntime.swg to work with Octave v8.1.0Andrea L2023-03-141-1/+3
| * | Update octrun.swg to work with Octave v8.1.0Andrea L2023-03-141-1/+5
| |/
* | Merge branch 'bda_resolve_warnings'William S Fulton2023-03-242-1/+4
|\ \
| * | Use $self instead of selfWilliam S Fulton2023-03-242-4/+4
| * | Lib/csharp: Resolve a few warnings about unused parametersMario Emmenlauer2023-01-102-1/+4
| |/
* | Merge pull request #2499 from MyroslavaStopets/nullptr-utilizationWilliam S Fulton2023-03-242-22/+28
|\ \
| * | Added usage of nullptr instead of NULLMyroslava Stopets2023-02-082-22/+28
| |/
* | std_array.i std_vector.i tweaksWilliam S Fulton2023-03-222-19/+9
* | Lib/csharp: Better standardized std_vector.i and std_array.iMario Emmenlauer2023-01-102-29/+68
|/
* Merge pull request #2460 from swig-fortran/remove-python-sprintfWilliam S Fulton2022-12-301-3/+3
|\
| * Eliminate sprintf in generated python codeSeth R Johnson2022-12-061-3/+3
* | Lua variadic templates sizeof... constants fixWilliam S Fulton2022-12-221-2/+2
|/
* Fix push/pop mismatchBernhard Rosenkränzer2022-11-291-0/+3
* 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