summaryrefslogtreecommitdiff
path: root/Lib/typemaps
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | Fix missing stddef.h when %import of STL containers. Was causing compile fail...William S Fulton2012-03-201-0/+4
* | Patch from Karl Wette to allow custom allocators in STL string classesWilliam S Fulton2012-03-161-21/+70
* | Remove warning: 'self' is a ruby keyword, renaming to 'C_self' since improvin...William S Fulton2011-12-211-13/+13
* | The 'directorin' typemap now accepts , etc expansions instead of having to u...William S Fulton2011-12-215-13/+13
* | Correct special variables in 'directorargout' typemap. This change will break...William S Fulton2011-12-202-7/+6
* | Fix constructors in named typedef class declarationsWilliam S Fulton2011-08-251-1/+1
* | Typemap correction for: (size_t LENGTH, const char *STRING)William S Fulton2011-07-261-1/+1
* | Fix Python directorin typemap for PyObject *William S Fulton2011-07-161-1/+1
* | Fix comment typosOlly Betts2011-06-031-3/+3
* | Remove VARARGS_SENTINEL typemaps further to revision 12666. Note that the ide...William S Fulton2011-05-141-5/+0
* | Fix overloading when using const char[] and char[ANY] and const char[ANY]William S Fulton2011-03-151-2/+2
* | Remove pointless special casing of zero-length strings, remnant of a seriesOlly Betts2011-02-181-5/+1
* | remove duplicate UTL char * typemapsWilliam S Fulton2011-02-131-2/+0
* | Fix typecheck typemaps for SWIGTYPE *const&William S Fulton2011-01-301-1/+1
|/
* Fix %attribute2ref not to produce a syntax error if the lastOlly Betts2010-05-261-1/+1
* minor formatting changesWilliam S Fulton2010-04-232-11/+7
* Make typemap fragments official - move the documentation in fragments.swg int...William S Fulton2010-04-141-232/+9
* Change typemap matching rules for the default type (SWIGTYPE) to follow templ...William S Fulton2010-04-011-7/+15
* SWIG license change - The Examples and Lib move to a very permissive license ...William S Fulton2010-02-2710-30/+0
* Fix memmove regressionWilliam S Fulton2009-09-111-2/+3
* fix SWIG naming conventionWilliam S Fulton2009-08-212-6/+6
* Add %attributeval and %attributestring to attribute.swg libraryWilliam S Fulton2009-02-131-3/+84
* update old syntax to new _dim0William S Fulton2009-02-081-10/+10
* Fixed SF #1976978, apply the macros for primitive types to std::wstringHaoyu Bai2008-05-301-0/+1
* Fix a few typos.Olly Betts2008-05-192-29/+29