fb333f3641Bug fix: convertability checks were missed in one case
Dave Abrahams
2002-01-06 14:34:14 +0000
1cc65a47ebAdded wrapper for PyObject*
Dave Abrahams
2002-01-06 14:33:33 +0000
8d56c52991simplification: I didn't really understand what I was dealing with, so I pared things down.
Dave Abrahams
2002-01-06 14:32:51 +0000
4b88b9eed1Added most of the module_builder interface
Dave Abrahams
2002-01-06 14:31:27 +0000
462b91fb08Added min/max argument count checking
Dave Abrahams
2002-01-06 14:30:46 +0000
b65f4ff963added inlines
Dave Abrahams
2002-01-06 14:29:54 +0000
8d27b48225update for cxx 6.5 and irix_CC
Ralf W. Grosse-Kunstleve
2002-01-05 02:18:00 +0000
e2623c5e82fixes for gcc-3.0.3
Dave Abrahams
2002-01-04 23:32:23 +0000
acdae42fc5work-around for cxx
Ralf W. Grosse-Kunstleve
2002-01-04 20:49:20 +0000
451aac806eremove extra semicolons
Ralf W. Grosse-Kunstleve
2002-01-04 20:15:49 +0000
586e6178b4commented
Dave Abrahams
2002-01-04 02:06:21 +0000
1201761ff3initial checkin
Dave Abrahams
2002-01-02 17:53:34 +0000
bdf68f092eAccounting for by-value conversions Convertibility checks now collect the auxiliary conversion data
Dave Abrahams
2002-01-01 18:55:23 +0000
a179f87d54BOOST_PYTHON_EXPORT -> BOOST_PYTHON_DECL
Dave Abrahams
2002-01-01 18:53:12 +0000
b2944a12deConvertibility checks now collect the auxiliary conversion data BOOST_PYTHON_EXPORT -> BOOST_PYTHON_DECL
Dave Abrahams
2002-01-01 18:52:04 +0000
bfcb36927cAccounting for by-value conversions
Dave Abrahams
2002-01-01 18:49:20 +0000
ccd21d5254Accounting for by-value conversions Convertibility checks now collect the auxiliary conversion data
Dave Abrahams
2002-01-01 18:47:32 +0000
a7b8448107obsolete now that Boost.Python is in a shared lib.
Dave Abrahams
2002-01-01 18:45:49 +0000
e934be2d99BOOST_PYTHON_EXPORT -> BOOST_PYTHON_DECL
Dave Abrahams
2002-01-01 18:21:31 +0000
015b875a9eConvertibility checks now collect the auxiliary conversion data
Dave Abrahams
2002-01-01 18:21:06 +0000
1247ff2543*** empty log message ***
Dave Abrahams
2001-12-31 17:02:43 +0000
dc831fb3f6Stuck the extension_class code in the DLL whenever possible
Dave Abrahams
2001-12-29 00:00:19 +0000
94c0e947f5Stuck the extension_class code in the DLL whenever possible Removed copyability restriction in class_base to enable the above
Dave Abrahams
2001-12-28 23:59:02 +0000
ed9bc835a2Stuck the extension_class code in the DLL whenever possible Removed some flotsam
Dave Abrahams
2001-12-28 23:56:10 +0000
2eb2e52a79workaround some compiler limitations
Dave Abrahams
2001-12-28 23:52:01 +0000
14f6f88526irix_CC workaround; updated makefiles
Ralf W. Grosse-Kunstleve
2001-12-28 13:26:36 +0000
1f78c74085fixes
Dave Abrahams
2001-12-24 19:27:39 +0000
c494649ddefix a bug with instance::power reported by Scott Snyder.
Dave Abrahams
2001-12-18 21:00:07 +0000
460f3aebe9inital checkin
Dave Abrahams
2001-12-17 17:24:41 +0000
d4b215a66bIntegrating Andreas Zieringer's shared lib changes
Dave Abrahams
2001-12-17 17:00:53 +0000
1a13387012Integrating Andreas Zieringer's shared library implementation.
Dave Abrahams
2001-12-17 16:59:54 +0000
291c36df05Integrated Scott Snyder's nested class patch
Dave Abrahams
2001-12-17 05:49:24 +0000
bed2c8a371no message
Dave Abrahams
2001-12-16 18:20:26 +0000
e65ca4ccacPython 1.5 compatibility fixes
Dave Abrahams
2001-12-16 17:58:23 +0000
f9e6933840Use "call", otherwise the "set" command is not executed.
Ralf W. Grosse-Kunstleve
2001-12-16 06:00:03 +0000
5134fb2ec1scott snyder's fixes to maintain 1.5.2 compatibility
Dave Abrahams
2001-12-15 22:59:48 +0000
c6fd3c47a4Makefile and example setup batch file for Win32 Metrowerks Codewarrior 7.
Ralf W. Grosse-Kunstleve
2001-12-15 04:57:18 +0000
a365fa6109many fixes
Dave Abrahams
2001-12-13 19:43:35 +0000
160451b210Integrating scott snyder's inplace operator improvements Fixed Python 2.2 incompatibility
Dave Abrahams
2001-12-13 18:23:10 +0000
2f6e3cc09dIntegrating scott snyder's inplace operator improvements
Dave Abrahams
2001-12-13 18:22:03 +0000
d05cc7ccecintegrating scott snyder's changes
Dave Abrahams
2001-12-13 18:18:52 +0000
ccfd4acbdafactored out python.jam
Dave Abrahams
2001-12-13 18:17:38 +0000
6a6084ed0eMetrowerks needs BOOST_NO_STD_LOCALE in config to be able to compile regex regex test Jamfile updates so that some tests will actually run warning suppression for condition.cpp
Dave Abrahams
2001-12-02 17:43:45 +0000
0dbb780a2f* Updated to new handle_exception() idiom for boost::python * Made Cygwin archiving reliable, even when the user supplies a path with backslashes
Dave Abrahams
2001-11-15 05:29:22 +0000
e6efa6e13eFix minor gcc bug
Dave Abrahams
2001-11-15 00:51:33 +0000
76768120d4use the new "no-rethrow" way of handling exceptions.
Dave Abrahams
2001-11-14 20:36:14 +0000
7d6ff83760use the new "no-rethrow" way of handling exceptions.
Dave Abrahams
2001-11-14 20:07:38 +0000
5bec0d2d98fixes for intel
Dave Abrahams
2001-11-14 20:06:18 +0000
aad05325a6Pro7 compatibility use the new "no-rethrow" way of handling exceptions.
Dave Abrahams
2001-11-14 19:50:35 +0000
6e7f1bc257Pro7 compatibility
Dave Abrahams
2001-11-14 17:41:17 +0000
634d0848c8got rid of the "rethrow error reporting" mechanism
Dave Abrahams
2001-11-14 17:37:07 +0000
b7e1059227initial checkin
Dave Abrahams
2001-11-14 17:35:18 +0000
e7904fa67aadd _d targets for debugging
Dave Abrahams
2001-11-14 17:32:08 +0000
e38bc7cbcePro7 compatibility
Dave Abrahams
2001-11-14 17:26:11 +0000
b211f8a096Modified Files: index.htm - fixed reference to CVS repository libs/python/build/Jamfile - first stab at metrowerks Pro7 support status/Jamfile - added RUN_ALL_TESTS variables to force tests to run tools/build/boost-build.jam - fix BOOST_BUILD_INSTALLATION setting tools/build/metrowerks-tools.jam - command file support tools/build/msvc-tools.jam - permanent command file support tools/build/intel-win32-tools.jam - made it an extension of msvc-tools.jam tools/build/gcc-tools.jam - made FINDLIBS change submitted by Toon Knapen tools/build/jam_src/variable.c - changed command-line/env. variable interpretation so that surrounding them with quotes causes no breaking at spaces.
Dave Abrahams
2001-11-10 22:16:01 +0000
b4a1a6c688PYEXE=PYTHONPATH=. /usr/local/Python-1.5.2/bin/python
Ralf W. Grosse-Kunstleve
2001-11-02 01:24:59 +0000
a245bdbc2aModified Files: boost/python/detail: base_object.hpp - Changed template parameter to MixedCase cast.hpp - Killed off unused downcast_traits<> functions.hpp - Added commentary
Dave Abrahams
2001-10-31 19:14:07 +0000
e63451a9e7regex, threads, and python will all build from the top level. If you build the 'test' target from the top level, it will run all regressions.
Dave Abrahams
2001-10-06 18:19:15 +0000
e552607c95const-ified list::size() and slice_proxy::size()
Dave Abrahams
2001-09-22 17:51:10 +0000
c7f1c5e29cNew example: nested.cpp
Ralf W. Grosse-Kunstleve
2001-08-28 02:02:27 +0000
37b6e22321Misc; mostly fix links to hard disk locations
Beman Dawes
2001-08-20 13:04:43 +0000
6e6ae18aabMissing "std::" added (std::size_t)
Ralf W. Grosse-Kunstleve
2001-08-15 19:15:57 +0000
9f3cda0ac3Spell things consistently. Add some bits of Mac stuff to the tests. Use std::size_t where needed.
Darin Adler
2001-08-07 17:22:02 +0000
f646975c36convert int/double to complex
Ralf W. Grosse-Kunstleve
2001-07-31 08:10:05 +0000
f1ae502b1fMerged from branch boost_python_richcmp.
Ralf W. Grosse-Kunstleve
2001-07-31 07:12:14 +0000
f2e34d4836MSVC doesn't like boost::dereferencable<T> unless T has a default constructor, so operator-> must be defined by hand
Dave Abrahams
2001-07-30 13:31:23 +0000
3c6a8d718fbuild system update
Dave Abrahams
2001-07-23 03:34:37 +0000
08eb28f7b8move to main trunk
Dave Abrahams
2001-07-22 17:03:15 +0000
24509a21d4Change absolute URL's to relative
Beman Dawes
2001-07-12 15:31:15 +0000
4f41a10feffixed a comment
Dave Abrahams
2001-07-11 11:53:46 +0000