wlav pushed to branch branch/default at PyPy / pypy
Commits: 6036afda by Wim Lavrijsen at 2019-11-06T13:41:23-08:00 closing old cppyy packaing branch to restart work --HG-- branch : cppyy-packaging - - - - - 5f54c3bf by Wim Lavrijsen at 2020-03-31T09:39:30-07:00 bring branch up to default --HG-- branch : cppyy-packaging - - - - - 11884497 by Wim Lavrijsen at 2020-04-02T21:48:30-07:00 prepare for a range of more data types tests --HG-- branch : cppyy-packaging - - - - - b64371a6 by Wim Lavrijsen at 2020-04-02T21:48:48-07:00 add support for wchar_t --HG-- branch : cppyy-packaging - - - - - 8d986837 by Wim Lavrijsen at 2020-04-04T19:38:35-07:00 wchar_t executor and associated tests --HG-- branch : cppyy-packaging - - - - - fc764790 by Wim Lavrijsen at 2020-04-04T22:50:08-07:00 consistency in use of setup_make --HG-- branch : cppyy-packaging - - - - - 28482da2 by Wim Lavrijsen at 2020-04-04T23:00:03-07:00 fix translater issues --HG-- branch : cppyy-packaging - - - - - d06a84bf by Wim Lavrijsen at 2020-04-05T10:19:43-07:00 refactoring of char type using a mixin --HG-- branch : cppyy-packaging - - - - - 5458eee2 by Wim Lavrijsen at 2020-04-05T16:18:17-07:00 basic char16_t support and associated tests --HG-- branch : cppyy-packaging - - - - - 89699e9a by Wim Lavrijsen at 2020-04-05T16:32:27-07:00 basic char32_t support and associated tests --HG-- branch : cppyy-packaging - - - - - 9bb6c20b by Wim Lavrijsen at 2020-04-06T23:23:26-07:00 support for int8_t, uint8_t, and signed char; also some refactoring --HG-- branch : cppyy-packaging - - - - - d40671a3 by Wim Lavrijsen at 2020-04-07T15:21:49-07:00 converter for signed char[] and associated tests --HG-- branch : cppyy-packaging - - - - - 5f93a33c by Wim Lavrijsen at 2020-04-07T18:08:11-07:00 direct support for std::byte --HG-- branch : cppyy-packaging - - - - - 48d1fed1 by Wim Lavrijsen at 2020-04-07T18:56:05-07:00 fix translation problems --HG-- branch : cppyy-packaging - - - - - eae5a669 by Wim Lavrijsen at 2020-04-07T22:43:02-07:00 pythonization of std::complex and associated tests --HG-- branch : cppyy-packaging - - - - - 9ffe391f by Wim Lavrijsen at 2020-04-07T22:46:34-07:00 one more test for complex --HG-- branch : cppyy-packaging - - - - - 87e70cd8 by Wim Lavrijsen at 2020-04-07T23:28:26-07:00 fix some inconsistencies in test --HG-- branch : cppyy-packaging - - - - - 87494a4f by Wim Lavrijsen at 2020-11-11T09:31:27-08:00 merge default into cppyy-packaging branch --HG-- branch : cppyy-packaging - - - - - 200cf25a by Wim Lavrijsen at 2020-11-12T22:48:24-08:00 consistent handling of wchar_t, char16_t, and char32_t --HG-- branch : cppyy-packaging - - - - - 95bdb2e8 by Wim Lavrijsen at 2020-11-12T22:49:43-08:00 sync datatypes helper with CPython/cppyy tests --HG-- branch : cppyy-packaging - - - - - 968460ec by Wim Lavrijsen at 2020-11-12T22:50:31-08:00 consolidate wchar_t/char16_t/char32_t and do not cast pointer to long in returns --HG-- branch : cppyy-packaging - - - - - 29802d6f by Wim Lavrijsen at 2020-11-12T22:51:17-08:00 add more pseudo-reflection info to extend testing w/o actual backend installed --HG-- branch : cppyy-packaging - - - - - c38f5836 by Wim Lavrijsen at 2020-11-12T22:52:19-08:00 upgrade capi to 1.14, improve type consistency (no long <-> void*) --HG-- branch : cppyy-packaging - - - - - 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 - - - - - d65553cd by Wim Lavrijsen at 2020-11-16T18:13:49-08:00 fix (post-translation only (??)) cast problems with intptr_t --HG-- branch : cppyy-packaging - - - - - a91bcff7 by Wim Lavrijsen at 2020-11-16T18:14:35-08:00 cover anonymous enums in name cleanup --HG-- branch : cppyy-packaging - - - - - fb123830 by Wim Lavrijsen at 2020-11-16T18:15:20-08:00 fix test, as TString has moved to CppyyLegacy::TString --HG-- branch : cppyy-packaging - - - - - 087df849 by Wim Lavrijsen at 2020-11-16T18:15:38-08:00 fix coding conventions --HG-- branch : cppyy-packaging - - - - - b0e31bde by Wim Lavrijsen at 2020-11-16T20:17:00-08:00 fix coding conventions --HG-- branch : cppyy-packaging - - - - - bdbe666a by Wim Lavrijsen at 2020-11-17T09:10:11-08:00 update comment --HG-- branch : cppyy-packaging - - - - - fe7bdec8 by Wim Lavrijsen at 2020-11-17T09:11:28-08:00 convention change: __cppname__ -> __cpp_name__ --HG-- branch : cppyy-packaging - - - - - 5c8b149e by Wim Lavrijsen at 2020-11-17T09:13:31-08:00 merge default into branch --HG-- branch : cppyy-packaging - - - - - d3c7a7a9 by Wim Lavrijsen at 2020-11-28T19:45:05-08:00 split off test_boost from test_templates --HG-- branch : cppyy-packaging - - - - - 1fb37f46 by Wim Lavrijsen at 2020-11-28T19:45:55-08:00 bring templates tests in line with cppyy/test --HG-- branch : cppyy-packaging - - - - - 44935667 by Wim Lavrijsen at 2020-11-28T21:45:26-08:00 consistency with cppyy/test version --HG-- branch : cppyy-packaging - - - - - be557295 by Wim Lavrijsen at 2020-12-01T21:07:07-08:00 drop CPyCppyy implementation detail from test --HG-- branch : cppyy-packaging - - - - - 2dfab4fc by Wim Lavrijsen at 2020-12-01T21:07:35-08:00 restructure template call trials --HG-- branch : cppyy-packaging - - - - - 5e09dd17 by Wim Lavrijsen at 2020-12-28T00:43:02+00:00 merge default into cppyy dev branch --HG-- branch : cppyy-packaging - - - - - 55674a04 by Wim Lavrijsen at 2021-02-09T15:57:49-08:00 more correct way of finding the backend library --HG-- branch : cppyy-packaging - - - - - 30d6acf7 by Wim Lavrijsen at 2021-02-09T19:35:45-08:00 merge default into cppyy_packaging branch --HG-- branch : cppyy-packaging - - - - - 9bb36287 by Wim Lavrijsen at 2021-02-09T22:07:04-08:00 updated API to cppyy_backend 1.14.2, consistent types for Win64, support for new builtin types - - - - - 12 changed files: - pypy/doc/whatsnew-head.rst - pypy/module/_cppyy/capi/capi_types.py - pypy/module/_cppyy/capi/loadable_capi.py - pypy/module/_cppyy/converter.py - pypy/module/_cppyy/executor.py - pypy/module/_cppyy/ffitypes.py - pypy/module/_cppyy/helper.py - pypy/module/_cppyy/include/capi.h - pypy/module/_cppyy/interp_cppyy.py - pypy/module/_cppyy/pythonify.py - pypy/module/_cppyy/src/dummy_backend.cxx - pypy/module/_cppyy/test/Makefile View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/86b25e3ab59327ac9fd7081d2a484e6b1222782e...9bb3628796f1aa023567b71b36acb07ddc54486e -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/86b25e3ab59327ac9fd7081d2a484e6b1222782e...9bb3628796f1aa023567b71b36acb07ddc54486e You're receiving this email because of your account on foss.heptapod.net.
_______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
