Stefan Seefeld
39edfd45cf
Fix traits qualification.
2017-08-19 11:57:39 -04:00
Stefan Seefeld
8c2a808cbe
Remove 'numeric' documentation.
2017-07-31 11:38:40 -04:00
Stefan Seefeld
aeedea409a
Merge branch 'develop'
2017-07-20 13:04:44 -04:00
Stefan Seefeld
2d1f66fd19
Remove module as obsoleted by Boost.NumPy.
2017-07-20 11:39:58 -04:00
Stefan Seefeld
69e38d2186
Fix documentation.
2017-07-20 10:11:19 -04:00
Stefan Seefeld
df6926551e
Merge branch 'develop'
2017-06-25 18:27:19 -04:00
Stefan Seefeld
8536e97c67
Use utf-8 encoding
2017-06-25 14:33:42 -04:00
shreyans800755
142661dac8
Use std type_traits instead of boost type_traits
...
Fixes https://github.com/boostorg/python/issues/106
2017-06-25 14:17:41 -04:00
John Kirkham
d6554d6c65
Handle BOOST_LIB_NAME for NumPy on Python 2/3
...
This was reusing the Python 2 name on Python 3, which is incorrect since
the Python 3 library for Boost.NumPy has a `3` in it. Hence this checks
against the Python version and defines this correctly.
2017-06-12 09:32:31 -04:00
John Kirkham
90829714cc
Fix BOOST_LIB_NAME for Python 3
...
This was reusing the Python 2 name on Python 3, which is incorrect since
the Python 3 library for Boost.Python now has a `3` in it. Hence this
checks against the Python version and defines this correctly.
2017-06-12 09:32:31 -04:00
Stefan Seefeld
664d443df3
Fix Python3 compatibility bug.
2017-06-03 18:26:14 -04:00
Stefan Seefeld
c4fe369d69
Require NumPy 1.7 API.
2017-06-02 19:31:54 -04:00
Stefan Seefeld
7cfc47008e
Rename test source
2017-06-02 19:31:54 -04:00
Raphael Isemann
1452dfe713
Reencoded a few headers that used Windows-1252 with UTF-8.
...
Nearly every header in the boost codebase is UTF-8, but here there
are a few headers which are using Windows-1252, which makes it impossible
for some tools to parse those files. This patch just reencodes them
with UTF-8 like the rest of the codebase. I checked that the name of the
author is still correct after this change.
No functional change intended.
2017-06-02 17:44:46 -04:00
Saliya
3613142839
Fixing compiling error 'error: ‘NPY_FLOAT16’ was not declared in this scope'
...
Signed-off-by: Saliya <hamparawa@gmail.com >
2017-06-02 15:35:04 -04:00
John Zwinck
b2f53e1acf
exec/eval(): add overloads for char const*
...
Many times the caller may have a string created in C++,
so there is no need to wrap it in a Python object when
the only thing done with the object is extract<char*>.
2017-05-04 19:29:56 -04:00
Stefan Seefeld
3844c4fc5f
Fix more missing symbols.
2017-04-14 13:14:05 -04:00
Stefan Seefeld
7d3df3d3a7
Merge branch 'develop'
boost-1.64.0-beta2
boost-1.64.0
2017-03-28 12:57:32 -04:00
Stefan Seefeld
df16e3e55e
Fix typo.
2017-03-28 12:54:05 -04:00
Stefan Seefeld
ae747521b0
Merge branch 'develop'
2017-03-24 15:53:30 -04:00
Stefan Seefeld
3066c73c09
Fix Windows builds.
2017-03-24 15:39:13 -04:00
Stefan Seefeld
edd890bd2b
More dllexport fixes
2017-03-24 15:39:13 -04:00
Stefan Seefeld
352792c90a
Add more export symbols.
2017-03-16 20:14:39 -04:00
Stefan Seefeld
47faef65ee
Fix documentation links.
2017-03-16 11:35:26 -04:00
Rene Rivera
5e4b44e0af
Don't build numpy if there's no python version to target.
boost-1.64.0-beta1
2017-03-06 10:39:01 -06:00
Rene Rivera
5121fc11f9
Don't build numpy if there's no python version to target.
2017-03-06 10:30:41 -06:00
Rene Rivera
07b1489f3b
BPL builds targets need to always be defined.
2017-03-05 15:17:26 -06:00
Rene Rivera
471e6181b2
BPL builds targets need to always be defined.
2017-03-05 15:16:36 -06:00
Rene Rivera
44ea0562b2
Fix no pynumpy target when no numpy configured.
2017-03-05 09:00:27 -06:00
Rene Rivera
60fba03e99
Fix libs from referencing BPL when there is no python configured.
2017-03-05 09:00:10 -06:00
Rene Rivera
398e7f02b8
Fix no pynumpy target when no numpy configured.
2017-03-05 08:56:57 -06:00
Rene Rivera
1e315242ce
Fix libs from referencing BPL when there is no python configured.
2017-03-03 22:28:22 -06:00
al3xst
77ee91d5c5
Updated python library reference url
...
Due to changes on the python website, the url to the pickle library reference page was invalid.
2017-03-03 18:29:05 -05:00
Stefan Seefeld
e3c9dd78aa
Merge branch 'develop'
2017-03-03 18:07:49 -05:00
Rene Rivera
e670de2795
Fix empty numpy lib name caused by missing parens for lib name map.
2017-03-02 21:55:49 -06:00
Rene Rivera
367b793ac9
Merge branch 'develop' of https://github.com/boostorg/python.git into develop
2017-03-01 10:15:47 -06:00
Rene Rivera
8c170d9193
Fix building of multiple BPL libs even when the configured python does
...
not match.
2017-03-01 10:15:37 -06:00
SPKorhonen
bd7b8ecba5
Fix for missing export symbols, issue #98 ( #110 )
...
Fix for missing export symbols in shared library of boost::python::numpy
2017-02-15 11:53:28 -05:00
Jürgen Hunold
0224f54ae0
Switch^Cisibility support to BOOST_SYMBOL_EXPORT. Refs #2114
2017-02-13 10:43:23 -05:00
Stefan Seefeld
d14b8cf411
Fix library dependency with Python 3.
2017-01-03 21:17:51 -05:00
Tadeu Manoel
4e0b96faa8
Fix conversion of PyUnicodeObject to wstring ( #93 )
2016-12-14 07:58:07 -05:00
Tadeu Manoel
7178a70176
Fix a problem where test_builtin_converters.py is not being run ( #94 )
...
This was happening because the module docstring was not the first statement.
2016-12-14 07:54:37 -05:00
Stefan Seefeld
aaf9022770
Merge branch 'develop'
boost-1.63.0
2016-11-02 14:12:45 -04:00
Vladimir Prus
36bbdde2fe
Use Boost-global python tagging.
2016-10-28 11:56:15 +03:00
Stefan Seefeld
1df6d84b80
Fix Python 3 incompatibility.
2016-10-27 08:37:25 -04:00
Stefan Seefeld
e968329174
Clean up examples.
2016-10-23 21:34:16 -04:00
Stefan Seefeld
07c8cbe652
Adjust to Boost.Build changes.
2016-10-23 21:27:31 -04:00
Stefan Seefeld
163e469bc4
Minor fixes.
2016-10-19 11:25:48 -04:00
Stefan Seefeld
ac39d2ed69
Fix doc build.
2016-10-19 07:34:34 -04:00
Stefan Seefeld
264f6ae4b9
Work around a sphinx bug.
2016-10-18 21:14:47 -04:00