2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-20 04:42:28 +00:00
Files
python/example
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
..
2001-08-15 19:15:57 +00:00
2001-06-22 22:36:00 +00:00
2001-07-06 07:31:39 +00:00
2001-06-22 22:36:00 +00:00
2001-08-28 02:02:27 +00:00
2001-06-22 22:36:00 +00:00
2001-06-22 22:36:00 +00:00
2001-06-22 22:36:00 +00:00
2001-06-22 22:36:00 +00:00
2001-04-18 01:29:23 +00:00
2001-04-18 01:29:23 +00:00
2001-04-18 01:29:23 +00:00

To get started with the Boost Python Library, use the examples
getting_started1.cpp and getting_started2.cpp.

Examples for providing pickle support can be found in:
  pickle1.cpp
  pickle2.cpp
  pickle3.cpp
See also: libs/python/doc/pickle.html

Other advanced concepts are introduced by:
  abstract.cpp
  simple_vector.cpp
  do_it_yourself_convts.cpp

Examples for the cross-module support are provided by:
  noncopyable_export.cpp
  noncopyable_import.cpp
  dvect.cpp
  ivect.cpp
See also: libs/python/doc/cross_module.html

The files example1.cpp and rwgk1.cpp are obsolete. They are only
included because the Visual Studio project in the build directory still
refers to them.