[pypy-commit] [Git][pypy/pypy][branch/default] 14 commits: issue 3190: enable _cppyy on win32

Matti Picus foss at heptapod.net
Tue Mar 24 15:02:56 EDT 2020


Matti Picus pushed to branch branch/default at PyPy / pypy


Commits:
1246241b by Matti Picus at 2020-03-16T16:27:42+02:00
issue 3190: enable _cppyy on win32

--HG--
branch : win32-cppyy

- - - - -
4553e28a by Matti Picus at 2020-03-17T08:38:13+02:00
use msvc14 for building by default on win32, even for python2.7

--HG--
branch : win32-cppyy

- - - - -
d7c285d9 by Matti Picus at 2020-03-17T08:42:31+02:00
redefining "inline" on MSVC emits a warning, use INLINE instead

--HG--
branch : win32-cppyy

- - - - -
dd2f6051 by Matti Picus at 2020-03-17T08:43:25+02:00
get tests running on win32. Still need to adjust Makefile so compilation works

--HG--
branch : win32-cppyy

- - - - -
10cd54b3 by Matti Picus at 2020-03-17T11:16:55+02:00
fix translation

--HG--
branch : win32-cppyy

- - - - -
123aefcf by Matti Picus at 2020-03-18T13:45:22+02:00
merge default into branch

--HG--
branch : win32-cppyy

- - - - -
5f27ebbd by Matti Picus at 2020-03-18T14:22:29+02:00
flip if, else

--HG--
branch : win32-cppyy

- - - - -
bc2452c3 by Matti Picus at 2020-03-18T18:19:23+02:00
merge default into branch

--HG--
branch : win32-cppyy

- - - - -
79375b70 by Matti Picus at 2020-03-20T12:02:49+02:00
merge default into branch

--HG--
branch : win32-cppyy

- - - - -
0adb3637 by Matti Picus at 2020-03-24T16:24:05+02:00
document branch to be merged, update windows documentation

--HG--
branch : win32-cppyy

- - - - -
2b26f9cd by Matti Picus at 2020-03-24T20:54:18+02:00
close branch ot be merged

--HG--
branch : win32-cppyy

- - - - -
6251a085 by Matti Picus at 2020-03-24T20:54:58+02:00
merge win32-cppyy which enables _cppyy and updates compilers used on win32 builds

- - - - -
5b105f6b by Matti Picus at 2020-03-24T17:02:04+02:00
update release notes: mention Conda Forge, remove Python3.7-alpha announcement

- - - - -
a0b093cc by Matti Picus at 2020-03-24T17:58:11+02:00
backport pyp3-7.3.1 whatsnew, restart whatsnew files, update version to 7.3.2

- - - - -


19 changed files:

- pypy/config/pypyoption.py
- pypy/doc/conf.py
- pypy/doc/index-of-whatsnew.rst
- pypy/doc/release-v7.3.1.rst
- pypy/doc/whatsnew-head.rst → pypy/doc/whatsnew-pypy2-7.3.1.rst
- + pypy/doc/whatsnew-pypy3-7.3.1.rst
- pypy/doc/whatsnew-pypy3-head.rst
- pypy/doc/windows.rst
- pypy/module/_cppyy/capi/loadable_capi.py
- pypy/module/_cppyy/src/dummy_backend.cxx
- pypy/module/_cppyy/test/conftest.py
- pypy/module/_cppyy/test/support.py
- pypy/module/_cppyy/test/templates.h
- pypy/module/cpyext/include/patchlevel.h
- pypy/module/sys/version.py
- rpython/rtyper/lltypesystem/rffi.py
- rpython/translator/c/src/precommondefs.h
- rpython/translator/c/src/thread_nt.c
- rpython/translator/c/src/threadlocal.h


View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/df19a9321cb8b18e85315844c503ae3ea39dde69...a0b093cc2e0093390f569dd2ca6d2a5df6014dc3

---
View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/df19a9321cb8b18e85315844c503ae3ea39dde69...a0b093cc2e0093390f569dd2ca6d2a5df6014dc3
You're receiving this email because of your account on foss.heptapod.net.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-commit/attachments/20200324/124d7521/attachment.html>


More information about the pypy-commit mailing list