~roguescholar/boost/+git/python:pr/unconfigured-stage-install

Last commit made on 2018-10-12
Get this branch:
git clone -b pr/unconfigured-stage-install https://git.launchpad.net/~roguescholar/boost/+git/python

Branch merges

Branch information

Name:
pr/unconfigured-stage-install
Repository:
lp:~roguescholar/boost/+git/python

Recent commits

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

Add comments explaining the stage/install targets in build/Jamfile

11b9e3d... by Peter Dimov <email address hidden>

Add empty stage/install targets when Python is not configured

02095af... by Peter Dimov <email address hidden>

Use boost-install in build/Jamfile

ed4776b... by =?utf-8?q?Moritz_Wanzenb=C3=B6ck?= <email address hidden>

Add missing return statement in numpy import

This adds a missing return statement in the python3 specific
import logic of boost.python.numpy.

For python3 wrap_import_array() needs to return a pointer value.
The import_array() macro only returns NULL in case of error. The
missing return statement is UB, so the compiler can assume it does
not happen. This means the compiler can assume the error branch
is always taken, so import_array must always fail.

ac62db1... by Markus Gerstel <email address hidden>

Drop injector code example from tutorials.

This example depends on the behaviour of ```__metaclass__```. This has
changed in python 3, and the example no longer works. Removing example
code as suggested, see #210 for more details and possible alternatives.

Closes #210.

b4230e9... by Stefan Seefeld

Fix auto-linking logic for boost_numpy (Windows only).

467a89e... by Stefan Seefeld

Fix issue 198.

28e2c65... by The Gitter Badger <email address hidden>

Add Gitter badge

77ff0d6... by Stefan Seefeld

Fix CI OSX build failure.

2431370... by Stefan Seefeld

Fix auto-linking logic (Windows only).