[hpx-commits] [STEllAR-GROUP/hpx] 7722a8: Make opaque handle_assert noexcept

2019-12-02 Thread Agustín Bergé
  Branch: refs/heads/delambify-assert
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 7722a8fae254889005b73e85f6d5ee3f6a35c50f
  
https://github.com/STEllAR-GROUP/hpx/commit/7722a8fae254889005b73e85f6d5ee3f6a35c50f
  Author: Agustin K-ballo Berge 
  Date:   2019-12-02 (Mon, 02 Dec 2019)

  Changed paths:
M libs/assertion/include/hpx/assertion/evaluate_assert.hpp
M libs/assertion/src/assertion.cpp

  Log Message:
  ---
  Make opaque handle_assert noexcept


___
hpx-commits mailing list
hpx-commits@stellar.cct.lsu.edu
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits


[hpx-commits] [STEllAR-GROUP/hpx] 36cc21: Remove lambdas from assert expressions

2019-12-02 Thread Agustín Bergé
  Branch: refs/heads/delambify-assert
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 36cc216647f10cca1b541d6935d43709083673ef
  
https://github.com/STEllAR-GROUP/hpx/commit/36cc216647f10cca1b541d6935d43709083673ef
  Author: Agustin K-ballo Berge 
  Date:   2019-12-02 (Mon, 02 Dec 2019)

  Changed paths:
M libs/assertion/include/hpx/assertion.hpp
M libs/assertion/include/hpx/assertion/evaluate_assert.hpp

  Log Message:
  ---
  Remove lambdas from assert expressions


___
hpx-commits mailing list
hpx-commits@stellar.cct.lsu.edu
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits


[hpx-commits] [STEllAR-GROUP/hpx] 767b5d: Adding string header include

2019-12-02 Thread Kevin Huck
  Branch: refs/heads/fix_annotated_task_apex
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 767b5d2c4503f2f784f4d1efc2df1d9f78e8f749
  
https://github.com/STEllAR-GROUP/hpx/commit/767b5d2c4503f2f784f4d1efc2df1d9f78e8f749
  Author: Kevin Huck 
  Date:   2019-12-02 (Mon, 02 Dec 2019)

  Changed paths:
M hpx/util/annotated_function.hpp

  Log Message:
  ---
  Adding string header include


___
hpx-commits mailing list
hpx-commits@stellar.cct.lsu.edu
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits


[hpx-commits] [STEllAR-GROUP/hpx] be37d9: Adding action specializations for noexcept functions

2019-12-02 Thread Hartmut Kaiser
  Branch: refs/heads/noexcept_actions
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: be37d9448aa3ed71b552c63e829d21e83401c7ce
  
https://github.com/STEllAR-GROUP/hpx/commit/be37d9448aa3ed71b552c63e829d21e83401c7ce
  Author: Hartmut Kaiser 
  Date:   2019-12-02 (Mon, 02 Dec 2019)

  Changed paths:
M cmake/HPX_AddConfigTest.cmake
M cmake/HPX_PerformCxxFeatureTests.cmake
A cmake/tests/cxx17_noexcept_function.cpp
M hpx/runtime/actions/component_action.hpp
M hpx/runtime/actions/plain_action.hpp
M tests/performance/local/future_overhead.cpp

  Log Message:
  ---
  Adding action specializations for noexcept functions


___
hpx-commits mailing list
hpx-commits@stellar.cct.lsu.edu
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits


[hpx-commits] [STEllAR-GROUP/hpx] cb6663: Adding LIFO and FIFO variations of local work-stea...

2019-12-02 Thread Hartmut Kaiser
  Branch: refs/heads/local_workstealing_scheduler
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: cb6663b8db5d3c93601e5dfe6db9bbbda4c38304
  
https://github.com/STEllAR-GROUP/hpx/commit/cb6663b8db5d3c93601e5dfe6db9bbbda4c38304
  Author: Hartmut Kaiser 
  Date:   2019-12-02 (Mon, 02 Dec 2019)

  Changed paths:
M CMakeLists.txt
M examples/quickstart/fibonacci_local.cpp
M hpx/async.hpp
M hpx/async_launch_policy_dispatch.hpp
M hpx/runtime/threads/detail/scheduling_loop.hpp
M hpx/runtime/threads/policies/local_workstealing_scheduler.hpp
M hpx/runtime/threads/policies/thread_queue.hpp
M libs/concurrency/include/hpx/concurrency/cache_line_data.hpp
M 
libs/resource_partitioner/include/hpx/resource_partitioner/partitioner_fwd.hpp
M libs/resource_partitioner/src/detail_partitioner.cpp
M libs/threadmanager/src/threadmanager.cpp
M src/CMakeLists.txt
M src/runtime/threads/detail/scheduled_thread_pool.cpp
M src/util/command_line_handling.cpp
M src/util/parse_command_line.cpp
M src/util/runtime_configuration.cpp
M tests/performance/local/future_overhead.cpp

  Log Message:
  ---
  Adding LIFO and FIFO variations of local work-stealing scheduler

