summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Allow Scilab 5.5 failure since downloads have movedWilliam S Fulton2022-12-301-0/+1
* | | More variadic template testingWilliam S Fulton2022-12-301-3/+31
* | | Slight simplification parsing variadic template parametersWilliam S Fulton2022-12-301-12/+4
* | | Syntax error fixes parsing more elaborate parameter pack argumentsWilliam S Fulton2022-12-303-13/+71
* | | Fix instantiation of variadic class templatesWilliam S Fulton2022-12-296-30/+162
* | | Fix syntax error parsing variadic template parameter pack argumentsWilliam S Fulton2022-12-233-6/+32
* | | Lua variadic templates sizeof... constants fixWilliam S Fulton2022-12-221-2/+2
* | | Parser code refactor around variadic typesWilliam S Fulton2022-12-221-20/+21
* | | Document improved variadic template supportWilliam S Fulton2022-12-222-11/+48
* | | Extend variadic template support to various type combinationsWilliam S Fulton2022-12-222-5/+28
* | | Support multiple arguments in variadic templates.William S Fulton2022-12-2213-66/+465
* | | Refactor Swig_cparse_template_parms_expand()William S Fulton2022-12-215-65/+140
* | | Refactor %template parameters handlingWilliam S Fulton2022-12-093-62/+82
|/ /
* | Fix syntax error for misplaced Doxygen comment after struct/class member.William S Fulton2022-12-066-1/+45
* | Improved handling of Doxygen comments in parameter listsWilliam S Fulton2022-12-054-44/+92
|/
* Fix syntax error parsing of Doxygen comments after last enum itemWilliam S Fulton2022-12-034-0/+32
* Fix parsing of unconventional Doxygen post comments for enum items.William S Fulton2022-12-034-2/+76
* Testcase fix for -Wdelete-non-virtual-dtorWilliam S Fulton2022-12-021-0/+1
* swig-4.1.1 changesWilliam S Fulton2022-12-022-72/+74
* Template parameters handling tidy upWilliam S Fulton2022-12-021-2/+3
* Improved template template parameters support.William S Fulton2022-12-029-62/+212
* Add ccache-swig hash fix to RELEASENOTESWilliam S Fulton2022-11-301-0/+1
* Merge branch 'fixes/push-pop-mismatch'William S Fulton2022-11-292-0/+6
|\
| * Fix push/pop mismatchBernhard Rosenkränzer2022-11-292-0/+6
* | Ocaml name mangling fixWilliam S Fulton2022-11-291-0/+3
* | Add SWIG-4.1.1 RELEASENOTES summaryWilliam S Fulton2022-11-281-0/+5
|/
* Fix UBSAN errors in ccache-swigWilliam S Fulton2022-11-263-9/+15
* Test case fix for std::complex and non-floating types deprecationWilliam S Fulton2022-11-262-4/+4
* Test cases fixWilliam S Fulton2022-11-262-5/+5
* Add missing testcase cpp11_template_parameters_decltypeWilliam S Fulton2022-11-261-0/+51
* Slightly better decltype() support for expressionsWilliam S Fulton2022-11-268-14/+85
* Fix syntax error parsing unnamed template parameters with a default.William S Fulton2022-11-253-2/+46
* Follow-on fix for previous changeOlly Betts2022-11-251-2/+2
* Fix undefined behaviour in parserOlly Betts2022-11-253-5/+11
* Merge branch 'rtests2'William S Fulton2022-11-239-29/+235
|\
| * more r testsAndLLA2022-11-201-0/+14
| * more r testsAndLLA2022-11-164-0/+187
| * Merge branch 'master' into rtests2AndLLA2022-11-163-29/+10
| |\
| | * [PHP] Update docs for removal of -noproxy in SWIG 4.1.0Olly Betts2022-11-133-29/+10
| * | added testcase pointer_referenceAndLLA2022-11-161-0/+24
| |/
* | Variadic template docs correctionWilliam S Fulton2022-11-231-1/+1
* | Optimise SwigType_base implementationWilliam S Fulton2022-11-231-14/+3
* | Restore testing template_expr testcaseWilliam S Fulton2022-11-232-4/+13
* | Fix seg fault handling template parameter expressions containing '>='William S Fulton2022-11-223-14/+14
* | Fix seg fault handling template parameter expressions containing '<='William S Fulton2022-11-223-5/+24
* | SwigType * handling corrections - Python builtin manglingWilliam S Fulton2022-11-181-19/+27
* | Duplicate class template instantiations via %template changesWilliam S Fulton2022-11-1816-55/+283
* | Minor refactor of D, C#, Java director codeWilliam S Fulton2022-11-123-34/+51
* | Simpler names when using SwigType_manglestr for templatesWilliam S Fulton2022-11-121-1/+3
* | Consolidate name mangling functionsWilliam S Fulton2022-11-1216-209/+193