Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Side by Side Diff: swig/Lib/typemaps/README

Issue 553095: Checkin swig binaries for win, linux and Mac... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: '' Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « swig/Lib/swigwarnings.swg ('k') | swig/Lib/typemaps/attribute.swg » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Still in development, but if you are interested into looking around,
2 start with
3
4
5 swigtypemaps.swg
6
7 which is the head file. Also read the docs for %fragments in
8
9 fragments.swg
10
11 and follow the definitions in one of the supported languages:
12
13 python, perl, ruby, tcl
14
15
16
17
18 /* -----------------------------------------------------------------------------
19 * Internal typemap specializations
20 * ----------------------------------------------------------------------------- */
21
22
23 carrays.swg Implement the carrays.i library
24 cdata.swg Implement the cdata.i library
25 cmalloc.swg Implement the cmalloc.i library
26 cpointer.swg Implement the cpointer.i library
27 cstring.swg Implement the cstring.i library typemaps for char *
28 cwstring.swg Implement the cstring.i library typemaps for wchar_t *
29 exception.swg Implement the exception.i library
30 implicit.swg Allow the use of implicit C++ constructors
31
32 string.swg Typemaps for char * string
33 wstring.swg Typemaps for wchar_t * string
34 std_string.swg Typemaps for std::string
35 std_wstring.swg Typemaps for std::wstring
36 swigtype.swg Typemaps for the SWIGTYPE type
37 void.swg Typemaps for the 'void' type
38 enumint.swg Typemaps for enums treated as 'int'
39 swigobject.swg Typemaps for the SWIG_Object as in PyObject, Tcl_Obj, et c.
40 misctypes.swg Typemaps for miscellaneos types (size_t, ptrdiff_t, etc)
41 ptrtypes.swg Typemaps for types with a 'ptr' behavior
42 valtypes.swg Typemaps for 'by value' types
43 inoutlist.swg IN/OUTPUT/INOUT typemaps, where the OUTPUT values are re turned in a list
44 primtypes.swg Common macros to manage primitive types (short,int,doubl e,etc)
45
46 cstrings.swg Common macros to implemented the cstring/cwstring librar ies
47 std_strings.swg Common macros to implemented the std::string/std::wstrin g typemaps
48 strings.swg Common macros and typemaps for string and wstring (char *, wchar_t *)
49
50 swigmacros.swg Basic macros
51 fragments.swg Macros for fragment manipulations
52
53
54 typemaps.swg The old typemaps.i library, not needed anymore
OLDNEW
« no previous file with comments | « swig/Lib/swigwarnings.swg ('k') | swig/Lib/typemaps/attribute.swg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698