]> https://gitweb.dealii.org/ - dealii.git/commit
fix layout
authorTimo Heister <timo.heister@gmail.com>
Mon, 3 Jul 2023 17:35:20 +0000 (13:35 -0400)
committerTimo Heister <timo.heister@gmail.com>
Mon, 3 Jul 2023 17:35:20 +0000 (13:35 -0400)
commite42d813ebd5def2dedab1db884c0414350df4cad
treec19f4a35aca28d659b857a5555eae757ce6527ff
parent40ab395b21d3cae7d85503e26b32b22b2596ed19
fix layout
77 files changed:
bundled/taskflow-3.6.0/include/taskflow/algorithm/critical.hpp [moved from bundled/taskflow-3.6.0/include/algorithm/critical.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/algorithm/data_pipeline.hpp [moved from bundled/taskflow-3.6.0/include/algorithm/data_pipeline.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/algorithm/find.hpp [moved from bundled/taskflow-3.6.0/include/algorithm/find.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/algorithm/for_each.hpp [moved from bundled/taskflow-3.6.0/include/algorithm/for_each.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/algorithm/launch.hpp [moved from bundled/taskflow-3.6.0/include/algorithm/launch.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/algorithm/partitioner.hpp [moved from bundled/taskflow-3.6.0/include/algorithm/partitioner.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/algorithm/pipeline.hpp [moved from bundled/taskflow-3.6.0/include/algorithm/pipeline.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/algorithm/reduce.hpp [moved from bundled/taskflow-3.6.0/include/algorithm/reduce.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/algorithm/scan.hpp [moved from bundled/taskflow-3.6.0/include/algorithm/scan.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/algorithm/sort.hpp [moved from bundled/taskflow-3.6.0/include/algorithm/sort.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/algorithm/transform.hpp [moved from bundled/taskflow-3.6.0/include/algorithm/transform.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/core/async.hpp [moved from bundled/taskflow-3.6.0/include/core/async.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/core/async_task.hpp [moved from bundled/taskflow-3.6.0/include/core/async_task.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/core/declarations.hpp [moved from bundled/taskflow-3.6.0/include/core/declarations.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/core/environment.hpp [moved from bundled/taskflow-3.6.0/include/core/environment.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/core/error.hpp [moved from bundled/taskflow-3.6.0/include/core/error.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/core/executor-module-opt.hpp [moved from bundled/taskflow-3.6.0/include/core/executor-module-opt.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/core/executor.hpp [moved from bundled/taskflow-3.6.0/include/core/executor.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/core/flow_builder.hpp [moved from bundled/taskflow-3.6.0/include/core/flow_builder.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/core/graph.hpp [moved from bundled/taskflow-3.6.0/include/core/graph.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/core/notifier.hpp [moved from bundled/taskflow-3.6.0/include/core/notifier.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/core/observer.hpp [moved from bundled/taskflow-3.6.0/include/core/observer.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/core/semaphore.hpp [moved from bundled/taskflow-3.6.0/include/core/semaphore.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/core/task.hpp [moved from bundled/taskflow-3.6.0/include/core/task.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/core/taskflow.hpp [moved from bundled/taskflow-3.6.0/include/core/taskflow.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/core/topology.hpp [moved from bundled/taskflow-3.6.0/include/core/topology.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/core/tsq.hpp [moved from bundled/taskflow-3.6.0/include/core/tsq.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/core/worker.hpp [moved from bundled/taskflow-3.6.0/include/core/worker.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/cuda/algorithm/find.hpp [moved from bundled/taskflow-3.6.0/include/cuda/algorithm/find.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/cuda/algorithm/for_each.hpp [moved from bundled/taskflow-3.6.0/include/cuda/algorithm/for_each.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/cuda/algorithm/matmul.hpp [moved from bundled/taskflow-3.6.0/include/cuda/algorithm/matmul.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/cuda/algorithm/merge.hpp [moved from bundled/taskflow-3.6.0/include/cuda/algorithm/merge.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/cuda/algorithm/reduce.hpp [moved from bundled/taskflow-3.6.0/include/cuda/algorithm/reduce.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/cuda/algorithm/scan.hpp [moved from bundled/taskflow-3.6.0/include/cuda/algorithm/scan.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/cuda/algorithm/sort.hpp [moved from bundled/taskflow-3.6.0/include/cuda/algorithm/sort.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/cuda/algorithm/transform.hpp [moved from bundled/taskflow-3.6.0/include/cuda/algorithm/transform.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/cuda/algorithm/transpose.hpp [moved from bundled/taskflow-3.6.0/include/cuda/algorithm/transpose.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/cuda/cuda_capturer.hpp [moved from bundled/taskflow-3.6.0/include/cuda/cuda_capturer.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/cuda/cuda_device.hpp [moved from bundled/taskflow-3.6.0/include/cuda/cuda_device.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/cuda/cuda_error.hpp [moved from bundled/taskflow-3.6.0/include/cuda/cuda_error.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/cuda/cuda_execution_policy.hpp [moved from bundled/taskflow-3.6.0/include/cuda/cuda_execution_policy.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/cuda/cuda_graph.hpp [moved from bundled/taskflow-3.6.0/include/cuda/cuda_graph.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/cuda/cuda_memory.hpp [moved from bundled/taskflow-3.6.0/include/cuda/cuda_memory.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/cuda/cuda_meta.hpp [moved from bundled/taskflow-3.6.0/include/cuda/cuda_meta.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/cuda/cuda_object.hpp [moved from bundled/taskflow-3.6.0/include/cuda/cuda_object.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/cuda/cuda_optimizer.hpp [moved from bundled/taskflow-3.6.0/include/cuda/cuda_optimizer.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/cuda/cuda_stream.hpp [moved from bundled/taskflow-3.6.0/include/cuda/cuda_stream.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/cuda/cuda_task.hpp [moved from bundled/taskflow-3.6.0/include/cuda/cuda_task.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/cuda/cudaflow.hpp [moved from bundled/taskflow-3.6.0/include/cuda/cudaflow.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/dsl/connection.hpp [moved from bundled/taskflow-3.6.0/include/dsl/connection.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/dsl/dsl.hpp [moved from bundled/taskflow-3.6.0/include/dsl/dsl.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/dsl/meta_macro.hpp [moved from bundled/taskflow-3.6.0/include/dsl/meta_macro.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/dsl/task_analyzer.hpp [moved from bundled/taskflow-3.6.0/include/dsl/task_analyzer.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/dsl/task_dsl.hpp [moved from bundled/taskflow-3.6.0/include/dsl/task_dsl.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/dsl/task_trait.hpp [moved from bundled/taskflow-3.6.0/include/dsl/task_trait.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/dsl/tuple_utils.hpp [moved from bundled/taskflow-3.6.0/include/dsl/tuple_utils.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/dsl/type_list.hpp [moved from bundled/taskflow-3.6.0/include/dsl/type_list.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/sycl/algorithm/reduce.hpp [moved from bundled/taskflow-3.6.0/include/sycl/algorithm/reduce.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/sycl/algorithm/sycl_for_each.hpp [moved from bundled/taskflow-3.6.0/include/sycl/algorithm/sycl_for_each.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/sycl/algorithm/sycl_transform.hpp [moved from bundled/taskflow-3.6.0/include/sycl/algorithm/sycl_transform.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/sycl/sycl_execution_policy.hpp [moved from bundled/taskflow-3.6.0/include/sycl/sycl_execution_policy.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/sycl/sycl_graph.hpp [moved from bundled/taskflow-3.6.0/include/sycl/sycl_graph.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/sycl/sycl_meta.hpp [moved from bundled/taskflow-3.6.0/include/sycl/sycl_meta.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/sycl/sycl_task.hpp [moved from bundled/taskflow-3.6.0/include/sycl/sycl_task.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/sycl/syclflow.hpp [moved from bundled/taskflow-3.6.0/include/sycl/syclflow.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/taskflow.hpp [moved from bundled/taskflow-3.6.0/include/taskflow.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/utility/iterator.hpp [moved from bundled/taskflow-3.6.0/include/utility/iterator.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/utility/macros.hpp [moved from bundled/taskflow-3.6.0/include/utility/macros.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/utility/math.hpp [moved from bundled/taskflow-3.6.0/include/utility/math.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/utility/object_pool.hpp [moved from bundled/taskflow-3.6.0/include/utility/object_pool.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/utility/os.hpp [moved from bundled/taskflow-3.6.0/include/utility/os.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/utility/serializer.hpp [moved from bundled/taskflow-3.6.0/include/utility/serializer.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/utility/singleton.hpp [moved from bundled/taskflow-3.6.0/include/utility/singleton.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/utility/small_vector.hpp [moved from bundled/taskflow-3.6.0/include/utility/small_vector.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/utility/stream.hpp [moved from bundled/taskflow-3.6.0/include/utility/stream.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/utility/traits.hpp [moved from bundled/taskflow-3.6.0/include/utility/traits.hpp with 100% similarity]
bundled/taskflow-3.6.0/include/taskflow/utility/uuid.hpp [moved from bundled/taskflow-3.6.0/include/utility/uuid.hpp with 100% similarity]

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.