Dave Abrahams
03fef3106d
Bug fix: convertability checks were missed in one case
...
[SVN r12233]
2002-01-06 14:39:52 +00:00
Dave Abrahams
d598d0a4db
added inlines
...
[SVN r12232]
2002-01-06 14:39:34 +00:00
Dave Abrahams
ab22e1b3a9
Added most of the module_builder interface
...
[SVN r12231]
2002-01-06 14:36:28 +00:00
Dave Abrahams
26d520af3c
avoiding naming conflict, object:: -> objects::
...
[SVN r12230]
2002-01-06 14:35:27 +00:00
Dave Abrahams
fb333f3641
Bug fix: convertability checks were missed in one case
...
[SVN r12229]
2002-01-06 14:34:14 +00:00
Dave Abrahams
1cc65a47eb
Added wrapper for PyObject*
...
[SVN r12228]
2002-01-06 14:33:33 +00:00
Dave Abrahams
8d56c52991
simplification: I didn't really understand what I was dealing with, so I pared things down.
...
[SVN r12227]
2002-01-06 14:32:51 +00:00
Dave Abrahams
4b88b9eed1
Added most of the module_builder interface
...
[SVN r12226]
2002-01-06 14:31:27 +00:00
Dave Abrahams
462b91fb08
Added min/max argument count checking
...
[SVN r12225]
2002-01-06 14:30:46 +00:00
Dave Abrahams
b65f4ff963
added inlines
...
[SVN r12224]
2002-01-06 14:29:54 +00:00
Ralf W. Grosse-Kunstleve
8d27b48225
update for cxx 6.5 and irix_CC
...
[SVN r12222]
2002-01-05 02:18:00 +00:00
Dave Abrahams
e2623c5e82
fixes for gcc-3.0.3
...
[SVN r12221]
2002-01-04 23:32:23 +00:00
Ralf W. Grosse-Kunstleve
acdae42fc5
work-around for cxx
...
[SVN r12215]
2002-01-04 20:49:20 +00:00
Ralf W. Grosse-Kunstleve
451aac806e
remove extra semicolons
...
[SVN r12214]
2002-01-04 20:15:49 +00:00
Dave Abrahams
586e6178b4
commented
...
[SVN r12209]
2002-01-04 02:06:21 +00:00
Dave Abrahams
1201761ff3
initial checkin
...
[SVN r12198]
2002-01-02 17:53:34 +00:00
Dave Abrahams
bdf68f092e
Accounting for by-value conversions
...
Convertibility checks now collect the auxiliary conversion data
[SVN r12193]
2002-01-01 18:55:23 +00:00
Dave Abrahams
a179f87d54
BOOST_PYTHON_EXPORT -> BOOST_PYTHON_DECL
...
[SVN r12192]
2002-01-01 18:53:12 +00:00
Dave Abrahams
b2944a12de
Convertibility checks now collect the auxiliary conversion data
...
BOOST_PYTHON_EXPORT -> BOOST_PYTHON_DECL
[SVN r12191]
2002-01-01 18:52:04 +00:00
Dave Abrahams
bfcb36927c
Accounting for by-value conversions
...
[SVN r12190]
2002-01-01 18:49:20 +00:00
Dave Abrahams
ccd21d5254
Accounting for by-value conversions
...
Convertibility checks now collect the auxiliary conversion data
[SVN r12189]
2002-01-01 18:47:32 +00:00
Dave Abrahams
a7b8448107
obsolete now that Boost.Python is in a shared lib.
...
[SVN r12188]
2002-01-01 18:45:49 +00:00
Dave Abrahams
e934be2d99
BOOST_PYTHON_EXPORT -> BOOST_PYTHON_DECL
...
[SVN r12187]
2002-01-01 18:21:31 +00:00
Dave Abrahams
015b875a9e
Convertibility checks now collect the auxiliary conversion data
...
[SVN r12186]
2002-01-01 18:21:06 +00:00
Dave Abrahams
1247ff2543
*** empty log message ***
...
[SVN r12177]
2001-12-31 17:02:43 +00:00
Dave Abrahams
dc831fb3f6
Stuck the extension_class code in the DLL whenever possible
...
[SVN r12168]
2001-12-29 00:00:19 +00:00
Dave Abrahams
94c0e947f5
Stuck the extension_class code in the DLL whenever possible
...
Removed copyability restriction in class_base to enable the above
[SVN r12167]
2001-12-28 23:59:02 +00:00
Dave Abrahams
ed9bc835a2
Stuck the extension_class code in the DLL whenever possible
...
Removed some flotsam
[SVN r12166]
2001-12-28 23:56:10 +00:00
Dave Abrahams
2eb2e52a79
workaround some compiler limitations
...
[SVN r12165]
2001-12-28 23:52:01 +00:00
Ralf W. Grosse-Kunstleve
14f6f88526
irix_CC workaround; updated makefiles
...
[SVN r12163]
2001-12-28 13:26:36 +00:00
Dave Abrahams
1f78c74085
fixes
...
[SVN r12146]
2001-12-24 19:27:39 +00:00
Dave Abrahams
c494649dde
fix a bug with instance::power reported by Scott Snyder.
...
[SVN r12119]
2001-12-18 21:00:07 +00:00
Dave Abrahams
460f3aebe9
inital checkin
...
[SVN r12086]
2001-12-17 17:24:41 +00:00
Dave Abrahams
d4b215a66b
Integrating Andreas Zieringer's shared lib changes
...
Modified Files:
build/Jamfile build/win32_mwcc_setup.bat src/classes.cpp
src/conversions.cpp src/cross_module.cpp
src/extension_class.cpp src/functions.cpp
src/init_function.cpp src/module_builder.cpp src/objects.cpp
src/types.cpp
[SVN r12084]
2001-12-17 17:00:53 +00:00
Dave Abrahams
1a13387012
Integrating Andreas Zieringer's shared library implementation.
...
Modified Files:
classes.hpp conversions.hpp cross_module.hpp errors.hpp
module_builder.hpp objects.hpp operators.hpp detail/config.hpp
detail/extension_class.hpp detail/functions.hpp
detail/init_function.hpp detail/signatures.hpp
detail/singleton.hpp detail/types.hpp detail/void_adaptor.hpp
[SVN r12083]
2001-12-17 16:59:54 +00:00
Dave Abrahams
291c36df05
Integrated Scott Snyder's nested class patch
...
[SVN r12080]
2001-12-17 05:49:24 +00:00
Dave Abrahams
bed2c8a371
no message
...
[SVN r12076]
2001-12-16 18:20:26 +00:00
Dave Abrahams
e65ca4ccac
Python 1.5 compatibility fixes
...
[SVN r12072]
2001-12-16 17:58:23 +00:00
Ralf W. Grosse-Kunstleve
f9e6933840
Use "call", otherwise the "set" command is not executed.
...
[SVN r12066]
2001-12-16 06:00:03 +00:00
Dave Abrahams
5134fb2ec1
scott snyder's fixes to maintain 1.5.2 compatibility
...
[SVN r12065]
2001-12-15 22:59:48 +00:00
Ralf W. Grosse-Kunstleve
3a86a69964
Restore Python <2.2 compatibility (config.h, pyconfig.h).
...
[SVN r12064]
2001-12-15 04:59:11 +00:00
Ralf W. Grosse-Kunstleve
c6fd3c47a4
Makefile and example setup batch file for Win32 Metrowerks Codewarrior 7.
...
[SVN r12063]
2001-12-15 04:57:18 +00:00
Dave Abrahams
a365fa6109
many fixes
...
[SVN r12054]
2001-12-13 19:43:35 +00:00
Dave Abrahams
160451b210
Integrating scott snyder's inplace operator improvements
...
Fixed Python 2.2 incompatibility
[SVN r12044]
2001-12-13 18:23:10 +00:00
Dave Abrahams
2f6e3cc09d
Integrating scott snyder's inplace operator improvements
...
[SVN r12043]
2001-12-13 18:22:03 +00:00
Dave Abrahams
d05cc7ccec
integrating scott snyder's changes
...
[SVN r12042]
2001-12-13 18:18:52 +00:00
Dave Abrahams
ccfd4acbda
factored out python.jam
...
[SVN r12041]
2001-12-13 18:17:38 +00:00
Dave Abrahams
6a6084ed0e
Metrowerks 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
unit-test rule now accepts input files
updated metrowerks and borland to properly set up path for running tests
----------------------------------------------------------------------
Modified Files:
boost/config/compiler/metrowerks.hpp
libs/python/src/gen_function.py libs/regex/test/Jamfile
Tag: thread-initial
libs/thread/src/condition.cpp
No tag
tools/build/boost-base.jam tools/build/borland-tools.jam
tools/build/metrowerks-tools.jam
----------------------------------------------------------------------
[SVN r11853]
2001-12-02 17:43:45 +00:00
Dave Abrahams
0dbb780a2f
* Updated to new handle_exception() idiom for boost::python
...
* Made Cygwin archiving reliable, even when the user supplies a path with backslashes
----------------------------------------------------------------------
Modified Files:
tools/build/gcc-tools.jam tools/build/new/boost-build.jam
boost/python/detail/config.hpp libs/python/build/Jamfile
libs/python/example/do_it_yourself_convts.cpp
libs/python/example/dvect.cpp libs/python/example/example1.cpp
libs/python/example/getting_started1.cpp
libs/python/example/getting_started2.cpp
libs/python/example/ivect.cpp libs/python/example/nested.cpp
libs/python/example/noncopyable_export.cpp
libs/python/example/noncopyable_import.cpp
libs/python/example/pickle1.cpp
libs/python/example/pickle2.cpp
libs/python/example/pickle3.cpp
libs/python/example/richcmp1.cpp
libs/python/example/richcmp2.cpp
libs/python/example/richcmp3.cpp libs/python/example/rwgk1.cpp
libs/python/example/simple_vector.cpp
libs/python/test/comprehensive.cpp
Added Files:
libs/python/example/rwgk2.cpp libs/python/example/rwgk3.cpp
----------------------------------------------------------------------
[SVN r11705]
2001-11-15 05:29:22 +00:00
Dave Abrahams
e6efa6e13e
Fix minor gcc bug
...
[SVN r11704]
2001-11-15 00:51:33 +00:00