summaryrefslogtreecommitdiff
path: root/Examples
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'python-iterator-protocol'William S Fulton2023-04-268-100/+52
|\
| * Remove undocumented and non-existent STL std::carrayWilliam S Fulton2023-04-264-100/+0
| * Add support for all STL containers to be constructible from a Python setWilliam S Fulton2023-04-264-0/+52
* | Merge branch 'js-numinputs'Olly Betts2023-04-271-0/+24
|\ \
| * | take into account numinputs when counting argumentsMomtchil Momtchev2023-04-261-0/+24
* | | catches_strings_runme.php: Check exact exception messageOlly Betts2023-04-241-2/+2
* | | [php] Add throws typemaps for string* + const string*Olly Betts2023-04-241-0/+26
|/ /
* | [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-221-1/+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-212-2/+36
* | [OCaml] Fix reference typemaps for std::stringZackery Spytz2023-04-214-0/+90
* | [ocaml] Use CXXFLAGS when compiling C++ testcasesOlly Betts2023-04-211-3/+3
* | Fix #ifdef and #ifndef to work inside a %defineOlly Betts2023-04-211-0/+35
* | Add regression test for << in array size bugOlly Betts2023-04-202-1/+5
* | Remove remaining traces of PHP7 supportOlly Betts2023-04-202-67/+34
* | 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