summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix typo: "temporal" which should be "temporary"Olly Betts2023-04-274-4/+4
* Allow using snprintf() instead of sprintf() in wrappersOlly Betts2023-04-2722-44/+87
* [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-2624-582/+149
|\
| * Finish removal of SwigPySequence_ContWilliam S Fulton2023-04-261-13/+7
| * Remove undocumented and non-existent STL std::carrayWilliam S Fulton2023-04-267-218/+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-268-66/+120
| * 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
* | Merge branch 'js-numinputs'Olly Betts2023-04-273-16/+42
|\ \
| * | try to ninja fix jscMomtchil Momtchev2023-04-261-1/+6
| * | take into account numinputs when counting argumentsMomtchil Momtchev2023-04-262-15/+33
* | | catches_strings_runme.php: Check exact exception messageOlly Betts2023-04-241-2/+2
* | | [php] Add throws typemaps for string* + const string*Olly Betts2023-04-243-0/+34
* | | Make typemaps consistently use string::data() vs c_str()Olly Betts2023-04-242-13/+13
* | | [doc] Update sample swig -debug-tags outputOlly Betts2023-04-241-9/+9
|/ /
* | Update CHANGES.current for Javascript changesOlly Betts2023-04-231-0/+22
* | [js] Stop using swig -c++ for C examplesOlly Betts2023-04-2322-27/+41
* | [js] Improve default for JSENGINEOlly Betts2023-04-223-17/+40
* | [js] Turn on C++ output for node tooOlly Betts2023-04-222-9/+5
* | Add CHANGES.current entryOlly Betts2023-04-221-0/+8
* | use the renamed name when creating a constantMomtchil Momtchev2023-04-221-2/+1
* | [perl,ruby] Test OUTPUT string& typemapOlly Betts2023-04-212-1/+5
* | [lua] Test INPUT,INOUT,OUTPUT for std::string&Olly Betts2023-04-212-1/+7
* | [php] Support INPUT,INOUT,OUTPUT for std::string&Olly Betts2023-04-214-11/+81
* | Warnings.html: Add missing warning numbers 472,473Olly Betts2023-04-211-0/+2
* | Fix CanCastAsInteger if errno is set.Markus Wick2023-04-212-3/+9
* | Add CHANGES.current entry for Ocaml std::string changesOlly Betts2023-04-211-0/+3
* | [ci] Update to latest actions/checkoutOlly Betts2023-04-211-1/+1
* | Python: Suggest argcargv.i to handle char**Olly Betts2023-04-212-73/+6
* | C#: Add missing explicit `global::System` in manualOlly Betts2023-04-211-3/+3
* | [OCaml] Fix reference typemaps for std::stringZackery Spytz2023-04-215-21/+109
* | [ocaml] Use CXXFLAGS when compiling C++ testcasesOlly Betts2023-04-211-3/+3
* | Fix #ifdef and #ifndef to work inside a %defineOlly Betts2023-04-213-7/+70
* | Add regression test for << in array size bugOlly Betts2023-04-202-1/+5
* | Restore handling for '<<' in array sizeOlly Betts2023-04-201-1/+2
* | Add missing newline on new error messageOlly Betts2023-04-201-1/+1
* | Improve error for array size with a '<' characterOlly Betts2023-04-201-4/+7
* | Remove remaining traces of PHP7 supportOlly Betts2023-04-205-90/+38
* | [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-204-1/+90
|\ \
| * | Clarify comment in _runme.goOlly Betts2023-04-201-1/+4
| * | Drop __cplusplus conditionals from testcaseOlly Betts2023-04-201-4/+0
| * | Add argc and argv multi-argument to go.Erez Geva2023-04-193-1/+88
* | | [ci] Fix scilab 2023.0.0 download URLOlly Betts2023-04-201-3/+3
* | | Note that #1882 is fixed by recent changeOlly Betts2023-04-201-4/+4