summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Remove code which is no longer usedOlly Betts2021-03-281-182/+0
* Simplify printing code a littleOlly Betts2021-03-271-2/+2
* Eliminate extras hash tableOlly Betts2021-03-271-16/+6
* Use ZEND_THIS instead of getThis()Olly Betts2021-03-271-10/+10
* Drop unnecessary casts to swig_object_wrapper*Olly Betts2021-03-271-4/+4
* Improve how we allocate swig_object_wrapperOlly Betts2021-03-261-3/+2
* 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-2575-6384/+9238
|\ \ | |/
| * template template parameters patch tidyupWilliam S Fulton2021-03-221-24/+23
| * Fix handling of Template template parametersWilliam S Fulton2021-03-221-6/+25
| * 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-076-0/+12
| * 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