From d1311233276fea240411ff7baad5d4e438ca50cf Mon Sep 17 00:00:00 2001 From: Beman Date: Mon, 18 Mar 2013 14:57:23 -0400 Subject: [PATCH] Directory reorg to follow Boost Git practice. --- libs/endian/INSTALL => INSTALL | 0 {libs/endian/doc => doc}/conversion.html | 0 {libs/endian/doc => doc}/do_list.html | 0 {libs/endian/doc => doc}/index.html | 0 {libs/endian/doc => doc}/integers.html | 0 {libs/endian/example => example}/endian_example.cpp | 0 libs/endian/index.html => index.html | 0 {libs/endian/test => test}/Jamfile.v2 | 0 {libs/endian/test => test}/benchmark.cpp | 0 {libs/endian/test => test}/conversion2_test.cpp | 0 {libs/endian/test => test}/conversion_test.cpp | 0 {libs/endian/test => test}/endian_in_union_test.cpp | 0 {libs/endian/test => test}/endian_operations_test.cpp | 0 {libs/endian/test => test}/endian_test.cpp | 0 {libs/endian/test => test}/msvc10/benchmark/benchmark.vcxproj | 0 {libs/endian/test => test}/msvc10/common.props | 0 .../msvc10/conversion2_test/conversion2_test.vcxproj | 0 .../test => test}/msvc10/conversion_test/conversion_test.vcxproj | 0 {libs/endian/test => test}/msvc10/endian.sln | 0 .../test => test}/msvc10/endian_example/endian_example.vcxproj | 0 .../msvc10/endian_in_union_test/endian_in_union_test.vcxproj | 0 .../msvc10/endian_operations_test/endian_operations_test.vcxproj | 0 {libs/endian/test => test}/msvc10/endian_test/endian_test.vcxproj | 0 .../scoped_enum_emulation_test/scoped_enum_emulation_test.vcxproj | 0 {libs/endian/test => test}/scoped_enum_emulation_test.cpp | 0 {libs/endian/test => test}/test.bat | 0 libs/endian/zip-endian.bat => zip-endian.bat | 0 27 files changed, 0 insertions(+), 0 deletions(-) rename libs/endian/INSTALL => INSTALL (100%) rename {libs/endian/doc => doc}/conversion.html (100%) rename {libs/endian/doc => doc}/do_list.html (100%) rename {libs/endian/doc => doc}/index.html (100%) rename {libs/endian/doc => doc}/integers.html (100%) rename {libs/endian/example => example}/endian_example.cpp (100%) rename libs/endian/index.html => index.html (100%) rename {libs/endian/test => test}/Jamfile.v2 (100%) rename {libs/endian/test => test}/benchmark.cpp (100%) rename {libs/endian/test => test}/conversion2_test.cpp (100%) rename {libs/endian/test => test}/conversion_test.cpp (100%) rename {libs/endian/test => test}/endian_in_union_test.cpp (100%) rename {libs/endian/test => test}/endian_operations_test.cpp (100%) rename {libs/endian/test => test}/endian_test.cpp (100%) rename {libs/endian/test => test}/msvc10/benchmark/benchmark.vcxproj (100%) rename {libs/endian/test => test}/msvc10/common.props (100%) rename {libs/endian/test => test}/msvc10/conversion2_test/conversion2_test.vcxproj (100%) rename {libs/endian/test => test}/msvc10/conversion_test/conversion_test.vcxproj (100%) rename {libs/endian/test => test}/msvc10/endian.sln (100%) rename {libs/endian/test => test}/msvc10/endian_example/endian_example.vcxproj (100%) rename {libs/endian/test => test}/msvc10/endian_in_union_test/endian_in_union_test.vcxproj (100%) rename {libs/endian/test => test}/msvc10/endian_operations_test/endian_operations_test.vcxproj (100%) rename {libs/endian/test => test}/msvc10/endian_test/endian_test.vcxproj (100%) rename {libs/endian/test => test}/msvc10/scoped_enum_emulation_test/scoped_enum_emulation_test.vcxproj (100%) rename {libs/endian/test => test}/scoped_enum_emulation_test.cpp (100%) rename {libs/endian/test => test}/test.bat (100%) rename libs/endian/zip-endian.bat => zip-endian.bat (100%) diff --git a/libs/endian/INSTALL b/INSTALL similarity index 100% rename from libs/endian/INSTALL rename to INSTALL diff --git a/libs/endian/doc/conversion.html b/doc/conversion.html similarity index 100% rename from libs/endian/doc/conversion.html rename to doc/conversion.html diff --git a/libs/endian/doc/do_list.html b/doc/do_list.html similarity index 100% rename from libs/endian/doc/do_list.html rename to doc/do_list.html diff --git a/libs/endian/doc/index.html b/doc/index.html similarity index 100% rename from libs/endian/doc/index.html rename to doc/index.html diff --git a/libs/endian/doc/integers.html b/doc/integers.html similarity index 100% rename from libs/endian/doc/integers.html rename to doc/integers.html diff --git a/libs/endian/example/endian_example.cpp b/example/endian_example.cpp similarity index 100% rename from libs/endian/example/endian_example.cpp rename to example/endian_example.cpp diff --git a/libs/endian/index.html b/index.html similarity index 100% rename from libs/endian/index.html rename to index.html diff --git a/libs/endian/test/Jamfile.v2 b/test/Jamfile.v2 similarity index 100% rename from libs/endian/test/Jamfile.v2 rename to test/Jamfile.v2 diff --git a/libs/endian/test/benchmark.cpp b/test/benchmark.cpp similarity index 100% rename from libs/endian/test/benchmark.cpp rename to test/benchmark.cpp diff --git a/libs/endian/test/conversion2_test.cpp b/test/conversion2_test.cpp similarity index 100% rename from libs/endian/test/conversion2_test.cpp rename to test/conversion2_test.cpp diff --git a/libs/endian/test/conversion_test.cpp b/test/conversion_test.cpp similarity index 100% rename from libs/endian/test/conversion_test.cpp rename to test/conversion_test.cpp diff --git a/libs/endian/test/endian_in_union_test.cpp b/test/endian_in_union_test.cpp similarity index 100% rename from libs/endian/test/endian_in_union_test.cpp rename to test/endian_in_union_test.cpp diff --git a/libs/endian/test/endian_operations_test.cpp b/test/endian_operations_test.cpp similarity index 100% rename from libs/endian/test/endian_operations_test.cpp rename to test/endian_operations_test.cpp diff --git a/libs/endian/test/endian_test.cpp b/test/endian_test.cpp similarity index 100% rename from libs/endian/test/endian_test.cpp rename to test/endian_test.cpp diff --git a/libs/endian/test/msvc10/benchmark/benchmark.vcxproj b/test/msvc10/benchmark/benchmark.vcxproj similarity index 100% rename from libs/endian/test/msvc10/benchmark/benchmark.vcxproj rename to test/msvc10/benchmark/benchmark.vcxproj diff --git a/libs/endian/test/msvc10/common.props b/test/msvc10/common.props similarity index 100% rename from libs/endian/test/msvc10/common.props rename to test/msvc10/common.props diff --git a/libs/endian/test/msvc10/conversion2_test/conversion2_test.vcxproj b/test/msvc10/conversion2_test/conversion2_test.vcxproj similarity index 100% rename from libs/endian/test/msvc10/conversion2_test/conversion2_test.vcxproj rename to test/msvc10/conversion2_test/conversion2_test.vcxproj diff --git a/libs/endian/test/msvc10/conversion_test/conversion_test.vcxproj b/test/msvc10/conversion_test/conversion_test.vcxproj similarity index 100% rename from libs/endian/test/msvc10/conversion_test/conversion_test.vcxproj rename to test/msvc10/conversion_test/conversion_test.vcxproj diff --git a/libs/endian/test/msvc10/endian.sln b/test/msvc10/endian.sln similarity index 100% rename from libs/endian/test/msvc10/endian.sln rename to test/msvc10/endian.sln diff --git a/libs/endian/test/msvc10/endian_example/endian_example.vcxproj b/test/msvc10/endian_example/endian_example.vcxproj similarity index 100% rename from libs/endian/test/msvc10/endian_example/endian_example.vcxproj rename to test/msvc10/endian_example/endian_example.vcxproj diff --git a/libs/endian/test/msvc10/endian_in_union_test/endian_in_union_test.vcxproj b/test/msvc10/endian_in_union_test/endian_in_union_test.vcxproj similarity index 100% rename from libs/endian/test/msvc10/endian_in_union_test/endian_in_union_test.vcxproj rename to test/msvc10/endian_in_union_test/endian_in_union_test.vcxproj diff --git a/libs/endian/test/msvc10/endian_operations_test/endian_operations_test.vcxproj b/test/msvc10/endian_operations_test/endian_operations_test.vcxproj similarity index 100% rename from libs/endian/test/msvc10/endian_operations_test/endian_operations_test.vcxproj rename to test/msvc10/endian_operations_test/endian_operations_test.vcxproj diff --git a/libs/endian/test/msvc10/endian_test/endian_test.vcxproj b/test/msvc10/endian_test/endian_test.vcxproj similarity index 100% rename from libs/endian/test/msvc10/endian_test/endian_test.vcxproj rename to test/msvc10/endian_test/endian_test.vcxproj diff --git a/libs/endian/test/msvc10/scoped_enum_emulation_test/scoped_enum_emulation_test.vcxproj b/test/msvc10/scoped_enum_emulation_test/scoped_enum_emulation_test.vcxproj similarity index 100% rename from libs/endian/test/msvc10/scoped_enum_emulation_test/scoped_enum_emulation_test.vcxproj rename to test/msvc10/scoped_enum_emulation_test/scoped_enum_emulation_test.vcxproj diff --git a/libs/endian/test/scoped_enum_emulation_test.cpp b/test/scoped_enum_emulation_test.cpp similarity index 100% rename from libs/endian/test/scoped_enum_emulation_test.cpp rename to test/scoped_enum_emulation_test.cpp diff --git a/libs/endian/test/test.bat b/test/test.bat similarity index 100% rename from libs/endian/test/test.bat rename to test/test.bat diff --git a/libs/endian/zip-endian.bat b/zip-endian.bat similarity index 100% rename from libs/endian/zip-endian.bat rename to zip-endian.bat