summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | More C# wstring testingWilliam S Fulton2019-07-231-5/+26
* | | | C# wstring testingWilliam S Fulton2019-07-231-0/+14
* | | | fix undesirable `wstring` encoding at return value marshalling for C#smithx2019-07-221-1/+4
* | | | fix undesirable `wstring` encoding at return value marshalling for C#smithx2019-07-222-1/+5
* | | | 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
|/ / /
* | | Update changes file with recent Python improvementsWilliam S Fulton2019-07-181-0/+7
* | | Merge branch 'py3.8'William S Fulton2019-07-181-1/+1
|\ \ \
| * | | Use PyObject_GC_UnTrack in lieu of the old variantChristian Kellner2019-07-171-1/+1
* | | | Merge branch 'annotation_quoting'William S Fulton2019-07-1836-200/+200
|\ \ \ \
| * | | | 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
| * | | | Tools: Unify string quoting in the Python sourcesDmitry D. Chernov2019-07-142-9/+9
| * | | | Generator: Unify string quoting in generated Python sourcesDmitry D. Chernov2019-07-141-7/+7
| * | | | Generator: Remove trailing whitespaces in the Python moduleDmitry D. Chernov2019-07-141-17/+17
* | | | | Merge branch 'bugfix/616-csharp-bool-array'William S Fulton2019-07-165-1/+215
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add changes entry to fix C# bool[]William S Fulton2019-07-161-0/+4
| * | | | 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-064-1/+202
* | | | | Fix testcase warning for languages that don't fully support nested classesWilliam S Fulton2019-07-121-0/+5
* | | | | Add changes entry for std::set primitive types fixWilliam S Fulton2019-07-121-0/+3
* | | | | Merge branch 'csharp-set-fixes'William S Fulton2019-07-125-4/+58
|\ \ \ \ \
| * | | | | Fix std::vector<> Java typemaps for primitive typesVadim Zeitlin2019-07-113-4/+14
| * | | | | Allow std::set<> C# typemaps to work for non-nullable types tooVadim Zeitlin2019-07-113-2/+15
| * | | | | Replace leftover string with the proper type in C# set typemapVadim Zeitlin2019-07-114-1/+32
* | | | | | Add changes entry for trailing enum fixWilliam S Fulton2019-07-121-0/+4
* | | | | | Fix missing value for first item of enums with trailing commaVadim Zeitlin2019-07-113-0/+31
|/ / / / /
* | | | | Add doxygen parser fix to changes fileWilliam S Fulton2019-07-111-0/+4
* | | | | Merge branch 'doxy/segfault'William S Fulton2019-07-118-1/+32
|\ \ \ \ \
| * | | | | Add iterator safety check in DoxygenParser::parseJohn McFarland2019-07-062-1/+8
| * | | | | Doxygen comment parsing fix for empty lines in code/verbatim blocksJohn McFarland2019-07-067-0/+24
* | | | | | Add gcc-9 testing with default flagsWilliam S Fulton2019-07-091-0/+4
* | | | | | Merge branch 'patch-1'William S Fulton2019-07-097-2/+90
|\ \ \ \ \ \
| * | | | | | nested_inheritance_interface testcase enhancementWilliam S Fulton2019-07-093-0/+12
| * | | | | | Add nested_inheritance_interface test for csharpIsaac Pascual Monells2019-07-081-0/+32
| * | | | | | Fix class name for nested classesIsaac Pascual Monells2019-07-081-1/+1
| * | | | | | Add nested_inheritance_interface testIsaac Pascual Monells2019-07-023-0/+44
| * | | | | | Fix class name for nested classesIsaac Pascual Monells2019-06-271-1/+1
* | | | | | | Add gcc-9 testing on TravisWilliam S Fulton2019-07-091-0/+12
* | | | | | | Testcase warning fix for gcc-9William S Fulton2019-07-091-1/+1
* | | | | | | gcc-9 testcase warning fixWilliam S Fulton2019-07-092-3/+40
| |/ / / / / |/| | | | |
* | | | | | Fix appveyor cygwin Python testingWilliam S Fulton2019-07-051-1/+1
* | | | | | Add Python whitespace pydoc improvements to changes fileWilliam S Fulton2019-07-051-0/+4
* | | | | | Merge branch 'doxy/space'William S Fulton2019-06-2811-30/+400
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Ensure empty line before code and math blocks in doxygen pydocJohn McFarland2019-06-186-6/+75
| * | | | | Remove extra newline before code block in doxygen python outputJohn McFarland2019-05-275-5/+0
| * | | | | Clarify python doxygen code block indentation handlingJohn McFarland2019-05-261-4/+6
| * | | | | Cleanup of pydoc translator newline trimmingJohn McFarland2019-05-261-12/+18
| * | | | | Correction to recently added doxygen python test caseJohn McFarland2019-05-261-9/+9