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/pyside2-tools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sources/pyside2-tools') diff --git a/sources/pyside2-tools b/sources/pyside2-tools index f68388cf5..413ecc73f 160000 --- a/sources/pyside2-tools +++ b/sources/pyside2-tools @@ -1 +1 @@ -Subproject commit f68388cf547c0d63a5d4a145f65aa9fa90529d52 +Subproject commit 413ecc73fbe6d6717ae2132e86648ac8b6da9d3c -- cgit v1.2.3