]> https://gitweb.dealii.org/ - dealii.git/commit
rename cpp-taskflow to taskflow 10451/head
authorTimo Heister <timo.heister@gmail.com>
Wed, 3 Jun 2020 15:27:11 +0000 (11:27 -0400)
committerTimo Heister <timo.heister@gmail.com>
Wed, 3 Jun 2020 15:27:11 +0000 (11:27 -0400)
commitcfd3716ea267e66f65385f518f714ebacd41bbd3
treeed1ae4ea0bc2d6df4fb0c0fa84fc9c6308bbd256
parent88b55b8b33c8202ece75b9d4a796e0784e79e892
rename cpp-taskflow to taskflow

with the 2.5.0 release (2020/06/01), the library decided to rebrand as
"taskflow" instead of "cpp-taskflow". Reflect this change by replacing
all references in the library.
37 files changed:
bundled/CMakeLists.txt
bundled/setup_bundled.cmake
bundled/taskflow-2.4.0/LICENSE [moved from bundled/cpp-taskflow-2.4.0/LICENSE with 100% similarity]
bundled/taskflow-2.4.0/README.md [moved from bundled/cpp-taskflow-2.4.0/README.md with 100% similarity]
bundled/taskflow-2.4.0/include/taskflow/core/error.hpp [moved from bundled/cpp-taskflow-2.4.0/include/taskflow/core/error.hpp with 100% similarity]
bundled/taskflow-2.4.0/include/taskflow/core/executor.hpp [moved from bundled/cpp-taskflow-2.4.0/include/taskflow/core/executor.hpp with 100% similarity]
bundled/taskflow-2.4.0/include/taskflow/core/flow_builder.hpp [moved from bundled/cpp-taskflow-2.4.0/include/taskflow/core/flow_builder.hpp with 100% similarity]
bundled/taskflow-2.4.0/include/taskflow/core/graph.hpp [moved from bundled/cpp-taskflow-2.4.0/include/taskflow/core/graph.hpp with 100% similarity]
bundled/taskflow-2.4.0/include/taskflow/core/notifier.hpp [moved from bundled/cpp-taskflow-2.4.0/include/taskflow/core/notifier.hpp with 100% similarity]
bundled/taskflow-2.4.0/include/taskflow/core/observer.hpp [moved from bundled/cpp-taskflow-2.4.0/include/taskflow/core/observer.hpp with 100% similarity]
bundled/taskflow-2.4.0/include/taskflow/core/task.hpp [moved from bundled/cpp-taskflow-2.4.0/include/taskflow/core/task.hpp with 100% similarity]
bundled/taskflow-2.4.0/include/taskflow/core/taskflow.hpp [moved from bundled/cpp-taskflow-2.4.0/include/taskflow/core/taskflow.hpp with 100% similarity]
bundled/taskflow-2.4.0/include/taskflow/core/topology.hpp [moved from bundled/cpp-taskflow-2.4.0/include/taskflow/core/topology.hpp with 100% similarity]
bundled/taskflow-2.4.0/include/taskflow/core/tsq.hpp [moved from bundled/cpp-taskflow-2.4.0/include/taskflow/core/tsq.hpp with 100% similarity]
bundled/taskflow-2.4.0/include/taskflow/cuda/cuda_device.hpp [moved from bundled/cpp-taskflow-2.4.0/include/taskflow/cuda/cuda_device.hpp with 100% similarity]
bundled/taskflow-2.4.0/include/taskflow/cuda/cuda_error.hpp [moved from bundled/cpp-taskflow-2.4.0/include/taskflow/cuda/cuda_error.hpp with 100% similarity]
bundled/taskflow-2.4.0/include/taskflow/cuda/cuda_flow.hpp [moved from bundled/cpp-taskflow-2.4.0/include/taskflow/cuda/cuda_flow.hpp with 100% similarity]
bundled/taskflow-2.4.0/include/taskflow/cuda/cuda_graph.hpp [moved from bundled/cpp-taskflow-2.4.0/include/taskflow/cuda/cuda_graph.hpp with 100% similarity]
bundled/taskflow-2.4.0/include/taskflow/cuda/cuda_task.hpp [moved from bundled/cpp-taskflow-2.4.0/include/taskflow/cuda/cuda_task.hpp with 100% similarity]
bundled/taskflow-2.4.0/include/taskflow/declarations.hpp [moved from bundled/cpp-taskflow-2.4.0/include/taskflow/declarations.hpp with 100% similarity]
bundled/taskflow-2.4.0/include/taskflow/nstd/any.hpp [moved from bundled/cpp-taskflow-2.4.0/include/taskflow/nstd/any.hpp with 100% similarity]
bundled/taskflow-2.4.0/include/taskflow/nstd/optional.hpp [moved from bundled/cpp-taskflow-2.4.0/include/taskflow/nstd/optional.hpp with 100% similarity]
bundled/taskflow-2.4.0/include/taskflow/nstd/variant.hpp [moved from bundled/cpp-taskflow-2.4.0/include/taskflow/nstd/variant.hpp with 100% similarity]
bundled/taskflow-2.4.0/include/taskflow/taskflow.hpp [moved from bundled/cpp-taskflow-2.4.0/include/taskflow/taskflow.hpp with 100% similarity]
bundled/taskflow-2.4.0/include/taskflow/utility/object_pool.hpp [moved from bundled/cpp-taskflow-2.4.0/include/taskflow/utility/object_pool.hpp with 100% similarity]
bundled/taskflow-2.4.0/include/taskflow/utility/os.hpp [moved from bundled/cpp-taskflow-2.4.0/include/taskflow/utility/os.hpp with 100% similarity]
bundled/taskflow-2.4.0/include/taskflow/utility/passive_vector.hpp [moved from bundled/cpp-taskflow-2.4.0/include/taskflow/utility/passive_vector.hpp with 100% similarity]
bundled/taskflow-2.4.0/include/taskflow/utility/singleton.hpp [moved from bundled/cpp-taskflow-2.4.0/include/taskflow/utility/singleton.hpp with 100% similarity]
bundled/taskflow-2.4.0/include/taskflow/utility/stringify.hpp [moved from bundled/cpp-taskflow-2.4.0/include/taskflow/utility/stringify.hpp with 100% similarity]
bundled/taskflow-2.4.0/include/taskflow/utility/traits.hpp [moved from bundled/cpp-taskflow-2.4.0/include/taskflow/utility/traits.hpp with 100% similarity]
bundled/taskflow-2.4.0/include/taskflow/utility/uuid.hpp [moved from bundled/cpp-taskflow-2.4.0/include/taskflow/utility/uuid.hpp with 100% similarity]
cmake/configure/configure_1_taskflow.cmake [moved from cmake/configure/configure_1_cpp_taskflow.cmake with 61% similarity]
cmake/modules/FindTASKFLOW.cmake [moved from cmake/modules/FindCPP_TASKFLOW.cmake with 52% similarity]
doc/doxygen/options.dox.in
include/deal.II/base/config.h.in
include/deal.II/base/multithread_info.h
source/base/multithread_info.cc

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.