~roguescholar/boost/+git/python:svn-branches/unlabeled-1.3.6

Last commit made on 2002-04-16
Get this branch:
git clone -b svn-branches/unlabeled-1.3.6 https://git.launchpad.net/~roguescholar/boost/+git/python

Branch merges

Branch information

Name:
svn-branches/unlabeled-1.3.6
Repository:
lp:~roguescholar/boost/+git/python

Recent commits

c176b14... by DaveAbrahams

Changes for MPL v2

[SVN r13504]

1b5eec2... by nobody <nobody@localhost>

This commit was manufactured by cvs2svn to create branch
'unlabeled-1.3.6'.

[SVN r12635]

ecc8abc... by DaveAbrahams

ice_ fixes for KCC

[SVN r12634]

14917c9... by DaveAbrahams

initial checkin

[SVN r12633]

25c5616... by DaveAbrahams

Last rewrite of the type conversion mechanism, I hope

[SVN r12631]

12988b8... by DaveAbrahams

*** empty log message ***

[SVN r12627]

684e391... by DaveAbrahams

remove local rule usage for the time being.

[SVN r12626]

7a16cd4... by DaveAbrahams

remove local rule usage for the time being.

[SVN r12625]

b3117c2... by DaveAbrahams

Use call policies

[SVN r12618]

6a75fa8... by DaveAbrahams

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]