summaryrefslogtreecommitdiff
path: root/Examples
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'go-argcargv'Olly Betts2023-04-202-1/+23
|\
| * 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-192-1/+24
* | Make y const in new testcaseOlly Betts2023-04-191-1/+1
* | Merge branch 'macro-partial-expansion'Olly Betts2023-04-192-0/+37
|\ \
| * | Adjust new testsOlly Betts2023-04-192-15/+22
| * | inline the header into the interface fileMomtchil Momtchev2023-04-172-22/+25
| * | actually test the valueMomtchil Momtchev2023-04-142-1/+4
| * | save missing files from previous commitMomtchil Momtchev2023-04-142-2/+3
| * | move the unit testsMomtchil Momtchev2023-04-142-11/+21
| * | restore the unit testMomtchil Momtchev2023-04-112-0/+13
* | | [scilab] Extract values with ":"Clément DAVID2023-04-193-5/+37
| |/ |/|
* | Remove support for PHP7Olly Betts2023-04-143-24/+3
|/
* Merge branch 'bda_standardize_vector_array'William S Fulton2023-03-221-0/+15
|\
| * std_array.i std_vector.i tweaksWilliam S Fulton2023-03-221-0/+15
* | Improved error checking when defining classes and using %template.William S Fulton2023-03-138-39/+45
* | 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-084-1/+51
* | Update partial specialization testWilliam S Fulton2023-03-011-8/+7
* | Partial template specialization fixes to support default argumentsWilliam S Fulton2023-03-014-15/+113
* | Duplicate parameter name handling improvementsWilliam S Fulton2023-02-182-0/+22
* | Improved variadic parameter names expansionWilliam S Fulton2023-02-181-1/+1
* | Make new testcase c++98 compliantWilliam S Fulton2023-02-171-5/+5
* | Template partial specialization improvementsWilliam S Fulton2023-02-172-0/+104
* | Fix deduction of partially specialized template parametersWilliam S Fulton2023-02-172-24/+27
* | Rewrite does_parm_match used in template partial specializationWilliam S Fulton2023-02-171-4/+0
* | Add missing template_function_parm testcaseWilliam S Fulton2023-02-171-0/+1
|/
* Fix seg fault using %templateWilliam S Fulton2023-01-032-0/+53
* Instantiation of C++11 variadic function templatesWilliam S Fulton2023-01-032-2/+36
* 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
* | More variadic template testingWilliam S Fulton2022-12-301-3/+31
* | Syntax error fixes parsing more elaborate parameter pack argumentsWilliam S Fulton2022-12-301-3/+27
* | Fix instantiation of variadic class templatesWilliam S Fulton2022-12-291-2/+33
* | Fix syntax error parsing variadic template parameter pack argumentsWilliam S Fulton2022-12-231-1/+24
* | Extend variadic template support to various type combinationsWilliam S Fulton2022-12-221-0/+17
* | Support multiple arguments in variadic templates.William S Fulton2022-12-223-10/+225
* | Fix syntax error for misplaced Doxygen comment after struct/class member.William S Fulton2022-12-064-0/+35
* | Improved handling of Doxygen comments in parameter listsWilliam S Fulton2022-12-052-3/+50
|/
* Fix syntax error parsing of Doxygen comments after last enum itemWilliam S Fulton2022-12-032-0/+24
* Fix parsing of unconventional Doxygen post comments for enum items.William S Fulton2022-12-032-2/+61
* Testcase fix for -Wdelete-non-virtual-dtorWilliam S Fulton2022-12-021-0/+1
* Improved template template parameters support.William S Fulton2022-12-027-10/+156
* 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