summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | CCache: Do not rely on C89-only features in configure.acFlorian Weimer2023-01-121-1/+4
| | |/ / | |/| |
* | | | document C# std_array.i enhancementsWilliam S Fulton2023-03-221-0/+3
* | | | Merge branch 'bda_standardize_vector_array'William S Fulton2023-03-223-28/+72
|\ \ \ \
| * | | | std_array.i std_vector.i tweaksWilliam S Fulton2023-03-223-19/+24
| * | | | Lib/csharp: Better standardized std_vector.i and std_array.iMario Emmenlauer2023-01-102-29/+68
| |/ / /
* | | | Improved error checking when defining classes and using %template.William S Fulton2023-03-1310-85/+134
* | | | Redefined identifer testcase now correctly errorsWilliam S Fulton2023-03-132-3/+5
| |_|/ |/| |
* | | Update errors tests to use new template errorWilliam S Fulton2023-03-092-3/+3
* | | Fix duplicate const in generated code wrapping templatesWilliam S Fulton2023-03-086-2/+79
* | | Cosmetic change in template terminologyWilliam S Fulton2023-03-033-17/+17
* | | Update partial specialization testWilliam S Fulton2023-03-011-8/+7
* | | Partial template specialization fixes to support default argumentsWilliam S Fulton2023-03-019-33/+220
* | | Revert "Allow Scilab 5.5 failure since downloads have moved"William S Fulton2023-02-181-1/+0
* | | Duplicate parameter name handling improvementsWilliam S Fulton2023-02-183-2/+29
* | | Improved variadic parameter names expansionWilliam S Fulton2023-02-183-18/+14
* | | Make new testcase c++98 compliantWilliam S Fulton2023-02-171-5/+5
* | | Template partial specialization improvementsWilliam S Fulton2023-02-176-170/+310
* | | Fix deduction of partially specialized template parametersWilliam S Fulton2023-02-174-25/+43
* | | Rewrite does_parm_match used in template partial specializationWilliam S Fulton2023-02-172-44/+38
* | | Add missing template_function_parm testcaseWilliam S Fulton2023-02-171-0/+1
| |/ |/|
* | Drop configure probe for popen()Olly Betts2023-02-031-8/+0
* | Fix a couple of typos in CHANGESOlly Betts2023-01-271-1/+2
* | Add CHANGES.current entry for previous commitOlly Betts2023-01-271-0/+4
* | Avoid unused parameter self warningJulien Schueller2023-01-271-1/+1
* | configure: Check for php8.2 tooOlly Betts2023-01-181-1/+1
|/
* Fix seg fault using %templateWilliam S Fulton2023-01-034-1/+60
* Instantiation of C++11 variadic function templatesWilliam S Fulton2023-01-035-55/+132
* Move variadic function template tests to separate testcaseWilliam S Fulton2023-01-033-43/+83
* Merge branch 'OCaml-rename_rstrip_encoder-using2-runtime-tests'William S Fulton2022-12-302-0/+11
|\
| * Complete copy of testcase from PythonWilliam S Fulton2022-12-301-1/+3
| * [OCaml] Runtime tests for rename_rstrip_encoder and using2Zackery Spytz2022-12-042-0/+9
* | 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
* | | 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