summaryrefslogtreecommitdiff
path: root/Lib/typemaps
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fix casts for array setters broken when fixing nested C classes (c++out mode ...William S Fulton2014-03-151-3/+3
* | Merge branch 'master' into tmpOliver Buchtala2014-03-0514-75/+254
|\ \ | |/
| * Move some header file includes into fragments for UTL languagesWilliam S Fulton2014-02-213-6/+12
| * Add <string> fragmentWilliam S Fulton2014-02-154-15/+11
| * Fix issue on clang about implicit instantiation of undefined templateMarvin Greenberg2014-02-041-1/+7
| * Add testcase for %attributestring on shared_ptrWilliam S Fulton2014-01-111-1/+4
| * Don't accept strings too long to fit in char[N] with trailing NUL.Vadim Zeitlin2013-12-231-1/+2
| * Change the length of strings created from fixed-size buffers.Vadim Zeitlin2013-12-233-17/+52
| * Merge branch 'nested' - nested structs/classes supportWilliam S Fulton2013-12-141-3/+3
| |\
| | * Nested C class setters restored in c++out mode for OctaveWilliam S Fulton2013-12-121-3/+3
| * | Fix a few typos in comments and docsOlly Betts2013-12-122-6/+6
| |/
| * Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-10-105-42/+72
| |\
| | * Remove trailing spaces in the generated code.Sylvestre Ledru2013-09-131-29/+29
| | * Infinity is now by default an acceptable value for type 'float'.William S Fulton2013-09-122-2/+32
| * | Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-01-2812-135/+116
| |\ \
| * | | Add rvalue reference typemapsWilliam S Fulton2013-01-242-4/+106
* | | | Conflicts:Oliver Buchtala2013-09-271-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'devel' of https://github.com/Neha03/gsoc2012-javascript into develOliver Buchtala2012-09-081-2/+2
* | | | Add test case for attributes with moderately complex templatesArtem Serebriyskiy2013-05-251-10/+10
* | | | Fix all attributes macrosesArtem Serebriyskiy2013-05-251-10/+10
* | | | Fix some typos in directive namesWilliam S Fulton2013-05-121-1/+1
| |_|/ |/| |
* | | added patch for SF bug #1295Paweł Tomulik2013-01-041-61/+1
|/ /