summaryrefslogtreecommitdiff
path: root/Lib/typemaps
Commit message (Expand)AuthorAgeFilesLines
* Cleanup SWIG_VERSION definitionWilliam S Fulton2022-10-133-19/+0
* Quick fix SWIG_VERSION not being defined correctly in wrappersWilliam S Fulton2022-10-131-1/+0
* Fix compile error when using directorsWilliam S Fulton2022-10-101-1/+1
* Sort out predefined SWIG-specific macrosOlly Betts2022-10-053-9/+19
* Provide SWIGTYPE MOVE typemaps in swigmove.iWilliam S Fulton2022-09-161-0/+19
* Remove broken %implicitconv for const SWIGTYPE &&William S Fulton2022-09-051-24/+0
* Remove unnecessary const SWIGTYPE & typemapWilliam S Fulton2022-09-051-9/+1
* SWIGTYPE && input typemaps now assume object has been movedWilliam S Fulton2022-08-311-3/+8
* Cosmetic stray semi-colon removal after %typemap using quotesWilliam S Fulton2022-08-317-21/+21
* Remove redundant check for NULL in char * typemapsWilliam S Fulton2022-07-241-3/+3
* Add Python support for std::unique_ptr inputsWilliam S Fulton2022-07-172-0/+2
* Performance optimisation for directors for classes passed by valueWilliam S Fulton2022-07-041-1/+1
* Movable and move-only types supported in "out" typemaps.William S Fulton2022-06-301-2/+14
* Correct warning message for wchar_t * typemapsWilliam S Fulton2022-05-063-3/+12
* Remove redundant conditionalOlly Betts2022-03-071-4/+0
* Avoid -Wempty-body warnings from SWIG_contract_assertOlly Betts2022-02-111-1/+1
* Merge branch 'doc-work' into upstream-masterWilliam S Fulton2022-02-051-126/+0
|\
| * Move %attribute documentation into the manualCorey Minyard2022-01-261-126/+0
* | Fix function prototypes of generated pointer functionsJustus Winter2022-02-031-2/+2
* | Remove redundant NULL checks before free()/delete (#2184)Olly Betts2022-01-291-2/+2
|/
* Member function pointer typemap tweaksWilliam S Fulton2021-04-261-7/+7
* Fix typos in attribute2ref() in Lib/typemaps/attribute.swgZackery Spytz2021-02-091-1/+1
* Fix typecheck typemaps for non-pointers and NULLWilliam S Fulton2018-12-291-8/+8
* Remove -cppcast and -nocppcast command line optionsWilliam S Fulton2018-11-131-9/+2
* Fix constant function pointer typemapsWilliam S Fulton2018-11-131-0/+2
* Revert "Remove -cppcast and -nocppcast command line options"William S Fulton2018-11-061-2/+9
* Remove -cppcast and -nocppcast command line optionsWilliam S Fulton2018-11-061-9/+2
* Enhance SWIG_isfinite for older standards: C++03/C++98/C89William S Fulton2018-05-041-0/+6
* __cplusplus macro usage tweakWilliam S Fulton2018-05-041-1/+1
* Fix directorout typemaps which were causing undefined behaviour when returnin...William S Fulton2017-12-141-2/+4
* Add director typemaps for pointer const ref typesWilliam S Fulton2017-10-241-3/+22
* Add unignore for rvalue ref-qualifiersWilliam S Fulton2017-08-301-69/+0
* Fix wrapping of references/pointers and qualifiers to member pointersWilliam S Fulton2017-03-161-0/+3
* Octave: add support for version 4.2Karl Wette2017-01-221-1/+3
* Add some missing SWIGINTERN usageWilliam S Fulton2017-01-172-2/+2
* Fix isfinite() checks to work with all C++11 compilersOlly Betts2016-12-211-2/+14
* Zero initialize %array_functions and %array_classWilliam S Fulton2016-12-181-2/+2
* Zero initialize newly created arraysWilliam S Fulton2016-12-181-5/+5
* Fix missed filesDaniel Vollmer2016-09-171-0/+1
* cstrings.swg: fix function names inside comments (#790)Marcin Wojdyr2016-09-161-3/+3
* UTL STL container descriptor checksWilliam S Fulton2016-07-281-8/+8
* Remove unused traits.swgWilliam S Fulton2016-07-271-305/+0
* Fix directorin SWIGTYPE typemaps to make a copy as these are used for pass by...William S Fulton2016-05-141-1/+1
* handle const pointers to functionsPaweł Tomulik2016-03-241-0/+1
* [Python] Use std::isfinite() under C++11Olly Betts2016-03-011-2/+4
* [Python] Fix isfinite() check to work with GCC6Olly Betts2016-03-011-1/+2
* Add support for ptrdiff_t and size_t == long longAlec Cooper2016-01-061-12/+58
* Scilab typemap fixes for C89William S Fulton2015-02-111-1/+1
* Spelling fixWilliam S Fulton2014-10-211-1/+1
* Merge branch 'master' into develOliver Buchtala2014-03-301-3/+3
|\