summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Document what c_spaceship.i is testingOlly Betts2023-05-161-1/+1
* Improve docs for Scanner_skip_balanced() return valueOlly Betts2023-05-162-1/+3
* Clean up double spaces between words in commentsOlly Betts2023-05-168-12/+12
* Emit extra message for missing typecheck typemapOlly Betts2023-05-161-0/+6
* Use strchr/Strchr for single character searchesOlly Betts2023-05-156-13/+13
* Add %rename to %pythoncode exampleOlly Betts2023-05-151-1/+7
* Add CHANGES.current entryOlly Betts2023-05-121-0/+3
* Merge branch 'JS-check-fix'Olly Betts2023-05-1213-1/+695
|\
| * Add li_constraints test, testing 'constraints.i'.Erez Geva2023-05-1212-1/+663
| * support check typemaps in JSMomtchil Momtchev2023-05-111-0/+32
* | Expand li_std_string_runme.*Olly Betts2023-05-1210-10/+102
|/
* [java] Suppress removal warnings for finalize()Olly Betts2023-05-124-3/+9
* Fix SWIG warning from testcase cpp11_constexprOlly Betts2023-05-111-0/+3
* Parse storage class more flexiblyOlly Betts2023-05-1111-62/+170
* [doc] Fix SWIG_AsCharPtrAndSize arg typesOlly Betts2023-05-091-1/+1
* Initial support for std::string_viewOlly Betts2023-05-0818-11/+994
* Removed unused default parameter valueOlly Betts2023-05-081-1/+1
* [PHP] Wrap method with both static and non-static overloadsOlly Betts2023-05-083-1/+45
* Tweak to struct name in testcase for RWilliam S Fulton2023-05-062-3/+3
* Merge branch 'typedef-namespace'William S Fulton2023-05-065-3/+41
|\
| * Partial revert of previous commit for typedefsWilliam S Fulton2023-05-066-17/+25
| * add an unit testMomtchil Momtchev2023-05-062-0/+28
| * tentative fix for typedef/using declaration to struct typedefMomtchil Momtchev2023-05-061-2/+4
* | Add #366 reference to fix for #1037Olly Betts2023-05-061-2/+2
* | Fix testcase comment typoOlly Betts2023-05-041-1/+1
* | [D] Stop generating Examples/d/example.mkOlly Betts2023-05-042-2/+0
* | [D] Fix typo in -d2 option descriptionOlly Betts2023-05-041-1/+1
* | [D] Update docs for D1 removalOlly Betts2023-05-047-13/+17
* | Drop D version 1Erez Geva2023-05-0471-5047/+35
* | Fix CHANGES.current factual errorOlly Betts2023-04-291-3/+4
* | 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