summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add docs about known shortcomings of C++ wrapping.gsoc2012-cLeif Middelschulte2012-08-201-0/+7
* Revert "Fix shadowing variable declaration", because it breaks c++ return val...Leif Middelschulte2012-08-201-1/+1
* Update docs to reflect typemap changes.Leif Middelschulte2012-08-201-36/+21
* Update comments in typemaps file.Leif Middelschulte2012-08-201-6/+9
* Reuse 'cmodtype' typemap and remove 'couttype' typemap completely.Leif Middelschulte2012-08-203-44/+12
* Reuse 'ctype' typemap and remove 'proxycouttype' typemap.Leif Middelschulte2012-08-203-35/+4
* Rename 'proxy' to 'ctype' as it's the typemap used for the C API.Leif Middelschulte2012-08-203-30/+30
* Rename 'ctype' typemap to 'cmodtype' since it's only used for internal (wrapp...Leif Middelschulte2012-08-203-34/+34
* Remove leftovers of removed 'wrap_call' typemap.Leif Middelschulte2012-08-201-2/+0
* Remove leftovers of replaced typemap macroLeif Middelschulte2012-08-201-10/+0
* Use macros even more.Leif Middelschulte2012-08-201-96/+57
* Rename internal macro.Leif Middelschulte2012-08-201-3/+3
* Base macros on types rather than on qualifiers.Leif Middelschulte2012-08-201-67/+33
* Move '[const] T ** const' and size_t of 'out' typemap into macrosLeif Middelschulte2012-08-191-16/+4
* Move '[const] T const **' and 'size_t' of 'in' typemap into macrosLeif Middelschulte2012-08-191-16/+5
* Revert lines, which weren't meant to get in.Leif Middelschulte2012-08-191-2/+2
* Remove line that is already covered by macro.Leif Middelschulte2012-08-191-1/+0
* Remove void 'cppouttype' typemap. Doesn't make sense.Leif Middelschulte2012-08-191-8/+0
* Remove void arrays.Leif Middelschulte2012-08-191-11/+11
* Fix typoLeif Middelschulte2012-08-191-1/+1
* Removed leftovers from macrofication.Leif Middelschulte2012-08-181-2/+0
* Fix missing macro argument usage due to copy&pastaLeif Middelschulte2012-08-181-12/+12
* move signed char to the group of types for which no unsigned existLeif Middelschulte2012-08-181-6/+2
* Remove old (and commented out) region about template typemaps.Leif Middelschulte2012-08-181-10/+0
* Macrofy more typemaps. Does not work yet, because SWIG's preprocessor seems t...Leif Middelschulte2012-08-181-439/+128
* Macrofy 'ctype' typemapLeif Middelschulte2012-08-181-137/+14
* Macrofy 'proxy' typemap.Leif Middelschulte2012-08-181-138/+26
* Minor formatting tweaks.Leif Middelschulte2012-08-181-17/+17
* Remove docs about 'wrap_call' typemap.Leif Middelschulte2012-08-181-6/+2
* Use actual generated code for 'would like' prologue.Leif Middelschulte2012-08-171-4/+11
* Unify beginning of command line codeLeif Middelschulte2012-08-171-2/+2
* Change style of command line snippets to "shell"Leif Middelschulte2012-08-171-6/+6
* Change style of C code to "targetlang"Leif Middelschulte2012-08-171-9/+9
* Add docs about typemaps used by the C backend for proxy code generation.Leif Middelschulte2012-08-171-0/+45
* Use "targetlang" style for C code in docs.Leif Middelschulte2012-08-171-10/+10
* Reuse 'ctype' typemap to cast wrapper calls. Reduces number of typemaps for t...Leif Middelschulte2012-08-172-49/+4
* Add beginning of 'which typemap is for what' for C backend documentation.Leif Middelschulte2012-08-171-0/+153
* Correct some descriptions of the typemaps. Remove duplicatesLeif Middelschulte2012-08-171-33/+22
* Remove the std_vector test I've added while trying for testing purposesLeif Middelschulte2012-08-163-25/+0
* Workaround issue with swig casting to wrong (not const) type in wrapper's C++...Leif Middelschulte2012-08-161-21/+21
* Remove copy and pasta (unsigned float and unsigned double typemaps).Leif Middelschulte2012-08-161-34/+4
* Add explicit types for 'ctype' typemap because swig does not resolve e.g. std...Leif Middelschulte2012-08-161-19/+142
* Fix typemaps of char* and equivalents to be explicit about the resolved type.Leif Middelschulte2012-08-161-4/+4
* Add constant pointers to 'out' typemap.Leif Middelschulte2012-08-151-0/+8
* Add constant pointers to 'proxycouttype' typemapLeif Middelschulte2012-08-151-0/+56
* Add constant pointers to 'cppouttype' typemapsLeif Middelschulte2012-08-151-0/+57
* add const pointers to 'couttype' typemapLeif Middelschulte2012-08-151-0/+57
* Add constant pointers to 'in' typemapLeif Middelschulte2012-08-151-1/+9
* Add constant pointers to 'ctype' typemapLeif Middelschulte2012-08-151-0/+7
* Add constant pointers to 'proxy' typemapLeif Middelschulte2012-08-151-1/+60