2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-19 16:32:16 +00:00

Compare commits

..

1 Commits

Author SHA1 Message Date
Beman Dawes
832a1edd79 Merge 86392 from trunk. The spirit change was not applied because the file is not present in branches/release.
[SVN r86489]
2013-10-27 21:10:04 +00:00
97 changed files with 10 additions and 2 deletions

BIN
build/Attic/python_v1.zip Normal file

Binary file not shown.

0
doc/PyConDC_2003/bpl.html Normal file → Executable file
View File

0
doc/PyConDC_2003/bpl.pdf Normal file → Executable file
View File

0
doc/PyConDC_2003/python_cpp_mix.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

0
doc/PyConDC_2003/python_cpp_mix.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

0
doc/internals.html Normal file → Executable file
View File

0
doc/internals.rst Normal file → Executable file
View File

0
doc/tutorial/doc/html/images/alert.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 603 B

After

Width:  |  Height:  |  Size: 603 B

0
doc/tutorial/doc/html/images/home.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 358 B

After

Width:  |  Height:  |  Size: 358 B

0
doc/tutorial/doc/html/images/next.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 336 B

After

Width:  |  Height:  |  Size: 336 B

0
doc/tutorial/doc/html/images/note.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 658 B

After

Width:  |  Height:  |  Size: 658 B

0
doc/tutorial/doc/html/images/prev.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 334 B

After

Width:  |  Height:  |  Size: 334 B

0
doc/tutorial/doc/html/images/tip.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 640 B

After

Width:  |  Height:  |  Size: 640 B

0
doc/tutorial/doc/html/images/up.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 370 B

After

Width:  |  Height:  |  Size: 370 B

0
doc/v2/instance_holder.html Normal file → Executable file
View File

0
doc/v2/lvalue_from_pytype.html Normal file → Executable file
View File

0
doc/v2/operators.html Normal file → Executable file
View File

0
doc/v2/raw_function.html Normal file → Executable file
View File

0
doc/v2/return_arg.html Normal file → Executable file
View File

0
doc/v2/stl_iterator.html Normal file → Executable file
View File

0
doc/v2/type_id.html Normal file → Executable file
View File

0
doc/v2/wrapper.html Normal file → Executable file
View File

View File

@@ -11,7 +11,10 @@ use-project boost
# boost_python library from the project whose global ID is
# /boost/python.
project
: requirements <library>/boost/python//boost_python ;
: requirements <library>/boost/python//boost_python
<implicit-dependency>/boost//headers
: usage-requirements <implicit-dependency>/boost//headers
;
# Declare the three extension modules. You can specify multiple
# source files after the colon separated by spaces.

0
example/boost-build.jam Normal file → Executable file
View File

View File

@@ -12,6 +12,8 @@ use-project boost
# /boost/python.
project boost-python-quickstart
: requirements <library>/boost/python//boost_python
<implicit-dependency>/boost//headers
: usage-requirements <implicit-dependency>/boost//headers
;
# Make the definition of the python-extension rule available

View File

@@ -20,7 +20,10 @@ use-project boost
# boost_python library from the project whose global ID is
# /boost/python.
project
: requirements <library>/boost/python//boost_python ;
: requirements <library>/boost/python//boost_python
<implicit-dependency>/boost//headers
: usage-requirements <implicit-dependency>/boost//headers
;
# Declare the three extension modules. You can specify multiple
# source files after the colon separated by spaces.

0
include/boost/python/arg_from_python.hpp Normal file → Executable file
View File

0
include/boost/python/base_type_traits.hpp Normal file → Executable file
View File

0
include/boost/python/borrowed.hpp Normal file → Executable file
View File

0
include/boost/python/cast.hpp Normal file → Executable file
View File

0
include/boost/python/converter/arg_from_python.hpp Normal file → Executable file
View File

0
include/boost/python/converter/arg_to_python.hpp Normal file → Executable file
View File

0
include/boost/python/converter/arg_to_python_base.hpp Normal file → Executable file
View File

View File

0
include/boost/python/converter/object_manager.hpp Normal file → Executable file
View File

0
include/boost/python/converter/pytype_function.hpp Normal file → Executable file
View File

0
include/boost/python/converter/return_from_python.hpp Normal file → Executable file
View File

0
include/boost/python/def_visitor.hpp Normal file → Executable file
View File

0
include/boost/python/detail/borrowed_ptr.hpp Normal file → Executable file
View File

