summaryrefslogtreecommitdiff
path: root/Examples
Commit message (Expand)AuthorAgeFilesLines
* Disable Doxygen tests when using Java 8 or olderVadim Zeitlin2019-12-182-1/+5
* Rewrite Doxygen unit tests for Java using Java 9 APIVadim Zeitlin2019-12-1817-170/+140
* Don't crash if unexpected comment is found in Java Doxygen testsVadim Zeitlin2019-12-181-1/+2
* Reuse existing variable in CommentParser code used in Java testsVadim Zeitlin2019-12-181-2/+2
* Fix some C++11 identifiers with special meaning parsing problemsWilliam S Fulton2019-12-101-0/+28
* C# 'out' or 'ref' removal improvements in director typemaps.William S Fulton2019-11-261-2/+2
* 'out' or 'ref' usage in a cstype typemap in directorsWilliam S Fulton2019-11-263-0/+91
* Fix bug in Python builtin support for keyword argsWilliam S Fulton2019-11-012-0/+69
* Merge branch 'contrib/TekuConcept'William S Fulton2019-08-209-0/+163
|\
| * Dev Checkpoint 201906261312Chris Walker2019-06-261-1/+1
| * Dev Checkpoint 201906252227Chris Walker2019-06-251-0/+1
| * Dev Checkpoint 201906252221Chris Walker2019-06-251-8/+8
| * Dev Checkpoint 201906252210Chris Walker2019-06-253-4/+11
| * Dev Checkpoint 201906252113Chris Walker2019-06-253-106/+78
| * Add JS Native Directive TestcaseTekuConcept2019-05-091-0/+30
| * JS Example Campatibility UpdateTekuConcept2019-05-091-6/+18
| * Add Native Directive ExampleTekuConcept2019-05-086-0/+141
* | Fix Go version check and Go in-tree example testsIan Lance Taylor2019-08-091-2/+2
* | Fix all Go tests to build with "go build"Ian Lance Taylor2019-08-08166-356/+244
* | Merge branch 'python-stl-overloading'William S Fulton2019-08-085-0/+144
|\ \
| * | Python STL container method overloading fixWilliam S Fulton2019-08-065-0/+144
* | | Merge branch 'cshar-fix-enum-constants'William S Fulton2019-08-081-0/+6
|\ \ \ | |/ / |/| |
| * | Fix invalid code generated for "%constant enum EnumType ..." and add a test.Rokas Kupstys2019-08-011-0/+6
* | | Parameter name expansion fix for template functions.William S Fulton2019-08-011-0/+13
* | | The errors testcases use -module to obtain a unique module nameWilliam S Fulton2019-07-3113-14/+19
* | | Add note about wchar_t marshalling fix required for WindowsWilliam S Fulton2019-07-251-1/+4
|/ /
* | Remove failing wchar c# testWilliam S Fulton2019-07-241-0/+2
* | More C# wstring testingWilliam S Fulton2019-07-231-4/+6
* | More C# wstring testingWilliam S Fulton2019-07-231-5/+26
* | C# wstring testingWilliam S Fulton2019-07-231-0/+14
* | Split testcases li_std_wstring.i and li_std_wstring_inherit.iWilliam S Fulton2019-07-229-454/+141
* | li_std_wstring test rename to li_std_wstring_inheritWilliam S Fulton2019-07-185-2/+263
* | Merge branch 'annotation_quoting'William S Fulton2019-07-1833-167/+167
|\ \
| * | Examples: Unify string quoting in the Python sourcesDmitry D. Chernov2019-07-1410-21/+21
| * | Test-suite: Unify string quoting in the Python sourcesDmitry D. Chernov2019-07-1423-146/+146
* | | Merge branch 'bugfix/616-csharp-bool-array'William S Fulton2019-07-163-0/+170
|\ \ \
| * | | Quieten failing bool[] testcase messageWilliam S Fulton2019-07-161-1/+2
| * | | Skip failing bool[] test cases when running under monoGareth Francis2019-07-152-3/+11
| * | | Change C# bool[] typemaps to marshall as 1-byteGareth Francis2019-07-063-0/+161
* | | | Fix testcase warning for languages that don't fully support nested classesWilliam S Fulton2019-07-121-0/+5
* | | | Merge branch 'csharp-set-fixes'William S Fulton2019-07-123-0/+50
|\ \ \ \
| * | | | Fix std::vector<> Java typemaps for primitive typesVadim Zeitlin2019-07-112-3/+9
| * | | | Allow std::set<> C# typemaps to work for non-nullable types tooVadim Zeitlin2019-07-112-0/+13
| * | | | Replace leftover string with the proper type in C# set typemapVadim Zeitlin2019-07-113-0/+31
* | | | | Fix missing value for first item of enums with trailing commaVadim Zeitlin2019-07-112-0/+21
|/ / / /
* | | | Merge branch 'doxy/segfault'William S Fulton2019-07-116-0/+12
|\ \ \ \
| * | | | Doxygen comment parsing fix for empty lines in code/verbatim blocksJohn McFarland2019-07-066-0/+12
* | | | | Merge branch 'patch-1'William S Fulton2019-07-094-0/+84
|\ \ \ \ \
| * | | | | nested_inheritance_interface testcase enhancementWilliam S Fulton2019-07-092-0/+8
| * | | | | Add nested_inheritance_interface test for csharpIsaac Pascual Monells2019-07-081-0/+32