Stefan Seefeld
99022d2eb8
Merge branch 'develop'
boost-1.59.0
2015-06-30 18:09:40 -04:00
Stefan Seefeld
37f8f37cda
Merge pull request #16 from teeks99/main_crt_error
...
Fixes empty example
2015-06-24 18:01:24 -04:00
Edward Diener
0a4c76b9ac
Remove unused deprecated header file
2015-05-29 18:36:39 -04:00
Stefan Seefeld
156054371b
Merge pull request #24 from agnat/fix/cv_tag_volatile_constant
...
Fix is_volatile constant in detail::cv_tag<>
2015-05-27 11:42:39 -04:00
David Siegel
d06f4aeaca
Fix is_volatile constant in detail::cv_tag<>
2015-05-27 17:30:09 +02:00
Stefan Seefeld
e8d7bb5027
Merge pull request #23 from jzmaddock/patch-1
...
Stop Using type_traits details.
2015-05-27 11:07:30 -04:00
Stefan Seefeld
b207fc1a04
Merge pull request #20 from Lastique/patch-2
...
Use _Py_fopen instead of fopen
2015-05-27 10:59:50 -04:00
jzmaddock
9742c30f47
Stop Using type_traits details.
...
The type_traits internal details used here are being moved to make it clear they are details and subject to change. Old code will continue to work, but will warn about use of a deprecated header.
2015-05-21 19:20:31 +01:00
Stefan Seefeld
97f894bc1a
Merge pull request #7 from PeterMartini/develop
...
Boost.Build now uses src/ instead of v2/
2015-05-08 13:18:33 -04:00
Andrey Semashev
eefc434bae
Use _Py_fopen instead of fopen
...
A followup fix for the previous commit 36f8f69411 .
2015-05-06 15:29:42 +03:00
Stefan Seefeld
226d1ac961
Merge pull request #19 from Lastique/patch-1
...
Fix compilation with python 3.0-3.3
2015-05-06 08:10:30 -04:00
Andrey Semashev
36f8f69411
Fix compilation with python 3.0-3.3
...
Backport commit 3e405b6fd5 to develop branch: Fix exec_file for Python 3 < 3.4. Also fix version check to actually fix compilation with python 3.4.
2015-05-06 15:06:29 +03:00
Tom Kent
97b0d9737c
Fixes empty example
...
Uses of visual studio were getting a 'unresolved external symbol _mainCRTStartup' because there was no main() being linked into the test_embed.exe. I'm not a bjam expert, but I think that is because the embedding target is an executable (instead of an obj/lib?). I also have no idea if this was a problem on unix or if this fix will affect that platform.
2015-04-10 19:47:44 -05:00
Stefan Seefeld
3e405b6fd5
Fix exec_file for Python 3 < 3.4.
2015-04-09 08:57:08 -04:00
Stefan Seefeld
e1e9eb303a
Merge pull request #13 from ax3l/fix-missingPlaceholderInclude
...
Fix Trac #10932 Missing Include: Bind Placeholders
boost-1.58.0
2015-03-26 09:16:15 -04:00
Stefan Seefeld
9eee9ef461
Merge pull request #15 from mmatrosov/master
...
Fix #11100 and #8058 : binary compatibility and leaked file handle in exec_file()
2015-03-26 08:23:15 -04:00
Mikhail Matrosov
fe24ab9dd5
[ #8058 ] Close file handle before exec_file() routine returns.
2015-03-11 01:11:54 +03:00
Mikhail Matrosov
a911c17fd6
[ #11100 ] Fix binary incompatibilities with fopen() in exec_file() routine.
2015-03-11 01:11:54 +03:00
Daniel James
8d5d777ebb
Add metadata file.
2015-01-25 21:25:23 +02:00
Peter Dimov
ea87bfee8c
Merge pull request #9 from danieljames/metadata
...
Create metadata file.
2015-01-25 20:31:16 +02:00
Jim Bosch
a0e849ed91
Switch from int to Py_intptr_t for shape/stride returns.
2015-01-18 10:00:42 -05:00
Christoph Lassner
4dbb2784ee
Removed unnecessary defaults.
2015-01-17 14:06:22 -05:00
Christoph Lassner
4d9ab505b0
Updated build system behaviour and comments for the --with-boost option.
2015-01-17 14:06:00 -05:00
Axel Huebl
17a7655c74
Fix Missing Include: Bind Placeholders
...
boost/python/exception_translator.hpp(22): error: identifier "_1" is undefined
boost/python/exception_translator.hpp(22): error: identifier "_2" is undefined
2015-01-14 16:02:23 +01:00
Jim Bosch
3494381c01
Resolve dtype equivalence issue in MSVC
2014-11-23 12:39:57 -05:00
Christoph Lassner
bc13c4c600
Fixed unsigned long test error.
2014-11-23 12:39:57 -05:00
Christoph Lassner
73b8350e53
Switch SCons to use SConsChecks submodule for Windows support
2014-11-23 12:39:52 -05:00
Jim Bosch
c509a3ab01
Merge pull request #39 from termoshtt/cmake_python3
...
(with minor modification from Jim Bosch)
2014-11-23 12:05:52 -05:00
Toshiki Teramura
4c2070f39f
Revise example/wrap.cpp for python3
2014-11-23 12:03:58 -05:00
Toshiki Teramura
e2c23fd5f9
Append python version detector
...
Slight modifications from Jim Bosch for more standard language in
build system language.
2014-11-23 12:03:15 -05:00
Jim Bosch
7ff5465e7d
Merge pull request #36 from ChrislS/master
...
SCons change to build a static lib for Windows
2014-09-25 20:19:38 -04:00
Christoph Lassner
e747cc9422
* SCons change to build a static lib for Windows.
2014-09-25 18:25:05 +02:00
Jim Bosch
b46ccc4f51
Merge pull request #35 from karlssonper/master
...
Examples and tests optional to build in CMake
2014-08-26 14:12:02 -04:00
Daniel James
0a47c583b1
Add metadata file.
2014-08-18 15:09:41 +01:00
per
be72aab254
Examples and tests are now optional to build. The default behavior is the same as before where both are built.
2014-08-18 11:28:53 +02:00
Jim Bosch
5035f6e801
Merge pull request #34 from karlssonper/master
...
added the NPY_FLOAT16 dtype
2014-08-04 15:10:44 -06:00
Per
0b549aee88
added the NPY_FLOAT16 dtype
2014-08-04 16:38:02 +02:00
Jim Bosch
bf73da1bce
Merge pull request #31 from nbecker/master
...
SCons build system updates to support Python 3
2014-06-02 21:52:21 -04:00
Neal D. Becker
ca8ce585b7
Use equivalent, but doesn't seem to help
2014-06-02 09:40:28 -04:00
Neal D. Becker
81551cf6b6
port to py3
2014-06-02 09:40:00 -04:00
Peter Martini
e445e193fe
Boost.Build now uses src/ instead of v2/
...
Update examples to reflect this
2014-04-21 23:07:11 -04:00
Beman Dawes
832a1edd79
Merge 86392 from trunk. The spirit change was not applied because the file is not present in branches/release.
...
[SVN r86489]
boost-1.57.0
boost-1.56.0
2013-10-27 21:10:04 +00:00
John Maddock
6b7e0cc71f
Remove all references to now defunct (and removed) header.
...
[SVN r86438]
2013-10-26 10:13:38 +00:00
Beman Dawes
74b9bcaaa5
Add Boost.Build support for the Git modular layout, using links to to new header locations, thus preventing breakage to vast amounts of user code and build setups. Being added to SVN so that changes will automatically propagate to Git and modular Boost. Thanks to Steven Watanabe, Jürgen Hunold, Vladimir Prus, and Bjørn Roald for developing this patch. Steven in particular conceived the approach and did the initial implementation, which was further refined by the other contributors.
...
[SVN r86392]
2013-10-22 15:23:42 +00:00
Stephen Kelly
371914a0e0
Remove use of obsolete BOOST_TT_BROKEN_COMPILER_SPEC
...
[SVN r86250]
2013-10-11 23:23:26 +00:00
Stephen Kelly
8021a21abb
Remove remaining occurances of BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
...
These evaded scripting.
[SVN r86249]
2013-10-11 23:22:36 +00:00
Stephen Kelly
9ceb9c02f5
Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
...
Process #ifdef...#else...#endif blocks.
[SVN r86246]
2013-10-11 23:19:17 +00:00
Stephen Kelly
97f9a10b9c
Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
...
Process #ifndef...#else...#endif blocks.
[SVN r86245]
2013-10-11 23:17:48 +00:00
Stephen Kelly
87f776b178
Remove obsolete files.
...
[SVN r86242]
2013-10-11 23:11:35 +00:00
Jim Bosch
e3bf3c6f51
Merge pull request #29 from coroa/master
...
cmake: switch from using deprecated linklibraries to target_linklibraries
2013-10-10 15:46:08 -07:00