Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 6bea81632bebdd15d89087c5a81d5bc4a0b8c049
      
https://github.com/STEllAR-GROUP/hpx/commit/6bea81632bebdd15d89087c5a81d5bc4a0b8c049
  Author: Mikael Simberg <[email protected]>
  Date:   2021-02-15 (Mon, 15 Feb 2021)

  Changed paths:
    M .jenkins/cscs/env-clang-oldest.sh
    M CMakeLists.txt
    M libs/core/schedulers/include/hpx/modules/schedulers.hpp
    M libs/core/schedulers/include/hpx/schedulers/local_queue_scheduler.hpp
    M libs/core/schedulers/include/hpx/schedulers/lockfree_queue_backends.hpp
    M 
libs/core/schedulers/include/hpx/schedulers/shared_priority_queue_scheduler.hpp
    M 
libs/core/schedulers/include/hpx/schedulers/static_priority_queue_scheduler.hpp
    M libs/core/schedulers/include/hpx/schedulers/static_queue_scheduler.hpp
    M libs/core/schedulers/tests/unit/schedule_last.cpp
    M libs/core/thread_pools/src/scheduled_thread_pool.cpp
    M libs/core/threading_base/include/hpx/threading_base/annotated_function.hpp
    M libs/core/threading_base/tests/regressions/thread_stacksize_current.cpp
    M 
libs/full/thread_executors/include/hpx/execution/executors/this_thread_executors.hpp
    M 
libs/full/thread_executors/include/hpx/execution/executors/thread_pool_executors.hpp
    M 
libs/full/thread_executors/include/hpx/execution/executors/thread_pool_os_executors.hpp
    M 
libs/full/thread_executors/include/hpx/thread_executors/embedded_thread_pool_executors.hpp
    M 
libs/full/thread_executors/include/hpx/thread_executors/this_thread_executors.hpp
    M 
libs/full/thread_executors/include/hpx/thread_executors/thread_pool_attached_executors.hpp
    M 
libs/full/thread_executors/include/hpx/thread_executors/thread_pool_os_executors.hpp
    M libs/full/thread_executors/src/embedded_thread_pool_executors.cpp
    M libs/full/thread_executors/src/this_thread_executors.cpp
    M libs/full/thread_executors/src/thread_pool_os_executors.cpp
    M libs/full/thread_executors/tests/unit/resource_manager.cpp
    M 
libs/full/thread_executors/tests/unit/standalone_thread_pool_os_executors.cpp
    M libs/full/thread_executors/tests/unit/this_thread_executors.cpp
    M libs/full/thread_executors/tests/unit/thread_pool_executors.cpp
    M libs/full/thread_executors/tests/unit/thread_pool_os_executors.cpp
    M libs/full/thread_executors/tests/unit/timed_this_thread_executors.cpp
    M libs/full/thread_executors/tests/unit/timed_thread_pool_executors.cpp
    M libs/full/threadmanager/src/threadmanager.cpp
    M 
libs/parallelism/executors/include/hpx/executors/thread_pool_attached_executors.hpp
    M libs/parallelism/executors/tests/unit/thread_pool_attached_executors.cpp
    M tests/unit/resource/cross_pool_injection.cpp
    M tests/unit/resource/shutdown_suspended_pus.cpp
    M tests/unit/resource/suspend_pool.cpp
    M tests/unit/resource/suspend_pool_external.cpp
    M tests/unit/resource/suspend_runtime.cpp
    M tests/unit/resource/suspend_thread.cpp
    M tests/unit/resource/suspend_thread_external.cpp
    M tests/unit/resource/suspend_thread_timed.cpp

  Log Message:
  -----------
  Remove HPX_WITH_THREAD_SCHEDULERS CMake option


  Commit: 7790db62430b07a024ca829d90cf0edfcafcf13c
      
https://github.com/STEllAR-GROUP/hpx/commit/7790db62430b07a024ca829d90cf0edfcafcf13c
  Author: Mikael Simberg <[email protected]>
  Date:   2021-02-15 (Mon, 15 Feb 2021)

  Changed paths:
    M .jenkins/cscs/env-clang-oldest.sh
    M CMakeLists.txt
    M libs/core/schedulers/include/hpx/modules/schedulers.hpp
    M libs/core/schedulers/include/hpx/schedulers/local_queue_scheduler.hpp
    M libs/core/schedulers/include/hpx/schedulers/lockfree_queue_backends.hpp
    M 
libs/core/schedulers/include/hpx/schedulers/shared_priority_queue_scheduler.hpp
    M 
libs/core/schedulers/include/hpx/schedulers/static_priority_queue_scheduler.hpp
    M libs/core/schedulers/include/hpx/schedulers/static_queue_scheduler.hpp
    M libs/core/schedulers/tests/unit/schedule_last.cpp
    M libs/core/thread_pools/src/scheduled_thread_pool.cpp
    M libs/core/threading_base/tests/regressions/thread_stacksize_current.cpp
    M 
libs/full/thread_executors/include/hpx/execution/executors/this_thread_executors.hpp
    M 
libs/full/thread_executors/include/hpx/execution/executors/thread_pool_executors.hpp
    M 
libs/full/thread_executors/include/hpx/execution/executors/thread_pool_os_executors.hpp
    M 
libs/full/thread_executors/include/hpx/thread_executors/embedded_thread_pool_executors.hpp
    M 
libs/full/thread_executors/include/hpx/thread_executors/this_thread_executors.hpp
    M 
libs/full/thread_executors/include/hpx/thread_executors/thread_pool_attached_executors.hpp
    M 
libs/full/thread_executors/include/hpx/thread_executors/thread_pool_os_executors.hpp
    M libs/full/thread_executors/src/embedded_thread_pool_executors.cpp
    M libs/full/thread_executors/src/this_thread_executors.cpp
    M libs/full/thread_executors/src/thread_pool_os_executors.cpp
    M libs/full/thread_executors/tests/unit/resource_manager.cpp
    M 
libs/full/thread_executors/tests/unit/standalone_thread_pool_os_executors.cpp
    M libs/full/thread_executors/tests/unit/this_thread_executors.cpp
    M libs/full/thread_executors/tests/unit/thread_pool_executors.cpp
    M libs/full/thread_executors/tests/unit/thread_pool_os_executors.cpp
    M libs/full/thread_executors/tests/unit/timed_this_thread_executors.cpp
    M libs/full/thread_executors/tests/unit/timed_thread_pool_executors.cpp
    M libs/full/threadmanager/src/threadmanager.cpp
    M 
libs/parallelism/executors/include/hpx/executors/thread_pool_attached_executors.hpp
    M libs/parallelism/executors/tests/unit/thread_pool_attached_executors.cpp
    M tests/unit/resource/cross_pool_injection.cpp
    M tests/unit/resource/shutdown_suspended_pus.cpp
    M tests/unit/resource/suspend_pool.cpp
    M tests/unit/resource/suspend_pool_external.cpp
    M tests/unit/resource/suspend_runtime.cpp
    M tests/unit/resource/suspend_thread.cpp
    M tests/unit/resource/suspend_thread_external.cpp
    M tests/unit/resource/suspend_thread_timed.cpp

  Log Message:
  -----------
  Merge pull request #5171 from msimberg/remove-thread-schedulers-cmake-option

Remove HPX_WITH_THREAD_SCHEDULERS CMake option


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/6be9c0698b98...7790db62430b
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to