aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding/pair_conversions.h
Commit message (Collapse)AuthorAgeFilesLines
* Renamed templates used for conversions of containers.Hugo Lima2010-03-181-1/+1
|
* User definied converters are written outside Shiboken namespace.Hugo Lima2010-02-181-0/+2
|
* Moved container converters from test library to libshiboken's converter header.Marcelo Lira2009-12-071-27/+0
| | | | | | | The implementation of converters for pair, list and map containers was moved from libsample test binding to libshiboken/conversions.h. The implementation must be used with types similar to the C++ STL containers of the same name.
* Added Converter<T>::isConvertible to replace the T_Check functions.Hugo Lima2009-10-271-0/+4
| | | | | | This allow the user to full custommize the type conversion. Note: This change added a known regression on test_derived
* Removed useless ValueHolder template.Hugo Lima2009-09-151-3/+3
|
* changed pair_conversion.h to use PySequence functions instead ofMarcelo Lira2009-08-251-2/+2
| | | | PyTuple ones, also fixed pair_test.py
* The End Is the Beginning Is the EndMarcelo Lira2009-08-171-0/+25