921e306b9aFix license/copyright
Dave Abrahams
2006-09-20 21:59:03 +0000
95f0b39c90merged from HEAD
Dave Abrahams
2006-09-18 22:22:31 +0000
bed1d26904Return an int, not a string, on success from check_numeric_array_rich_slice, since that's what the tests expect.
Dave Abrahams
2006-09-18 22:21:50 +0000
23057688f9This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.
nobody
2006-09-18 19:56:20 +0000
029618f719merged from HEAD
Dave Abrahams
2006-09-18 18:25:57 +0000
41a342f026vc6/7 workaround
Dave Abrahams
2006-09-18 18:25:12 +0000
cee8e07046Checkin missing op_repr definition
Dave Abrahams
2006-09-18 02:59:31 +0000
38f7a4e9b6merge from HEAD
Dave Abrahams
2006-09-17 02:42:51 +0000
f5421ca6b2Default to Python 2.4 in Unix builds
Dave Abrahams
2006-09-16 18:43:53 +0000
eea7697175if __name__ == '__main__'
Ralf W. Grosse-Kunstleve
2006-09-14 21:57:56 +0000
777ce7b561magic coding: iso-latin1 comment added to avoid Python SyntaxError
Ralf W. Grosse-Kunstleve
2006-09-14 21:53:00 +0000
864ece5539cross module compatibility test for opaque
Gottfried Ganßauge
2006-09-14 19:06:33 +0000
2610eb9acbType object for opaque initialized with PyType_Clear. opaque is registered only if not another module has already registered a conversion for that pointer type. Doc update.
Gottfried Ganßauge
2006-09-14 05:59:29 +0000
489dae2b58Clarify comment
Vladimir Prus
2006-07-22 12:53:49 +0000
ec77608840Clarify comment
Vladimir Prus
2006-07-22 12:53:49 +0000
f852ce6f7bWindows
Vladimir Prus
2006-07-22 12:28:43 +0000
f5a69a1dabWindows fix: use <library>/pytho/python_for_extensions, not <use>, so that we actually link to Python import lib on windows.
Vladimir Prus
2006-07-22 12:28:00 +0000
e500919d25Merge: Don't link Boost.Python to python library
Vladimir Prus
2006-07-22 07:16:18 +0000
a1e865061cDon't link Boost.Python to python library, and don't require <threading>multi for embedding applications.
Vladimir Prus
2006-07-22 07:12:10 +0000
596e92404aold misunderstanding corrected (L-BFGS)
Ralf W. Grosse-Kunstleve
2006-07-11 04:09:41 +0000
2640f5af94new css
Joel de Guzman
2006-06-29 09:35:52 +0000
0605e9fdcfminor tweak
Joel de Guzman
2006-06-22 13:43:09 +0000
cf68da0b19added test for vector<string>
Joel de Guzman
2006-06-22 13:33:46 +0000
d3c474b295terminology tweak
Joel de Guzman
2006-06-20 14:01:12 +0000
c9300e07c2added custom converter test for map indexing suite
Joel de Guzman
2006-06-20 00:33:22 +0000
7a645a6d8aMerged header inclusion order fix from trunk to release branch.
Markus Schöpflin
2006-06-06 09:44:35 +0000
fa2185e5abMerged header inclusion order fix from trunk to release branch.
Markus Schöpflin
2006-06-06 09:39:16 +0000
cab94a7bbaadjustments for new MIPSpro 7.4.4
Ralf W. Grosse-Kunstleve
2006-06-02 05:39:50 +0000
caa9cb8268Python 2.5 compatibility
Ralf W. Grosse-Kunstleve
2006-05-18 22:41:14 +0000
66ac61450eavoid Visual C++ 7.1 "resolved overload was found by argument-dependent lookup" warning
Ralf W. Grosse-Kunstleve
2006-05-18 22:09:20 +0000
59f81def56Python include must appear before any system include
Ralf W. Grosse-Kunstleve
2006-05-18 18:47:12 +0000
92862028b7MIPSpro 7.3.1 compatibility
Ralf W. Grosse-Kunstleve
2006-05-18 18:46:26 +0000
b0ba7dfc50also exercise OVERLOADS with docstring
Ralf W. Grosse-Kunstleve
2006-05-18 16:15:59 +0000
fe3abeda9fmuch more informative pickle error messages if pickling is not enabled
Ralf W. Grosse-Kunstleve
2006-05-18 15:49:41 +0000
5cc33461ddMerge from trunk
Vladimir Prus
2006-04-10 09:02:57 +0000
7b93f2fdc5Merged fix from HEAD for Tru64/CXX compilation error.
Markus Schöpflin
2006-03-23 09:40:38 +0000
3fdfb30e33Include python first, fixes error on Tru64/CXX.
Markus Schöpflin
2006-03-23 09:38:03 +0000
cdcf8633bbForce multithreading for Python test.
Vladimir Prus
2006-03-22 09:53:34 +0000
219743964dThis commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.
nobody
2006-03-21 02:26:31 +0000
e7927ef4eaHP-UX aCC support
Ralf W. Grosse-Kunstleve
2006-03-20 00:00:39 +0000
8c1f04bd4cFix bug in example.
Dave Abrahams
2006-03-13 06:39:41 +0000
136587c96fMake select_from_python_test have Python includes when compiling.
Vladimir Prus
2006-03-09 15:27:01 +0000
23664ec448Specify <define>BOOST_PYTHON_STATIC_LIB for the select_from_python_test, just like V1 does.
Vladimir Prus
2006-03-07 07:37:45 +0000
6b1a3c4489Change Jamfile.v2 to use static linking to Boost.Python for 'exec' test.
Vladimir Prus
2006-03-06 08:10:38 +0000
fa4ebe5c53Disabled pointer_vector test on Tru64/CXX as it runs forever and keeps hanging the regression tests.
Markus Schöpflin
2006-03-03 09:08:39 +0000
28ef4a9e38Reorder includes to make sure that python headers are included first, this makes the test pass on hp_cxx_71_006_tru64.
Markus Schöpflin
2006-03-02 17:12:18 +0000
0a38ca1660Disable pointer_vector test on HP-CXX for now.
Markus Schöpflin
2006-02-27 15:26:45 +0000
5791e3b58eAdded VPython
Dave Abrahams
2006-02-25 12:35:48 +0000
2bfd2fa0fdAdd missing exception specification.
Dave Abrahams
2006-02-23 17:14:59 +0000
0793267bf0Add BOOST_PYTHON_STATIC_LIB and BOOST_PYTHON_DYNAMIC_LIB to usage requirements, as appropriate.
Vladimir Prus
2006-02-21 07:38:14 +0000
eca25c0b7dExtra project-level requirements.
Vladimir Prus
2006-02-21 07:36:46 +0000
a8bad65556Fix mistaken dependency on lightweight_test.hpp
Dave Abrahams
2006-02-20 19:21:59 +0000
6ef31ba33aStop using assert() in tests so we can test with NDEBUG defined.
Dave Abrahams
2006-02-20 15:45:40 +0000
c15216b385Changes to ensure QNX/QCC compatability
Jim Douglas
2006-02-15 19:57:56 +0000
a1ff35769bDoc Tweaks
Joel de Guzman
2006-02-14 02:24:32 +0000
22e82ae30fvoid pointer conversion support, from Niall Douglas, then heavily edited by DWA. Merged from python-voidptr
Dave Abrahams
2006-02-12 16:09:08 +0000
2d117bc4advoid pointer conversion support, from Niall Douglas, then heavily edited by DWA.
Dave Abrahams
2006-02-11 22:29:33 +0000
6347ca8065vc7 workaround
Dave Abrahams
2006-02-11 22:26:45 +0000
c39836ddc8Tests for bool conversions
Dave Abrahams
2006-02-10 17:26:06 +0000
fb35a82bf1Tests for bool members
Dave Abrahams
2006-02-10 17:25:25 +0000
44c5c18f45Update Jamfile.v2
Vladimir Prus
2006-02-09 09:50:56 +0000
e0cceeb88cUpdate.
Vladimir Prus
2006-02-08 08:37:05 +0000
4a5f6f2e24Update Jamfile.v2
Vladimir Prus
2006-02-07 11:49:00 +0000
8b1748fea0add tuple conversion
Dave Abrahams
2006-01-31 03:26:46 +0000
82919f0d5canother attempt to fix Code Warrior 9.4 link problem
Ralf W. Grosse-Kunstleve
2006-01-24 17:55:56 +0000
1f6ded7b4eBoost.Python docstring_options.hpp news
Ralf W. Grosse-Kunstleve
2006-01-24 00:41:25 +0000
a0d2873156attempt to fix Code Warrior 9.4 link problem
Ralf W. Grosse-Kunstleve
2006-01-23 19:01:17 +0000