aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-20matching code conventionsShane Liesegang
2019-07-20Lua userdata print pointing to wrapped memoryShane Liesegang
2019-07-18li_std_wstring test rename to li_std_wstring_inheritWilliam S Fulton
2019-07-18Update changes file with recent Python improvementsWilliam S Fulton
2019-07-18Merge branch 'py3.8'William S Fulton
2019-07-18Merge branch 'annotation_quoting'William S Fulton
2019-07-17Use PyObject_GC_UnTrack in lieu of the old variantChristian Kellner
2019-07-16Merge branch 'bugfix/616-csharp-bool-array'William S Fulton
2019-07-16Add changes entry to fix C# bool[]William S Fulton
2019-07-16Quieten failing bool[] testcase messageWilliam S Fulton
2019-07-15Skip failing bool[] test cases when running under monoGareth Francis
2019-07-14Examples: Unify string quoting in the Python sourcesDmitry D. Chernov
2019-07-14Test-suite: Unify string quoting in the Python sourcesDmitry D. Chernov
2019-07-14Tools: Unify string quoting in the Python sourcesDmitry D. Chernov
2019-07-14Generator: Unify string quoting in generated Python sourcesDmitry D. Chernov
2019-07-14Generator: Remove trailing whitespaces in the Python moduleDmitry D. Chernov
2019-07-12Fix testcase warning for languages that don't fully support nested classesWilliam S Fulton
2019-07-12Add changes entry for std::set primitive types fixWilliam S Fulton
2019-07-12Merge branch 'csharp-set-fixes'William S Fulton
2019-07-12Add changes entry for trailing enum fixWilliam S Fulton
2019-07-11Fix missing value for first item of enums with trailing commaVadim Zeitlin
2019-07-11Fix std::vector<> Java typemaps for primitive typesVadim Zeitlin
2019-07-11Allow std::set<> C# typemaps to work for non-nullable types tooVadim Zeitlin
2019-07-11Replace leftover string with the proper type in C# set typemapVadim Zeitlin
2019-07-11Add doxygen parser fix to changes fileWilliam S Fulton
2019-07-11Merge branch 'doxy/segfault'William S Fulton
2019-07-09Add gcc-9 testing with default flagsWilliam S Fulton
2019-07-09Merge branch 'patch-1'William S Fulton
2019-07-09nested_inheritance_interface testcase enhancementWilliam S Fulton
2019-07-09Add gcc-9 testing on TravisWilliam S Fulton
2019-07-09Testcase warning fix for gcc-9William S Fulton
2019-07-09gcc-9 testcase warning fixWilliam S Fulton
2019-07-08Add nested_inheritance_interface test for csharpIsaac Pascual Monells
2019-07-08Fix class name for nested classesIsaac Pascual Monells
2019-07-06Add iterator safety check in DoxygenParser::parseJohn McFarland
2019-07-06Doxygen comment parsing fix for empty lines in code/verbatim blocksJohn McFarland
2019-07-06Change C# bool[] typemaps to marshall as 1-byteGareth Francis
2019-07-05Fix appveyor cygwin Python testingWilliam S Fulton
2019-07-05Add Python whitespace pydoc improvements to changes fileWilliam S Fulton
2019-07-02Add nested_inheritance_interface testIsaac Pascual Monells
2019-06-28Merge branch 'doxy/space'William S Fulton
2019-06-28$arg and $input were incorrectly substituted in the argout typemapWilliam S Fulton
2019-06-27Fix class name for nested classesIsaac Pascual Monells
2019-06-27Remove the UnknownExceptionHandler director error handling classWilliam S Fulton
2019-06-27Test clang 10.0.1 C++17 - xcode 10.2William S Fulton
2019-06-27Workaround clang 10.0.1 C++17 linker errors in testcasesWilliam S Fulton
2019-06-27std::auto_ptr replacement for testing with C++17 and laterWilliam S Fulton
2019-06-27Replace std::unexpected_handler with std::terminate_handler to be c++17 compl...William S Fulton
2019-06-27Remove use of std::bind2nd which is removed in C++17William S Fulton
2019-06-27Fix constexpr-not-const clang warning in testcaseWilliam S Fulton