summaryrefslogtreecommitdiff
path: root/Examples
Commit message (Expand)AuthorAgeFilesLines
* Fix bug with macro invocation with empty first argOlly Betts2017-10-081-3/+3
* Avoid can of worms testing minimum signed int valueWilliam S Fulton2017-10-072-4/+0
* Add regression test for old fixed SF bugOlly Betts2017-10-071-1/+7
* Fix platorm inconsistency in Python default argument handling.William S Fulton2017-10-062-0/+26
* Testcase fix for clangWilliam S Fulton2017-10-051-0/+8
* Remove unused SWIG_NO_OVERLOAD macro from testcasesWilliam S Fulton2017-10-045-20/+0
* Run overload_complicated testcaseWilliam S Fulton2017-10-046-33/+35
* Run virtual_derivation testcaseWilliam S Fulton2017-10-042-0/+2
* Run typemap_template_typedef testcaseWilliam S Fulton2017-10-042-9/+10
* Run python_threads testcaseWilliam S Fulton2017-10-041-0/+1
* Run default_args_c testcaseWilliam S Fulton2017-10-041-0/+1
* Fix C# std::complex pass by value typemapsWilliam S Fulton2017-10-025-18/+37
* Add missing declaration for std::complexWilliam S Fulton2017-10-025-13/+47
* Add missing test - template_class_reuse_nameWilliam S Fulton2017-09-291-0/+1
* Allow an instantiated template to have the same name as the C++ template nameWilliam S Fulton2017-09-295-0/+296
* Add std::shared_ptr testcases to OctaveWilliam S Fulton2017-09-251-0/+6
* Fix overloading of shared_ptr method overloadingWilliam S Fulton2017-09-237-0/+110
* Expand std::shared_ptr testing to C# D Java PythonWilliam S Fulton2017-09-228-9/+112
* Fixup recent python 2to3 changesWilliam S Fulton2017-09-201-1/+1
* Fix --with-2to3 configure optionWilliam S Fulton2017-09-191-1/+1
* Merge branch 'futatuki-configure-with-2to3-as-different-name'William S Fulton2017-09-192-2/+2
|\
| * Apply patch to configure with 2to3 rename for 3.0.12FUTATSUKI Yasuhito2017-06-192-2/+2
* | Correct php testcaseWilliam S Fulton2017-09-191-1/+1
* | Run some preprocessor constants tests that were previously disabled.William S Fulton2017-09-186-6/+6
* | Fix type promotion wrapping some non-trivial constant expressionsWilliam S Fulton2017-09-1811-0/+11
* | Fix generated code for constant expressions containing wchar_t L literals.William S Fulton2017-09-1711-1/+23
* | Fix testcase symbol name conflictWilliam S Fulton2017-09-111-24/+24
* | Merge branch 'cpp11-ref-qualifiers'William S Fulton2017-09-1115-2/+602
|\ \
| * | Warnings in testcases fixWilliam S Fulton2017-09-102-0/+3
| * | Add support for %typemap and member function pointers with qualifiersWilliam S Fulton2017-09-093-0/+114
| * | Fix wrapping of some member function pointer parametersWilliam S Fulton2017-09-071-0/+16
| * | Add support for member function pointers with ref-qualifiersWilliam S Fulton2017-09-052-1/+118
| * | Add error for constructors, destructors, static methods declared with qualifiersWilliam S Fulton2017-08-302-0/+63
| * | Add support for conversion operators with ref-qualifiersWilliam S Fulton2017-08-303-0/+32
| * | Add unignore for rvalue ref-qualifiersWilliam S Fulton2017-08-305-1/+47
| * | Improve ref-qualifier implementationWilliam S Fulton2017-08-305-15/+135
| * | Fix support for member const function pointer variablesWilliam S Fulton2017-08-301-1/+21
| * | C++11 ref-qualifier support addedWilliam S Fulton2017-08-196-0/+69
* | | Fix testcase for clangWilliam S Fulton2017-08-171-0/+8
|/ /
* | Add missing template_using_directive_typedef.i test fileWilliam S Fulton2017-08-161-0/+44
* | Merge branch 'templates-scope-enforcement'William S Fulton2017-08-1628-57/+885
|\ \
| * | Test a few %template errorsWilliam S Fulton2017-08-162-0/+12
| * | Add using declarations to templates into typedef table.William S Fulton2017-08-164-5/+52
| * | Fix type lookup in the presence of using directives and using declarationsWilliam S Fulton2017-08-165-3/+65
| * | Testcase fix for nameclash in phpWilliam S Fulton2017-08-161-6/+6
| * | %template scope enforcement and class definition fixesWilliam S Fulton2017-08-1616-52/+433
| * | Fix scope lookup for template parameters containing unary scope operatorsWilliam S Fulton2017-08-164-0/+228
| * | Typemap change for templatesWilliam S Fulton2017-08-162-0/+98
| * | Merge branch 'fflexo-javalist'William S Fulton2017-06-297-29/+284
| |\ \
* | | | Remove stray blank line print in php testWilliam S Fulton2017-08-161-1/+0