Dave Abrahams
5d30ddac22
cxx 6.5 fixes
...
[SVN r12689]
2002-02-04 14:49:43 +00:00
Dave Abrahams
80f697ef2a
more bug fixes for really conformant compilers
...
[SVN r12682]
2002-02-04 01:58:08 +00:00
Dave Abrahams
47c7748707
bug fix
...
[SVN r12681]
2002-02-04 01:42:47 +00:00
Dave Abrahams
9f33aa2afc
bug fix
...
[SVN r12680]
2002-02-03 23:58:10 +00:00
Dave Abrahams
1dc6600b59
kill extra ;
...
[SVN r12679]
2002-02-03 23:51:16 +00:00
Dave Abrahams
1ec58c1161
bug fix
...
[SVN r12678]
2002-02-03 23:21:48 +00:00
Ralf W. Grosse-Kunstleve
d023d577b2
extra semicolon removed (cxx 6.3 diag.)
...
[SVN r12677]
2002-02-03 22:33:11 +00:00
Dave Abrahams
21d65ca0bf
arbitrary argument/result adoption
...
[SVN r12664]
2002-02-03 06:34:15 +00:00
Dave Abrahams
bcf4401858
KCC ice workaround
...
[SVN r12663]
2002-02-03 05:09:31 +00:00
Dave Abrahams
262396d48b
Object life support
...
[SVN r12662]
2002-02-03 05:03:05 +00:00
Dave Abrahams
0a9d5f680f
initial checkin
...
[SVN r12661]
2002-02-03 05:02:46 +00:00
Dave Abrahams
64239f1c04
Allow indirect reference/pointer returns
...
[SVN r12659]
2002-02-03 03:05:39 +00:00
Dave Abrahams
7590d546f1
initial checkin
...
[SVN r12657]
2002-02-03 03:05:01 +00:00
Dave Abrahams
021070f066
Prepare to generalize
...
[SVN r12656]
2002-02-03 01:07:29 +00:00
Dave Abrahams
55a4318839
Handle references too
...
[SVN r12655]
2002-02-03 01:07:10 +00:00
Dave Abrahams
90647f30f8
Initial pointer adoption tests
...
Have instances actually dispose of their held C++ objects!
[SVN r12653]
2002-02-02 20:54:06 +00:00
Dave Abrahams
8cc9080d36
Initial pointer adoption tests
...
Have instances actually dispose of their held C++ objects!
[SVN r12652]
2002-02-02 20:48:37 +00:00
Darin Adler
6e5fc91885
New smart pointer documentation. Related clean-up of the smart pointer
...
library. Changing includes to include the new individual smart pointer
headers. Replacing old smart pointer library with an include of the new
smart pointer headers. Simplify ifdefs that involve the member templates
macros now that BOOST_MSVC6_MEMBER_TEMPLATES is also guaranteed to bet
set for platforms that have full member templates.
[SVN r12647]
2002-02-02 18:36:12 +00:00
Ralf W. Grosse-Kunstleve
71de2b5ec5
/Zm upgrade
...
[SVN r12637]
2002-02-02 15:19:59 +00:00
Ralf W. Grosse-Kunstleve
7703f91ee2
fix typo
...
[SVN r12636]
2002-02-02 15:17:37 +00:00
Dave Abrahams
ecc8abcc50
ice_ fixes for KCC
...
[SVN r12634]
2002-02-02 14:34:02 +00:00
Dave Abrahams
14917c9791
initial checkin
...
[SVN r12633]
2002-02-02 14:31:07 +00:00
Dave Abrahams
25c56164b0
Last rewrite of the type conversion mechanism, I hope
...
[SVN r12631]
2002-02-02 14:04:48 +00:00
Dave Abrahams
12988b879e
*** empty log message ***
...
[SVN r12627]
2002-02-02 08:31:11 +00:00
Dave Abrahams
684e391a9a
remove local rule usage for the time being.
...
[SVN r12626]
2002-02-02 00:49:24 +00:00
Dave Abrahams
7a16cd4c37
remove local rule usage for the time being.
...
[SVN r12625]
2002-02-02 00:46:38 +00:00
Dave Abrahams
b3117c2b02
Use call policies
...
[SVN r12618]
2002-02-01 04:36:46 +00:00
Dave Abrahams
6a75fa83b5
New conversion methods, builtin converters
...
----------------------------------------------------------------------
Committing in .
Modified Files:
boost/python/reference_from_python.hpp
boost/python/value_from_python.hpp
boost/python/converter/body.hpp
boost/python/converter/handle.hpp
libs/python/src/converter/builtin_converters.cpp
libs/python/test/m1.cpp libs/python/test/m2.cpp
Added Files:
boost/python/converter/builtin_converters.hpp
boost/python/converter/builtin_to_python_converters.hpp
boost/python/converter/from_python.hpp
boost/python/converter/from_python_data.hpp
boost/python/converter/from_python_function.hpp
boost/python/converter/to_python.hpp
boost/python/converter/to_python_function.hpp
boost/python/object/auto_ptr_generator.hpp
boost/python/object/pointer_holder.hpp
libs/python/src/converter/from_python.cpp
libs/python/src/converter/to_python.cpp
libs/python/test/test_builtin_converters.cpp
libs/python/test/test_builtin_converters.py
Removed Files:
boost/python/convert.hpp boost/python/converter/unwrap.hpp
boost/python/converter/unwrapper.hpp
boost/python/converter/wrap.hpp
boost/python/converter/wrapper.hpp
boost/python/object/class_unwrapper.hpp
----------------------------------------------------------------------
[SVN r12596]
2002-01-31 05:53:54 +00:00
Dave Abrahams
88a8721b89
initial checkin
...
[SVN r12592]
2002-01-30 22:18:50 +00:00
Dave Abrahams
1f12857551
initial checkin
...
[SVN r12591]
2002-01-30 22:12:07 +00:00
Dave Abrahams
71032f6c4c
New conversion mechanism, builtin converters
...
[SVN r12590]
2002-01-30 20:18:39 +00:00
Dave Abrahams
088b1cab83
workarounds for KCC's reservation of 'overload' as a keyword
...
[SVN r12451]
2002-01-23 06:08:46 +00:00
Dave Abrahams
f40a534bfb
cleanup
...
[SVN r12449]
2002-01-22 21:55:08 +00:00
Dave Abrahams
f278530239
Nicer syntactic sugar
...
[SVN r12448]
2002-01-22 19:56:36 +00:00
Dave Abrahams
0389aab0a3
Nicer syntactic sugar
...
[SVN r12447]
2002-01-22 19:51:04 +00:00
Dave Abrahams
51a66a3202
Fixes for gcc-2.95.3
...
[SVN r12442]
2002-01-22 13:52:05 +00:00
Dave Abrahams
248985e51a
ICL compatibility
...
[SVN r12435]
2002-01-22 13:12:41 +00:00
Dave Abrahams
996d83eae0
fix for EDG
...
[SVN r12415]
2002-01-22 02:32:48 +00:00
Ralf W. Grosse-Kunstleve
98a1329dd7
default argument moved to declaration.
...
[SVN r12414]
2002-01-22 01:43:40 +00:00
Ralf W. Grosse-Kunstleve
ed2ebc7d3d
added: missing // after #endif
...
[SVN r12405]
2002-01-21 21:18:47 +00:00
Dave Abrahams
41634f9998
Use ref everywhere for reliability
...
[SVN r12394]
2002-01-21 06:56:27 +00:00
Dave Abrahams
93501af046
always use ref (counting) for safety
...
[SVN r12393]
2002-01-21 06:23:33 +00:00
Dave Abrahams
078585db28
fixed transfer-of-ownership counting to avoid problems
...
[SVN r12392]
2002-01-21 06:20:15 +00:00
Dave Abrahams
03e9e4c1d9
Added class wrapping
...
[SVN r12387]
2002-01-21 00:47:05 +00:00
Dave Abrahams
4a1d077238
Added implicit conversion tests
...
[SVN r12386]
2002-01-20 23:54:26 +00:00
Dave Abrahams
f7a5e6deb8
Moved add_overload functionality to function::add_to_namespace
...
[SVN r12385]
2002-01-20 23:52:52 +00:00
Dave Abrahams
dabb22bb6a
added class wrapping
...
[SVN r12384]
2002-01-20 23:52:36 +00:00
Dave Abrahams
3d03ca3d10
made it possible to initialize from type_info
...
[SVN r12383]
2002-01-20 23:50:52 +00:00
Dave Abrahams
386992c3b8
suppress gcc warning
...
[SVN r12382]
2002-01-20 23:43:36 +00:00
Dave Abrahams
a48f252cfa
Moved add_overload functionality to function::add_to_namespace
...
[SVN r12381]
2002-01-20 23:41:56 +00:00