From c7936de074471db2f592f987338f608b25441001 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dietmar=20K=C3=BChl?= Date: Mon, 26 Aug 2024 21:35:00 +0100 Subject: [PATCH] rename Beman/Execution26 -> beman/execution26 --- .../Execution26 => beman/execution26}/detail/almost_scheduler.hpp | 0 .../Execution26 => beman/execution26}/detail/as_except_ptr.hpp | 0 .../Execution26 => beman/execution26}/detail/basic_receiver.hpp | 0 .../Execution26 => beman/execution26}/detail/basic_state.hpp | 0 .../Execution26 => beman/execution26}/detail/call_result_t.hpp | 0 .../{Beman/Execution26 => beman/execution26}/detail/callable.hpp | 0 .../execution26}/detail/check_type_alias_exist.hpp | 0 .../{Beman/Execution26 => beman/execution26}/detail/common.hpp | 0 .../execution26}/detail/completion_domain.hpp | 0 .../execution26}/detail/completion_signature.hpp | 0 .../execution26}/detail/completion_signatures.hpp | 0 .../Execution26 => beman/execution26}/detail/completion_tag.hpp | 0 .../{Beman/Execution26 => beman/execution26}/detail/connect.hpp | 0 .../Execution26 => beman/execution26}/detail/continues_on.hpp | 0 .../Execution26 => beman/execution26}/detail/decayed_same_as.hpp | 0 .../Execution26 => beman/execution26}/detail/decayed_typeof.hpp | 0 .../Execution26 => beman/execution26}/detail/default_domain.hpp | 0 .../Execution26 => beman/execution26}/detail/default_impls.hpp | 0 .../{Beman/Execution26 => beman/execution26}/detail/empty_env.hpp | 0 .../{Beman/Execution26 => beman/execution26}/detail/env_of_t.hpp | 0 .../{Beman/Execution26 => beman/execution26}/detail/env_type.hpp | 0 .../Execution26 => beman/execution26}/detail/forwarding_query.hpp | 0 .../{Beman/Execution26 => beman/execution26}/detail/fwd_env.hpp | 0 .../Execution26 => beman/execution26}/detail/get_allocator.hpp | 0 .../execution26}/detail/get_completion_scheduler.hpp | 0 .../execution26}/detail/get_completion_signatures.hpp | 0 .../Execution26 => beman/execution26}/detail/get_domain.hpp | 0 .../Execution26 => beman/execution26}/detail/get_domain_late.hpp | 0 .../{Beman/Execution26 => beman/execution26}/detail/get_env.hpp | 0 .../Execution26 => beman/execution26}/detail/get_scheduler.hpp | 0 .../Execution26 => beman/execution26}/detail/get_stop_token.hpp | 0 .../{Beman/Execution26 => beman/execution26}/detail/impls_for.hpp | 0 .../Execution26 => beman/execution26}/detail/indices_for.hpp | 0 .../execution26}/detail/inplace_stop_source.hpp | 0 .../{Beman/Execution26 => beman/execution26}/detail/join_env.hpp | 0 .../{Beman/Execution26 => beman/execution26}/detail/make_env.hpp | 0 .../Execution26 => beman/execution26}/detail/matching_sig.hpp | 0 .../Execution26 => beman/execution26}/detail/movable_value.hpp | 0 .../Execution26 => beman/execution26}/detail/never_stop_token.hpp | 0 .../Execution26 => beman/execution26}/detail/nostopstate.hpp | 0 .../Execution26 => beman/execution26}/detail/nothrow_callable.hpp | 0 .../Execution26 => beman/execution26}/detail/operation_state.hpp | 0 .../execution26}/detail/query_with_default.hpp | 0 .../{Beman/Execution26 => beman/execution26}/detail/queryable.hpp | 0 .../{Beman/Execution26 => beman/execution26}/detail/receiver.hpp | 0 .../Execution26 => beman/execution26}/detail/sched_attrs.hpp | 0 .../{Beman/Execution26 => beman/execution26}/detail/sched_env.hpp | 0 .../{Beman/Execution26 => beman/execution26}/detail/schedule.hpp | 0 .../execution26}/detail/schedule_result_t.hpp | 0 .../{Beman/Execution26 => beman/execution26}/detail/scheduler.hpp | 0 .../{Beman/Execution26 => beman/execution26}/detail/sender.hpp | 0 .../Execution26 => beman/execution26}/detail/sender_decompose.hpp | 0 .../Execution26 => beman/execution26}/detail/sender_for.hpp | 0 .../{Beman/Execution26 => beman/execution26}/detail/sender_in.hpp | 0 .../{Beman/Execution26 => beman/execution26}/detail/set_error.hpp | 0 .../Execution26 => beman/execution26}/detail/set_stopped.hpp | 0 .../{Beman/Execution26 => beman/execution26}/detail/set_value.hpp | 0 .../Execution26 => beman/execution26}/detail/simple_allocator.hpp | 0 include/{Beman/Execution26 => beman/execution26}/detail/start.hpp | 0 .../Execution26 => beman/execution26}/detail/state_type.hpp | 0 .../execution26}/detail/stop_callback_for_t.hpp | 0 .../Execution26 => beman/execution26}/detail/stop_source.hpp | 0 .../Execution26 => beman/execution26}/detail/stoppable_source.hpp | 0 .../Execution26 => beman/execution26}/detail/stoppable_token.hpp | 0 .../Execution26 => beman/execution26}/detail/transform_sender.hpp | 0 .../execution26}/detail/unstoppable_token.hpp | 0 .../execution26}/detail/valid_completion_for.hpp | 0 .../execution26}/detail/valid_completion_signatures.hpp | 0 .../execution26}/detail/valid_specialization.hpp | 0 include/{Beman/Execution26 => beman/execution26}/execution.hpp | 0 include/{Beman/Execution26 => beman/execution26}/functional.hpp | 0 include/{Beman/Execution26 => beman/execution26}/stop_token.hpp | 0 src/{Beman => beman}/CMakeLists.txt | 0 src/{Beman/Execution26 => beman/execution26}/CMakeLists.txt | 0 src/{Beman/Execution26 => beman/execution26}/execution.cpp | 0 src/{Beman/Execution26 => beman/execution26}/tests/CMakeLists.txt | 0 .../execution26}/tests/allocator-requirements-general.pass.cpp | 0 .../Execution26 => beman/execution26}/tests/exec-connect.pass.cpp | 0 .../execution26}/tests/exec-domain-default.pass.cpp | 0 .../Execution26 => beman/execution26}/tests/exec-fwd-env.pass.cpp | 0 .../Execution26 => beman/execution26}/tests/exec-general.pass.cpp | 0 .../execution26}/tests/exec-get-allocator.pass.cpp | 0 .../execution26}/tests/exec-get-compl-sched.pass.cpp | 0 .../execution26}/tests/exec-get-domain.pass.cpp | 0 .../Execution26 => beman/execution26}/tests/exec-get-env.pass.cpp | 0 .../execution26}/tests/exec-get-scheduler.pass.cpp | 0 .../execution26}/tests/exec-get-stop-token.pass.cpp | 0 .../execution26}/tests/exec-getcomplsigs.pass.cpp | 0 .../execution26}/tests/exec-opstate-start.pass.cpp | 0 .../Execution26 => beman/execution26}/tests/exec-opstate.pass.cpp | 0 .../Execution26 => beman/execution26}/tests/exec-recv.pass.cpp | 0 .../Execution26 => beman/execution26}/tests/exec-sched.pass.cpp | 0 .../execution26}/tests/exec-schedule.pass.cpp | 0 .../execution26}/tests/exec-set-error.pass.cpp | 0 .../execution26}/tests/exec-set-stopped.pass.cpp | 0 .../execution26}/tests/exec-set-value.pass.cpp | 0 .../execution26}/tests/exec-snd-concepts.pass.cpp | 0 .../execution26}/tests/exec-snd-expos.pass.cpp | 0 .../execution26}/tests/exec-snd-transform.pass.cpp | 0 .../execution26}/tests/exec-utils-cmplsigs.pass.cpp | 0 .../execution26}/tests/execution-queryable-concept.pass.cpp | 0 .../execution26}/tests/execution-syn.pass.cpp | 0 .../execution26}/tests/function-objects.pass.cpp | 0 .../execution26}/tests/functional-syn.pass.cpp | 0 .../execution26}/tests/stopcallback-cons.pass.cpp | 0 .../execution26}/tests/stopcallback-general.pass.cpp | 0 .../execution26}/tests/stopcallback-inplace-cons.pass.cpp | 0 .../execution26}/tests/stopcallback-inplace-general.pass.cpp | 0 .../execution26}/tests/stopcallback-inplace.pass.cpp | 0 .../Execution26 => beman/execution26}/tests/stopcallback.pass.cpp | 0 .../execution26}/tests/stopsource-cons.pass.cpp | 0 .../execution26}/tests/stopsource-general.pass.cpp | 0 .../execution26}/tests/stopsource-inplace-cons.pass.cpp | 0 .../execution26}/tests/stopsource-inplace-general.pass.cpp | 0 .../execution26}/tests/stopsource-inplace-mem.pass.cpp | 0 .../execution26}/tests/stopsource-inplace.pass.cpp | 0 .../execution26}/tests/stopsource-mem.pass.cpp | 0 .../Execution26 => beman/execution26}/tests/stopsource.pass.cpp | 0 .../execution26}/tests/stoptoken-concepts.pass.cpp | 0 .../execution26}/tests/stoptoken-general.pass.cpp | 0 .../execution26}/tests/stoptoken-inplace-general.pass.cpp | 0 .../execution26}/tests/stoptoken-inplace-members.pass.cpp | 0 .../execution26}/tests/stoptoken-inplace.pass.cpp | 0 .../execution26}/tests/stoptoken-mem.pass.cpp | 0 .../execution26}/tests/stoptoken-never-general.pass.cpp | 0 .../execution26}/tests/stoptoken-never.pass.cpp | 0 .../Execution26 => beman/execution26}/tests/stoptoken.pass.cpp | 0 .../execution26}/tests/thread-stoptoken-intro.pass.cpp | 0 .../execution26}/tests/thread-stoptoken-syn.compile.pass.cpp | 0 .../execution26}/tests/thread-stoptoken.pass.cpp | 0 .../Execution26 => beman/execution26}/tests/thread.pass.cpp | 0 .../Execution26 => beman/execution26}/tests/utilities.pass.cpp | 0 132 files changed, 0 insertions(+), 0 deletions(-) rename include/{Beman/Execution26 => beman/execution26}/detail/almost_scheduler.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/as_except_ptr.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/basic_receiver.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/basic_state.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/call_result_t.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/callable.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/check_type_alias_exist.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/common.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/completion_domain.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/completion_signature.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/completion_signatures.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/completion_tag.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/connect.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/continues_on.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/decayed_same_as.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/decayed_typeof.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/default_domain.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/default_impls.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/empty_env.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/env_of_t.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/env_type.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/forwarding_query.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/fwd_env.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/get_allocator.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/get_completion_scheduler.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/get_completion_signatures.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/get_domain.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/get_domain_late.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/get_env.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/get_scheduler.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/get_stop_token.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/impls_for.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/indices_for.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/inplace_stop_source.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/join_env.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/make_env.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/matching_sig.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/movable_value.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/never_stop_token.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/nostopstate.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/nothrow_callable.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/operation_state.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/query_with_default.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/queryable.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/receiver.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/sched_attrs.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/sched_env.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/schedule.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/schedule_result_t.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/scheduler.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/sender.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/sender_decompose.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/sender_for.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/sender_in.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/set_error.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/set_stopped.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/set_value.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/simple_allocator.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/start.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/state_type.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/stop_callback_for_t.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/stop_source.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/stoppable_source.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/stoppable_token.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/transform_sender.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/unstoppable_token.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/valid_completion_for.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/valid_completion_signatures.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/detail/valid_specialization.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/execution.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/functional.hpp (100%) rename include/{Beman/Execution26 => beman/execution26}/stop_token.hpp (100%) rename src/{Beman => beman}/CMakeLists.txt (100%) rename src/{Beman/Execution26 => beman/execution26}/CMakeLists.txt (100%) rename src/{Beman/Execution26 => beman/execution26}/execution.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/CMakeLists.txt (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/allocator-requirements-general.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/exec-connect.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/exec-domain-default.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/exec-fwd-env.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/exec-general.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/exec-get-allocator.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/exec-get-compl-sched.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/exec-get-domain.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/exec-get-env.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/exec-get-scheduler.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/exec-get-stop-token.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/exec-getcomplsigs.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/exec-opstate-start.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/exec-opstate.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/exec-recv.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/exec-sched.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/exec-schedule.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/exec-set-error.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/exec-set-stopped.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/exec-set-value.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/exec-snd-concepts.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/exec-snd-expos.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/exec-snd-transform.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/exec-utils-cmplsigs.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/execution-queryable-concept.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/execution-syn.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/function-objects.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/functional-syn.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/stopcallback-cons.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/stopcallback-general.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/stopcallback-inplace-cons.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/stopcallback-inplace-general.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/stopcallback-inplace.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/stopcallback.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/stopsource-cons.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/stopsource-general.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/stopsource-inplace-cons.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/stopsource-inplace-general.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/stopsource-inplace-mem.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/stopsource-inplace.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/stopsource-mem.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/stopsource.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/stoptoken-concepts.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/stoptoken-general.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/stoptoken-inplace-general.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/stoptoken-inplace-members.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/stoptoken-inplace.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/stoptoken-mem.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/stoptoken-never-general.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/stoptoken-never.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/stoptoken.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/thread-stoptoken-intro.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/thread-stoptoken-syn.compile.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/thread-stoptoken.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/thread.pass.cpp (100%) rename src/{Beman/Execution26 => beman/execution26}/tests/utilities.pass.cpp (100%) diff --git a/include/Beman/Execution26/detail/almost_scheduler.hpp b/include/beman/execution26/detail/almost_scheduler.hpp similarity index 100% rename from include/Beman/Execution26/detail/almost_scheduler.hpp rename to include/beman/execution26/detail/almost_scheduler.hpp diff --git a/include/Beman/Execution26/detail/as_except_ptr.hpp b/include/beman/execution26/detail/as_except_ptr.hpp similarity index 100% rename from include/Beman/Execution26/detail/as_except_ptr.hpp rename to include/beman/execution26/detail/as_except_ptr.hpp diff --git a/include/Beman/Execution26/detail/basic_receiver.hpp b/include/beman/execution26/detail/basic_receiver.hpp similarity index 100% rename from include/Beman/Execution26/detail/basic_receiver.hpp rename to include/beman/execution26/detail/basic_receiver.hpp diff --git a/include/Beman/Execution26/detail/basic_state.hpp b/include/beman/execution26/detail/basic_state.hpp similarity index 100% rename from include/Beman/Execution26/detail/basic_state.hpp rename to include/beman/execution26/detail/basic_state.hpp diff --git a/include/Beman/Execution26/detail/call_result_t.hpp b/include/beman/execution26/detail/call_result_t.hpp similarity index 100% rename from include/Beman/Execution26/detail/call_result_t.hpp rename to include/beman/execution26/detail/call_result_t.hpp diff --git a/include/Beman/Execution26/detail/callable.hpp b/include/beman/execution26/detail/callable.hpp similarity index 100% rename from include/Beman/Execution26/detail/callable.hpp rename to include/beman/execution26/detail/callable.hpp diff --git a/include/Beman/Execution26/detail/check_type_alias_exist.hpp b/include/beman/execution26/detail/check_type_alias_exist.hpp similarity index 100% rename from include/Beman/Execution26/detail/check_type_alias_exist.hpp rename to include/beman/execution26/detail/check_type_alias_exist.hpp diff --git a/include/Beman/Execution26/detail/common.hpp b/include/beman/execution26/detail/common.hpp similarity index 100% rename from include/Beman/Execution26/detail/common.hpp rename to include/beman/execution26/detail/common.hpp diff --git a/include/Beman/Execution26/detail/completion_domain.hpp b/include/beman/execution26/detail/completion_domain.hpp similarity index 100% rename from include/Beman/Execution26/detail/completion_domain.hpp rename to include/beman/execution26/detail/completion_domain.hpp diff --git a/include/Beman/Execution26/detail/completion_signature.hpp b/include/beman/execution26/detail/completion_signature.hpp similarity index 100% rename from include/Beman/Execution26/detail/completion_signature.hpp rename to include/beman/execution26/detail/completion_signature.hpp diff --git a/include/Beman/Execution26/detail/completion_signatures.hpp b/include/beman/execution26/detail/completion_signatures.hpp similarity index 100% rename from include/Beman/Execution26/detail/completion_signatures.hpp rename to include/beman/execution26/detail/completion_signatures.hpp diff --git a/include/Beman/Execution26/detail/completion_tag.hpp b/include/beman/execution26/detail/completion_tag.hpp similarity index 100% rename from include/Beman/Execution26/detail/completion_tag.hpp rename to include/beman/execution26/detail/completion_tag.hpp diff --git a/include/Beman/Execution26/detail/connect.hpp b/include/beman/execution26/detail/connect.hpp similarity index 100% rename from include/Beman/Execution26/detail/connect.hpp rename to include/beman/execution26/detail/connect.hpp diff --git a/include/Beman/Execution26/detail/continues_on.hpp b/include/beman/execution26/detail/continues_on.hpp similarity index 100% rename from include/Beman/Execution26/detail/continues_on.hpp rename to include/beman/execution26/detail/continues_on.hpp diff --git a/include/Beman/Execution26/detail/decayed_same_as.hpp b/include/beman/execution26/detail/decayed_same_as.hpp similarity index 100% rename from include/Beman/Execution26/detail/decayed_same_as.hpp rename to include/beman/execution26/detail/decayed_same_as.hpp diff --git a/include/Beman/Execution26/detail/decayed_typeof.hpp b/include/beman/execution26/detail/decayed_typeof.hpp similarity index 100% rename from include/Beman/Execution26/detail/decayed_typeof.hpp rename to include/beman/execution26/detail/decayed_typeof.hpp diff --git a/include/Beman/Execution26/detail/default_domain.hpp b/include/beman/execution26/detail/default_domain.hpp similarity index 100% rename from include/Beman/Execution26/detail/default_domain.hpp rename to include/beman/execution26/detail/default_domain.hpp diff --git a/include/Beman/Execution26/detail/default_impls.hpp b/include/beman/execution26/detail/default_impls.hpp similarity index 100% rename from include/Beman/Execution26/detail/default_impls.hpp rename to include/beman/execution26/detail/default_impls.hpp diff --git a/include/Beman/Execution26/detail/empty_env.hpp b/include/beman/execution26/detail/empty_env.hpp similarity index 100% rename from include/Beman/Execution26/detail/empty_env.hpp rename to include/beman/execution26/detail/empty_env.hpp diff --git a/include/Beman/Execution26/detail/env_of_t.hpp b/include/beman/execution26/detail/env_of_t.hpp similarity index 100% rename from include/Beman/Execution26/detail/env_of_t.hpp rename to include/beman/execution26/detail/env_of_t.hpp diff --git a/include/Beman/Execution26/detail/env_type.hpp b/include/beman/execution26/detail/env_type.hpp similarity index 100% rename from include/Beman/Execution26/detail/env_type.hpp rename to include/beman/execution26/detail/env_type.hpp diff --git a/include/Beman/Execution26/detail/forwarding_query.hpp b/include/beman/execution26/detail/forwarding_query.hpp similarity index 100% rename from include/Beman/Execution26/detail/forwarding_query.hpp rename to include/beman/execution26/detail/forwarding_query.hpp diff --git a/include/Beman/Execution26/detail/fwd_env.hpp b/include/beman/execution26/detail/fwd_env.hpp similarity index 100% rename from include/Beman/Execution26/detail/fwd_env.hpp rename to include/beman/execution26/detail/fwd_env.hpp diff --git a/include/Beman/Execution26/detail/get_allocator.hpp b/include/beman/execution26/detail/get_allocator.hpp similarity index 100% rename from include/Beman/Execution26/detail/get_allocator.hpp rename to include/beman/execution26/detail/get_allocator.hpp diff --git a/include/Beman/Execution26/detail/get_completion_scheduler.hpp b/include/beman/execution26/detail/get_completion_scheduler.hpp similarity index 100% rename from include/Beman/Execution26/detail/get_completion_scheduler.hpp rename to include/beman/execution26/detail/get_completion_scheduler.hpp diff --git a/include/Beman/Execution26/detail/get_completion_signatures.hpp b/include/beman/execution26/detail/get_completion_signatures.hpp similarity index 100% rename from include/Beman/Execution26/detail/get_completion_signatures.hpp rename to include/beman/execution26/detail/get_completion_signatures.hpp diff --git a/include/Beman/Execution26/detail/get_domain.hpp b/include/beman/execution26/detail/get_domain.hpp similarity index 100% rename from include/Beman/Execution26/detail/get_domain.hpp rename to include/beman/execution26/detail/get_domain.hpp diff --git a/include/Beman/Execution26/detail/get_domain_late.hpp b/include/beman/execution26/detail/get_domain_late.hpp similarity index 100% rename from include/Beman/Execution26/detail/get_domain_late.hpp rename to include/beman/execution26/detail/get_domain_late.hpp diff --git a/include/Beman/Execution26/detail/get_env.hpp b/include/beman/execution26/detail/get_env.hpp similarity index 100% rename from include/Beman/Execution26/detail/get_env.hpp rename to include/beman/execution26/detail/get_env.hpp diff --git a/include/Beman/Execution26/detail/get_scheduler.hpp b/include/beman/execution26/detail/get_scheduler.hpp similarity index 100% rename from include/Beman/Execution26/detail/get_scheduler.hpp rename to include/beman/execution26/detail/get_scheduler.hpp diff --git a/include/Beman/Execution26/detail/get_stop_token.hpp b/include/beman/execution26/detail/get_stop_token.hpp similarity index 100% rename from include/Beman/Execution26/detail/get_stop_token.hpp rename to include/beman/execution26/detail/get_stop_token.hpp diff --git a/include/Beman/Execution26/detail/impls_for.hpp b/include/beman/execution26/detail/impls_for.hpp similarity index 100% rename from include/Beman/Execution26/detail/impls_for.hpp rename to include/beman/execution26/detail/impls_for.hpp diff --git a/include/Beman/Execution26/detail/indices_for.hpp b/include/beman/execution26/detail/indices_for.hpp similarity index 100% rename from include/Beman/Execution26/detail/indices_for.hpp rename to include/beman/execution26/detail/indices_for.hpp diff --git a/include/Beman/Execution26/detail/inplace_stop_source.hpp b/include/beman/execution26/detail/inplace_stop_source.hpp similarity index 100% rename from include/Beman/Execution26/detail/inplace_stop_source.hpp rename to include/beman/execution26/detail/inplace_stop_source.hpp diff --git a/include/Beman/Execution26/detail/join_env.hpp b/include/beman/execution26/detail/join_env.hpp similarity index 100% rename from include/Beman/Execution26/detail/join_env.hpp rename to include/beman/execution26/detail/join_env.hpp diff --git a/include/Beman/Execution26/detail/make_env.hpp b/include/beman/execution26/detail/make_env.hpp similarity index 100% rename from include/Beman/Execution26/detail/make_env.hpp rename to include/beman/execution26/detail/make_env.hpp diff --git a/include/Beman/Execution26/detail/matching_sig.hpp b/include/beman/execution26/detail/matching_sig.hpp similarity index 100% rename from include/Beman/Execution26/detail/matching_sig.hpp rename to include/beman/execution26/detail/matching_sig.hpp diff --git a/include/Beman/Execution26/detail/movable_value.hpp b/include/beman/execution26/detail/movable_value.hpp similarity index 100% rename from include/Beman/Execution26/detail/movable_value.hpp rename to include/beman/execution26/detail/movable_value.hpp diff --git a/include/Beman/Execution26/detail/never_stop_token.hpp b/include/beman/execution26/detail/never_stop_token.hpp similarity index 100% rename from include/Beman/Execution26/detail/never_stop_token.hpp rename to include/beman/execution26/detail/never_stop_token.hpp diff --git a/include/Beman/Execution26/detail/nostopstate.hpp b/include/beman/execution26/detail/nostopstate.hpp similarity index 100% rename from include/Beman/Execution26/detail/nostopstate.hpp rename to include/beman/execution26/detail/nostopstate.hpp diff --git a/include/Beman/Execution26/detail/nothrow_callable.hpp b/include/beman/execution26/detail/nothrow_callable.hpp similarity index 100% rename from include/Beman/Execution26/detail/nothrow_callable.hpp rename to include/beman/execution26/detail/nothrow_callable.hpp diff --git a/include/Beman/Execution26/detail/operation_state.hpp b/include/beman/execution26/detail/operation_state.hpp similarity index 100% rename from include/Beman/Execution26/detail/operation_state.hpp rename to include/beman/execution26/detail/operation_state.hpp diff --git a/include/Beman/Execution26/detail/query_with_default.hpp b/include/beman/execution26/detail/query_with_default.hpp similarity index 100% rename from include/Beman/Execution26/detail/query_with_default.hpp rename to include/beman/execution26/detail/query_with_default.hpp diff --git a/include/Beman/Execution26/detail/queryable.hpp b/include/beman/execution26/detail/queryable.hpp similarity index 100% rename from include/Beman/Execution26/detail/queryable.hpp rename to include/beman/execution26/detail/queryable.hpp diff --git a/include/Beman/Execution26/detail/receiver.hpp b/include/beman/execution26/detail/receiver.hpp similarity index 100% rename from include/Beman/Execution26/detail/receiver.hpp rename to include/beman/execution26/detail/receiver.hpp diff --git a/include/Beman/Execution26/detail/sched_attrs.hpp b/include/beman/execution26/detail/sched_attrs.hpp similarity index 100% rename from include/Beman/Execution26/detail/sched_attrs.hpp rename to include/beman/execution26/detail/sched_attrs.hpp diff --git a/include/Beman/Execution26/detail/sched_env.hpp b/include/beman/execution26/detail/sched_env.hpp similarity index 100% rename from include/Beman/Execution26/detail/sched_env.hpp rename to include/beman/execution26/detail/sched_env.hpp diff --git a/include/Beman/Execution26/detail/schedule.hpp b/include/beman/execution26/detail/schedule.hpp similarity index 100% rename from include/Beman/Execution26/detail/schedule.hpp rename to include/beman/execution26/detail/schedule.hpp diff --git a/include/Beman/Execution26/detail/schedule_result_t.hpp b/include/beman/execution26/detail/schedule_result_t.hpp similarity index 100% rename from include/Beman/Execution26/detail/schedule_result_t.hpp rename to include/beman/execution26/detail/schedule_result_t.hpp diff --git a/include/Beman/Execution26/detail/scheduler.hpp b/include/beman/execution26/detail/scheduler.hpp similarity index 100% rename from include/Beman/Execution26/detail/scheduler.hpp rename to include/beman/execution26/detail/scheduler.hpp diff --git a/include/Beman/Execution26/detail/sender.hpp b/include/beman/execution26/detail/sender.hpp similarity index 100% rename from include/Beman/Execution26/detail/sender.hpp rename to include/beman/execution26/detail/sender.hpp diff --git a/include/Beman/Execution26/detail/sender_decompose.hpp b/include/beman/execution26/detail/sender_decompose.hpp similarity index 100% rename from include/Beman/Execution26/detail/sender_decompose.hpp rename to include/beman/execution26/detail/sender_decompose.hpp diff --git a/include/Beman/Execution26/detail/sender_for.hpp b/include/beman/execution26/detail/sender_for.hpp similarity index 100% rename from include/Beman/Execution26/detail/sender_for.hpp rename to include/beman/execution26/detail/sender_for.hpp diff --git a/include/Beman/Execution26/detail/sender_in.hpp b/include/beman/execution26/detail/sender_in.hpp similarity index 100% rename from include/Beman/Execution26/detail/sender_in.hpp rename to include/beman/execution26/detail/sender_in.hpp diff --git a/include/Beman/Execution26/detail/set_error.hpp b/include/beman/execution26/detail/set_error.hpp similarity index 100% rename from include/Beman/Execution26/detail/set_error.hpp rename to include/beman/execution26/detail/set_error.hpp diff --git a/include/Beman/Execution26/detail/set_stopped.hpp b/include/beman/execution26/detail/set_stopped.hpp similarity index 100% rename from include/Beman/Execution26/detail/set_stopped.hpp rename to include/beman/execution26/detail/set_stopped.hpp diff --git a/include/Beman/Execution26/detail/set_value.hpp b/include/beman/execution26/detail/set_value.hpp similarity index 100% rename from include/Beman/Execution26/detail/set_value.hpp rename to include/beman/execution26/detail/set_value.hpp diff --git a/include/Beman/Execution26/detail/simple_allocator.hpp b/include/beman/execution26/detail/simple_allocator.hpp similarity index 100% rename from include/Beman/Execution26/detail/simple_allocator.hpp rename to include/beman/execution26/detail/simple_allocator.hpp diff --git a/include/Beman/Execution26/detail/start.hpp b/include/beman/execution26/detail/start.hpp similarity index 100% rename from include/Beman/Execution26/detail/start.hpp rename to include/beman/execution26/detail/start.hpp diff --git a/include/Beman/Execution26/detail/state_type.hpp b/include/beman/execution26/detail/state_type.hpp similarity index 100% rename from include/Beman/Execution26/detail/state_type.hpp rename to include/beman/execution26/detail/state_type.hpp diff --git a/include/Beman/Execution26/detail/stop_callback_for_t.hpp b/include/beman/execution26/detail/stop_callback_for_t.hpp similarity index 100% rename from include/Beman/Execution26/detail/stop_callback_for_t.hpp rename to include/beman/execution26/detail/stop_callback_for_t.hpp diff --git a/include/Beman/Execution26/detail/stop_source.hpp b/include/beman/execution26/detail/stop_source.hpp similarity index 100% rename from include/Beman/Execution26/detail/stop_source.hpp rename to include/beman/execution26/detail/stop_source.hpp diff --git a/include/Beman/Execution26/detail/stoppable_source.hpp b/include/beman/execution26/detail/stoppable_source.hpp similarity index 100% rename from include/Beman/Execution26/detail/stoppable_source.hpp rename to include/beman/execution26/detail/stoppable_source.hpp diff --git a/include/Beman/Execution26/detail/stoppable_token.hpp b/include/beman/execution26/detail/stoppable_token.hpp similarity index 100% rename from include/Beman/Execution26/detail/stoppable_token.hpp rename to include/beman/execution26/detail/stoppable_token.hpp diff --git a/include/Beman/Execution26/detail/transform_sender.hpp b/include/beman/execution26/detail/transform_sender.hpp similarity index 100% rename from include/Beman/Execution26/detail/transform_sender.hpp rename to include/beman/execution26/detail/transform_sender.hpp diff --git a/include/Beman/Execution26/detail/unstoppable_token.hpp b/include/beman/execution26/detail/unstoppable_token.hpp similarity index 100% rename from include/Beman/Execution26/detail/unstoppable_token.hpp rename to include/beman/execution26/detail/unstoppable_token.hpp diff --git a/include/Beman/Execution26/detail/valid_completion_for.hpp b/include/beman/execution26/detail/valid_completion_for.hpp similarity index 100% rename from include/Beman/Execution26/detail/valid_completion_for.hpp rename to include/beman/execution26/detail/valid_completion_for.hpp diff --git a/include/Beman/Execution26/detail/valid_completion_signatures.hpp b/include/beman/execution26/detail/valid_completion_signatures.hpp similarity index 100% rename from include/Beman/Execution26/detail/valid_completion_signatures.hpp rename to include/beman/execution26/detail/valid_completion_signatures.hpp diff --git a/include/Beman/Execution26/detail/valid_specialization.hpp b/include/beman/execution26/detail/valid_specialization.hpp similarity index 100% rename from include/Beman/Execution26/detail/valid_specialization.hpp rename to include/beman/execution26/detail/valid_specialization.hpp diff --git a/include/Beman/Execution26/execution.hpp b/include/beman/execution26/execution.hpp similarity index 100% rename from include/Beman/Execution26/execution.hpp rename to include/beman/execution26/execution.hpp diff --git a/include/Beman/Execution26/functional.hpp b/include/beman/execution26/functional.hpp similarity index 100% rename from include/Beman/Execution26/functional.hpp rename to include/beman/execution26/functional.hpp diff --git a/include/Beman/Execution26/stop_token.hpp b/include/beman/execution26/stop_token.hpp similarity index 100% rename from include/Beman/Execution26/stop_token.hpp rename to include/beman/execution26/stop_token.hpp diff --git a/src/Beman/CMakeLists.txt b/src/beman/CMakeLists.txt similarity index 100% rename from src/Beman/CMakeLists.txt rename to src/beman/CMakeLists.txt diff --git a/src/Beman/Execution26/CMakeLists.txt b/src/beman/execution26/CMakeLists.txt similarity index 100% rename from src/Beman/Execution26/CMakeLists.txt rename to src/beman/execution26/CMakeLists.txt diff --git a/src/Beman/Execution26/execution.cpp b/src/beman/execution26/execution.cpp similarity index 100% rename from src/Beman/Execution26/execution.cpp rename to src/beman/execution26/execution.cpp diff --git a/src/Beman/Execution26/tests/CMakeLists.txt b/src/beman/execution26/tests/CMakeLists.txt similarity index 100% rename from src/Beman/Execution26/tests/CMakeLists.txt rename to src/beman/execution26/tests/CMakeLists.txt diff --git a/src/Beman/Execution26/tests/allocator-requirements-general.pass.cpp b/src/beman/execution26/tests/allocator-requirements-general.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/allocator-requirements-general.pass.cpp rename to src/beman/execution26/tests/allocator-requirements-general.pass.cpp diff --git a/src/Beman/Execution26/tests/exec-connect.pass.cpp b/src/beman/execution26/tests/exec-connect.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/exec-connect.pass.cpp rename to src/beman/execution26/tests/exec-connect.pass.cpp diff --git a/src/Beman/Execution26/tests/exec-domain-default.pass.cpp b/src/beman/execution26/tests/exec-domain-default.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/exec-domain-default.pass.cpp rename to src/beman/execution26/tests/exec-domain-default.pass.cpp diff --git a/src/Beman/Execution26/tests/exec-fwd-env.pass.cpp b/src/beman/execution26/tests/exec-fwd-env.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/exec-fwd-env.pass.cpp rename to src/beman/execution26/tests/exec-fwd-env.pass.cpp diff --git a/src/Beman/Execution26/tests/exec-general.pass.cpp b/src/beman/execution26/tests/exec-general.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/exec-general.pass.cpp rename to src/beman/execution26/tests/exec-general.pass.cpp diff --git a/src/Beman/Execution26/tests/exec-get-allocator.pass.cpp b/src/beman/execution26/tests/exec-get-allocator.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/exec-get-allocator.pass.cpp rename to src/beman/execution26/tests/exec-get-allocator.pass.cpp diff --git a/src/Beman/Execution26/tests/exec-get-compl-sched.pass.cpp b/src/beman/execution26/tests/exec-get-compl-sched.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/exec-get-compl-sched.pass.cpp rename to src/beman/execution26/tests/exec-get-compl-sched.pass.cpp diff --git a/src/Beman/Execution26/tests/exec-get-domain.pass.cpp b/src/beman/execution26/tests/exec-get-domain.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/exec-get-domain.pass.cpp rename to src/beman/execution26/tests/exec-get-domain.pass.cpp diff --git a/src/Beman/Execution26/tests/exec-get-env.pass.cpp b/src/beman/execution26/tests/exec-get-env.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/exec-get-env.pass.cpp rename to src/beman/execution26/tests/exec-get-env.pass.cpp diff --git a/src/Beman/Execution26/tests/exec-get-scheduler.pass.cpp b/src/beman/execution26/tests/exec-get-scheduler.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/exec-get-scheduler.pass.cpp rename to src/beman/execution26/tests/exec-get-scheduler.pass.cpp diff --git a/src/Beman/Execution26/tests/exec-get-stop-token.pass.cpp b/src/beman/execution26/tests/exec-get-stop-token.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/exec-get-stop-token.pass.cpp rename to src/beman/execution26/tests/exec-get-stop-token.pass.cpp diff --git a/src/Beman/Execution26/tests/exec-getcomplsigs.pass.cpp b/src/beman/execution26/tests/exec-getcomplsigs.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/exec-getcomplsigs.pass.cpp rename to src/beman/execution26/tests/exec-getcomplsigs.pass.cpp diff --git a/src/Beman/Execution26/tests/exec-opstate-start.pass.cpp b/src/beman/execution26/tests/exec-opstate-start.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/exec-opstate-start.pass.cpp rename to src/beman/execution26/tests/exec-opstate-start.pass.cpp diff --git a/src/Beman/Execution26/tests/exec-opstate.pass.cpp b/src/beman/execution26/tests/exec-opstate.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/exec-opstate.pass.cpp rename to src/beman/execution26/tests/exec-opstate.pass.cpp diff --git a/src/Beman/Execution26/tests/exec-recv.pass.cpp b/src/beman/execution26/tests/exec-recv.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/exec-recv.pass.cpp rename to src/beman/execution26/tests/exec-recv.pass.cpp diff --git a/src/Beman/Execution26/tests/exec-sched.pass.cpp b/src/beman/execution26/tests/exec-sched.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/exec-sched.pass.cpp rename to src/beman/execution26/tests/exec-sched.pass.cpp diff --git a/src/Beman/Execution26/tests/exec-schedule.pass.cpp b/src/beman/execution26/tests/exec-schedule.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/exec-schedule.pass.cpp rename to src/beman/execution26/tests/exec-schedule.pass.cpp diff --git a/src/Beman/Execution26/tests/exec-set-error.pass.cpp b/src/beman/execution26/tests/exec-set-error.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/exec-set-error.pass.cpp rename to src/beman/execution26/tests/exec-set-error.pass.cpp diff --git a/src/Beman/Execution26/tests/exec-set-stopped.pass.cpp b/src/beman/execution26/tests/exec-set-stopped.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/exec-set-stopped.pass.cpp rename to src/beman/execution26/tests/exec-set-stopped.pass.cpp diff --git a/src/Beman/Execution26/tests/exec-set-value.pass.cpp b/src/beman/execution26/tests/exec-set-value.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/exec-set-value.pass.cpp rename to src/beman/execution26/tests/exec-set-value.pass.cpp diff --git a/src/Beman/Execution26/tests/exec-snd-concepts.pass.cpp b/src/beman/execution26/tests/exec-snd-concepts.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/exec-snd-concepts.pass.cpp rename to src/beman/execution26/tests/exec-snd-concepts.pass.cpp diff --git a/src/Beman/Execution26/tests/exec-snd-expos.pass.cpp b/src/beman/execution26/tests/exec-snd-expos.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/exec-snd-expos.pass.cpp rename to src/beman/execution26/tests/exec-snd-expos.pass.cpp diff --git a/src/Beman/Execution26/tests/exec-snd-transform.pass.cpp b/src/beman/execution26/tests/exec-snd-transform.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/exec-snd-transform.pass.cpp rename to src/beman/execution26/tests/exec-snd-transform.pass.cpp diff --git a/src/Beman/Execution26/tests/exec-utils-cmplsigs.pass.cpp b/src/beman/execution26/tests/exec-utils-cmplsigs.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/exec-utils-cmplsigs.pass.cpp rename to src/beman/execution26/tests/exec-utils-cmplsigs.pass.cpp diff --git a/src/Beman/Execution26/tests/execution-queryable-concept.pass.cpp b/src/beman/execution26/tests/execution-queryable-concept.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/execution-queryable-concept.pass.cpp rename to src/beman/execution26/tests/execution-queryable-concept.pass.cpp diff --git a/src/Beman/Execution26/tests/execution-syn.pass.cpp b/src/beman/execution26/tests/execution-syn.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/execution-syn.pass.cpp rename to src/beman/execution26/tests/execution-syn.pass.cpp diff --git a/src/Beman/Execution26/tests/function-objects.pass.cpp b/src/beman/execution26/tests/function-objects.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/function-objects.pass.cpp rename to src/beman/execution26/tests/function-objects.pass.cpp diff --git a/src/Beman/Execution26/tests/functional-syn.pass.cpp b/src/beman/execution26/tests/functional-syn.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/functional-syn.pass.cpp rename to src/beman/execution26/tests/functional-syn.pass.cpp diff --git a/src/Beman/Execution26/tests/stopcallback-cons.pass.cpp b/src/beman/execution26/tests/stopcallback-cons.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/stopcallback-cons.pass.cpp rename to src/beman/execution26/tests/stopcallback-cons.pass.cpp diff --git a/src/Beman/Execution26/tests/stopcallback-general.pass.cpp b/src/beman/execution26/tests/stopcallback-general.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/stopcallback-general.pass.cpp rename to src/beman/execution26/tests/stopcallback-general.pass.cpp diff --git a/src/Beman/Execution26/tests/stopcallback-inplace-cons.pass.cpp b/src/beman/execution26/tests/stopcallback-inplace-cons.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/stopcallback-inplace-cons.pass.cpp rename to src/beman/execution26/tests/stopcallback-inplace-cons.pass.cpp diff --git a/src/Beman/Execution26/tests/stopcallback-inplace-general.pass.cpp b/src/beman/execution26/tests/stopcallback-inplace-general.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/stopcallback-inplace-general.pass.cpp rename to src/beman/execution26/tests/stopcallback-inplace-general.pass.cpp diff --git a/src/Beman/Execution26/tests/stopcallback-inplace.pass.cpp b/src/beman/execution26/tests/stopcallback-inplace.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/stopcallback-inplace.pass.cpp rename to src/beman/execution26/tests/stopcallback-inplace.pass.cpp diff --git a/src/Beman/Execution26/tests/stopcallback.pass.cpp b/src/beman/execution26/tests/stopcallback.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/stopcallback.pass.cpp rename to src/beman/execution26/tests/stopcallback.pass.cpp diff --git a/src/Beman/Execution26/tests/stopsource-cons.pass.cpp b/src/beman/execution26/tests/stopsource-cons.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/stopsource-cons.pass.cpp rename to src/beman/execution26/tests/stopsource-cons.pass.cpp diff --git a/src/Beman/Execution26/tests/stopsource-general.pass.cpp b/src/beman/execution26/tests/stopsource-general.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/stopsource-general.pass.cpp rename to src/beman/execution26/tests/stopsource-general.pass.cpp diff --git a/src/Beman/Execution26/tests/stopsource-inplace-cons.pass.cpp b/src/beman/execution26/tests/stopsource-inplace-cons.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/stopsource-inplace-cons.pass.cpp rename to src/beman/execution26/tests/stopsource-inplace-cons.pass.cpp diff --git a/src/Beman/Execution26/tests/stopsource-inplace-general.pass.cpp b/src/beman/execution26/tests/stopsource-inplace-general.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/stopsource-inplace-general.pass.cpp rename to src/beman/execution26/tests/stopsource-inplace-general.pass.cpp diff --git a/src/Beman/Execution26/tests/stopsource-inplace-mem.pass.cpp b/src/beman/execution26/tests/stopsource-inplace-mem.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/stopsource-inplace-mem.pass.cpp rename to src/beman/execution26/tests/stopsource-inplace-mem.pass.cpp diff --git a/src/Beman/Execution26/tests/stopsource-inplace.pass.cpp b/src/beman/execution26/tests/stopsource-inplace.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/stopsource-inplace.pass.cpp rename to src/beman/execution26/tests/stopsource-inplace.pass.cpp diff --git a/src/Beman/Execution26/tests/stopsource-mem.pass.cpp b/src/beman/execution26/tests/stopsource-mem.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/stopsource-mem.pass.cpp rename to src/beman/execution26/tests/stopsource-mem.pass.cpp diff --git a/src/Beman/Execution26/tests/stopsource.pass.cpp b/src/beman/execution26/tests/stopsource.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/stopsource.pass.cpp rename to src/beman/execution26/tests/stopsource.pass.cpp diff --git a/src/Beman/Execution26/tests/stoptoken-concepts.pass.cpp b/src/beman/execution26/tests/stoptoken-concepts.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/stoptoken-concepts.pass.cpp rename to src/beman/execution26/tests/stoptoken-concepts.pass.cpp diff --git a/src/Beman/Execution26/tests/stoptoken-general.pass.cpp b/src/beman/execution26/tests/stoptoken-general.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/stoptoken-general.pass.cpp rename to src/beman/execution26/tests/stoptoken-general.pass.cpp diff --git a/src/Beman/Execution26/tests/stoptoken-inplace-general.pass.cpp b/src/beman/execution26/tests/stoptoken-inplace-general.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/stoptoken-inplace-general.pass.cpp rename to src/beman/execution26/tests/stoptoken-inplace-general.pass.cpp diff --git a/src/Beman/Execution26/tests/stoptoken-inplace-members.pass.cpp b/src/beman/execution26/tests/stoptoken-inplace-members.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/stoptoken-inplace-members.pass.cpp rename to src/beman/execution26/tests/stoptoken-inplace-members.pass.cpp diff --git a/src/Beman/Execution26/tests/stoptoken-inplace.pass.cpp b/src/beman/execution26/tests/stoptoken-inplace.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/stoptoken-inplace.pass.cpp rename to src/beman/execution26/tests/stoptoken-inplace.pass.cpp diff --git a/src/Beman/Execution26/tests/stoptoken-mem.pass.cpp b/src/beman/execution26/tests/stoptoken-mem.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/stoptoken-mem.pass.cpp rename to src/beman/execution26/tests/stoptoken-mem.pass.cpp diff --git a/src/Beman/Execution26/tests/stoptoken-never-general.pass.cpp b/src/beman/execution26/tests/stoptoken-never-general.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/stoptoken-never-general.pass.cpp rename to src/beman/execution26/tests/stoptoken-never-general.pass.cpp diff --git a/src/Beman/Execution26/tests/stoptoken-never.pass.cpp b/src/beman/execution26/tests/stoptoken-never.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/stoptoken-never.pass.cpp rename to src/beman/execution26/tests/stoptoken-never.pass.cpp diff --git a/src/Beman/Execution26/tests/stoptoken.pass.cpp b/src/beman/execution26/tests/stoptoken.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/stoptoken.pass.cpp rename to src/beman/execution26/tests/stoptoken.pass.cpp diff --git a/src/Beman/Execution26/tests/thread-stoptoken-intro.pass.cpp b/src/beman/execution26/tests/thread-stoptoken-intro.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/thread-stoptoken-intro.pass.cpp rename to src/beman/execution26/tests/thread-stoptoken-intro.pass.cpp diff --git a/src/Beman/Execution26/tests/thread-stoptoken-syn.compile.pass.cpp b/src/beman/execution26/tests/thread-stoptoken-syn.compile.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/thread-stoptoken-syn.compile.pass.cpp rename to src/beman/execution26/tests/thread-stoptoken-syn.compile.pass.cpp diff --git a/src/Beman/Execution26/tests/thread-stoptoken.pass.cpp b/src/beman/execution26/tests/thread-stoptoken.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/thread-stoptoken.pass.cpp rename to src/beman/execution26/tests/thread-stoptoken.pass.cpp diff --git a/src/Beman/Execution26/tests/thread.pass.cpp b/src/beman/execution26/tests/thread.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/thread.pass.cpp rename to src/beman/execution26/tests/thread.pass.cpp diff --git a/src/Beman/Execution26/tests/utilities.pass.cpp b/src/beman/execution26/tests/utilities.pass.cpp similarity index 100% rename from src/Beman/Execution26/tests/utilities.pass.cpp rename to src/beman/execution26/tests/utilities.pass.cpp