[pypy-commit] pypy cppyy-packaging: more template tests

2018-07-26 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r94891:57b26d4f25d5 Date: 2018-07-25 23:32 -0700 http://bitbucket.org/pypy/pypy/changeset/57b26d4f25d5/ Log:more template tests diff --git a/pypy/module/_cppyy/test/templates.h b/pypy/module/_cppyy/test/templates.h --- a/pypy/module/_

[pypy-commit] pypy cppyy-packaging: support for multi-dimensional arrays of instances and further

2018-07-26 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r94889:6f18d2274d2f Date: 2018-07-25 23:32 -0700 http://bitbucket.org/pypy/pypy/changeset/6f18d2274d2f/ Log:support for multi-dimensional arrays of instances and further refined template support diff --git a/pypy/module/_cppyy/

[pypy-commit] pypy cppyy-packaging: fix incorrect return type

2018-07-26 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r94887:76fe462b0a9e Date: 2018-07-25 23:30 -0700 http://bitbucket.org/pypy/pypy/changeset/76fe462b0a9e/ Log:fix incorrect return type diff --git a/pypy/module/_cppyy/capi/loadable_capi.py b/pypy/module/_cppyy/capi/loadable_capi.py ---

[pypy-commit] pypy cppyy-packaging: support for multi-dimensional arrays of instances

2018-07-26 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r94888:9bc5b83ea8b9 Date: 2018-07-25 23:31 -0700 http://bitbucket.org/pypy/pypy/changeset/9bc5b83ea8b9/ Log:support for multi-dimensional arrays of instances diff --git a/pypy/module/_cppyy/converter.py b/pypy/module/_cppyy/converter.p

[pypy-commit] pypy cppyy-packaging: multi-dimensional arrays of instances

2018-07-26 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r94890:a5e401a889f6 Date: 2018-07-25 23:32 -0700 http://bitbucket.org/pypy/pypy/changeset/a5e401a889f6/ Log:multi-dimensional arrays of instances diff --git a/pypy/module/_cppyy/lowlevelviews.py b/pypy/module/_cppyy/lowlevelviews.py -

[pypy-commit] pypy cppyy-packaging: annotator fixes

2018-07-26 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r94892:92f43bfdbe30 Date: 2018-07-26 09:17 -0700 http://bitbucket.org/pypy/pypy/changeset/92f43bfdbe30/ Log:annotator fixes diff --git a/pypy/module/_cppyy/interp_cppyy.py b/pypy/module/_cppyy/interp_cppyy.py --- a/pypy/module/_cppyy/

[pypy-commit] pypy cppyy-packaging: defer pythonization of std::complex for now

2018-07-26 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r94893:95e2a7e64991 Date: 2018-07-26 09:17 -0700 http://bitbucket.org/pypy/pypy/changeset/95e2a7e64991/ Log:defer pythonization of std::complex for now diff --git a/pypy/module/_cppyy/test/test_datatypes.py b/pypy/module/_cppyy/test/t