Author: Wim Lavrijsen
Branch: cppyy-packaging
Changeset: r94853:63e440d921c8
Date: 2018-07-12 07:46 -0700
http://bitbucket.org/pypy/pypy/changeset/63e440d921c8/
Log:fix typos
diff --git a/pypy/module/_cppyy/interp_cppyy.py
b/pypy/module/_cppyy/interp_cppyy.py
--- a/pypy/module/_cppyy/interp
Author: Wim Lavrijsen
Branch: cppyy-packaging
Changeset: r94854:80195e50eca4
Date: 2018-07-12 12:39 -0700
http://bitbucket.org/pypy/pypy/changeset/80195e50eca4/
Log:improve object identity handling (now also includes data members)
diff --git a/pypy/module/_cppyy/converter.py b/pypy/module/_c
Author: Wim Lavrijsen
Branch: cppyy-packaging
Changeset: r94855:0097f52d422a
Date: 2018-07-12 19:54 -0700
http://bitbucket.org/pypy/pypy/changeset/0097f52d422a/
Log:do not unwrap assignable in setitem until call with ref-return is
done
diff --git a/pypy/module/_cppyy/executor.py b/py
Author: Wim Lavrijsen
Branch: cppyy-packaging
Changeset: r94858:0a2cbe7fb341
Date: 2018-07-12 22:56 -0700
http://bitbucket.org/pypy/pypy/changeset/0a2cbe7fb341/
Log:anotator fixes
diff --git a/pypy/module/_cppyy/executor.py b/pypy/module/_cppyy/executor.py
--- a/pypy/module/_cppyy/executor.p
Author: Wim Lavrijsen
Branch: cppyy-packaging
Changeset: r94856:8820afbc98c3
Date: 2018-07-12 20:23 -0700
http://bitbucket.org/pypy/pypy/changeset/8820afbc98c3/
Log:moves for strings (incl. from temporary python str)
diff --git a/pypy/module/_cppyy/converter.py b/pypy/module/_cppyy/converter
Author: Wim Lavrijsen
Branch: cppyy-packaging
Changeset: r94857:05fdf73d5e42
Date: 2018-07-12 20:47 -0700
http://bitbucket.org/pypy/pypy/changeset/05fdf73d5e42/
Log:improved overload selection
diff --git a/pypy/module/_cppyy/interp_cppyy.py
b/pypy/module/_cppyy/interp_cppyy.py
--- a/pypy/mo