c501874bc2boost/python/object/make_instance.hpp: adding missing includes
Ralf W. Grosse-Kunstleve
2010-11-15 23:17:00 +0000
f759e9eb0emerging current boost/python and libs/python from trunk into release branch
Ralf W. Grosse-Kunstleve
2010-10-18 04:04:52 +0000
584df88fb2boost.python.numpy - switched to simpler syntax for invoke_matching_array
Jim Bosch
2010-10-06 22:40:41 +0000
ba1416fff0boost.python.numpy - moved dtype::invoke_matching_template into separate header, added similar code for invocation based on dimensionality
Jim Bosch
2010-10-06 19:05:20 +0000
42ca807c82boost.python.numpy - fixed missing bool instantiation for dtype::get_builtin
Jim Bosch
2010-10-06 00:31:09 +0000
cae31b5380Make extension copied to current directory, for convenient testing
Vladimir Prus
2010-09-27 16:27:16 +0000
76af2cfc6blibs/python/src/object/function.cpp: support __module__ attribute (to help certain doc generation systems)
Ralf W. Grosse-Kunstleve
2010-09-23 19:22:12 +0000
846c5d9914Add missing includes
Douglas Gregor
2010-08-31 04:50:56 +0000
bd8a9eb1fdBoost.Python: Python 3 compatibility patch by Trigve Siver (trac ticket 4497)
Ralf W. Grosse-Kunstleve
2010-08-27 17:28:26 +0000
b988e8c45fboost.python.numpy - adding missing symbols, fixed constness in dtype
Jim Bosch
2010-07-25 00:18:18 +0000
65b3aadc63merging current boost/python and libs/python from trunk into release branch
Ralf W. Grosse-Kunstleve
2010-07-12 22:29:41 +0000
14ea71e201boost/python/converter/builtin_converters.hpp: 64-bit Windows special case to avoid getting a Python long for each std::size_t
Ralf W. Grosse-Kunstleve
2010-07-06 14:29:25 +0000
e13ebcd0e8Spirit: merging from trunk upto rev. 61489
Hartmut Kaiser
2010-07-04 22:38:38 +0000
63a3f188b8Merged changes for #2981, #4166, and #4377 to release branch
Marshall Clow
2010-07-02 15:37:14 +0000
34b162738fMerge documentation update.
Daniel James
2010-07-02 08:27:42 +0000
e481c136e5Rebuild python documentation.
Daniel James
2010-07-01 22:13:45 +0000
c7db44f617boost.python.numpy - added ndarray::reshape
Jim Bosch
2010-06-29 07:55:33 +0000
569b395cddMerge documentation fixes.
Daniel James
2010-06-26 12:30:09 +0000
b63d44e781Delay the warning that the Boost.Python Jamfile emits, until someone actually tries to use the library. Fixes#2417.
Steven Watanabe
2010-06-13 04:00:10 +0000
52d7dfffdfUse the convertible_function typedef instead of the raw function pointer type. Fixes#903
Steven Watanabe
2010-06-11 18:06:25 +0000
40bd0326f3boost.python numpy - build system separates debug and standard builds
Jim Bosch
2010-06-08 01:44:59 +0000
a3e76d59c3Explicitly qualify bind with boost::. Fixes#4223.
Steven Watanabe
2010-05-25 14:22:55 +0000
99d3a54ad5boost.python numpy support - improvements to build system
Jim Bosch
2010-05-18 06:59:41 +0000
4b9cb5337dInclude all of the headers needed for the BOOST_MPL_ASSERT that is failing for several compilers
Douglas Gregor
2010-05-16 01:27:58 +0000
c3d186e0bfboost python numpy extensions - updated source files to reflect previous header move
Jim Bosch
2010-05-15 03:44:45 +0000
e0fa8ec619numpy python extensions - moved main header file inside subdirectory
Jim Bosch
2010-05-14 23:43:38 +0000
e2b2ebe862numpy python extension - added basic SCons build system, started on unit tests
Jim Bosch
2010-05-14 22:47:14 +0000
5b36b84444Fixed tab and no-newline-at-end-of-file issues from inspection report
Jeremiah Willcock
2010-04-20 17:54:16 +0000
78ec0d12dblibs/python/test/Jamfile.v2: moving "rule require-windows" block up to avoid bjam syntax error
Ralf W. Grosse-Kunstleve
2010-04-05 21:28:30 +0000
a7c16bf695libs/python/test/Jamfile.v2: compile calling_conventions tests only under Windows, following Valdimir Prus' instructions (boost mailing list)
Ralf W. Grosse-Kunstleve
2010-04-04 21:03:33 +0000
86db60255alibs/python/test/Jamfile.v2: disabling calling_conventions tests
Ralf W. Grosse-Kunstleve
2010-04-04 05:23:15 +0000
37b45d2bafmerging current boost/python and libs/python from trunk into release branch
Ralf W. Grosse-Kunstleve
2010-04-04 05:19:57 +0000
6d4be7ab3aHandle the destructor call in a way that keeps msvc happy. Fixes#4003
Steven Watanabe
2010-03-26 19:04:40 +0000
65e74ccf1eboost/python/object_core.hpp: new .is_none() member function
Ralf W. Grosse-Kunstleve
2010-03-15 22:00:30 +0000
eef2eef7ddinitial sandbox import for numpy utilities in boost.python
Jim Bosch
2010-03-08 21:50:13 +0000
189915bc8bfolder for new numpy project: improved boost.python bindings for numpy
Jim Bosch
2010-03-08 20:12:06 +0000
9398a63250Implement --python-buildid.
Vladimir Prus
2010-02-28 08:22:46 +0000
1660730320Remove unintentional reference to "union" test that's not checked in.
Dave Abrahams
2010-01-28 14:39:30 +0000
5418a663cbSupport different MS calling conventions, thanks to Nicolas Lelong. Closes#3833.
Dave Abrahams
2010-01-25 14:48:49 +0000
33408d2dccboost/python/object/make_instance.hpp: missing include added to resolve g++ 4.4 compilation errors
Ralf W. Grosse-Kunstleve
2010-01-24 19:04:59 +0000
3ad52bce72Support different MS calling conventions, thanks to Nicolas Lelong. Closes#3833.
Dave Abrahams
2010-01-24 02:08:46 +0000
471be524f4boost.python: merging from trunk to release (gcc 4.4 -std=c++0x compatibility)
Ralf W. Grosse-Kunstleve
2009-11-21 14:41:51 +0000
e485244886boost.python: merging from trunk to release (Troy Straszheim's fix for a long-standing bug)
Ralf W. Grosse-Kunstleve
2009-11-13 00:40:01 +0000
338732793aDon'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
Troy D. Straszheim
2009-11-12 00:46:46 +0000
b9cd3ff109merge from trunk very minor fixes for ticket #2582
Troy D. Straszheim
2009-10-20 15:18:26 +0000
8b0655ce94Fix for #2582, thanks for the patch.
Troy D. Straszheim
2009-10-20 15:06:21 +0000
36d24b9f8brm 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
Troy D. Straszheim
2009-10-17 02:07:38 +0000
d804f1250erm 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.
Troy D. Straszheim
2009-10-17 01:10:45 +0000
89100353dbboost/python, libs/python: all changes from trunk merged into branches/release
Ralf W. Grosse-Kunstleve
2009-10-13 22:37:59 +0000
35ff0adf2bboost/python: some Py_ssize_t replaced with boost::python::ssize_t to restore compatibility with Python 2.3 and 2.4
Ralf W. Grosse-Kunstleve
2009-09-30 12:35:54 +0000
115cde9c7fRevert accidental change.
Stefan Seefeld
2009-09-19 16:59:05 +0000
ef2a02c396Merged 2009 GSoC work from sandbox-branches/bhy/py3k branch back into trunk.
Stefan Seefeld
2009-09-19 02:32:41 +0000
46be73387cboost/python/object_operators.hpp: merging trunk rev. 55708 into release branch
Ralf W. Grosse-Kunstleve
2009-08-23 21:22:52 +0000
e3f6f01588boost/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
Ralf W. Grosse-Kunstleve
2009-08-22 00:18:28 +0000
d685a5e8c5python library: sync with trunk to adopt recent exec.cpp fixes
Ralf W. Grosse-Kunstleve
2009-08-18 01:08:46 +0000
8d2ca93e98libs/python/src/exec.cpp: bug fixes Remark: operator!() for boost::python::object invokes PyObject_IsTrue() and is therefore not equivalent to "is None". In this particular case !global or !local returns true for an empty dict. (Changes to libs/python/test/exec.cpp just helped in debugging.)
Ralf W. Grosse-Kunstleve
2009-08-18 00:24:54 +0000
e80224b1adboost/python, libs/python: all changes from trunk merged into branches/release (without any manual modifications)
Ralf W. Grosse-Kunstleve
2009-08-17 21:01:18 +0000
d47e3b2a15Copyrights on CMakeLists.txt to keep them from clogging up the inspect reports. This is essentially the same commit as r55095 on the release branch.
Troy D. Straszheim
2009-07-26 00:49:56 +0000
03fdf5b992Add basic copyright/license to keep cmake out of the inspection report
Troy D. Straszheim
2009-07-22 21:51:01 +0000
50acffa593Tune up python tests for removal of our ctest hacks
Troy D. Straszheim
2009-04-08 15:46:14 +0000
cf5fcc0a1eTest for overload resolution bug. See this mail for details:
Troy D. Straszheim
2009-04-08 12:08:35 +0000
c9e694bed8Build python modules without leading 'lib' and not single threaded
Troy D. Straszheim
2009-04-08 11:54:20 +0000
0b7333f854Moved property map library into property_map/ directory; made old files into stubs with #warnings; converted uses and docs of property map library to use new names
Jeremiah Willcock
2009-04-07 01:28:38 +0000
217250f078Merge PDF build changes from Trunk.
John Maddock
2009-02-23 18:39:32 +0000
98a9fa445bAdd PDF generation options to fix external links to point to the web site. Added a few more Boostbook based libs that were missed first time around. Fixed PDF naming issues.
John Maddock
2009-02-17 10:05:58 +0000
354fbb4d24Add Jamfile to build PDF versions of all the docs. Tweaked some existing Jamfiles so that PDF build finds all the necessary image files etc. Tweaked fo.xsl to provide more options by default, and improve formatting.
John Maddock
2009-02-08 16:59:14 +0000
29152af56cmerge of cmake build files from trunk per beman
Troy D. Straszheim
2009-01-24 18:57:20 +0000