From f71f45c41ae0a0dd4420c3614faea0cb49603d3d Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sat, 19 Oct 2013 09:59:30 +0100 Subject: [PATCH 1/4] Move into optional. It says in the file that it's part of optional. This file should actually be deleted - it's a near duplicate of (part of optional) and doens't appear to be used anywhere, so I assume it was an accident. But might as well put it in the right place. --- repositories.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repositories.txt b/repositories.txt index 8e55a99..fb8fea5 100644 --- a/repositories.txt +++ b/repositories.txt @@ -606,7 +606,6 @@ repository detail : common_branches, unordered_foreign_branches "boost/detail/main.hpp" : "include/boost/detail/main.hpp"; "boost/detail/named_template_params.hpp" : "include/boost/detail/named_template_params.hpp"; "boost/detail/no_exceptions_support.hpp" : "include/boost/detail/no_exceptions_support.hpp"; - "boost/detail/none_t.hpp" : "include/boost/detail/none_t.hpp"; "boost/detail/numeric_traits.hpp" : "include/boost/detail/numeric_traits.hpp"; "boost/detail/quick_allocator.hpp" : "include/boost/detail/quick_allocator.hpp"; "boost/detail/reference_content.hpp" : "include/boost/detail/reference_content.hpp"; @@ -1349,6 +1348,7 @@ repository optional : common_branches "boost/detail/in_place_factory.hpp" : "include/boost/detail/in_place_factory.hpp"; "boost/detail/in_place_factory_prefix.hpp" : "include/boost/detail/in_place_factory_prefix.hpp"; "boost/detail/in_place_factory_suffix.hpp" : "include/boost/detail/in_place_factory_suffix.hpp"; + "boost/detail/none_t.hpp" : "include/boost/detail/none_t.hpp"; "boost/detail/typed_in_place_factory.hpp" : "include/boost/detail/typed_in_place_factory.hpp"; "boost/detail/none.hpp" : "include/boost/detail/none.hpp"; "boost/none.hpp" : "include/boost/none.hpp"; From 0efef746faebbc9903ddec7ce8ea4c18a3a56f9d Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sat, 19 Oct 2013 10:03:09 +0100 Subject: [PATCH 2/4] Move from detail into config. As suggested on the mailling list by Stephen Kelly. It seems like a natural fit to me. --- repositories.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repositories.txt b/repositories.txt index fb8fea5..68fe6fe 100644 --- a/repositories.txt +++ b/repositories.txt @@ -518,6 +518,7 @@ repository config : common_branches { "boost/config.hpp" : "include/boost/config.hpp"; "boost/config/" : "include/boost/config/"; + "boost/detail/workaround.hpp" : "include/boost/detail/workaround.hpp"; "libs/config/"; } branches @@ -615,7 +616,6 @@ repository detail : common_branches, unordered_foreign_branches "boost/detail/test_framework.hpp" : "include/boost/detail/test_framework.hpp"; "boost/detail/utf8_codecvt_facet.hpp" : "include/boost/detail/utf8_codecvt_facet.hpp"; "boost/detail/utf8_codecvt_facet.ipp" : "include/boost/detail/utf8_codecvt_facet.ipp"; - "boost/detail/workaround.hpp" : "include/boost/detail/workaround.hpp"; "boost/pending/cstddef.hpp" : "include/boost/pending/cstddef.hpp"; "boost/pending/ct_if.hpp" : "include/boost/pending/ct_if.hpp"; "boost/pending/integer_log2.hpp" : "include/boost/pending/integer_log2.hpp"; From b34e7e0fa2db6aa4cfbd47a1de716628280ee677 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sat, 19 Oct 2013 10:09:29 +0100 Subject: [PATCH 3/4] Move from detail to config. As suggested by Stephen Kelly on the mailing list. This file links to the config documentation, is documented there and is also included from boost/config/auto_link.hpp. --- repositories.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repositories.txt b/repositories.txt index 68fe6fe..14d340c 100644 --- a/repositories.txt +++ b/repositories.txt @@ -519,6 +519,7 @@ repository config : common_branches "boost/config.hpp" : "include/boost/config.hpp"; "boost/config/" : "include/boost/config/"; "boost/detail/workaround.hpp" : "include/boost/detail/workaround.hpp"; + "boost/version.hpp" : "include/boost/version.hpp"; "libs/config/"; } branches @@ -628,7 +629,6 @@ repository detail : common_branches, unordered_foreign_branches "boost/non_type.hpp" : "include/boost/non_type.hpp"; "boost/type.hpp" : "include/boost/type.hpp"; "boost/utf8_codecvt_facet.hpp" : "include/boost/utf8_codecvt_facet.hpp"; - "boost/version.hpp" : "include/boost/version.hpp"; "boost/visit_each.hpp" : "include/boost/visit_each.hpp"; "libs/detail/"; } From 5a073108da13dff8f074202f9d37b40990fb793f Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sat, 19 Oct 2013 10:13:26 +0100 Subject: [PATCH 4/4] Move from detail to config. As suggested on the list by Stephen Kelly. I'm not so sure about this one. Compatibility might be a more appropriate destination as it's documented there, and links to it. I also included the deleted files and . --- repositories.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/repositories.txt b/repositories.txt index 14d340c..51c44c6 100644 --- a/repositories.txt +++ b/repositories.txt @@ -519,6 +519,9 @@ repository config : common_branches "boost/config.hpp" : "include/boost/config.hpp"; "boost/config/" : "include/boost/config/"; "boost/detail/workaround.hpp" : "include/boost/detail/workaround.hpp"; + "boost/detail/limits.hpp" : "include/boost/detail/limits.hpp"; + "boost/limits.hpp" : "include/boost/limits.hpp"; + "boost/pending/limits.hpp" : "include/boost/pending/limits.hpp"; "boost/version.hpp" : "include/boost/version.hpp"; "libs/config/"; } @@ -604,7 +607,6 @@ repository detail : common_branches, unordered_foreign_branches "boost/detail/lightweight_main.hpp" : "include/boost/detail/lightweight_main.hpp"; "boost/detail/lightweight_test.hpp" : "include/boost/detail/lightweight_test.hpp"; "boost/detail/lightweight_thread.hpp" : "include/boost/detail/lightweight_thread.hpp"; - "boost/detail/limits.hpp" : "include/boost/detail/limits.hpp"; "boost/detail/main.hpp" : "include/boost/detail/main.hpp"; "boost/detail/named_template_params.hpp" : "include/boost/detail/named_template_params.hpp"; "boost/detail/no_exceptions_support.hpp" : "include/boost/detail/no_exceptions_support.hpp"; @@ -620,12 +622,10 @@ repository detail : common_branches, unordered_foreign_branches "boost/pending/cstddef.hpp" : "include/boost/pending/cstddef.hpp"; "boost/pending/ct_if.hpp" : "include/boost/pending/ct_if.hpp"; "boost/pending/integer_log2.hpp" : "include/boost/pending/integer_log2.hpp"; - "boost/pending/limits.hpp" : "include/boost/pending/limits.hpp"; "boost/blank.hpp" : "include/boost/blank.hpp"; "boost/blank_fwd.hpp" : "include/boost/blank_fwd.hpp"; "boost/cstdlib.hpp" : "include/boost/cstdlib.hpp"; "boost/indirect_reference.hpp" : "include/boost/indirect_reference.hpp"; - "boost/limits.hpp" : "include/boost/limits.hpp"; "boost/non_type.hpp" : "include/boost/non_type.hpp"; "boost/type.hpp" : "include/boost/type.hpp"; "boost/utf8_codecvt_facet.hpp" : "include/boost/utf8_codecvt_facet.hpp";