Ralf W. Grosse-Kunstleve
14ea71e201
boost/python/converter/builtin_converters.hpp: 64-bit Windows special case to avoid getting a Python long for each std::size_t
...
[SVN r63696]
2010-07-06 14:29:25 +00:00
Hartmut Kaiser
e13ebcd0e8
Spirit: merging from trunk upto rev. 61489
...
[SVN r63640]
2010-07-04 22:38:38 +00:00
Marshall Clow
63a3f188b8
Merged changes for #2981 , #4166 , and #4377 to release branch
...
[SVN r63523]
2010-07-02 15:37:14 +00:00
Daniel James
34b162738f
Merge documentation update.
...
[SVN r63517]
2010-07-02 08:27:42 +00:00
Daniel James
e481c136e5
Rebuild python documentation.
...
[SVN r63506]
2010-07-01 22:13:45 +00:00
Jim Bosch
c7db44f617
boost.python.numpy - added ndarray::reshape
2010-06-29 07:55:33 +00:00
Daniel James
569b395cdd
Merge documentation fixes.
...
* Use `doc/src/*.css` instead of `doc/html/*.css`.
* Remove wiki and people directories.
* Some documentation fixes.
* Left out `minimal.css` changes and boostbook changes because of clashes.
[SVN r63347]
2010-06-26 12:30:09 +00:00
Jim Bosch
f3aecdf2f4
boost.python.numpy - added dtype template invoker
2010-06-24 22:20:55 +00:00
Daniel James
ea3c254370
Update various libraries' documentation build.
...
Mostly to use the images and css files under doc/src instead of
doc/html, usually be deleting the settings in order to use the defaults.
Also add 'boost.root' to some builds in order to fix links which rely on
it.
[SVN r63146]
2010-06-20 18:00:48 +00:00
Marshall Clow
ed6e9d6726
Applied patch; fixes #4166
...
[SVN r63081]
2010-06-18 15:50:25 +00:00
Marshall Clow
1f04129832
Typo; fixes #2891
...
[SVN r62925]
2010-06-14 01:33:59 +00:00
Steven Watanabe
b63d44e781
Delay the warning that the Boost.Python Jamfile emits, until someone actually tries to use the library. Fixes #2417 .
...
[SVN r62895]
2010-06-13 04:00:10 +00:00
Steven Watanabe
52d7dfffdf
Use the convertible_function typedef instead of the raw function pointer type. Fixes #903
...
[SVN r62808]
2010-06-11 18:06:25 +00:00
Jim Bosch
40bd0326f3
boost.python numpy - build system separates debug and standard builds
2010-06-08 01:44:59 +00:00
Steven Watanabe
a3e76d59c3
Explicitly qualify bind with boost::. Fixes #4223 .
...
[SVN r62198]
2010-05-25 14:22:55 +00:00
Jim Bosch
99d3a54ad5
boost.python numpy support - improvements to build system
2010-05-18 06:59:41 +00:00
Douglas Gregor
4b9cb5337d
Include all of the headers needed for the BOOST_MPL_ASSERT that is failing for several compilers
...
[SVN r62015]
2010-05-16 01:27:58 +00:00
Jim Bosch
c3d186e0bf
boost python numpy extensions - updated source files to reflect previous header move
2010-05-15 03:44:45 +00:00
Jim Bosch
e0fa8ec619
numpy python extensions - moved main header file inside subdirectory
2010-05-14 23:43:38 +00:00
Jim Bosch
e2b2ebe862
numpy python extension - added basic SCons build system, started on unit tests
2010-05-14 22:47:14 +00:00
Jeremiah Willcock
5b36b84444
Fixed tab and no-newline-at-end-of-file issues from inspection report
...
[SVN r61435]
2010-04-20 17:54:16 +00:00
Ralf W. Grosse-Kunstleve
78ec0d12db
libs/python/test/Jamfile.v2: moving "rule require-windows" block up to avoid bjam syntax error
...
[SVN r61086]
2010-04-05 21:28:30 +00:00
Ralf W. Grosse-Kunstleve
a7c16bf695
libs/python/test/Jamfile.v2: compile calling_conventions tests only under Windows, following Valdimir Prus' instructions (boost mailing list)
...
[SVN r61053]
2010-04-04 21:03:33 +00:00
Ralf W. Grosse-Kunstleve
86db60255a
libs/python/test/Jamfile.v2: disabling calling_conventions tests
...
[SVN r61034]
2010-04-04 05:23:15 +00:00
Ralf W. Grosse-Kunstleve
37b45d2baf
merging current boost/python and libs/python from trunk into release branch
...
[SVN r61033]
2010-04-04 05:19:57 +00:00
Steven Watanabe
6d4be7ab3a
Handle the destructor call in a way that keeps msvc happy. Fixes #4003
...
[SVN r60868]
2010-03-26 19:04:40 +00:00
Ralf W. Grosse-Kunstleve
65e74ccf1e
boost/python/object_core.hpp: new .is_none() member function
...
[SVN r60625]
2010-03-15 22:00:30 +00:00
Jim Bosch
eef2eef7dd
initial sandbox import for numpy utilities in boost.python
2010-03-08 21:50:13 +00:00
Jim Bosch
189915bc8b
folder for new numpy project: improved boost.python bindings for numpy
2010-03-08 20:12:06 +00:00
Vladimir Prus
9398a63250
Implement --python-buildid.
...
Fixes #3544 .
Patch from Gaudenz Steinlin.
[SVN r59987]
2010-02-28 08:22:46 +00:00
Dave Abrahams
1660730320
Remove unintentional reference to "union" test that's not checked in.
...
[SVN r59331]
2010-01-28 14:39:30 +00:00
Dave Abrahams
5418a663cb
Support different MS calling conventions, thanks to Nicolas Lelong.
...
Closes #3833 .
[SVN r59265]
2010-01-25 14:48:49 +00:00
Ralf W. Grosse-Kunstleve
33408d2dcc
boost/python/object/make_instance.hpp: missing include added to resolve g++ 4.4 compilation errors
...
[SVN r59256]
2010-01-24 19:04:59 +00:00
Dave Abrahams
3ad52bce72
Support different MS calling conventions, thanks to Nicolas Lelong.
...
Closes #3833 .
[SVN r59247]
2010-01-24 02:08:46 +00:00
Ralf W. Grosse-Kunstleve
471be524f4
boost.python: merging from trunk to release (gcc 4.4 -std=c++0x compatibility)
...
[SVN r57837]
2009-11-21 14:41:51 +00:00
Ralf W. Grosse-Kunstleve
4f6a37f80d
boost.python: some make_tuple changed to boost::python::make_tuple for gcc 4.4 -std=c++0x compatibility; https://svn.boost.org/trac/boost/ticket/3584
...
[SVN r57641]
2009-11-13 20:48:25 +00:00
Ralf W. Grosse-Kunstleve
e485244886
boost.python: merging from trunk to release (Troy Straszheim's fix for a long-standing bug)
...
[SVN r57621]
2009-11-13 00:40:01 +00:00
Troy D. Straszheim
338732793a
Don't use type_is_gc... type_is_gc expects a PyTypeObject, which is not what will get passed to it if we pass it to the tp_is_gc fields of static_data_object
...
[SVN r57590]
2009-11-12 00:46:46 +00:00
Troy D. Straszheim
b9cd3ff109
merge from trunk very minor fixes for ticket #2582
...
[SVN r57017]
2009-10-20 15:18:26 +00:00
Troy D. Straszheim
8b0655ce94
Fix for #2582 , thanks for the patch.
...
[SVN r57016]
2009-10-20 15:06:21 +00:00
Troy D. Straszheim
36d24b9f8b
rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back
...
[SVN r56942]
2009-10-17 02:07:38 +00:00
Troy D. Straszheim
d804f1250e
rm cmake from the release branch before it goes out broken. Policy dictates that you never commit to release, you commit to trunk and merge to release.
...
[SVN r56941]
2009-10-17 01:10:45 +00:00
Ralf W. Grosse-Kunstleve
89100353db
boost/python, libs/python: all changes from trunk merged into branches/release
...
[SVN r56806]
2009-10-13 22:37:59 +00:00
Ralf W. Grosse-Kunstleve
35ff0adf2b
boost/python: some Py_ssize_t replaced with boost::python::ssize_t to restore compatibility with Python 2.3 and 2.4
...
[SVN r56491]
2009-09-30 12:35:54 +00:00
Stefan Seefeld
115cde9c7f
Revert accidental change.
...
[SVN r56310]
2009-09-19 16:59:05 +00:00
Stefan Seefeld
ef2a02c396
Merged 2009 GSoC work from sandbox-branches/bhy/py3k branch back into trunk.
...
[SVN r56305]
2009-09-19 02:32:41 +00:00
Ralf W. Grosse-Kunstleve
46be73387c
boost/python/object_operators.hpp: merging trunk rev. 55708 into release branch
...
[SVN r55742]
2009-08-23 21:22:52 +00:00
Ralf W. Grosse-Kunstleve
e3f6f01588
boost/python/object_operators.hpp: added missing error checks in operator bool_type(), operator!(); this resolves https://svn.boost.org/trac/boost/ticket/3356 posted by Stefan Seefeld
...
[SVN r55708]
2009-08-22 00:18:28 +00:00
Ralf W. Grosse-Kunstleve
d685a5e8c5
python library: sync with trunk to adopt recent exec.cpp fixes
...
[SVN r55642]
2009-08-18 01:08:46 +00:00
Ralf W. Grosse-Kunstleve
d7389277d3
libs/python/test/exec.cpp: new exercise_embedding_html(), in reaction to https://svn.boost.org/trac/boost/ticket/1890
...
[SVN r55640]
2009-08-18 00:49:05 +00:00