index
:
users/pcacjr/shiboken.git
master
Paulo's Shiboken repository
Paulo Alcantara
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libshiboken
/
sbkconverter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added a convenience method to check if a converter belongs to a wrapper type.
Marcelo Lira
2011-12-09
1
-0
/
+5
*
Added adapter class SpecificConverter to provide type conversion based on a g...
Marcelo Lira
2011-12-09
1
-10
/
+53
*
Added a "to Python" converter function that gets a SbkConverter object.
Marcelo Lira
2011-12-09
1
-3
/
+8
*
Added some setting and converting functions to the new converter's API.
Marcelo Lira
2011-12-09
1
-2
/
+28
*
Added functions to the new converters API to check if a type is value or object.
Marcelo Lira
2011-12-09
1
-0
/
+11
*
Register type converters by name.
Marcelo Lira
2011-12-09
1
-1
/
+16
*
Make converter branch work on a Python3.2 setup.
Hugo Parente Lima
2011-12-09
1
-1
/
+1
*
SbkConverter's copyToPython function now returns Python None for C++ NULL poi...
Marcelo Lira
2011-12-09
1
-0
/
+2
*
New conversions for containers.
Marcelo Lira
2011-12-09
1
-0
/
+122
*
Converter can be registered and retrieved for string representations of types.
Marcelo Lira
2011-12-09
1
-1
/
+42
*
New converters for C++ primitive types.
Marcelo Lira
2011-12-09
1
-1
/
+31
*
New converters for user added primitive types.
Marcelo Lira
2011-12-09
1
-4
/
+21
*
Implemented new type converters, but only for wrapper types.
Marcelo Lira
2011-12-09
1
-0
/
+214