Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 22de1bbdeb37e9595333f1ecfffe615f6fb3144c
      
https://github.com/STEllAR-GROUP/hpx/commit/22de1bbdeb37e9595333f1ecfffe615f6fb3144c
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-06-20 (Sun, 20 Jun 2021)

  Changed paths:
    M libs/core/concepts/include/hpx/concepts/has_member_xxx.hpp
    M libs/core/concepts/include/hpx/concepts/has_xxx.hpp
    M libs/core/execution_base/include/hpx/execution_base/traits/is_executor.hpp
    M 
libs/core/execution_base/include/hpx/execution_base/traits/is_executor_parameters.hpp
    M libs/core/functional/include/hpx/functional/deferred_call.hpp
    M libs/core/functional/include/hpx/functional/tag_dispatch.hpp
    M libs/core/functional/include/hpx/functional/tag_fallback_dispatch.hpp
    M libs/core/functional/include/hpx/functional/tag_priority_dispatch.hpp
    M libs/core/type_support/include/hpx/type_support/always_void.hpp
    M libs/parallelism/execution/include/hpx/execution/executors/execution.hpp
    M 
libs/parallelism/execution/include/hpx/execution/executors/fused_bulk_execute.hpp
    M 
libs/parallelism/execution/include/hpx/execution/traits/executor_traits.hpp
    M libs/parallelism/executors/CMakeLists.txt
    A libs/parallelism/executors/include/hpx/executors/annotating_executor.hpp
    M 
libs/parallelism/executors/include/hpx/executors/execution_policy_annotation.hpp
    M libs/parallelism/executors/include/hpx/executors/parallel_executor.hpp
    M libs/parallelism/executors/tests/unit/CMakeLists.txt
    A libs/parallelism/executors/tests/unit/annotating_executor.cpp
    M libs/parallelism/executors/tests/unit/annotation_property.cpp
    M 
libs/parallelism/timed_execution/include/hpx/timed_execution/traits/is_timed_executor.hpp

  Log Message:
  -----------
  Create generic executor that adds annotations to any other executor

- flyby: removed obsolete #if defined(HPX_HAVE_CXX17_VARIABLE_TEMPLATES)
- flyby: constexpr variables can be inline
- flyby: modernize execution traits


  Commit: 740a7901d8f6c02b9f548acde128c70fd8e447fe
      
https://github.com/STEllAR-GROUP/hpx/commit/740a7901d8f6c02b9f548acde128c70fd8e447fe
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-06-21 (Mon, 21 Jun 2021)

  Changed paths:
    M libs/core/concepts/include/hpx/concepts/has_member_xxx.hpp
    M libs/core/concepts/include/hpx/concepts/has_xxx.hpp
    M libs/core/execution_base/include/hpx/execution_base/traits/is_executor.hpp
    M 
libs/core/execution_base/include/hpx/execution_base/traits/is_executor_parameters.hpp
    M libs/core/functional/include/hpx/functional/deferred_call.hpp
    M libs/core/functional/include/hpx/functional/tag_dispatch.hpp
    M libs/core/functional/include/hpx/functional/tag_fallback_dispatch.hpp
    M libs/core/functional/include/hpx/functional/tag_priority_dispatch.hpp
    M libs/core/type_support/include/hpx/type_support/always_void.hpp
    M libs/parallelism/execution/include/hpx/execution/executors/execution.hpp
    M 
libs/parallelism/execution/include/hpx/execution/executors/fused_bulk_execute.hpp
    M 
libs/parallelism/execution/include/hpx/execution/traits/executor_traits.hpp
    M libs/parallelism/executors/CMakeLists.txt
    A libs/parallelism/executors/include/hpx/executors/annotating_executor.hpp
    M 
libs/parallelism/executors/include/hpx/executors/execution_policy_annotation.hpp
    M libs/parallelism/executors/include/hpx/executors/parallel_executor.hpp
    M libs/parallelism/executors/tests/unit/CMakeLists.txt
    A libs/parallelism/executors/tests/unit/annotating_executor.cpp
    M libs/parallelism/executors/tests/unit/annotation_property.cpp
    M 
libs/parallelism/timed_execution/include/hpx/timed_execution/traits/is_timed_executor.hpp

  Log Message:
  -----------
  Merge pull request #5403 from STEllAR-GROUP/annotated_executor

Create generic executor that adds annotations to any other executor


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/22fa8bf1b3b1...740a7901d8f6
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to