swig/Lib/typemaps
Oliver Buchtala 158c8b6732 Merge branch 'master' into devel
Conflicts:
	.travis.yml
	Examples/test-suite/common.mk
2014-03-30 23:07:56 +02:00
..
attribute.swg Add testcase for %attributestring on shared_ptr 2014-01-11 19:34:22 +00:00
carrays.swg Fix constructors in named typedef class declarations 2011-08-25 19:27:38 +00:00
cdata.swg
cmalloc.swg
cpointer.swg Remove warning: 'self' is a ruby keyword, renaming to 'C_self' since improving autodoc for Ruby 2011-12-21 22:01:27 +00:00
cstring.swg
cstrings.swg
cwstring.swg
enumint.swg Add rvalue reference typemaps 2013-01-24 20:27:29 +00:00
exception.swg Move some header file includes into fragments for UTL languages 2014-02-21 19:02:14 +00:00
factory.swg
fragments.swg Move some header file includes into fragments for UTL languages 2014-02-21 19:02:14 +00:00
implicit.swg Fix some typos in directive names 2013-05-12 19:14:59 +01:00
inoutlist.swg
misctypes.swg
primtypes.swg Infinity is now by default an acceptable value for type 'float'. 2013-09-12 07:28:12 +01:00
ptrtypes.swg Correct special variables in 'directorargout' typemap. This change will break any 'directorargout' typemaps you may have written. Please change: to and to \n Also fix the named 'directorargout' DIRECTOROUT typemaps for these languages which didn't previously compile and add in , etc expansion.\n [C#, Go, Java, D] Add support for the 'directorargout' typemap.\n [Java] Add (char *STRING, size_t LENGTH) director typemaps. 2011-12-20 20:50:36 +00:00
README
std_except.swg added patch for SF bug #1295 2013-01-04 16:57:04 +01:00
std_string.swg Add <string> fragment 2014-02-15 23:30:14 +00:00
std_strings.swg Remove pointless special casing of zero-length strings, remnant of a series 2011-02-18 08:44:44 +00:00
std_wstring.swg Add <string> fragment 2014-02-15 23:30:14 +00:00
string.swg Change the length of strings created from fixed-size buffers. 2013-12-23 21:12:17 +00:00
strings.swg Merge branch 'master' into tmp 2014-03-05 01:09:26 +01:00
swigmacros.swg Fix a few typos in comments and docs 2013-12-12 11:45:30 +13:00
swigobject.swg The 'directorin' typemap now accepts , etc expansions instead of having to use workarounds - _name, _name etc. 2011-12-21 07:16:44 +00:00
swigtype.swg Fix casts for array setters broken when fixing nested C classes (c++out mode for Octave) 2014-03-15 12:39:39 +00:00
swigtypemaps.swg Fix a few typos in comments and docs 2013-12-12 11:45:30 +13:00
traits.swg Move some header file includes into fragments for UTL languages 2014-02-21 19:02:14 +00:00
typemaps.swg
valtypes.swg The 'directorin' typemap now accepts , etc expansions instead of having to use workarounds - _name, _name etc. 2011-12-21 07:16:44 +00:00
void.swg The 'directorin' typemap now accepts , etc expansions instead of having to use workarounds - _name, _name etc. 2011-12-21 07:16:44 +00:00
wstring.swg Change the length of strings created from fixed-size buffers. 2013-12-23 21:12:17 +00:00

Still in development, but if you are interested into looking around,
start with


     swigtypemaps.swg

which is the head file. Also read the docs for %fragments in 

     fragments.swg 

and follow the definitions in one of the supported languages:

     python, perl, ruby, tcl




/* -----------------------------------------------------------------------------
 *  Internal typemap specializations
 * ----------------------------------------------------------------------------- */


carrays.swg		Implement the carrays.i library
cdata.swg		Implement the cdata.i library
cmalloc.swg		Implement the cmalloc.i library
cpointer.swg		Implement the cpointer.i library
cstring.swg		Implement the cstring.i library typemaps for char *
cwstring.swg		Implement the cstring.i library typemaps for wchar_t *
exception.swg		Implement the exception.i library
implicit.swg		Allow the use of implicit C++ constructors

string.swg		Typemaps for char * string
wstring.swg		Typemaps for wchar_t * string
std_string.swg		Typemaps for std::string
std_wstring.swg		Typemaps for std::wstring
swigtype.swg		Typemaps for the SWIGTYPE type
void.swg		Typemaps for the 'void' type
enumint.swg		Typemaps for enums treated as 'int' 
swigobject.swg		Typemaps for the SWIG_Object as in PyObject, Tcl_Obj, etc.
misctypes.swg		Typemaps for miscellaneos types (size_t, ptrdiff_t, etc)
ptrtypes.swg		Typemaps for types with a 'ptr' behavior
valtypes.swg		Typemaps for 'by value' types
inoutlist.swg		IN/OUTPUT/INOUT typemaps, where the OUTPUT values are returned in a list
primtypes.swg		Common macros to manage primitive types (short,int,double,etc)

cstrings.swg		Common macros to implemented the cstring/cwstring libraries
std_strings.swg		Common macros to implemented the std::string/std::wstring typemaps
strings.swg		Common macros and typemaps for string and wstring (char *, wchar_t *)

swigmacros.swg		Basic macros 
fragments.swg		Macros for fragment manipulations


typemaps.swg		The old typemaps.i library, not needed anymore