summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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
* | Add some comments about shared_ptr upcast codeWilliam S Fulton2020-01-244-0/+11
* | Refactor upcasts codeWilliam S Fulton2020-01-233-79/+86
* | shared_ptr upcast fixes for DWilliam S Fulton2020-01-231-5/+6
* | Merge branch 'shared-ptr-template-upcast'William S Fulton2020-01-172-10/+14
|\ \
| * | Applying shared_ptr template upcast fix to CSharp, adding CSharp test, and cl...etse2019-05-062-17/+6
| * | WIP - Use the non-encoded type string for upcasting a shared_ptr of a derived...Eric Tse2019-05-061-5/+20
* | | Fix segfault parsing varargs with -doxygenWilliam S Fulton2020-01-161-6/+6
* | | Merge branch 'Issue-1643'William S Fulton2020-01-161-5/+4
|\ \ \
| * | | Fix pydoc null pointer dereference with missing arg typeJohn McFarland2019-10-271-5/+4
* | | | Memory leak fix handling empty /// doxygen commentsWilliam S Fulton2020-01-161-3/+5
* | | | Merge branch 'Issue-1632'William S Fulton2020-01-161-0/+20
|\ \ \ \
| * | | | Fix for newline handling in doxygen "///" style commentsJohn McFarland2019-11-021-0/+20
| |/ / /