0
include/boost/python/detail/convertible.hpp Normal file → Executable file
View File

0
include/boost/python/detail/copy_ctor_mutates_rhs.hpp Normal file → Executable file
View File

0
include/boost/python/detail/def_helper_fwd.hpp Normal file → Executable file
View File

0
include/boost/python/detail/enable_if.hpp Normal file → Executable file
View File

0
include/boost/python/detail/force_instantiate.hpp Normal file → Executable file
View File

0
include/boost/python/detail/is_shared_ptr.hpp Normal file → Executable file
View File

0
include/boost/python/detail/is_wrapper.hpp Normal file → Executable file
View File

View File

0
include/boost/python/detail/prefix.hpp Normal file → Executable file
View File

0
include/boost/python/detail/python_type.hpp Normal file → Executable file
View File

0
include/boost/python/detail/sfinae.hpp Normal file → Executable file
View File

0
include/boost/python/detail/unwind_type.hpp Normal file → Executable file
View File

0
include/boost/python/detail/unwrap_type_id.hpp Normal file → Executable file
View File

0
include/boost/python/detail/unwrap_wrapper.hpp Normal file → Executable file
View File

0
include/boost/python/detail/value_arg.hpp Normal file → Executable file
View File

0
include/boost/python/detail/wrapper_base.hpp Normal file → Executable file
View File

0
include/boost/python/docstring_options.hpp Normal file → Executable file
View File

0
include/boost/python/handle.hpp Normal file → Executable file
View File

0
include/boost/python/handle_fwd.hpp Normal file → Executable file
View File

0
include/boost/python/object.hpp Normal file → Executable file
View File

0
include/boost/python/object/function_doc_signature.hpp Normal file → Executable file
View File

0
include/boost/python/object/inheritance_query.hpp Normal file → Executable file
View File

0
include/boost/python/object/stl_iterator_core.hpp Normal file → Executable file
View File

0
include/boost/python/object_items.hpp Normal file → Executable file
View File

0
include/boost/python/object_protocol_core.hpp Normal file → Executable file
View File

0
include/boost/python/other.hpp Normal file → Executable file
View File

0
include/boost/python/proxy.hpp Normal file → Executable file
View File

0
include/boost/python/pure_virtual.hpp Normal file → Executable file
View File

0
include/boost/python/raw_function.hpp Normal file → Executable file
View File

0
include/boost/python/refcount.hpp Normal file → Executable file
View File

0
include/boost/python/return_arg.hpp Normal file → Executable file
View File

0
include/boost/python/self.hpp Normal file → Executable file
View File

0
include/boost/python/stl_iterator.hpp Normal file → Executable file
View File

0
include/boost/python/wrapper.hpp Normal file → Executable file
View File

0
src/wrapper.cpp Normal file → Executable file
View File

0
test/borrowed.cpp Normal file → Executable file
View File

0
test/cltree.cpp Normal file → Executable file
View File

0
test/copy_ctor_mutates_rhs.cpp Normal file → Executable file
View File

0
test/crossmod_exception_a.cpp Normal file → Executable file
View File

0
test/crossmod_exception_b.cpp Normal file → Executable file
View File

0
test/injected.cpp Normal file → Executable file
View File

0
test/int_map_indexing_suite.cpp Normal file → Executable file
View File

0
test/keywords.cpp Normal file → Executable file
View File

0
test/object_fail1.cpp Normal file → Executable file
View File

0
test/object_manager.cpp Normal file → Executable file
View File

0
test/operators.cpp Normal file → Executable file
View File

0
test/polymorphism2.cpp Normal file → Executable file
View File

0
test/polymorphism2_auto_ptr.cpp Normal file → Executable file
View File

0
test/properties.cpp Normal file → Executable file
View File

0
test/raw_ctor.cpp Normal file → Executable file
View File

0
test/raw_pyobject_fail1.cpp Normal file → Executable file
View File

0
test/raw_pyobject_fail2.cpp Normal file → Executable file
View File

0
test/result.cpp Normal file → Executable file
View File

0
test/return_arg.cpp Normal file → Executable file
View File

0
test/stl_iterator.cpp Normal file → Executable file
View File

0
test/voidptr.cpp Normal file → Executable file
View File

0
test/wrapper_held_type.cpp Normal file → Executable file
View File

0
todo.html Normal file → Executable file
View File