summaryrefslogtreecommitdiff
path: root/Examples
Commit message (Expand)AuthorAgeFilesLines
* Add C# support for void *VOID_INT_PTR member variablesWilliam S Fulton2020-08-132-0/+10
* Add basic std::pair Python testingWilliam S Fulton2020-08-131-0/+47
* Merge branch 'directors-comparison-operators'William S Fulton2020-06-144-0/+36
|\
| * Use %renameZackery Spytz2020-06-072-0/+8
| * Fix wrapping of virtual comparison operators with directorsZackery Spytz2020-06-053-0/+28
* | Ruby testcase fixWilliam S Fulton2020-06-071-0/+2
* | Merge branch 'python-doxygen-quotes'William S Fulton2020-06-073-0/+24
|\ \ | |/ |/|
| * Fix generated Python code for Doxygen comments with triple quotesVadim Zeitlin2020-03-043-0/+16
| * Fix generated Python code for Doxygen comments ending with quoteVadim Zeitlin2020-03-043-0/+8
* | Merge branch 'r-script-fixes'William S Fulton2020-06-021-1/+1
|\ \
| * | Fix further missing semicolons in R code.William S Fulton2020-06-021-1/+1
| |/
* | Octave: use pre-compiled headers to speed up test suite, if supportedKarl Wette2020-05-313-10/+53
* | Merge pull request #1788 from mcfarljm/Issue-1757William S Fulton2020-05-284-5/+5
|\ \
| * | Fix for missing space after \endlink in doxygenJohn McFarland2020-05-024-5/+5
| |/
* | Ignore ambiguous variable names error from pycodestyle 2.6Vadim Zeitlin2020-05-221-1/+1
|/
* Clean up test casesRyan Nevell2020-02-172-3/+4
* Fix unwrapping of LUA lightuserdata type. Add test case.Ryan Nevell2020-02-173-0/+24
* Merge branch 'abstract-conversion-operators'William S Fulton2020-02-142-0/+36
|\
| * Add test cases for abstract user-defined conversion operatorsThomas REITMAYR2020-02-132-0/+36
* | Port Ruby test of vector<shared_ptr<>> to PythonWilliam S Fulton2020-02-131-0/+63
|/
* Fixing setting this in Python when using __slots__William S Fulton2020-02-062-1/+32
* Disable GC checks for Ruby auto_ptr testWilliam S Fulton2020-01-311-28/+12
* Merge branch 'ruby-autoptr'William S Fulton2020-01-312-1/+44
|\
| * Extend std::auto_ptr<> support to RubyVadim Zeitlin2020-01-172-1/+44
* | Merge branch 'autodoc-doxygen-fix'William S Fulton2020-01-312-0/+11
|\ \
| * | Fix crash in Python backend when using empty docstringsVadim Zeitlin2020-01-302-0/+11
* | | Fix R memory leak on exceptionArnaud BarreĢ2020-01-303-0/+67
* | | Merge branch 'RMemberListTrialSimplify2019'William S Fulton2020-01-301-0/+74
|\ \ \
| * | | ENH R abstract_access_runmeRichard Beare2019-08-311-3/+27
| * | | ENH R accessor processing testRichard Beare2019-08-301-0/+50
* | | | Minor tweak to director_wstring_runme.py testWilliam S Fulton2020-01-281-2/+2
| |/ / |/| |
* | | Test shared_ptr upcasts in PythonWilliam S Fulton2020-01-241-0/+5
* | | Merge branch 'shared-ptr-template-upcast'William S Fulton2020-01-175-0/+129
|\ \ \ | |_|/ |/| |
| * | commentsetse2019-05-061-3/+3
| * | Applying shared_ptr template upcast fix to CSharp, adding CSharp test, and cl...etse2019-05-063-4/+19
| * | Adding test case demonstrating issue where SWIG does not generate a correctly...etse2019-05-063-0/+114
* | | Correct recently expanded testcase from a merge for doxygen default parameter...William S Fulton2020-01-161-1/+1
* | | Fix sort order of doxygen testcasesWilliam S Fulton2020-01-161-1/+1
* | | Update anther newly merged doxygen Java test for Java 9 APIWilliam S Fulton2020-01-161-10/+2
* | | Merge branch 'Issue-1643'William S Fulton2020-01-163-0/+31
|\ \ \
| * | | Fix pydoc null pointer dereference with missing arg typeJohn McFarland2019-10-273-0/+31
* | | | Merge branch 'Issue-1632'William S Fulton2020-01-164-0/+286
|\ \ \ \
| * | | | Minor workaround in doxygen_basic_translate_style3 testJohn McFarland2019-11-023-3/+10
| * | | | Add new test doxygen_basic_translate_style3.iJohn McFarland2019-11-024-0/+279
| |/ / /
* | | | Remove unused import in java testcaseWilliam S Fulton2020-01-151-1/+0
* | | | Fix deprecation warning in java testcaseWilliam S Fulton2020-01-141-2/+2
* | | | Merge pull request #1656 from mcfarljm/Issue-1647William S Fulton2020-01-141-0/+3
|\ \ \ \
| * | | | Fix doxygen crash with empty commentJohn McFarland2019-10-301-0/+3
| |/ / /
* | | | Update newly merged doxygen Java test for Java 9 APIWilliam S Fulton2020-01-141-9/+2
* | | | Merge branch 'doxy/commands'William S Fulton2020-01-1411-10/+226
|\ \ \ \