summaryrefslogtreecommitdiff
path: root/Examples
Commit message (Expand)AuthorAgeFilesLines
* Octave: error() must be called with an argumentKarl Wette2020-08-2777-308/+308
* Python 3.2 syntax error fixes in testsWilliam S Fulton2020-08-152-18/+24
* Revert 2to3 modificationWilliam S Fulton2020-08-151-1/+1
* Merge branch 'remove-dependency-on-2to3'William S Fulton2020-08-15145-1403/+1189
|\
| * Remove need for Python 2to3William S Fulton2020-08-153-94/+7
| * Modify examples to be both Python 2 and 3 compatibleWilliam S Fulton2020-08-1537-388/+368
| * Remove python3 specific runme3.py test filesWilliam S Fulton2020-08-151-0/+0
| * Convert python tests using 2to3William S Fulton2020-08-1566-551/+551
| * Convert python test scripts to be Python 2 and 3 compatibleWilliam S Fulton2020-08-156-30/+28
| * Convert swigobject python test to be python 2 and 3 compatibleWilliam S Fulton2020-08-141-4/+13
| * Convert two tests to work with both Python 2 and 3William S Fulton2020-08-132-8/+21
| * Improve director_exception Python testWilliam S Fulton2020-08-131-1/+5
| * Remove further print statements from Python testsWilliam S Fulton2020-08-132-15/+15
| * Improve Python testing catching exceptionsWilliam S Fulton2020-08-133-35/+35
| * Improve contract Python testcase testingWilliam S Fulton2020-08-131-23/+23
| * Remove print statements from Python testsWilliam S Fulton2020-08-1340-254/+123
* | Add missing test to python test-suiteWilliam S Fulton2020-08-151-0/+1
* | Remove Examples/contractWilliam S Fulton2020-08-1510-293/+0
|/
* Alphabetise testing of examplesWilliam S Fulton2020-08-134-8/+7
* 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
| |/ / |/| |