summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* [tcl] Add string_view supportOlly Betts2023-05-172-0/+18
* [java] Suppress removal warnings for finalize()Olly Betts2023-05-121-1/+1
* Initial support for std::string_viewOlly Betts2023-05-085-0/+366
* [D] Update docs for D1 removalOlly Betts2023-05-042-2/+2
* Drop D version 1Erez Geva2023-05-046-422/+0
* Fix typo: "temporal" which should be "temporary"Olly Betts2023-04-272-2/+2
* Allow using snprintf() instead of sprintf() in wrappersOlly Betts2023-04-2721-44/+68
* [Lua] Alternative SWIG_LUA_CONSTTAB_INT fixOlly Betts2023-04-271-1/+2
* Revert "Lua variadic templates sizeof... constants fix"Olly Betts2023-04-271-2/+2
* Merge branch 'python-iterator-protocol'William S Fulton2023-04-2615-482/+90
|\
| * Finish removal of SwigPySequence_ContWilliam S Fulton2023-04-261-13/+7
| * Remove undocumented and non-existent STL std::carrayWilliam S Fulton2023-04-263-118/+0
| * Remove assign method uses by the removed Python Sequence ProtocolWilliam S Fulton2023-04-2611-107/+0
| * Remove now redundant use of Python Sequence protocol in STL wrappersWilliam S Fulton2023-04-262-252/+1
| * Add support for all STL containers to be constructible from a Python setWilliam S Fulton2023-04-263-66/+61
| * Iterator Protocol support for std::array wrappersWilliam S Fulton2023-04-262-33/+61
| * STL support for copying Python objects supporting Iterator protocolWilliam S Fulton2023-04-011-1/+68
* | [php] Add throws typemaps for string* + const string*Olly Betts2023-04-241-0/+5
* | Make typemaps consistently use string::data() vs c_str()Olly Betts2023-04-242-13/+13
* | [php] Support INPUT,INOUT,OUTPUT for std::string&Olly Betts2023-04-211-9/+37
* | 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