summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Don't use invalid iterators in Doxygen command parsing codeVadim Zeitlin2021-02-221-0/+12
* complex can now be used as an identifierWilliam S Fulton2020-10-101-1/+1
* Merge commit '8245277ad3acd9308ce28c40508b999e9496b27e' into c99-complexWilliam S Fulton2020-10-103-11/+11
|\
| * More C99 complex fixes, plus Python testsLeo Singer2020-06-241-1/+1
| * Restore _Complex as standalone typeLeo Singer2020-06-241-0/+2
| * Small corrections for handling C99 _ComplexLeo Singer2020-06-243-9/+3
| * Properly handle C99 complex types even in C++ modeLeo Singer2020-06-243-8/+12
* | 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-253-2/+6
* | | Avoid undefined behaviour in DOH Replace() functionOlly Betts2020-09-041-1/+3
* | | 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
* | | naming: Add unreachable return to !HAVE_PCRE pathAlistair Delva2020-08-131-0/+1
|/ /
* | 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-043-1/+15
| |/ |/|
* | 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
* | Merge pull request #1726 from vadz/unsigned-charWilliam S Fulton2020-05-301-2/+3
|\ \
| * | Fix reading options files on platforms with unsigned charVadim Zeitlin2020-02-161-2/+3
| |/
* | Merge branch 'DOH_POOL_SIZE-increase'William S Fulton2020-05-281-1/+1
|\ \
| * | Increase DOH_POOL_SIZEZackery Spytz2020-04-181-1/+1
| |/
* | Fix for missing space after \endlink in doxygenJohn McFarland2020-05-021-0/+4
|/
* Recognize C++ conversion operators with trailing '= 0' as abstractThomas REITMAYR2020-02-131-1/+16
* 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