[pypy-commit] [Git][pypy/pypy][branch/cppyy-packaging] 12 commits: fix soabi

wlav foss at heptapod.net
Mon Nov 16 00:00:03 EST 2020



wlav pushed to branch branch/cppyy-packaging at PyPy / pypy


Commits:
1fcfb2f6 by Wim Lavrijsen at 2020-11-13T09:55:01-08:00
fix soabi

--HG--
branch : cppyy-packaging

- - - - -
883b9cb9 by Wim Lavrijsen at 2020-11-13T11:31:57-08:00
fix typos

--HG--
branch : cppyy-packaging

- - - - -
0bbd9dda by Wim Lavrijsen at 2020-11-13T11:32:32-08:00
conform to data member type convention of 1.14 backend

--HG--
branch : cppyy-packaging

- - - - -
20744ffb by Wim Lavrijsen at 2020-11-13T11:56:40-08:00
backend now consistently returns std::string instead of string

--HG--
branch : cppyy-packaging

- - - - -
f826b1ed by Wim Lavrijsen at 2020-11-14T19:37:25-08:00
more type consistency, but still a few ptr -> int left

--HG--
branch : cppyy-packaging

- - - - -
8346690a by Wim Lavrijsen at 2020-11-14T19:37:57-08:00
remove ptr -> long casts in favor of ptr -> intptr_t

--HG--
branch : cppyy-packaging

- - - - -
5f719d56 by Wim Lavrijsen at 2020-11-14T20:00:16-08:00
drop one indirection for pointer-to-instance data members (new convention)

--HG--
branch : cppyy-packaging

- - - - -
bd44106a by Wim Lavrijsen at 2020-11-14T20:00:47-08:00
enum fixes

--HG--
branch : cppyy-packaging

- - - - -
5fa50700 by Wim Lavrijsen at 2020-11-14T21:47:01-08:00
consistent naming v.v. CPython/CPyCppyy

--HG--
branch : cppyy-packaging

- - - - -
f822cd09 by Wim Lavrijsen at 2020-11-14T23:37:37-08:00
fix path with no return

--HG--
branch : cppyy-packaging

- - - - -
8a04d5f0 by Wim Lavrijsen at 2020-11-14T23:38:46-08:00
implement instance to_memory through __assign__

--HG--
branch : cppyy-packaging

- - - - -
0b41ac38 by Wim Lavrijsen at 2020-11-14T23:39:47-08:00
conform to conventions of new backend

--HG--
branch : cppyy-packaging

- - - - -


4 changed files:

- pypy/module/_cppyy/capi/loadable_capi.py
- pypy/module/_cppyy/converter.py
- pypy/module/_cppyy/executor.py
- pypy/module/_cppyy/interp_cppyy.py


View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/c38f5836630c7dc54e73233702aa6b2bcb51f621...0b41ac380492d834ab0ccfd104ab7a716579fa99

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/c38f5836630c7dc54e73233702aa6b2bcb51f621...0b41ac380492d834ab0ccfd104ab7a716579fa99
You're receiving this email because of your account on foss.heptapod.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pypy-commit/attachments/20201116/cdcd7494/attachment.html>


More information about the pypy-commit mailing list