~roguescholar/boost/+git/python:pr/use-numpy-target

Last commit made on 2021-05-24
Get this branch:
git clone -b pr/use-numpy-target https://git.launchpad.net/~roguescholar/boost/+git/python

Branch merges

Branch information

Name:
pr/use-numpy-target
Repository:
lp:~roguescholar/boost/+git/python

Recent commits

0796305... by Peter Dimov <email address hidden>

Use the /python//numpy target instead of [ numpy.include ] (fixes #361)

2a82afd... by Stefan Seefeld

Upgrade base image & build prerequisites.

aca3c80... by Stefan Seefeld

Respect alignment of by-value storage.

f5d14ef... by Dmitry Bely

Fix issue #280

f7254f5... by Dmitry Bely

Add a test case for issue #280

bffcb99... by Edward Diener

[skip ci] Add "cxxstd" json field. The "cxxstd" json field is being added to each Boost library's meta json information for libraries in order to specify the minumum C++ standard compilation level. The value of this field matches one of the values for 'cxxstd' in Boost.Build. The purpose of doing this is to provide information for the Boost website documentation for each library which will specify the minimum C++ standard compilation that an end-user must employ in order to use the particular library. This will aid end-users who want to know if they can successfully use a Boost library based on their C++ compiler's compilation level, without having to search the library's documentation to find this out.

cbd2d9f... by Victor Stinner <email address hidden>

Fix compatibility with Python 3.10.0a4: fopen

Replace private _Py_fopen() with public fopen(): private _Py_fopen()
function was removed in 3.10.0a4:
https://bugs.python.org/issue32381

0f19450... by Cedric

noncopyable is located in the boost namespace

30dd3fe... by Cedric

added includes for call_method.hpp and def.hpp

500194e... by Stefan Seefeld

Fix Python 3.10 (PEP-620) incompatibility.