summaryrefslogtreecommitdiff
path: root/Examples/test-suite/primitive_types.i
Commit message (Expand)AuthorAgeFilesLines
* Change the length of strings created from fixed-size buffers.Vadim Zeitlin2013-12-231-1/+1
* Fix comment typo in typemapOlly Betts2013-03-261-1/+1
* Added some missing multi-argument typemaps: (char *STRING, size_t LENGTH) and...William S Fulton2011-01-141-9/+0
* VC++ warning fixWilliam S Fulton2007-10-231-1/+1
* Fix parsing of float constants with an exponent (e.g. 1e-02f) (bug #1699646).Olly Betts2007-04-211-0/+6
* Removed bogus semicolon after method definition.Olly Betts2006-09-241-2/+1
* muffle exception specification ignored warning (VC++). This is only for testc...William S Fulton2006-01-121-0/+6
* add support for named warning codesMarcelo Matus2006-01-061-5/+3
* silence warningsMarcelo Matus2005-12-271-1/+1
* adding more cases and suppressing the 470 warningMarcelo Matus2005-11-211-0/+5
* Perl added to the Unified typemap library, cleaner way to use the library, an...Marcelo Matus2005-10-241-0/+16
* fix warnings/errors for gcc4.0, icc and valgrindMarcelo Matus2005-10-191-4/+8
* massive typemap unificationMarcelo Matus2005-10-181-4/+5
* fixes for templates and template default args, cosmetics, and other fixes for...Marcelo Matus2004-12-161-0/+2
* add typedef caseMarcelo Matus2004-12-111-0/+15
* fix char* typemap in bug #1080514Marcelo Matus2004-12-111-0/+13
* fix wrong applyMarcelo Matus2004-12-011-1/+1
* more examples, and fixesMarcelo Matus2004-10-181-2/+17
* fixes for latest stl changesMarcelo Matus2004-10-101-3/+3
* add patch 903150Marcelo Matus2004-10-061-0/+41
* CHANGES.currentMarcelo Matus2004-09-261-3/+3
* fixes for char[ANY]Marcelo Matus2004-09-171-0/+2
* Sun Workshop compiler warning fixesWilliam S Fulton2004-09-011-32/+32
* more solaris fixesMarcelo Matus2004-09-011-2/+2
* add virtual destructors where neededMarcelo Matus2004-04-111-0/+5
* now use the new argcargv.iMarcelo Matus2004-02-101-11/+1
* Fix long long and other warnings.Marcelo Matus2004-01-281-0/+1
* add support for char* to accepts char* :), beforeMarcelo Matus2004-01-261-0/+13
* Better mapping of char[ANY] in python, including embeddedMarcelo Matus2004-01-251-26/+123
* properly manage the strange but valid case:Marcelo Matus2004-01-241-5/+21
* add extensive tests for the primitive types, it will crash in almost every la...Marcelo Matus2004-01-241-0/+372