From ea7015fae1bc8f1c70dafe13118ce518aaed325c Mon Sep 17 00:00:00 2001 From: Raoul Gough Date: Tue, 9 Sep 2003 18:28:14 +0000 Subject: [PATCH] Include new files to date [SVN r1515] --- include/boost/python/suite/indexing/CONTENTS | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/include/boost/python/suite/indexing/CONTENTS b/include/boost/python/suite/indexing/CONTENTS index 58cf66bb..bb9756db 100755 --- a/include/boost/python/suite/indexing/CONTENTS +++ b/include/boost/python/suite/indexing/CONTENTS @@ -1,4 +1,13 @@ +container_suite.hpp Top-level do-all suite for all supported container types +container_traits.hpp Container traits +iterator_suite.hpp (misnamed) Iterator traits +suite_utils.hpp Utilities to abstract away container interface diffs +iterator_pair.hpp Container emulator using iterator pairs +testsuite.cpp Python extension class for testing the container suite +slice_handler.hpp Python slice interpreter + + container_proxy.hpp Container wrapper with semi-transparent proxies shared_proxy_impl.hpp Component shared by proxies that refer to same element testcontprox.cpp Simple tests for container_proxy @@ -9,13 +18,9 @@ sample.out Sample output of testindexing.py vector_indexing_suite_ext.cpp Modified extension module from python/test vector_indexing_suite.py Python test script from python/test (unmodified) - older stuff =========== -container_suite.hpp Container traits -iterator_suite.hpp Traits for iterator ranges -suite_utils.hpp Traits utilities indexing_suite.cpp Traits tests containers.txt Analysis of Python sequence vs. C++ containers testlist.py Test behaviour of real Python lists