From d1ef52b6a05f9dcadbd62d4069f591dbffb30d11 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Fri, 4 Feb 2011 21:18:24 +0000 Subject: [PATCH] Branch for working on the documentation tools documentation. [SVN r68640] --- include/boost/typeof/dmc/typeof_impl.hpp | 0 include/boost/typeof/encode_decode.hpp | 0 include/boost/typeof/encode_decode_params.hpp | 0 include/boost/typeof/incr_registration_group.hpp | 0 include/boost/typeof/int_encoding.hpp | 0 include/boost/typeof/integral_template_param.hpp | 0 include/boost/typeof/modifiers.hpp | 0 include/boost/typeof/native.hpp | 0 include/boost/typeof/pointers_data_members.hpp | 0 include/boost/typeof/register_fundamental.hpp | 0 include/boost/typeof/register_mem_functions.hpp | 0 include/boost/typeof/std/bitset.hpp | 0 include/boost/typeof/std/complex.hpp | 0 include/boost/typeof/std/deque.hpp | 0 include/boost/typeof/std/fstream.hpp | 0 include/boost/typeof/std/functional.hpp | 0 include/boost/typeof/std/iostream.hpp | 0 include/boost/typeof/std/istream.hpp | 0 include/boost/typeof/std/iterator.hpp | 0 include/boost/typeof/std/list.hpp | 0 include/boost/typeof/std/locale.hpp | 0 include/boost/typeof/std/map.hpp | 0 include/boost/typeof/std/memory.hpp | 0 include/boost/typeof/std/ostream.hpp | 0 include/boost/typeof/std/queue.hpp | 0 include/boost/typeof/std/set.hpp | 0 include/boost/typeof/std/sstream.hpp | 0 include/boost/typeof/std/stack.hpp | 0 include/boost/typeof/std/streambuf.hpp | 0 include/boost/typeof/std/string.hpp | 0 include/boost/typeof/std/utility.hpp | 0 include/boost/typeof/std/valarray.hpp | 0 include/boost/typeof/std/vector.hpp | 0 include/boost/typeof/template_encoding.hpp | 0 include/boost/typeof/template_template_param.hpp | 0 include/boost/typeof/type_encoding.hpp | 0 include/boost/typeof/type_template_param.hpp | 0 include/boost/typeof/typeof_impl.hpp | 0 include/boost/typeof/vector.hpp | 0 include/boost/typeof/vector100.hpp | 0 include/boost/typeof/vector150.hpp | 0 include/boost/typeof/vector200.hpp | 0 include/boost/typeof/vector50.hpp | 0 test/data_member.cpp | 0 test/member_function.cpp | 0 test/modifiers.cpp | 0 test/noncopyable.cpp | 0 test/odr.hpp | 0 test/odr1.cpp | 0 test/odr2.cpp | 0 test/odr_no_uns1.cpp | 0 test/odr_no_uns1.hpp | 0 test/odr_no_uns2.cpp | 0 test/odr_no_uns2.hpp | 0 test/std.cpp | 0 test/template_dependent.cpp | 0 test/template_enum.cpp | 0 test/template_int.cpp | 0 test/template_multiword.cpp | 0 test/template_tpl.cpp | 0 test/template_type.cpp | 0 test/test.hpp | 0 test/type.cpp | 0 63 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 include/boost/typeof/dmc/typeof_impl.hpp mode change 100755 => 100644 include/boost/typeof/encode_decode.hpp mode change 100755 => 100644 include/boost/typeof/encode_decode_params.hpp mode change 100755 => 100644 include/boost/typeof/incr_registration_group.hpp mode change 100755 => 100644 include/boost/typeof/int_encoding.hpp mode change 100755 => 100644 include/boost/typeof/integral_template_param.hpp mode change 100755 => 100644 include/boost/typeof/modifiers.hpp mode change 100755 => 100644 include/boost/typeof/native.hpp mode change 100755 => 100644 include/boost/typeof/pointers_data_members.hpp mode change 100755 => 100644 include/boost/typeof/register_fundamental.hpp mode change 100755 => 100644 include/boost/typeof/register_mem_functions.hpp mode change 100755 => 100644 include/boost/typeof/std/bitset.hpp mode change 100755 => 100644 include/boost/typeof/std/complex.hpp mode change 100755 => 100644 include/boost/typeof/std/deque.hpp mode change 100755 => 100644 include/boost/typeof/std/fstream.hpp mode change 100755 => 100644 include/boost/typeof/std/functional.hpp mode change 100755 => 100644 include/boost/typeof/std/iostream.hpp mode change 100755 => 100644 include/boost/typeof/std/istream.hpp mode change 100755 => 100644 include/boost/typeof/std/iterator.hpp mode change 100755 => 100644 include/boost/typeof/std/list.hpp mode change 100755 => 100644 include/boost/typeof/std/locale.hpp mode change 100755 => 100644 include/boost/typeof/std/map.hpp mode change 100755 => 100644 include/boost/typeof/std/memory.hpp mode change 100755 => 100644 include/boost/typeof/std/ostream.hpp mode change 100755 => 100644 include/boost/typeof/std/queue.hpp mode change 100755 => 100644 include/boost/typeof/std/set.hpp mode change 100755 => 100644 include/boost/typeof/std/sstream.hpp mode change 100755 => 100644 include/boost/typeof/std/stack.hpp mode change 100755 => 100644 include/boost/typeof/std/streambuf.hpp mode change 100755 => 100644 include/boost/typeof/std/string.hpp mode change 100755 => 100644 include/boost/typeof/std/utility.hpp mode change 100755 => 100644 include/boost/typeof/std/valarray.hpp mode change 100755 => 100644 include/boost/typeof/std/vector.hpp mode change 100755 => 100644 include/boost/typeof/template_encoding.hpp mode change 100755 => 100644 include/boost/typeof/template_template_param.hpp mode change 100755 => 100644 include/boost/typeof/type_encoding.hpp mode change 100755 => 100644 include/boost/typeof/type_template_param.hpp mode change 100755 => 100644 include/boost/typeof/typeof_impl.hpp mode change 100755 => 100644 include/boost/typeof/vector.hpp mode change 100755 => 100644 include/boost/typeof/vector100.hpp mode change 100755 => 100644 include/boost/typeof/vector150.hpp mode change 100755 => 100644 include/boost/typeof/vector200.hpp mode change 100755 => 100644 include/boost/typeof/vector50.hpp mode change 100755 => 100644 test/data_member.cpp mode change 100755 => 100644 test/member_function.cpp mode change 100755 => 100644 test/modifiers.cpp mode change 100755 => 100644 test/noncopyable.cpp mode change 100755 => 100644 test/odr.hpp mode change 100755 => 100644 test/odr1.cpp mode change 100755 => 100644 test/odr2.cpp mode change 100755 => 100644 test/odr_no_uns1.cpp mode change 100755 => 100644 test/odr_no_uns1.hpp mode change 100755 => 100644 test/odr_no_uns2.cpp mode change 100755 => 100644 test/odr_no_uns2.hpp mode change 100755 => 100644 test/std.cpp mode change 100755 => 100644 test/template_dependent.cpp mode change 100755 => 100644 test/template_enum.cpp mode change 100755 => 100644 test/template_int.cpp mode change 100755 => 100644 test/template_multiword.cpp mode change 100755 => 100644 test/template_tpl.cpp mode change 100755 => 100644 test/template_type.cpp mode change 100755 => 100644 test/test.hpp mode change 100755 => 100644 test/type.cpp diff --git a/include/boost/typeof/dmc/typeof_impl.hpp b/include/boost/typeof/dmc/typeof_impl.hpp old mode 100755 new mode 100644 diff --git a/include/boost/typeof/encode_decode.hpp b/include/boost/typeof/encode_decode.hpp old mode 100755 new mode 100644 diff --git a/include/boost/typeof/encode_decode_params.hpp b/include/boost/typeof/encode_decode_params.hpp old mode 100755 new mode 100644 diff --git a/include/boost/typeof/incr_registration_group.hpp b/include/boost/typeof/incr_registration_group.hpp old mode 100755 new mode 100644 diff --git a/include/boost/typeof/int_encoding.hpp b/include/boost/typeof/int_encoding.hpp old mode 100755 new mode 100644 diff --git a/include/boost/typeof/integral_template_param.hpp b/include/boost/typeof/integral_template_param.hpp old mode 100755 new mode 100644 diff --git a/include/boost/typeof/modifiers.hpp b/include/boost/typeof/modifiers.hpp old mode 100755 new mode 100644 diff --git a/include/boost/typeof/native.hpp b/include/boost/typeof/native.hpp old mode 100755 new mode 100644 diff --git a/include/boost/typeof/pointers_data_members.hpp b/include/boost/typeof/pointers_data_members.hpp old mode 100755 new mode 100644 diff --git a/include/boost/typeof/register_fundamental.hpp b/include/boost/typeof/register_fundamental.hpp old mode 100755 new mode 100644 diff --git a/include/boost/typeof/register_mem_functions.hpp b/include/boost/typeof/register_mem_functions.hpp old mode 100755 new mode 100644 diff --git a/include/boost/typeof/std/bitset.hpp b/include/boost/typeof/std/bitset.hpp old mode 100755 new mode 100644 diff --git a/include/boost/typeof/std/complex.hpp b/include/boost/typeof/std/complex.hpp old mode 100755 new mode 100644 diff --git a/include/boost/typeof/std/deque.hpp b/include/boost/typeof/std/deque.hpp old mode 100755 new mode 100644 diff --git a/include/boost/typeof/std/fstream.hpp b/include/boost/typeof/std/fstream.hpp old mode 100755 new mode 100644 diff --git a/include/boost/typeof/std/functional.hpp b/include/boost/typeof/std/functional.hpp old mode 100755 new mode 100644 diff --git a/include/boost/typeof/std/iostream.hpp b/include/boost/typeof/std/iostream.hpp old mode 100755 new mode 100644 diff --git a/include/boost/typeof/std/istream.hpp b/include/boost/typeof/std/istream.hpp old mode 100755 new mode 100644 diff --git a/include/boost/typeof/std/iterator.hpp b/include/boost/typeof/std/iterator.hpp old mode 100755 new mode 100644 diff --git a/include/boost/typeof/std/list.hpp b/include/boost/typeof/std/list.hpp old mode 100755 new mode 100644 diff --git a/include/boost/typeof/std/locale.hpp b/include/boost/typeof/std/locale.hpp old mode 100755 new mode 100644 diff --git a/include/boost/typeof/std/map.hpp b/include/boost/typeof/std/map.hpp old mode 100755 new mode 100644 diff --git a/include/boost/typeof/std/memory.hpp b/include/boost/typeof/std/memory.hpp old mode 100755 new mode 100644 diff --git a/include/boost/typeof/std/ostream.hpp b/include/boost/typeof/std/ostream.hpp old mode 100755 new mode 100644 diff --git a/include/boost/typeof/std/queue.hpp b/include/boost/typeof/std/queue.hpp old mode 100755 new mode 100644 diff --git a/include/boost/typeof/std/set.hpp b/include/boost/typeof/std/set.hpp old mode 100755 new mode 100644 diff --git a/include/boost/typeof/std/sstream.hpp b/include/boost/typeof/std/sstream.hpp old mode 100755 new mode 100644 diff --git a/include/boost/typeof/std/stack.hpp b/include/boost/typeof/std/stack.hpp old mode 100755 new mode 100644 diff --git a/include/boost/typeof/std/streambuf.hpp b/include/boost/typeof/std/streambuf.hpp old mode 100755 new mode 100644 diff --git a/include/boost/typeof/std/string.hpp b/include/boost/typeof/std/string.hpp old mode 100755 new mode 100644 diff --git a/include/boost/typeof/std/utility.hpp b/include/boost/typeof/std/utility.hpp old mode 100755 new mode 100644 diff --git a/include/boost/typeof/std/valarray.hpp b/include/boost/typeof/std/valarray.hpp old mode 100755 new mode 100644 diff --git a/include/boost/typeof/std/vector.hpp b/include/boost/typeof/std/vector.hpp old mode 100755 new mode 100644 diff --git a/include/boost/typeof/template_encoding.hpp b/include/boost/typeof/template_encoding.hpp old mode 100755 new mode 100644 diff --git a/include/boost/typeof/template_template_param.hpp b/include/boost/typeof/template_template_param.hpp old mode 100755 new mode 100644 diff --git a/include/boost/typeof/type_encoding.hpp b/include/boost/typeof/type_encoding.hpp old mode 100755 new mode 100644 diff --git a/include/boost/typeof/type_template_param.hpp b/include/boost/typeof/type_template_param.hpp old mode 100755 new mode 100644 diff --git a/include/boost/typeof/typeof_impl.hpp b/include/boost/typeof/typeof_impl.hpp old mode 100755 new mode 100644 diff --git a/include/boost/typeof/vector.hpp b/include/boost/typeof/vector.hpp old mode 100755 new mode 100644 diff --git a/include/boost/typeof/vector100.hpp b/include/boost/typeof/vector100.hpp old mode 100755 new mode 100644 diff --git a/include/boost/typeof/vector150.hpp b/include/boost/typeof/vector150.hpp old mode 100755 new mode 100644 diff --git a/include/boost/typeof/vector200.hpp b/include/boost/typeof/vector200.hpp old mode 100755 new mode 100644 diff --git a/include/boost/typeof/vector50.hpp b/include/boost/typeof/vector50.hpp old mode 100755 new mode 100644 diff --git a/test/data_member.cpp b/test/data_member.cpp old mode 100755 new mode 100644 diff --git a/test/member_function.cpp b/test/member_function.cpp old mode 100755 new mode 100644 diff --git a/test/modifiers.cpp b/test/modifiers.cpp old mode 100755 new mode 100644 diff --git a/test/noncopyable.cpp b/test/noncopyable.cpp old mode 100755 new mode 100644 diff --git a/test/odr.hpp b/test/odr.hpp old mode 100755 new mode 100644 diff --git a/test/odr1.cpp b/test/odr1.cpp old mode 100755 new mode 100644 diff --git a/test/odr2.cpp b/test/odr2.cpp old mode 100755 new mode 100644 diff --git a/test/odr_no_uns1.cpp b/test/odr_no_uns1.cpp old mode 100755 new mode 100644 diff --git a/test/odr_no_uns1.hpp b/test/odr_no_uns1.hpp old mode 100755 new mode 100644 diff --git a/test/odr_no_uns2.cpp b/test/odr_no_uns2.cpp old mode 100755 new mode 100644 diff --git a/test/odr_no_uns2.hpp b/test/odr_no_uns2.hpp old mode 100755 new mode 100644 diff --git a/test/std.cpp b/test/std.cpp old mode 100755 new mode 100644 diff --git a/test/template_dependent.cpp b/test/template_dependent.cpp old mode 100755 new mode 100644 diff --git a/test/template_enum.cpp b/test/template_enum.cpp old mode 100755 new mode 100644 diff --git a/test/template_int.cpp b/test/template_int.cpp old mode 100755 new mode 100644 diff --git a/test/template_multiword.cpp b/test/template_multiword.cpp old mode 100755 new mode 100644 diff --git a/test/template_tpl.cpp b/test/template_tpl.cpp old mode 100755 new mode 100644 diff --git a/test/template_type.cpp b/test/template_type.cpp old mode 100755 new mode 100644 diff --git a/test/test.hpp b/test/test.hpp old mode 100755 new mode 100644 diff --git a/test/type.cpp b/test/type.cpp old mode 100755 new mode 100644