From bdd137a4d76aa9a6aa1225946259400acb2e59e4 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Mon, 25 May 2020 14:35:19 -0500 Subject: [PATCH] rename directory --- bundled/{cpp-taskflow => cpp-taskflow-2.4.0}/LICENSE | 0 bundled/{cpp-taskflow => cpp-taskflow-2.4.0}/README.md | 0 .../include/taskflow/core/error.hpp | 0 .../include/taskflow/core/executor.hpp | 0 .../include/taskflow/core/flow_builder.hpp | 0 .../include/taskflow/core/graph.hpp | 0 .../include/taskflow/core/notifier.hpp | 0 .../include/taskflow/core/observer.hpp | 0 .../include/taskflow/core/task.hpp | 0 .../include/taskflow/core/taskflow.hpp | 0 .../include/taskflow/core/topology.hpp | 0 .../include/taskflow/core/tsq.hpp | 0 .../include/taskflow/cuda/cuda_device.hpp | 0 .../include/taskflow/cuda/cuda_error.hpp | 0 .../include/taskflow/cuda/cuda_flow.hpp | 0 .../include/taskflow/cuda/cuda_graph.hpp | 0 .../include/taskflow/cuda/cuda_task.hpp | 0 .../include/taskflow/declarations.hpp | 0 .../include/taskflow/nstd/any.hpp | 0 .../include/taskflow/nstd/optional.hpp | 0 .../include/taskflow/nstd/variant.hpp | 0 .../include/taskflow/taskflow.hpp | 0 .../include/taskflow/utility/object_pool.hpp | 0 .../include/taskflow/utility/os.hpp | 0 .../include/taskflow/utility/passive_vector.hpp | 0 .../include/taskflow/utility/singleton.hpp | 0 .../include/taskflow/utility/stringify.hpp | 0 .../include/taskflow/utility/traits.hpp | 0 .../include/taskflow/utility/uuid.hpp | 0 bundled/setup_bundled.cmake | 2 +- 30 files changed, 1 insertion(+), 1 deletion(-) rename bundled/{cpp-taskflow => cpp-taskflow-2.4.0}/LICENSE (100%) rename bundled/{cpp-taskflow => cpp-taskflow-2.4.0}/README.md (100%) rename bundled/{cpp-taskflow => cpp-taskflow-2.4.0}/include/taskflow/core/error.hpp (100%) rename bundled/{cpp-taskflow => cpp-taskflow-2.4.0}/include/taskflow/core/executor.hpp (100%) rename bundled/{cpp-taskflow => cpp-taskflow-2.4.0}/include/taskflow/core/flow_builder.hpp (100%) rename bundled/{cpp-taskflow => cpp-taskflow-2.4.0}/include/taskflow/core/graph.hpp (100%) rename bundled/{cpp-taskflow => cpp-taskflow-2.4.0}/include/taskflow/core/notifier.hpp (100%) rename bundled/{cpp-taskflow => cpp-taskflow-2.4.0}/include/taskflow/core/observer.hpp (100%) rename bundled/{cpp-taskflow => cpp-taskflow-2.4.0}/include/taskflow/core/task.hpp (100%) rename bundled/{cpp-taskflow => cpp-taskflow-2.4.0}/include/taskflow/core/taskflow.hpp (100%) rename bundled/{cpp-taskflow => cpp-taskflow-2.4.0}/include/taskflow/core/topology.hpp (100%) rename bundled/{cpp-taskflow => cpp-taskflow-2.4.0}/include/taskflow/core/tsq.hpp (100%) rename bundled/{cpp-taskflow => cpp-taskflow-2.4.0}/include/taskflow/cuda/cuda_device.hpp (100%) rename bundled/{cpp-taskflow => cpp-taskflow-2.4.0}/include/taskflow/cuda/cuda_error.hpp (100%) rename bundled/{cpp-taskflow => cpp-taskflow-2.4.0}/include/taskflow/cuda/cuda_flow.hpp (100%) rename bundled/{cpp-taskflow => cpp-taskflow-2.4.0}/include/taskflow/cuda/cuda_graph.hpp (100%) rename bundled/{cpp-taskflow => cpp-taskflow-2.4.0}/include/taskflow/cuda/cuda_task.hpp (100%) rename bundled/{cpp-taskflow => cpp-taskflow-2.4.0}/include/taskflow/declarations.hpp (100%) rename bundled/{cpp-taskflow => cpp-taskflow-2.4.0}/include/taskflow/nstd/any.hpp (100%) rename bundled/{cpp-taskflow => cpp-taskflow-2.4.0}/include/taskflow/nstd/optional.hpp (100%) rename bundled/{cpp-taskflow => cpp-taskflow-2.4.0}/include/taskflow/nstd/variant.hpp (100%) rename bundled/{cpp-taskflow => cpp-taskflow-2.4.0}/include/taskflow/taskflow.hpp (100%) rename bundled/{cpp-taskflow => cpp-taskflow-2.4.0}/include/taskflow/utility/object_pool.hpp (100%) rename bundled/{cpp-taskflow => cpp-taskflow-2.4.0}/include/taskflow/utility/os.hpp (100%) rename bundled/{cpp-taskflow => cpp-taskflow-2.4.0}/include/taskflow/utility/passive_vector.hpp (100%) rename bundled/{cpp-taskflow => cpp-taskflow-2.4.0}/include/taskflow/utility/singleton.hpp (100%) rename bundled/{cpp-taskflow => cpp-taskflow-2.4.0}/include/taskflow/utility/stringify.hpp (100%) rename bundled/{cpp-taskflow => cpp-taskflow-2.4.0}/include/taskflow/utility/traits.hpp (100%) rename bundled/{cpp-taskflow => cpp-taskflow-2.4.0}/include/taskflow/utility/uuid.hpp (100%) diff --git a/bundled/cpp-taskflow/LICENSE b/bundled/cpp-taskflow-2.4.0/LICENSE similarity index 100% rename from bundled/cpp-taskflow/LICENSE rename to bundled/cpp-taskflow-2.4.0/LICENSE diff --git a/bundled/cpp-taskflow/README.md b/bundled/cpp-taskflow-2.4.0/README.md similarity index 100% rename from bundled/cpp-taskflow/README.md rename to bundled/cpp-taskflow-2.4.0/README.md diff --git a/bundled/cpp-taskflow/include/taskflow/core/error.hpp b/bundled/cpp-taskflow-2.4.0/include/taskflow/core/error.hpp similarity index 100% rename from bundled/cpp-taskflow/include/taskflow/core/error.hpp rename to bundled/cpp-taskflow-2.4.0/include/taskflow/core/error.hpp diff --git a/bundled/cpp-taskflow/include/taskflow/core/executor.hpp b/bundled/cpp-taskflow-2.4.0/include/taskflow/core/executor.hpp similarity index 100% rename from bundled/cpp-taskflow/include/taskflow/core/executor.hpp rename to bundled/cpp-taskflow-2.4.0/include/taskflow/core/executor.hpp diff --git a/bundled/cpp-taskflow/include/taskflow/core/flow_builder.hpp b/bundled/cpp-taskflow-2.4.0/include/taskflow/core/flow_builder.hpp similarity index 100% rename from bundled/cpp-taskflow/include/taskflow/core/flow_builder.hpp rename to bundled/cpp-taskflow-2.4.0/include/taskflow/core/flow_builder.hpp diff --git a/bundled/cpp-taskflow/include/taskflow/core/graph.hpp b/bundled/cpp-taskflow-2.4.0/include/taskflow/core/graph.hpp similarity index 100% rename from bundled/cpp-taskflow/include/taskflow/core/graph.hpp rename to bundled/cpp-taskflow-2.4.0/include/taskflow/core/graph.hpp diff --git a/bundled/cpp-taskflow/include/taskflow/core/notifier.hpp b/bundled/cpp-taskflow-2.4.0/include/taskflow/core/notifier.hpp similarity index 100% rename from bundled/cpp-taskflow/include/taskflow/core/notifier.hpp rename to bundled/cpp-taskflow-2.4.0/include/taskflow/core/notifier.hpp diff --git a/bundled/cpp-taskflow/include/taskflow/core/observer.hpp b/bundled/cpp-taskflow-2.4.0/include/taskflow/core/observer.hpp similarity index 100% rename from bundled/cpp-taskflow/include/taskflow/core/observer.hpp rename to bundled/cpp-taskflow-2.4.0/include/taskflow/core/observer.hpp diff --git a/bundled/cpp-taskflow/include/taskflow/core/task.hpp b/bundled/cpp-taskflow-2.4.0/include/taskflow/core/task.hpp similarity index 100% rename from bundled/cpp-taskflow/include/taskflow/core/task.hpp rename to bundled/cpp-taskflow-2.4.0/include/taskflow/core/task.hpp diff --git a/bundled/cpp-taskflow/include/taskflow/core/taskflow.hpp b/bundled/cpp-taskflow-2.4.0/include/taskflow/core/taskflow.hpp similarity index 100% rename from bundled/cpp-taskflow/include/taskflow/core/taskflow.hpp rename to bundled/cpp-taskflow-2.4.0/include/taskflow/core/taskflow.hpp diff --git a/bundled/cpp-taskflow/include/taskflow/core/topology.hpp b/bundled/cpp-taskflow-2.4.0/include/taskflow/core/topology.hpp similarity index 100% rename from bundled/cpp-taskflow/include/taskflow/core/topology.hpp rename to bundled/cpp-taskflow-2.4.0/include/taskflow/core/topology.hpp diff --git a/bundled/cpp-taskflow/include/taskflow/core/tsq.hpp b/bundled/cpp-taskflow-2.4.0/include/taskflow/core/tsq.hpp similarity index 100% rename from bundled/cpp-taskflow/include/taskflow/core/tsq.hpp rename to bundled/cpp-taskflow-2.4.0/include/taskflow/core/tsq.hpp diff --git a/bundled/cpp-taskflow/include/taskflow/cuda/cuda_device.hpp b/bundled/cpp-taskflow-2.4.0/include/taskflow/cuda/cuda_device.hpp similarity index 100% rename from bundled/cpp-taskflow/include/taskflow/cuda/cuda_device.hpp rename to bundled/cpp-taskflow-2.4.0/include/taskflow/cuda/cuda_device.hpp diff --git a/bundled/cpp-taskflow/include/taskflow/cuda/cuda_error.hpp b/bundled/cpp-taskflow-2.4.0/include/taskflow/cuda/cuda_error.hpp similarity index 100% rename from bundled/cpp-taskflow/include/taskflow/cuda/cuda_error.hpp rename to bundled/cpp-taskflow-2.4.0/include/taskflow/cuda/cuda_error.hpp diff --git a/bundled/cpp-taskflow/include/taskflow/cuda/cuda_flow.hpp b/bundled/cpp-taskflow-2.4.0/include/taskflow/cuda/cuda_flow.hpp similarity index 100% rename from bundled/cpp-taskflow/include/taskflow/cuda/cuda_flow.hpp rename to bundled/cpp-taskflow-2.4.0/include/taskflow/cuda/cuda_flow.hpp diff --git a/bundled/cpp-taskflow/include/taskflow/cuda/cuda_graph.hpp b/bundled/cpp-taskflow-2.4.0/include/taskflow/cuda/cuda_graph.hpp similarity index 100% rename from bundled/cpp-taskflow/include/taskflow/cuda/cuda_graph.hpp rename to bundled/cpp-taskflow-2.4.0/include/taskflow/cuda/cuda_graph.hpp diff --git a/bundled/cpp-taskflow/include/taskflow/cuda/cuda_task.hpp b/bundled/cpp-taskflow-2.4.0/include/taskflow/cuda/cuda_task.hpp similarity index 100% rename from bundled/cpp-taskflow/include/taskflow/cuda/cuda_task.hpp rename to bundled/cpp-taskflow-2.4.0/include/taskflow/cuda/cuda_task.hpp diff --git a/bundled/cpp-taskflow/include/taskflow/declarations.hpp b/bundled/cpp-taskflow-2.4.0/include/taskflow/declarations.hpp similarity index 100% rename from bundled/cpp-taskflow/include/taskflow/declarations.hpp rename to bundled/cpp-taskflow-2.4.0/include/taskflow/declarations.hpp diff --git a/bundled/cpp-taskflow/include/taskflow/nstd/any.hpp b/bundled/cpp-taskflow-2.4.0/include/taskflow/nstd/any.hpp similarity index 100% rename from bundled/cpp-taskflow/include/taskflow/nstd/any.hpp rename to bundled/cpp-taskflow-2.4.0/include/taskflow/nstd/any.hpp diff --git a/bundled/cpp-taskflow/include/taskflow/nstd/optional.hpp b/bundled/cpp-taskflow-2.4.0/include/taskflow/nstd/optional.hpp similarity index 100% rename from bundled/cpp-taskflow/include/taskflow/nstd/optional.hpp rename to bundled/cpp-taskflow-2.4.0/include/taskflow/nstd/optional.hpp diff --git a/bundled/cpp-taskflow/include/taskflow/nstd/variant.hpp b/bundled/cpp-taskflow-2.4.0/include/taskflow/nstd/variant.hpp similarity index 100% rename from bundled/cpp-taskflow/include/taskflow/nstd/variant.hpp rename to bundled/cpp-taskflow-2.4.0/include/taskflow/nstd/variant.hpp diff --git a/bundled/cpp-taskflow/include/taskflow/taskflow.hpp b/bundled/cpp-taskflow-2.4.0/include/taskflow/taskflow.hpp similarity index 100% rename from bundled/cpp-taskflow/include/taskflow/taskflow.hpp rename to bundled/cpp-taskflow-2.4.0/include/taskflow/taskflow.hpp diff --git a/bundled/cpp-taskflow/include/taskflow/utility/object_pool.hpp b/bundled/cpp-taskflow-2.4.0/include/taskflow/utility/object_pool.hpp similarity index 100% rename from bundled/cpp-taskflow/include/taskflow/utility/object_pool.hpp rename to bundled/cpp-taskflow-2.4.0/include/taskflow/utility/object_pool.hpp diff --git a/bundled/cpp-taskflow/include/taskflow/utility/os.hpp b/bundled/cpp-taskflow-2.4.0/include/taskflow/utility/os.hpp similarity index 100% rename from bundled/cpp-taskflow/include/taskflow/utility/os.hpp rename to bundled/cpp-taskflow-2.4.0/include/taskflow/utility/os.hpp diff --git a/bundled/cpp-taskflow/include/taskflow/utility/passive_vector.hpp b/bundled/cpp-taskflow-2.4.0/include/taskflow/utility/passive_vector.hpp similarity index 100% rename from bundled/cpp-taskflow/include/taskflow/utility/passive_vector.hpp rename to bundled/cpp-taskflow-2.4.0/include/taskflow/utility/passive_vector.hpp diff --git a/bundled/cpp-taskflow/include/taskflow/utility/singleton.hpp b/bundled/cpp-taskflow-2.4.0/include/taskflow/utility/singleton.hpp similarity index 100% rename from bundled/cpp-taskflow/include/taskflow/utility/singleton.hpp rename to bundled/cpp-taskflow-2.4.0/include/taskflow/utility/singleton.hpp diff --git a/bundled/cpp-taskflow/include/taskflow/utility/stringify.hpp b/bundled/cpp-taskflow-2.4.0/include/taskflow/utility/stringify.hpp similarity index 100% rename from bundled/cpp-taskflow/include/taskflow/utility/stringify.hpp rename to bundled/cpp-taskflow-2.4.0/include/taskflow/utility/stringify.hpp diff --git a/bundled/cpp-taskflow/include/taskflow/utility/traits.hpp b/bundled/cpp-taskflow-2.4.0/include/taskflow/utility/traits.hpp similarity index 100% rename from bundled/cpp-taskflow/include/taskflow/utility/traits.hpp rename to bundled/cpp-taskflow-2.4.0/include/taskflow/utility/traits.hpp diff --git a/bundled/cpp-taskflow/include/taskflow/utility/uuid.hpp b/bundled/cpp-taskflow-2.4.0/include/taskflow/utility/uuid.hpp similarity index 100% rename from bundled/cpp-taskflow/include/taskflow/utility/uuid.hpp rename to bundled/cpp-taskflow-2.4.0/include/taskflow/utility/uuid.hpp diff --git a/bundled/setup_bundled.cmake b/bundled/setup_bundled.cmake index 4926a0cd69..896a2c2072 100644 --- a/bundled/setup_bundled.cmake +++ b/bundled/setup_bundled.cmake @@ -40,7 +40,7 @@ OPTION(DEAL_II_FORCE_BUNDLED_CPP_TASKFLOW "Always use the bundled taskflow header library instead of an external one." OFF) -SET(CPP_TASKFLOW_FOLDER "${CMAKE_SOURCE_DIR}/bundled/cpp-taskflow") +SET(CPP_TASKFLOW_FOLDER "${CMAKE_SOURCE_DIR}/bundled/cpp-taskflow-2.4.0") # -- 2.39.5