summaryrefslogtreecommitdiff
path: root/Source/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* | Improve arginfo generationOlly Betts2021-03-261-16/+38
* | php: Eliminate SWIG_ZEND_NAMED_FEOlly Betts2021-03-261-3/+3
* | Merge branch 'master' into gsoc2017-php7-classes-via-c-apiOlly Betts2021-03-262-20/+4
|\ \ | |/
| * Remove outdated FIXME/TODO from php.cxxOlly Betts2021-03-261-16/+0
| * Python -builtin fix wrapping constructors with varargsWilliam S Fulton2021-03-231-4/+4
* | Merge branch 'master' into gsoc2017-php7-classes-via-c-apiOlly Betts2021-03-2533-5904/+3179
|\ \ | |/
| * Add initial support for PHP8Olly Betts2021-03-191-10/+45
| * php: Fix overloaded directed methods with non-void returnOlly Betts2021-03-181-2/+2
| * Fix few unused variable warningsMichel Zou2021-03-073-0/+4
| * Merge branch 'director-return-const-pointer'William S Fulton2020-10-071-1/+1
| |\
| | * Perform proper spacing in director method declarationsThomas Reitmayr2020-06-201-1/+1
| * | Merge pull request #1859 from adelva1984/no-host-exceptionsWilliam S Fulton2020-10-071-2/+4
| |\ \
| | * | Apply suggestions from code review William S Fulton2020-10-071-2/+2
| | * | javascript: replace exceptions with SWIG_exitAlistair Delva2020-08-131-2/+4
| * | | Add access modifier support for interface featureWilliam S Fulton2020-09-252-2/+4
| * | | Fix crashes in swig_connect_director during director class construction.William S Fulton2020-08-281-21/+10
| * | | Python 3.9 support for -builtinWilliam S Fulton2020-08-271-0/+4
| |/ /
| * | Merge branch 'directors-comparison-operators'William S Fulton2020-06-141-4/+0
| |\ \ | | |/ | |/|
| | * Fix wrapping of virtual comparison operators with directorsZackery Spytz2020-06-051-4/+0
| * | Merge branch 'python-doxygen-quotes'William S Fulton2020-06-071-3/+27
| |\ \
| | * | Fix generated Python code for Doxygen comments with triple quotesVadim Zeitlin2020-03-041-0/+10
| | * | Fix generated Python code for Doxygen comments ending with quoteVadim Zeitlin2020-03-041-3/+17
| * | | escape phony targets as wellNoah Stegmaier2020-06-041-1/+1
| * | | escape target nameNoah Stegmaier2020-06-041-1/+1
| * | | escape path of generated fileNoah Stegmaier2020-06-041-1/+1
| * | | escape filepathsNoah Stegmaier2020-06-041-1/+1
| | |/ | |/|
| * | Merge branch 'r-script-fixes'William S Fulton2020-06-021-2/+2
| |\ \
| | * | Fix further missing semicolons in R code.William S Fulton2020-06-021-1/+1
| | * | fixed some missing semicolons. Each one caused a compile error in generated codekhoran2020-03-251-1/+1
| | |/
| * | octave.cxx: fix exception raising for newer Octave versionsKarl Wette2020-05-311-1/+16
| * | octave.cxx: add missing return statement before "fail:" labelKarl Wette2020-05-311-0/+1
| * | octave.cxx: this belongs in the code (as opposed to definition) sectionKarl Wette2020-05-311-1/+1
| * | octave.cxx: remote whitespacesKarl Wette2020-05-311-2/+2
| * | octave.cxx: replace Printf() with Append() for consistencyKarl Wette2020-05-311-1/+1
| * | Fix reading options files on platforms with unsigned charVadim Zeitlin2020-02-161-2/+3
| |/
| * Merge branch 'autodoc-doxygen-fix'William S Fulton2020-01-311-4/+11
| |\
| | * Fix crash in Python backend when using empty docstringsVadim Zeitlin2020-01-301-4/+11
| * | Fix R memory leak on exceptionArnaud BarreĢ2020-01-301-4/+19
| * | Remove redundant code from r.cxxWilliam S Fulton2020-01-301-115/+2
| * | Fix display of template classnames in generated R codeWilliam S Fulton2020-01-301-4/+5
| * | Merge branch 'RMemberListTrialSimplify2019'William S Fulton2020-01-301-100/+149
| |\ \ | | |/ | |/|
| | * Removed some remaining commented sectionsRichard Beare2019-08-301-74/+2
| | * moved registration routine and use swig_name_getRichard Beare2019-04-101-7/+2
| | * calling Swig_name_setgetRichard Beare2019-04-101-2/+5
| | * Used Swig_name_register so that Swig_name_wrapper producesRichard Beare2019-04-101-1/+4
| | * Removed last instance of using Strcmp to check for a set/getRichard Beare2019-04-101-5/+1
| | * Alternative version of using memberlist processing. This clarifies theRichard Beare2019-04-101-21/+59
| | * commenting out unused codeRichard Beare2019-04-101-0/+10
| | * first pass at removing string comparisons for set/get methodsRichard Beare2019-04-101-36/+57
| | * trial changing member list processingRichard Beare2019-04-101-16/+71