From 16099b4c7dec36f22d7075784f049286ee07bc76 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Mon, 26 Mar 2012 12:31:06 +0000 Subject: [PATCH] Filesystem - Move V3 files and directories into place [SVN r77554] --- {v3/build => build}/Jamfile.v2 | 0 {v3/doc => doc}/Jamfile.v2 | 0 {v3/doc => doc}/POSIX_filename_encoding.txt | 0 {v3/doc => doc}/deprecated.html | 0 {v3/doc => doc}/design.htm | 0 {v3/doc => doc}/do_list.html | 0 {v3/doc => doc}/faq.htm | 0 {v3/doc => doc}/index.htm | 0 {v3/doc => doc}/path_table.cpp | 0 {v3/doc => doc}/path_table.txt | 0 {v3/doc => doc}/portability_guide.htm | 0 {v3/doc => doc}/reference.html | 0 {v3/doc => doc}/release_history.html | 0 {v3/doc => doc}/src/README | 0 {v3/doc => doc}/src/boost_snippets.html | 0 {v3/doc => doc}/src/build.bat | 0 {v3/doc => doc}/src/source.html | 0 {v3/doc => doc}/src/tr2_snippets.html | 0 {v3/doc => doc}/tutorial.html | 0 {v3/doc => doc}/v3.html | 0 {v3/doc => doc}/v3_design.html | 0 {v3/example => example}/Jamfile.v2 | 0 {v3/example => example}/error_demo.cpp | 0 {v3/example => example}/file_size.cpp | 0 {v3/example => example}/file_status.cpp | 0 {v3/example => example}/mbcopy.cpp | 0 {v3/example => example}/mbpath.cpp | 0 {v3/example => example}/mbpath.hpp | 0 {v3/example => example}/path_info.cpp | 0 {v3/example => example}/simple_ls.cpp | 0 {v3/example => example}/stems.cpp | 0 {v3/example => example}/tchar.cpp | 0 {v3/example => example}/test/Jamfile.v2 | 0 {v3/example => example}/test/bld.bat | 0 {v3/example => example}/test/bld.sh | 0 {v3/example => example}/test/setup.bat | 0 {v3/example => example}/test/setup.sh | 0 {v3/example => example}/tut0.cpp | 0 {v3/example => example}/tut1.cpp | 0 {v3/example => example}/tut2.cpp | 0 {v3/example => example}/tut3.cpp | 0 {v3/example => example}/tut4.cpp | 0 {v3/example => example}/tut5.cpp | 0 include/boost/filesystem/{v3 => }/config.hpp | 0 include/boost/filesystem/{v3 => }/convenience.hpp | 0 include/boost/filesystem/{v3 => }/exception.hpp | 0 include/boost/filesystem/{v3 => }/fstream.hpp | 0 include/boost/filesystem/{v3 => }/operations.hpp | 0 include/boost/filesystem/{v3 => }/path.hpp | 0 include/boost/filesystem/{v3 => }/path_traits.hpp | 0 v3/index.html => index.html | 0 {v3/src => src}/codecvt_error_category.cpp | 0 {v3/src => src}/operations.cpp | 0 {v3/src => src}/path.cpp | 0 {v3/src => src}/path_traits.cpp | 0 {v3/src => src}/portability.cpp | 0 {v3/src => src}/unique_path.cpp | 0 {v3/src => src}/utf8_codecvt_facet.cpp | 0 {v3/src => src}/windows_file_codecvt.cpp | 0 {v3/src => src}/windows_file_codecvt.hpp | 0 {v3/test => test}/Jamfile.v2 | 0 {v3/test => test}/convenience_test.cpp | 0 {v3/test => test}/deprecated_test.cpp | 0 {v3/test => test}/design_use_cases.cpp | 0 {v3/test => test}/equivalent.cpp | 0 {v3/test => test}/fstream_test.cpp | 0 {v3/test => test}/large_file_support_test.cpp | 0 {v3/test => test}/locale_info.cpp | 0 {v3/test => test}/long_path_test.cpp | 0 {v3/test => test}/msvc/common.vsprops | 0 {v3/test => test}/msvc/convenience_test/convenience_test.vcproj | 0 {v3/test => test}/msvc/deprecated_test/deprecated_test.vcproj | 0 {v3/test => test}/msvc/error_demo/error_demo.vcproj | 0 {v3/test => test}/msvc/filesystem-v3.sln | 0 {v3/test => test}/msvc/filesystem_dll/filesystem_dll.vcproj | 0 {v3/test => test}/msvc/fstream_test/fstream_test.vcproj | 0 {v3/test => test}/msvc/operations_test/operations_test.vcproj | 0 .../msvc/operations_unit_test/operations_unit_test.vcproj | 0 {v3/test => test}/msvc/path_test/path_test.vcproj | 0 .../msvc/path_test_dynamic_link/path_test_dynamic_linkl.vcproj | 0 {v3/test => test}/msvc/path_unit_test/path_unit_test.vcproj | 0 {v3/test => test}/msvc/simple_ls/simple_ls.vcproj | 0 {v3/test => test}/msvc/system_dll/system_dll.vcproj | 0 {v3/test => test}/msvc/tchar_example/tchar_example.vcproj | 0 {v3/test => test}/msvc/tut0/tut0.vcproj | 0 {v3/test => test}/msvc/tut1/tut1.vcproj | 0 {v3/test => test}/msvc/tut2/tut2.vcproj | 0 {v3/test => test}/msvc/tut3/tut3.vcproj | 0 {v3/test => test}/msvc/tut4/tut4.vcproj | 0 {v3/test => test}/msvc/wide_test/wide_test.vcproj | 0 {v3/test => test}/msvc10/common.props | 0 .../msvc10/convenience_test/convenience_test.vcxproj | 0 {v3/test => test}/msvc10/deprecated_test/deprecated_test.vcxproj | 0 {v3/test => test}/msvc10/file_status/file_status.vcxproj | 0 {v3/test => test}/msvc10/filesystem-v3.sln | 0 {v3/test => test}/msvc10/filesystem_dll/filesystem_dll.vcxproj | 0 {v3/test => test}/msvc10/fstream_test/fstream_test.vcxproj | 0 {v3/test => test}/msvc10/locale_info/locale_info.vcxproj | 0 {v3/test => test}/msvc10/long_path_test/long_path_test.vcxproj | 0 {v3/test => test}/msvc10/operations_test/operations_test.vcxproj | 0 .../msvc10/operations_unit_test/operations_unit_test.vcxproj | 0 {v3/test => test}/msvc10/path_test/path_test.vcxproj | 0 {v3/test => test}/msvc10/path_unit_test/path_unit_test.vcxproj | 0 {v3/test => test}/msvc10/stems/stems.vcxproj | 0 {v3/test => test}/msvc10/system_dll/system_dll.vcxproj | 0 {v3/test => test}/msvc10/tut1/tut1.vcxproj | 0 {v3/test => test}/msvc10/tut2/tut2.vcxproj | 0 {v3/test => test}/msvc10/tut3/tut3.vcxproj | 0 {v3/test => test}/msvc10/tut4/tut4.vcxproj | 0 {v3/test => test}/msvc10/tut5/tut5.vcxproj | 0 {v3/test => test}/msvc10/tut6a/tut6a.vcxproj | 0 {v3/test => test}/msvc10/tut6b/tut6b.vcxproj | 0 {v3/test => test}/msvc10/tut6c/tut6c.vcxproj | 0 .../msvc10/windows_attributes/windows_attributes.vcxproj | 0 {v3/test => test}/operations_test.cpp | 0 {v3/test => test}/operations_unit_test.cpp | 0 {v3/test => test}/path_test.cpp | 0 {v3/test => test}/path_unit_test.cpp | 0 {v3/test => test}/test_codecvt.hpp | 0 {v3/test => test}/windows_attributes.cpp | 0 120 files changed, 0 insertions(+), 0 deletions(-) rename {v3/build => build}/Jamfile.v2 (100%) rename {v3/doc => doc}/Jamfile.v2 (100%) rename {v3/doc => doc}/POSIX_filename_encoding.txt (100%) rename {v3/doc => doc}/deprecated.html (100%) rename {v3/doc => doc}/design.htm (100%) rename {v3/doc => doc}/do_list.html (100%) rename {v3/doc => doc}/faq.htm (100%) rename {v3/doc => doc}/index.htm (100%) rename {v3/doc => doc}/path_table.cpp (100%) rename {v3/doc => doc}/path_table.txt (100%) rename {v3/doc => doc}/portability_guide.htm (100%) rename {v3/doc => doc}/reference.html (100%) rename {v3/doc => doc}/release_history.html (100%) rename {v3/doc => doc}/src/README (100%) rename {v3/doc => doc}/src/boost_snippets.html (100%) rename {v3/doc => doc}/src/build.bat (100%) rename {v3/doc => doc}/src/source.html (100%) rename {v3/doc => doc}/src/tr2_snippets.html (100%) rename {v3/doc => doc}/tutorial.html (100%) rename {v3/doc => doc}/v3.html (100%) rename {v3/doc => doc}/v3_design.html (100%) rename {v3/example => example}/Jamfile.v2 (100%) rename {v3/example => example}/error_demo.cpp (100%) rename {v3/example => example}/file_size.cpp (100%) rename {v3/example => example}/file_status.cpp (100%) rename {v3/example => example}/mbcopy.cpp (100%) rename {v3/example => example}/mbpath.cpp (100%) rename {v3/example => example}/mbpath.hpp (100%) rename {v3/example => example}/path_info.cpp (100%) rename {v3/example => example}/simple_ls.cpp (100%) rename {v3/example => example}/stems.cpp (100%) rename {v3/example => example}/tchar.cpp (100%) rename {v3/example => example}/test/Jamfile.v2 (100%) rename {v3/example => example}/test/bld.bat (100%) rename {v3/example => example}/test/bld.sh (100%) rename {v3/example => example}/test/setup.bat (100%) rename {v3/example => example}/test/setup.sh (100%) rename {v3/example => example}/tut0.cpp (100%) rename {v3/example => example}/tut1.cpp (100%) rename {v3/example => example}/tut2.cpp (100%) rename {v3/example => example}/tut3.cpp (100%) rename {v3/example => example}/tut4.cpp (100%) rename {v3/example => example}/tut5.cpp (100%) rename include/boost/filesystem/{v3 => }/config.hpp (100%) rename include/boost/filesystem/{v3 => }/convenience.hpp (100%) rename include/boost/filesystem/{v3 => }/exception.hpp (100%) rename include/boost/filesystem/{v3 => }/fstream.hpp (100%) rename include/boost/filesystem/{v3 => }/operations.hpp (100%) rename include/boost/filesystem/{v3 => }/path.hpp (100%) rename include/boost/filesystem/{v3 => }/path_traits.hpp (100%) rename v3/index.html => index.html (100%) rename {v3/src => src}/codecvt_error_category.cpp (100%) rename {v3/src => src}/operations.cpp (100%) rename {v3/src => src}/path.cpp (100%) rename {v3/src => src}/path_traits.cpp (100%) rename {v3/src => src}/portability.cpp (100%) rename {v3/src => src}/unique_path.cpp (100%) rename {v3/src => src}/utf8_codecvt_facet.cpp (100%) rename {v3/src => src}/windows_file_codecvt.cpp (100%) rename {v3/src => src}/windows_file_codecvt.hpp (100%) rename {v3/test => test}/Jamfile.v2 (100%) rename {v3/test => test}/convenience_test.cpp (100%) rename {v3/test => test}/deprecated_test.cpp (100%) rename {v3/test => test}/design_use_cases.cpp (100%) rename {v3/test => test}/equivalent.cpp (100%) rename {v3/test => test}/fstream_test.cpp (100%) rename {v3/test => test}/large_file_support_test.cpp (100%) rename {v3/test => test}/locale_info.cpp (100%) rename {v3/test => test}/long_path_test.cpp (100%) rename {v3/test => test}/msvc/common.vsprops (100%) rename {v3/test => test}/msvc/convenience_test/convenience_test.vcproj (100%) rename {v3/test => test}/msvc/deprecated_test/deprecated_test.vcproj (100%) rename {v3/test => test}/msvc/error_demo/error_demo.vcproj (100%) rename {v3/test => test}/msvc/filesystem-v3.sln (100%) rename {v3/test => test}/msvc/filesystem_dll/filesystem_dll.vcproj (100%) rename {v3/test => test}/msvc/fstream_test/fstream_test.vcproj (100%) rename {v3/test => test}/msvc/operations_test/operations_test.vcproj (100%) rename {v3/test => test}/msvc/operations_unit_test/operations_unit_test.vcproj (100%) rename {v3/test => test}/msvc/path_test/path_test.vcproj (100%) rename {v3/test => test}/msvc/path_test_dynamic_link/path_test_dynamic_linkl.vcproj (100%) rename {v3/test => test}/msvc/path_unit_test/path_unit_test.vcproj (100%) rename {v3/test => test}/msvc/simple_ls/simple_ls.vcproj (100%) rename {v3/test => test}/msvc/system_dll/system_dll.vcproj (100%) rename {v3/test => test}/msvc/tchar_example/tchar_example.vcproj (100%) rename {v3/test => test}/msvc/tut0/tut0.vcproj (100%) rename {v3/test => test}/msvc/tut1/tut1.vcproj (100%) rename {v3/test => test}/msvc/tut2/tut2.vcproj (100%) rename {v3/test => test}/msvc/tut3/tut3.vcproj (100%) rename {v3/test => test}/msvc/tut4/tut4.vcproj (100%) rename {v3/test => test}/msvc/wide_test/wide_test.vcproj (100%) rename {v3/test => test}/msvc10/common.props (100%) rename {v3/test => test}/msvc10/convenience_test/convenience_test.vcxproj (100%) rename {v3/test => test}/msvc10/deprecated_test/deprecated_test.vcxproj (100%) rename {v3/test => test}/msvc10/file_status/file_status.vcxproj (100%) rename {v3/test => test}/msvc10/filesystem-v3.sln (100%) rename {v3/test => test}/msvc10/filesystem_dll/filesystem_dll.vcxproj (100%) rename {v3/test => test}/msvc10/fstream_test/fstream_test.vcxproj (100%) rename {v3/test => test}/msvc10/locale_info/locale_info.vcxproj (100%) rename {v3/test => test}/msvc10/long_path_test/long_path_test.vcxproj (100%) rename {v3/test => test}/msvc10/operations_test/operations_test.vcxproj (100%) rename {v3/test => test}/msvc10/operations_unit_test/operations_unit_test.vcxproj (100%) rename {v3/test => test}/msvc10/path_test/path_test.vcxproj (100%) rename {v3/test => test}/msvc10/path_unit_test/path_unit_test.vcxproj (100%) rename {v3/test => test}/msvc10/stems/stems.vcxproj (100%) rename {v3/test => test}/msvc10/system_dll/system_dll.vcxproj (100%) rename {v3/test => test}/msvc10/tut1/tut1.vcxproj (100%) rename {v3/test => test}/msvc10/tut2/tut2.vcxproj (100%) rename {v3/test => test}/msvc10/tut3/tut3.vcxproj (100%) rename {v3/test => test}/msvc10/tut4/tut4.vcxproj (100%) rename {v3/test => test}/msvc10/tut5/tut5.vcxproj (100%) rename {v3/test => test}/msvc10/tut6a/tut6a.vcxproj (100%) rename {v3/test => test}/msvc10/tut6b/tut6b.vcxproj (100%) rename {v3/test => test}/msvc10/tut6c/tut6c.vcxproj (100%) rename {v3/test => test}/msvc10/windows_attributes/windows_attributes.vcxproj (100%) rename {v3/test => test}/operations_test.cpp (100%) rename {v3/test => test}/operations_unit_test.cpp (100%) rename {v3/test => test}/path_test.cpp (100%) rename {v3/test => test}/path_unit_test.cpp (100%) rename {v3/test => test}/test_codecvt.hpp (100%) rename {v3/test => test}/windows_attributes.cpp (100%) diff --git a/v3/build/Jamfile.v2 b/build/Jamfile.v2 similarity index 100% rename from v3/build/Jamfile.v2 rename to build/Jamfile.v2 diff --git a/v3/doc/Jamfile.v2 b/doc/Jamfile.v2 similarity index 100% rename from v3/doc/Jamfile.v2 rename to doc/Jamfile.v2 diff --git a/v3/doc/POSIX_filename_encoding.txt b/doc/POSIX_filename_encoding.txt similarity index 100% rename from v3/doc/POSIX_filename_encoding.txt rename to doc/POSIX_filename_encoding.txt diff --git a/v3/doc/deprecated.html b/doc/deprecated.html similarity index 100% rename from v3/doc/deprecated.html rename to doc/deprecated.html diff --git a/v3/doc/design.htm b/doc/design.htm similarity index 100% rename from v3/doc/design.htm rename to doc/design.htm diff --git a/v3/doc/do_list.html b/doc/do_list.html similarity index 100% rename from v3/doc/do_list.html rename to doc/do_list.html diff --git a/v3/doc/faq.htm b/doc/faq.htm similarity index 100% rename from v3/doc/faq.htm rename to doc/faq.htm diff --git a/v3/doc/index.htm b/doc/index.htm similarity index 100% rename from v3/doc/index.htm rename to doc/index.htm diff --git a/v3/doc/path_table.cpp b/doc/path_table.cpp similarity index 100% rename from v3/doc/path_table.cpp rename to doc/path_table.cpp diff --git a/v3/doc/path_table.txt b/doc/path_table.txt similarity index 100% rename from v3/doc/path_table.txt rename to doc/path_table.txt diff --git a/v3/doc/portability_guide.htm b/doc/portability_guide.htm similarity index 100% rename from v3/doc/portability_guide.htm rename to doc/portability_guide.htm diff --git a/v3/doc/reference.html b/doc/reference.html similarity index 100% rename from v3/doc/reference.html rename to doc/reference.html diff --git a/v3/doc/release_history.html b/doc/release_history.html similarity index 100% rename from v3/doc/release_history.html rename to doc/release_history.html diff --git a/v3/doc/src/README b/doc/src/README similarity index 100% rename from v3/doc/src/README rename to doc/src/README diff --git a/v3/doc/src/boost_snippets.html b/doc/src/boost_snippets.html similarity index 100% rename from v3/doc/src/boost_snippets.html rename to doc/src/boost_snippets.html diff --git a/v3/doc/src/build.bat b/doc/src/build.bat similarity index 100% rename from v3/doc/src/build.bat rename to doc/src/build.bat diff --git a/v3/doc/src/source.html b/doc/src/source.html similarity index 100% rename from v3/doc/src/source.html rename to doc/src/source.html diff --git a/v3/doc/src/tr2_snippets.html b/doc/src/tr2_snippets.html similarity index 100% rename from v3/doc/src/tr2_snippets.html rename to doc/src/tr2_snippets.html diff --git a/v3/doc/tutorial.html b/doc/tutorial.html similarity index 100% rename from v3/doc/tutorial.html rename to doc/tutorial.html diff --git a/v3/doc/v3.html b/doc/v3.html similarity index 100% rename from v3/doc/v3.html rename to doc/v3.html diff --git a/v3/doc/v3_design.html b/doc/v3_design.html similarity index 100% rename from v3/doc/v3_design.html rename to doc/v3_design.html diff --git a/v3/example/Jamfile.v2 b/example/Jamfile.v2 similarity index 100% rename from v3/example/Jamfile.v2 rename to example/Jamfile.v2 diff --git a/v3/example/error_demo.cpp b/example/error_demo.cpp similarity index 100% rename from v3/example/error_demo.cpp rename to example/error_demo.cpp diff --git a/v3/example/file_size.cpp b/example/file_size.cpp similarity index 100% rename from v3/example/file_size.cpp rename to example/file_size.cpp diff --git a/v3/example/file_status.cpp b/example/file_status.cpp similarity index 100% rename from v3/example/file_status.cpp rename to example/file_status.cpp diff --git a/v3/example/mbcopy.cpp b/example/mbcopy.cpp similarity index 100% rename from v3/example/mbcopy.cpp rename to example/mbcopy.cpp diff --git a/v3/example/mbpath.cpp b/example/mbpath.cpp similarity index 100% rename from v3/example/mbpath.cpp rename to example/mbpath.cpp diff --git a/v3/example/mbpath.hpp b/example/mbpath.hpp similarity index 100% rename from v3/example/mbpath.hpp rename to example/mbpath.hpp diff --git a/v3/example/path_info.cpp b/example/path_info.cpp similarity index 100% rename from v3/example/path_info.cpp rename to example/path_info.cpp diff --git a/v3/example/simple_ls.cpp b/example/simple_ls.cpp similarity index 100% rename from v3/example/simple_ls.cpp rename to example/simple_ls.cpp diff --git a/v3/example/stems.cpp b/example/stems.cpp similarity index 100% rename from v3/example/stems.cpp rename to example/stems.cpp diff --git a/v3/example/tchar.cpp b/example/tchar.cpp similarity index 100% rename from v3/example/tchar.cpp rename to example/tchar.cpp diff --git a/v3/example/test/Jamfile.v2 b/example/test/Jamfile.v2 similarity index 100% rename from v3/example/test/Jamfile.v2 rename to example/test/Jamfile.v2 diff --git a/v3/example/test/bld.bat b/example/test/bld.bat similarity index 100% rename from v3/example/test/bld.bat rename to example/test/bld.bat diff --git a/v3/example/test/bld.sh b/example/test/bld.sh similarity index 100% rename from v3/example/test/bld.sh rename to example/test/bld.sh diff --git a/v3/example/test/setup.bat b/example/test/setup.bat similarity index 100% rename from v3/example/test/setup.bat rename to example/test/setup.bat diff --git a/v3/example/test/setup.sh b/example/test/setup.sh similarity index 100% rename from v3/example/test/setup.sh rename to example/test/setup.sh diff --git a/v3/example/tut0.cpp b/example/tut0.cpp similarity index 100% rename from v3/example/tut0.cpp rename to example/tut0.cpp diff --git a/v3/example/tut1.cpp b/example/tut1.cpp similarity index 100% rename from v3/example/tut1.cpp rename to example/tut1.cpp diff --git a/v3/example/tut2.cpp b/example/tut2.cpp similarity index 100% rename from v3/example/tut2.cpp rename to example/tut2.cpp diff --git a/v3/example/tut3.cpp b/example/tut3.cpp similarity index 100% rename from v3/example/tut3.cpp rename to example/tut3.cpp diff --git a/v3/example/tut4.cpp b/example/tut4.cpp similarity index 100% rename from v3/example/tut4.cpp rename to example/tut4.cpp diff --git a/v3/example/tut5.cpp b/example/tut5.cpp similarity index 100% rename from v3/example/tut5.cpp rename to example/tut5.cpp diff --git a/include/boost/filesystem/v3/config.hpp b/include/boost/filesystem/config.hpp similarity index 100% rename from include/boost/filesystem/v3/config.hpp rename to include/boost/filesystem/config.hpp diff --git a/include/boost/filesystem/v3/convenience.hpp b/include/boost/filesystem/convenience.hpp similarity index 100% rename from include/boost/filesystem/v3/convenience.hpp rename to include/boost/filesystem/convenience.hpp diff --git a/include/boost/filesystem/v3/exception.hpp b/include/boost/filesystem/exception.hpp similarity index 100% rename from include/boost/filesystem/v3/exception.hpp rename to include/boost/filesystem/exception.hpp diff --git a/include/boost/filesystem/v3/fstream.hpp b/include/boost/filesystem/fstream.hpp similarity index 100% rename from include/boost/filesystem/v3/fstream.hpp rename to include/boost/filesystem/fstream.hpp diff --git a/include/boost/filesystem/v3/operations.hpp b/include/boost/filesystem/operations.hpp similarity index 100% rename from include/boost/filesystem/v3/operations.hpp rename to include/boost/filesystem/operations.hpp diff --git a/include/boost/filesystem/v3/path.hpp b/include/boost/filesystem/path.hpp similarity index 100% rename from include/boost/filesystem/v3/path.hpp rename to include/boost/filesystem/path.hpp diff --git a/include/boost/filesystem/v3/path_traits.hpp b/include/boost/filesystem/path_traits.hpp similarity index 100% rename from include/boost/filesystem/v3/path_traits.hpp rename to include/boost/filesystem/path_traits.hpp diff --git a/v3/index.html b/index.html similarity index 100% rename from v3/index.html rename to index.html diff --git a/v3/src/codecvt_error_category.cpp b/src/codecvt_error_category.cpp similarity index 100% rename from v3/src/codecvt_error_category.cpp rename to src/codecvt_error_category.cpp diff --git a/v3/src/operations.cpp b/src/operations.cpp similarity index 100% rename from v3/src/operations.cpp rename to src/operations.cpp diff --git a/v3/src/path.cpp b/src/path.cpp similarity index 100% rename from v3/src/path.cpp rename to src/path.cpp diff --git a/v3/src/path_traits.cpp b/src/path_traits.cpp similarity index 100% rename from v3/src/path_traits.cpp rename to src/path_traits.cpp diff --git a/v3/src/portability.cpp b/src/portability.cpp similarity index 100% rename from v3/src/portability.cpp rename to src/portability.cpp diff --git a/v3/src/unique_path.cpp b/src/unique_path.cpp similarity index 100% rename from v3/src/unique_path.cpp rename to src/unique_path.cpp diff --git a/v3/src/utf8_codecvt_facet.cpp b/src/utf8_codecvt_facet.cpp similarity index 100% rename from v3/src/utf8_codecvt_facet.cpp rename to src/utf8_codecvt_facet.cpp diff --git a/v3/src/windows_file_codecvt.cpp b/src/windows_file_codecvt.cpp similarity index 100% rename from v3/src/windows_file_codecvt.cpp rename to src/windows_file_codecvt.cpp diff --git a/v3/src/windows_file_codecvt.hpp b/src/windows_file_codecvt.hpp similarity index 100% rename from v3/src/windows_file_codecvt.hpp rename to src/windows_file_codecvt.hpp diff --git a/v3/test/Jamfile.v2 b/test/Jamfile.v2 similarity index 100% rename from v3/test/Jamfile.v2 rename to test/Jamfile.v2 diff --git a/v3/test/convenience_test.cpp b/test/convenience_test.cpp similarity index 100% rename from v3/test/convenience_test.cpp rename to test/convenience_test.cpp diff --git a/v3/test/deprecated_test.cpp b/test/deprecated_test.cpp similarity index 100% rename from v3/test/deprecated_test.cpp rename to test/deprecated_test.cpp diff --git a/v3/test/design_use_cases.cpp b/test/design_use_cases.cpp similarity index 100% rename from v3/test/design_use_cases.cpp rename to test/design_use_cases.cpp diff --git a/v3/test/equivalent.cpp b/test/equivalent.cpp similarity index 100% rename from v3/test/equivalent.cpp rename to test/equivalent.cpp diff --git a/v3/test/fstream_test.cpp b/test/fstream_test.cpp similarity index 100% rename from v3/test/fstream_test.cpp rename to test/fstream_test.cpp diff --git a/v3/test/large_file_support_test.cpp b/test/large_file_support_test.cpp similarity index 100% rename from v3/test/large_file_support_test.cpp rename to test/large_file_support_test.cpp diff --git a/v3/test/locale_info.cpp b/test/locale_info.cpp similarity index 100% rename from v3/test/locale_info.cpp rename to test/locale_info.cpp diff --git a/v3/test/long_path_test.cpp b/test/long_path_test.cpp similarity index 100% rename from v3/test/long_path_test.cpp rename to test/long_path_test.cpp diff --git a/v3/test/msvc/common.vsprops b/test/msvc/common.vsprops similarity index 100% rename from v3/test/msvc/common.vsprops rename to test/msvc/common.vsprops diff --git a/v3/test/msvc/convenience_test/convenience_test.vcproj b/test/msvc/convenience_test/convenience_test.vcproj similarity index 100% rename from v3/test/msvc/convenience_test/convenience_test.vcproj rename to test/msvc/convenience_test/convenience_test.vcproj diff --git a/v3/test/msvc/deprecated_test/deprecated_test.vcproj b/test/msvc/deprecated_test/deprecated_test.vcproj similarity index 100% rename from v3/test/msvc/deprecated_test/deprecated_test.vcproj rename to test/msvc/deprecated_test/deprecated_test.vcproj diff --git a/v3/test/msvc/error_demo/error_demo.vcproj b/test/msvc/error_demo/error_demo.vcproj similarity index 100% rename from v3/test/msvc/error_demo/error_demo.vcproj rename to test/msvc/error_demo/error_demo.vcproj diff --git a/v3/test/msvc/filesystem-v3.sln b/test/msvc/filesystem-v3.sln similarity index 100% rename from v3/test/msvc/filesystem-v3.sln rename to test/msvc/filesystem-v3.sln diff --git a/v3/test/msvc/filesystem_dll/filesystem_dll.vcproj b/test/msvc/filesystem_dll/filesystem_dll.vcproj similarity index 100% rename from v3/test/msvc/filesystem_dll/filesystem_dll.vcproj rename to test/msvc/filesystem_dll/filesystem_dll.vcproj diff --git a/v3/test/msvc/fstream_test/fstream_test.vcproj b/test/msvc/fstream_test/fstream_test.vcproj similarity index 100% rename from v3/test/msvc/fstream_test/fstream_test.vcproj rename to test/msvc/fstream_test/fstream_test.vcproj diff --git a/v3/test/msvc/operations_test/operations_test.vcproj b/test/msvc/operations_test/operations_test.vcproj similarity index 100% rename from v3/test/msvc/operations_test/operations_test.vcproj rename to test/msvc/operations_test/operations_test.vcproj diff --git a/v3/test/msvc/operations_unit_test/operations_unit_test.vcproj b/test/msvc/operations_unit_test/operations_unit_test.vcproj similarity index 100% rename from v3/test/msvc/operations_unit_test/operations_unit_test.vcproj rename to test/msvc/operations_unit_test/operations_unit_test.vcproj diff --git a/v3/test/msvc/path_test/path_test.vcproj b/test/msvc/path_test/path_test.vcproj similarity index 100% rename from v3/test/msvc/path_test/path_test.vcproj rename to test/msvc/path_test/path_test.vcproj diff --git a/v3/test/msvc/path_test_dynamic_link/path_test_dynamic_linkl.vcproj b/test/msvc/path_test_dynamic_link/path_test_dynamic_linkl.vcproj similarity index 100% rename from v3/test/msvc/path_test_dynamic_link/path_test_dynamic_linkl.vcproj rename to test/msvc/path_test_dynamic_link/path_test_dynamic_linkl.vcproj diff --git a/v3/test/msvc/path_unit_test/path_unit_test.vcproj b/test/msvc/path_unit_test/path_unit_test.vcproj similarity index 100% rename from v3/test/msvc/path_unit_test/path_unit_test.vcproj rename to test/msvc/path_unit_test/path_unit_test.vcproj diff --git a/v3/test/msvc/simple_ls/simple_ls.vcproj b/test/msvc/simple_ls/simple_ls.vcproj similarity index 100% rename from v3/test/msvc/simple_ls/simple_ls.vcproj rename to test/msvc/simple_ls/simple_ls.vcproj diff --git a/v3/test/msvc/system_dll/system_dll.vcproj b/test/msvc/system_dll/system_dll.vcproj similarity index 100% rename from v3/test/msvc/system_dll/system_dll.vcproj rename to test/msvc/system_dll/system_dll.vcproj diff --git a/v3/test/msvc/tchar_example/tchar_example.vcproj b/test/msvc/tchar_example/tchar_example.vcproj similarity index 100% rename from v3/test/msvc/tchar_example/tchar_example.vcproj rename to test/msvc/tchar_example/tchar_example.vcproj diff --git a/v3/test/msvc/tut0/tut0.vcproj b/test/msvc/tut0/tut0.vcproj similarity index 100% rename from v3/test/msvc/tut0/tut0.vcproj rename to test/msvc/tut0/tut0.vcproj diff --git a/v3/test/msvc/tut1/tut1.vcproj b/test/msvc/tut1/tut1.vcproj similarity index 100% rename from v3/test/msvc/tut1/tut1.vcproj rename to test/msvc/tut1/tut1.vcproj diff --git a/v3/test/msvc/tut2/tut2.vcproj b/test/msvc/tut2/tut2.vcproj similarity index 100% rename from v3/test/msvc/tut2/tut2.vcproj rename to test/msvc/tut2/tut2.vcproj diff --git a/v3/test/msvc/tut3/tut3.vcproj b/test/msvc/tut3/tut3.vcproj similarity index 100% rename from v3/test/msvc/tut3/tut3.vcproj rename to test/msvc/tut3/tut3.vcproj diff --git a/v3/test/msvc/tut4/tut4.vcproj b/test/msvc/tut4/tut4.vcproj similarity index 100% rename from v3/test/msvc/tut4/tut4.vcproj rename to test/msvc/tut4/tut4.vcproj diff --git a/v3/test/msvc/wide_test/wide_test.vcproj b/test/msvc/wide_test/wide_test.vcproj similarity index 100% rename from v3/test/msvc/wide_test/wide_test.vcproj rename to test/msvc/wide_test/wide_test.vcproj diff --git a/v3/test/msvc10/common.props b/test/msvc10/common.props similarity index 100% rename from v3/test/msvc10/common.props rename to test/msvc10/common.props diff --git a/v3/test/msvc10/convenience_test/convenience_test.vcxproj b/test/msvc10/convenience_test/convenience_test.vcxproj similarity index 100% rename from v3/test/msvc10/convenience_test/convenience_test.vcxproj rename to test/msvc10/convenience_test/convenience_test.vcxproj diff --git a/v3/test/msvc10/deprecated_test/deprecated_test.vcxproj b/test/msvc10/deprecated_test/deprecated_test.vcxproj similarity index 100% rename from v3/test/msvc10/deprecated_test/deprecated_test.vcxproj rename to test/msvc10/deprecated_test/deprecated_test.vcxproj diff --git a/v3/test/msvc10/file_status/file_status.vcxproj b/test/msvc10/file_status/file_status.vcxproj similarity index 100% rename from v3/test/msvc10/file_status/file_status.vcxproj rename to test/msvc10/file_status/file_status.vcxproj diff --git a/v3/test/msvc10/filesystem-v3.sln b/test/msvc10/filesystem-v3.sln similarity index 100% rename from v3/test/msvc10/filesystem-v3.sln rename to test/msvc10/filesystem-v3.sln diff --git a/v3/test/msvc10/filesystem_dll/filesystem_dll.vcxproj b/test/msvc10/filesystem_dll/filesystem_dll.vcxproj similarity index 100% rename from v3/test/msvc10/filesystem_dll/filesystem_dll.vcxproj rename to test/msvc10/filesystem_dll/filesystem_dll.vcxproj diff --git a/v3/test/msvc10/fstream_test/fstream_test.vcxproj b/test/msvc10/fstream_test/fstream_test.vcxproj similarity index 100% rename from v3/test/msvc10/fstream_test/fstream_test.vcxproj rename to test/msvc10/fstream_test/fstream_test.vcxproj diff --git a/v3/test/msvc10/locale_info/locale_info.vcxproj b/test/msvc10/locale_info/locale_info.vcxproj similarity index 100% rename from v3/test/msvc10/locale_info/locale_info.vcxproj rename to test/msvc10/locale_info/locale_info.vcxproj diff --git a/v3/test/msvc10/long_path_test/long_path_test.vcxproj b/test/msvc10/long_path_test/long_path_test.vcxproj similarity index 100% rename from v3/test/msvc10/long_path_test/long_path_test.vcxproj rename to test/msvc10/long_path_test/long_path_test.vcxproj diff --git a/v3/test/msvc10/operations_test/operations_test.vcxproj b/test/msvc10/operations_test/operations_test.vcxproj similarity index 100% rename from v3/test/msvc10/operations_test/operations_test.vcxproj rename to test/msvc10/operations_test/operations_test.vcxproj diff --git a/v3/test/msvc10/operations_unit_test/operations_unit_test.vcxproj b/test/msvc10/operations_unit_test/operations_unit_test.vcxproj similarity index 100% rename from v3/test/msvc10/operations_unit_test/operations_unit_test.vcxproj rename to test/msvc10/operations_unit_test/operations_unit_test.vcxproj diff --git a/v3/test/msvc10/path_test/path_test.vcxproj b/test/msvc10/path_test/path_test.vcxproj similarity index 100% rename from v3/test/msvc10/path_test/path_test.vcxproj rename to test/msvc10/path_test/path_test.vcxproj diff --git a/v3/test/msvc10/path_unit_test/path_unit_test.vcxproj b/test/msvc10/path_unit_test/path_unit_test.vcxproj similarity index 100% rename from v3/test/msvc10/path_unit_test/path_unit_test.vcxproj rename to test/msvc10/path_unit_test/path_unit_test.vcxproj diff --git a/v3/test/msvc10/stems/stems.vcxproj b/test/msvc10/stems/stems.vcxproj similarity index 100% rename from v3/test/msvc10/stems/stems.vcxproj rename to test/msvc10/stems/stems.vcxproj diff --git a/v3/test/msvc10/system_dll/system_dll.vcxproj b/test/msvc10/system_dll/system_dll.vcxproj similarity index 100% rename from v3/test/msvc10/system_dll/system_dll.vcxproj rename to test/msvc10/system_dll/system_dll.vcxproj diff --git a/v3/test/msvc10/tut1/tut1.vcxproj b/test/msvc10/tut1/tut1.vcxproj similarity index 100% rename from v3/test/msvc10/tut1/tut1.vcxproj rename to test/msvc10/tut1/tut1.vcxproj diff --git a/v3/test/msvc10/tut2/tut2.vcxproj b/test/msvc10/tut2/tut2.vcxproj similarity index 100% rename from v3/test/msvc10/tut2/tut2.vcxproj rename to test/msvc10/tut2/tut2.vcxproj diff --git a/v3/test/msvc10/tut3/tut3.vcxproj b/test/msvc10/tut3/tut3.vcxproj similarity index 100% rename from v3/test/msvc10/tut3/tut3.vcxproj rename to test/msvc10/tut3/tut3.vcxproj diff --git a/v3/test/msvc10/tut4/tut4.vcxproj b/test/msvc10/tut4/tut4.vcxproj similarity index 100% rename from v3/test/msvc10/tut4/tut4.vcxproj rename to test/msvc10/tut4/tut4.vcxproj diff --git a/v3/test/msvc10/tut5/tut5.vcxproj b/test/msvc10/tut5/tut5.vcxproj similarity index 100% rename from v3/test/msvc10/tut5/tut5.vcxproj rename to test/msvc10/tut5/tut5.vcxproj diff --git a/v3/test/msvc10/tut6a/tut6a.vcxproj b/test/msvc10/tut6a/tut6a.vcxproj similarity index 100% rename from v3/test/msvc10/tut6a/tut6a.vcxproj rename to test/msvc10/tut6a/tut6a.vcxproj diff --git a/v3/test/msvc10/tut6b/tut6b.vcxproj b/test/msvc10/tut6b/tut6b.vcxproj similarity index 100% rename from v3/test/msvc10/tut6b/tut6b.vcxproj rename to test/msvc10/tut6b/tut6b.vcxproj diff --git a/v3/test/msvc10/tut6c/tut6c.vcxproj b/test/msvc10/tut6c/tut6c.vcxproj similarity index 100% rename from v3/test/msvc10/tut6c/tut6c.vcxproj rename to test/msvc10/tut6c/tut6c.vcxproj diff --git a/v3/test/msvc10/windows_attributes/windows_attributes.vcxproj b/test/msvc10/windows_attributes/windows_attributes.vcxproj similarity index 100% rename from v3/test/msvc10/windows_attributes/windows_attributes.vcxproj rename to test/msvc10/windows_attributes/windows_attributes.vcxproj diff --git a/v3/test/operations_test.cpp b/test/operations_test.cpp similarity index 100% rename from v3/test/operations_test.cpp rename to test/operations_test.cpp diff --git a/v3/test/operations_unit_test.cpp b/test/operations_unit_test.cpp similarity index 100% rename from v3/test/operations_unit_test.cpp rename to test/operations_unit_test.cpp diff --git a/v3/test/path_test.cpp b/test/path_test.cpp similarity index 100% rename from v3/test/path_test.cpp rename to test/path_test.cpp diff --git a/v3/test/path_unit_test.cpp b/test/path_unit_test.cpp similarity index 100% rename from v3/test/path_unit_test.cpp rename to test/path_unit_test.cpp diff --git a/v3/test/test_codecvt.hpp b/test/test_codecvt.hpp similarity index 100% rename from v3/test/test_codecvt.hpp rename to test/test_codecvt.hpp diff --git a/v3/test/windows_attributes.cpp b/test/windows_attributes.cpp similarity index 100% rename from v3/test/windows_attributes.cpp rename to test/windows_attributes.cpp