From da3afed804d47d25b5078103d400b5889e67915b Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Tue, 27 Jun 2017 11:33:53 +0200 Subject: libshiboken: Add Array converters Add a SbkArrayConverter struct which provides a list of check functions that return a converter function for an array of matching size. Add simple array converters for arrays of C++ primitive types. Instances of the ArrayHandle<>, Array2Handle<> templates will be generated which may point to internal data or allocated arrays. Task-number: PYSIDE-354 Task-number: PYSIDE-516 Change-Id: I157606891fad345ccd7af6d4a9d4dcb0c634b2f4 Reviewed-by: Alexandru Croitor --- sources/shiboken2/libshiboken/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sources/shiboken2/libshiboken/CMakeLists.txt') diff --git a/sources/shiboken2/libshiboken/CMakeLists.txt b/sources/shiboken2/libshiboken/CMakeLists.txt index 5363ccf42..3d27e643d 100644 --- a/sources/shiboken2/libshiboken/CMakeLists.txt +++ b/sources/shiboken2/libshiboken/CMakeLists.txt @@ -21,6 +21,7 @@ basewrapper.cpp debugfreehook.cpp gilstate.cpp helper.cpp +sbkarrayconverter.cpp sbkconverter.cpp sbkenum.cpp sbkmodule.cpp @@ -48,6 +49,7 @@ install(FILES conversions.h gilstate.h helper.h + sbkarrayconverter.h sbkconverter.h sbkenum.h sbkmodule.h -- cgit v1.2.3