[pypy-commit] pypy cppyy-packaging: more pythonizatin of std::vector and more STL tests

2018-07-13 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r94861:dbc2035e00e4 Date: 2018-07-13 11:44 -0700 http://bitbucket.org/pypy/pypy/changeset/dbc2035e00e4/ Log:more pythonizatin of std::vector and more STL tests diff --git a/pypy/module/_cppyy/pythonify.py b/pypy/module/_cppyy/pythonify

[pypy-commit] pypy cppyy-packaging: some more asserts for the annotator (gives a small performance improvement on bound function calls)

2018-07-13 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r94859:a3af4486e271 Date: 2018-07-13 09:29 -0700 http://bitbucket.org/pypy/pypy/changeset/a3af4486e271/ Log:some more asserts for the annotator (gives a small performance improvement on bound function calls) diff --git a/pypy/m

[pypy-commit] pypy cppyy-packaging: support low-level views of arrays that allow user-side updates to shape

2018-07-13 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r94860:1214d76af168 Date: 2018-07-13 11:44 -0700 http://bitbucket.org/pypy/pypy/changeset/1214d76af168/ Log:support low-level views of arrays that allow user-side updates to shape diff --git a/pypy/module/_cppyy/converter.py b/

[pypy-commit] pypy cppyy-packaging: do not use string default/error size as object size

2018-07-13 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r94865:7c3f397e2434 Date: 2018-07-13 23:17 -0700 http://bitbucket.org/pypy/pypy/changeset/7c3f397e2434/ Log:do not use string default/error size as object size diff --git a/pypy/module/_cppyy/converter.py b/pypy/module/_cppyy/converter