summaryrefslogtreecommitdiff
path: root/Source/Modules
Commit message (Expand)AuthorAgeFilesLines
* Duplicate parameter name handling improvementsWilliam S Fulton2023-02-181-2/+7
* Improved variadic parameter names expansionWilliam S Fulton2023-02-181-17/+10
* Avoid unused parameter self warningJulien Schueller2023-01-271-1/+1
* Ocaml name mangling fixWilliam S Fulton2022-11-291-0/+3
* SwigType * handling corrections - Python builtin manglingWilliam S Fulton2022-11-181-19/+27
* Duplicate class template instantiations via %template changesWilliam S Fulton2022-11-181-0/+1
* Minor refactor of D, C#, Java director codeWilliam S Fulton2022-11-123-34/+51
* Consolidate name mangling functionsWilliam S Fulton2022-11-129-17/+17
* Remove unused code in mzscheme.cxxWilliam S Fulton2022-11-121-6/+0
* SwigType * handling corrections - manglingWilliam S Fulton2022-11-124-12/+14
* SwigType * handling correctionsWilliam S Fulton2022-11-096-58/+94
* R rtypecheck typemapsWilliam S Fulton2022-11-051-12/+29
* Overloading fixes for R and rtypecheck typemapWilliam S Fulton2022-11-051-9/+12
* Improve R wrapper error message calling overloaded methodsWilliam S Fulton2022-11-051-5/+7
* Document that -php7 is for PHP 7 *or later*Olly Betts2022-10-311-1/+1
* Merge branch 'rfix-cleaned-up'William S Fulton2022-10-241-34/+0
|\
| * R shared_ptr fixesWilliam S Fulton2022-10-241-40/+0
| * align implementation of smartname to r class nameAndLLA2022-10-241-16/+11
| * fixes from code reviewAndLLA2022-10-241-2/+1
| * typo in commentAndLLA2022-10-241-1/+1
| * fix naming of RClass when template of a shared_ptrAndLLA2022-10-241-3/+15
* | Visual C++ warning fixesWilliam S Fulton2022-10-241-2/+2
|/
* Merge branch 'MSB8027'William S Fulton2022-10-241-0/+1
|\
| * Fix -Wunused-variable warningJulien Schueller2022-10-241-0/+1
* | R - fix $typemap() for R specific typemapsWilliam S Fulton2022-10-241-1/+11
* | Polymorphism in R wrappers fixed for C++ structsWilliam S Fulton2022-10-241-4/+2
|/
* [php] Fix handling of multi-module casesOlly Betts2022-10-181-2/+7
* [R] Run destructors of local C++ objects on SWIG_failOlly Betts2022-10-141-0/+8
* [lua] Run destructors of local C++ objects on SWIG_failOlly Betts2022-10-141-4/+12
* Revert "[xml] Move to "Experimental" target language status"William S Fulton2022-10-131-1/+1
* Cleanup SWIG_VERSION definitionWilliam S Fulton2022-10-1318-41/+28
* XML whitespace changesWilliam S Fulton2022-10-101-13/+13
* OCaml director return fixWilliam S Fulton2022-10-101-11/+4
* Improve director unwrap detection for the return typeWilliam S Fulton2022-10-104-42/+42
* Merge branch 'director-unwrap-result'William S Fulton2022-10-072-6/+2
|\
| * Merge branch 'master' into director-unwrap-resultOlly Betts2022-03-0132-14315/+1688
| |\
| * | Unwrap director classes only when returning a pointer or reference to an objectThomas Reitmayr2020-06-202-6/+2
* | | Completely remove CFFIWilliam S Fulton2022-10-061-1171/+0
* | | Eliminate 2 redundant copies of swig bannerOlly Betts2022-10-061-5/+1
* | | Make licence boilterplate for go.cxx match other filesOlly Betts2022-10-061-2/+6
* | | Use https for swig.org linksOlly Betts2022-10-0631-33/+33
* | | Fix OCaml %rename for enum itemsWilliam S Fulton2022-10-051-4/+5
* | | Report errors in preprocessor expressions by defaultOlly Betts2022-10-051-3/+4
* | | Sort out predefined SWIG-specific macrosOlly Betts2022-10-052-0/+6
* | | [php] Fix emitted PHP type declarations in corner casesphp-type-declaration-fixesOlly Betts2022-10-041-83/+215
* | | Prefer !Equal() to Cmp() != 0Olly Betts2022-10-031-5/+5
* | | Generate richcompare switch statements in sorted orderWilliam S Fulton2022-09-301-2/+4
* | | [php] Add php:allowdynamicproperties featureOlly Betts2022-09-291-4/+13
* | | [php] Suppress -Wdeclaration-after-statement in php.hOlly Betts2022-09-291-3/+22
* | | [php] Workaround PHP 8.2 header problemOlly Betts2022-09-281-0/+8