- flyby: fixing HPX_WITH_SWAP_CONTEXT_EMULATION
- flyby: minor changes to fibonacci_local example


___
hpx-commits mailing list
hpx-commits@stellar.cct.lsu.edu
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits


[hpx-commits] [STEllAR-GROUP/hpx] ea7176: Inline execution of scoped tasks, if possible

2019-12-02 Thread Hartmut Kaiser
  Branch: refs/heads/inline_execution
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: ea7176cbc7fd732c55005d99ec6d69bc48f82e36
  
https://github.com/STEllAR-GROUP/hpx/commit/ea7176cbc7fd732c55005d99ec6d69bc48f82e36
  Author: Hartmut Kaiser 
  Date:   2019-12-02 (Mon, 02 Dec 2019)

  Changed paths:
M CMakeLists.txt
M examples/quickstart/fibonacci_local.cpp
M hpx/async.hpp
M hpx/async_launch_policy_dispatch.hpp
M hpx/lcos/detail/future_data.hpp
M hpx/lcos/local/futures_factory.hpp
A hpx/runtime/threads/detail/execute_thread.hpp
M hpx/runtime/threads/detail/scheduling_loop.hpp
M hpx/runtime/threads/policies/local_priority_queue_scheduler.hpp
M hpx/runtime/threads/policies/thread_queue.hpp
M hpx/runtime/threads/thread_data.hpp
M hpx/runtime/threads/thread_data_stackful.hpp
M libs/concurrency/include/hpx/concurrency/cache_line_data.hpp
M libs/coroutines/include/hpx/coroutines/coroutine.hpp
M libs/coroutines/include/hpx/coroutines/detail/context_windows_fibers.hpp
M libs/coroutines/include/hpx/coroutines/detail/coroutine_impl.hpp
A 
libs/coroutines/include/hpx/coroutines/detail/coroutine_stackful_self_direct.hpp
M libs/coroutines/include/hpx/coroutines/detail/get_stack_pointer.hpp
M libs/coroutines/include/hpx/coroutines/thread_enums.hpp
M libs/coroutines/src/detail/coroutine_impl.cpp
M libs/execution/CMakeLists.txt
M libs/execution/include/hpx/parallel/executors/post_policy_dispatch.hpp
A libs/execution/include/hpx/parallel/executors/scoped_parallel_executor.hpp
M src/CMakeLists.txt
A src/runtime/threads/detail/execute_thread.cpp
M src/runtime/threads/executors/thread_pool_attached_executors.cpp
M src/runtime/threads/thread_data.cpp

  Log Message:
  ---
  Inline execution of scoped tasks, if possible

- flyby: adding stack size detection on Windows
- flyby: fixing scheduler hint pass through to various functions
- flyby: specialize cache_line_data for items that don't require padding
- flyby: fixing HPX_WITH_SWAP_CONTEXT_EMULATION on Windows


___
hpx-commits mailing list
hpx-commits@stellar.cct.lsu.edu
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits


[hpx-commits] [STEllAR-GROUP/hpx] 21ac79: update hpxmp tage to v0.3.0

2019-12-02 Thread Mikael Simberg
  Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 21ac79d922b2b39cb44ea91d35f377e0c31d624c
  
https://github.com/STEllAR-GROUP/hpx/commit/21ac79d922b2b39cb44ea91d35f377e0c31d624c
  Author: tianyi93 
  Date:   2019-11-29 (Fri, 29 Nov 2019)

  Changed paths:
M CMakeLists.txt

  Log Message:
  ---
  update hpxmp tage to v0.3.0


  Commit: 8558bc9fa2945432d83234df19652958ef1404cb
  
https://github.com/STEllAR-GROUP/hpx/commit/8558bc9fa2945432d83234df19652958ef1404cb
  Author: Mikael Simberg 
  Date:   2019-12-02 (Mon, 02 Dec 2019)

  Changed paths:
M CMakeLists.txt

  Log Message:
  ---
  Merge pull request #4248 from STEllAR-GROUP/hpxmp_tag

update hpxmp tage to v0.3.0


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/a759ebe007fa...8558bc9fa294
___
hpx-commits mailing list
hpx-commits@stellar.cct.lsu.edu
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits


[hpx-commits] [STEllAR-GROUP/hpx]

2019-12-02 Thread Mikael Simberg
  Branch: refs/heads/hpxmp_tag
  Home:   https://github.com/STEllAR-GROUP/hpx
___
hpx-commits mailing list
hpx-commits@stellar.cct.lsu.edu
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits