[hpx-commits] [STEllAR-GROUP/hpx] 257664: Adding capability to buildsystem to use an install...

2020-01-24 Thread Hartmut Kaiser
  Branch: refs/heads/installed_hpx_build
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 257664fc4d5c22ca8653195be683bb41fabebdae
  
https://github.com/STEllAR-GROUP/hpx/commit/257664fc4d5c22ca8653195be683bb41fabebdae
  Author: Hartmut Kaiser 
  Date:   2020-01-24 (Fri, 24 Jan 2020)

  Changed paths:
M CMakeLists.txt
M cmake/HPX_Option.cmake
A cmake/build_hpx.cmake
A cmake/installed_hpx.cmake

  Log Message:
  ---
  Adding capability to buildsystem to use an installed version of HPX to build 
tests and/or examples

- this can be enabled by -DHPX_WITH_INSTALLED_VERSION=On


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


[hpx-commits] [STEllAR-GROUP/hpx] a385ae: Update hpx/runtime/threads/policies/thread_queue.hpp

2020-01-24 Thread Hartmut Kaiser
  Branch: refs/heads/assorted_fixes
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: a385ae89cb23f916e39d1f4b5aa97012f618fb6b
  
https://github.com/STEllAR-GROUP/hpx/commit/a385ae89cb23f916e39d1f4b5aa97012f618fb6b
  Author: Hartmut Kaiser 
  Date:   2020-01-24 (Fri, 24 Jan 2020)

  Changed paths:
M hpx/runtime/threads/policies/thread_queue.hpp

  Log Message:
  ---
  Update hpx/runtime/threads/policies/thread_queue.hpp

Co-Authored-By: Mikael Simberg 


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


[hpx-commits] [STEllAR-GROUP/hpx] 987025: Update hpx/runtime/threads/policies/thread_queue.hpp

2020-01-24 Thread Hartmut Kaiser
  Branch: refs/heads/assorted_fixes
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 987025690888bacee3eb7076214bb409936cbfe9
  
https://github.com/STEllAR-GROUP/hpx/commit/987025690888bacee3eb7076214bb409936cbfe9
  Author: Hartmut Kaiser 
  Date:   2020-01-24 (Fri, 24 Jan 2020)

  Changed paths:
M hpx/runtime/threads/policies/thread_queue.hpp

  Log Message:
  ---
  Update hpx/runtime/threads/policies/thread_queue.hpp

Co-Authored-By: Mikael Simberg 


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


[hpx-commits] [STEllAR-GROUP/hpx] 7ebf7b: Changing grain size test to use worked_timer inste...

2020-01-24 Thread Shahrzad Shirzad
  Branch: refs/heads/blaze_runs
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 7ebf7b7645f6d997741cdf5a471ff71df2fb8051
  
https://github.com/STEllAR-GROUP/hpx/commit/7ebf7b7645f6d997741cdf5a471ff71df2fb8051
  Author: Shahrzad Shirzad 
  Date:   2020-01-15 (Wed, 15 Jan 2020)

  Changed paths:
M tests/performance/local/grain_size.cpp

  Log Message:
  ---
  Changing grain size test to use worked_timer instead of sleep_for


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


[hpx-commits] [STEllAR-GROUP/hpx] 1cd5db: This is a collection of mostly minor (cleanup) fix...

2020-01-24 Thread Hartmut Kaiser
  Branch: refs/heads/assorted_fixes
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 1cd5dbcfbbd8008ca585a90f95c2b99a9f741a0d
  
https://github.com/STEllAR-GROUP/hpx/commit/1cd5dbcfbbd8008ca585a90f95c2b99a9f741a0d
  Author: Hartmut Kaiser 
  Date:   2020-01-24 (Fri, 24 Jan 2020)

  Changed paths:
M hpx/async.hpp
M hpx/async_launch_policy_dispatch.hpp
M hpx/lcos/local/futures_factory.hpp
M hpx/runtime/threads/detail/scheduling_loop.hpp
M hpx/runtime/threads/detail/set_thread_state.hpp
M hpx/runtime/threads/policies/local_priority_queue_scheduler.hpp
M hpx/runtime/threads/policies/local_queue_scheduler.hpp
M hpx/runtime/threads/policies/scheduler_base.hpp
M hpx/runtime/threads/policies/shared_priority_queue_scheduler.hpp
M hpx/runtime/threads/policies/thread_queue.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_base.hpp
M libs/coroutines/include/hpx/coroutines/detail/coroutine_impl.hpp
M libs/coroutines/include/hpx/coroutines/thread_enums.hpp
M libs/coroutines/include/hpx/coroutines/thread_id_type.hpp
M libs/coroutines/src/detail/context_base.cpp
M libs/execution/include/hpx/execution/executors/post_policy_dispatch.hpp
M src/runtime/threads/execution_agent.cpp
M src/runtime/threads/executors/thread_pool_attached_executors.cpp
M src/util/backtrace/backtrace.cpp

  Log Message:
  ---
  This is a collection of mostly minor (cleanup) fixes to various places of the 
threading subsystem


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


[hpx-commits] [STEllAR-GROUP/hpx] 77f477: This adds the missing tests for async_colocated an...

2020-01-24 Thread Hartmut Kaiser
  Branch: refs/heads/async_colocated_tests
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 77f4779a5793120e2c06e234bba58ac4dccdec48
  
https://github.com/STEllAR-GROUP/hpx/commit/77f4779a5793120e2c06e234bba58ac4dccdec48
  Author: Hartmut Kaiser 
  Date:   2020-01-24 (Fri, 24 Jan 2020)

  Changed paths:
M hpx/runtime/applier/detail/apply_colocated.hpp
M tests/unit/lcos/CMakeLists.txt
A tests/unit/lcos/async_colocated.cpp
A tests/unit/lcos/async_continue_colocated.cpp

  Log Message:
  ---
  This adds the missing tests for async_colocated and async_continue_colocated

- fixing a problem revealed by the new tests


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


[hpx-commits] [STEllAR-GROUP/hpx] be148b: Updating Sphinx docs

2020-01-24 Thread STE||AR-Bot
  Branch: refs/heads/gh-pages
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: be148bd5f515ea67215ec7876acabfb18146c353
  
https://github.com/STEllAR-GROUP/hpx/commit/be148bd5f515ea67215ec7876acabfb18146c353
  Author: StellarBot 
  Date:   2020-01-24 (Fri, 24 Jan 2020)

  Changed paths:
M docs/sphinx/branches/master/html/_sources/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/affinity/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/algorithms/api.rst.txt
M 
docs/sphinx/branches/master/html/_sources/libs/allocator_support/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/assertion/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/basic_execution/api.rst.txt
M 
docs/sphinx/branches/master/html/_sources/libs/batch_environments/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/cache/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/checkpoint/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/collectives/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/compute/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/compute_cuda/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/concepts/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/concurrency/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/config/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/coroutines/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/datastructures/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/debugging/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/errors/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/execution/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/format/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/functional/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/hardware/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/hashing/api.rst.txt
M 
docs/sphinx/branches/master/html/_sources/libs/iterator_support/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/local_lcos/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/logging/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/plugin/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/preprocessor/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/program_options/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/resiliency/api.rst.txt
M 
docs/sphinx/branches/master/html/_sources/libs/resource_partitioner/api.rst.txt
M 
docs/sphinx/branches/master/html/_sources/libs/segmented_algorithms/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/serialization/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/static_reinit/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/statistics/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/synchronization/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/testing/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/thread_support/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/threadmanager/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/timing/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/topology/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/type_support/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/util/api.rst.txt
M docs/sphinx/branches/master/html/about_hpx.html
M docs/sphinx/branches/master/html/about_hpx/history.html
M docs/sphinx/branches/master/html/about_hpx/people.html
M docs/sphinx/branches/master/html/additional_material.html
M docs/sphinx/branches/master/html/api.html
M docs/sphinx/branches/master/html/contributing.html
M docs/sphinx/branches/master/html/contributing/docker_image.html
M docs/sphinx/branches/master/html/contributing/documentation.html
M docs/sphinx/branches/master/html/contributing/modules.html
M docs/sphinx/branches/master/html/contributing/release_procedure.html
M docs/sphinx/branches/master/html/contributing/testing_hpx.html
M docs/sphinx/branches/master/html/examples.html
M docs/sphinx/branches/master/html/examples/1d_stencil.html
M docs/sphinx/branches/master/html/examples/accumulator.html
M docs/sphinx/branches/master/html/examples/fibonacci.html
M docs/sphinx/branches/master/html/examples/fibonacci_local.html
M docs/sphinx/branches/master/html/examples/hello_world.html
M docs/sphinx/branches/master/html/examples/interest_calculator.html
M docs/sphinx/branches/master/html/genindex-A.html
M docs/sphinx/branches/master/html/genindex-B.html
M docs/sphinx/branches/master/html/genindex-C.html
M docs/sphinx/branches

[hpx-commits] [STEllAR-GROUP/hpx] e2a18b: Updating Sphinx docs

2020-01-24 Thread STE||AR-Bot
  Branch: refs/heads/gh-pages
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: e2a18bdb6adadf339012fa4b331f31149764b6a0
  
https://github.com/STEllAR-GROUP/hpx/commit/e2a18bdb6adadf339012fa4b331f31149764b6a0
  Author: StellarBot 
  Date:   2020-01-24 (Fri, 24 Jan 2020)

  Changed paths:
M docs/sphinx/branches/master/html/_sources/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/affinity/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/algorithms/api.rst.txt
M 
docs/sphinx/branches/master/html/_sources/libs/allocator_support/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/assertion/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/basic_execution/api.rst.txt
M 
docs/sphinx/branches/master/html/_sources/libs/batch_environments/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/cache/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/checkpoint/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/collectives/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/compute/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/compute_cuda/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/concepts/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/concurrency/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/config/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/coroutines/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/datastructures/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/debugging/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/errors/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/execution/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/format/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/functional/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/hardware/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/hashing/api.rst.txt
M 
docs/sphinx/branches/master/html/_sources/libs/iterator_support/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/local_lcos/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/logging/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/plugin/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/preprocessor/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/program_options/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/resiliency/api.rst.txt
M 
docs/sphinx/branches/master/html/_sources/libs/resource_partitioner/api.rst.txt
M 
docs/sphinx/branches/master/html/_sources/libs/segmented_algorithms/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/serialization/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/static_reinit/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/statistics/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/synchronization/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/testing/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/thread_support/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/threadmanager/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/timing/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/topology/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/type_support/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/util/api.rst.txt
M docs/sphinx/branches/master/html/about_hpx.html
M docs/sphinx/branches/master/html/about_hpx/history.html
M docs/sphinx/branches/master/html/about_hpx/people.html
M docs/sphinx/branches/master/html/additional_material.html
M docs/sphinx/branches/master/html/api.html
M docs/sphinx/branches/master/html/contributing.html
M docs/sphinx/branches/master/html/contributing/docker_image.html
M docs/sphinx/branches/master/html/contributing/documentation.html
M docs/sphinx/branches/master/html/contributing/modules.html
M docs/sphinx/branches/master/html/contributing/release_procedure.html
M docs/sphinx/branches/master/html/contributing/testing_hpx.html
M docs/sphinx/branches/master/html/examples.html
M docs/sphinx/branches/master/html/examples/1d_stencil.html
M docs/sphinx/branches/master/html/examples/accumulator.html
M docs/sphinx/branches/master/html/examples/fibonacci.html
M docs/sphinx/branches/master/html/examples/fibonacci_local.html
M docs/sphinx/branches/master/html/examples/hello_world.html
M docs/sphinx/branches/master/html/examples/interest_calculator.html
M docs/sphinx/branches/master/html/genindex-A.html
M docs/sphinx/branches/master/html/genindex-B.html
M docs/sphinx/branches/master/html/genindex-C.html
M docs/sphinx/branches

[hpx-commits] [STEllAR-GROUP/hpx] f51c10: Flatten bound callables

2020-01-24 Thread Agustín Bergé
  Branch: refs/heads/callables
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: f51c10957300e7935765864a733c67d440288f54
  
https://github.com/STEllAR-GROUP/hpx/commit/f51c10957300e7935765864a733c67d440288f54
  Author: Agustin K-ballo Berge 
  Date:   2020-01-24 (Fri, 24 Jan 2020)

  Changed paths:
M libs/functional/include/hpx/functional/bind.hpp
M libs/functional/include/hpx/functional/bind_back.hpp
M libs/functional/include/hpx/functional/bind_front.hpp
M libs/functional/include/hpx/functional/deferred_call.hpp

  Log Message:
  ---
  Flatten bound callables


  Commit: b1bcb343c910eca5552eb043593eaa17da98c4c7
  
https://github.com/STEllAR-GROUP/hpx/commit/b1bcb343c910eca5552eb043593eaa17da98c4c7
  Author: Agustin K-ballo Berge 
  Date:   2020-01-24 (Fri, 24 Jan 2020)

  Changed paths:
M hpx/util/bind_action.hpp
M libs/functional/include/hpx/functional/bind.hpp
M libs/functional/include/hpx/functional/bind_back.hpp
M libs/functional/include/hpx/functional/bind_front.hpp

  Log Message:
  ---
  Delay tuple creation for unbound bind arguments


  Commit: 0a97a3d53dd9609996f58113799cfe55f0a2885b
  
https://github.com/STEllAR-GROUP/hpx/commit/0a97a3d53dd9609996f58113799cfe55f0a2885b
  Author: Agustin K-ballo Berge 
  Date:   2020-01-24 (Fri, 24 Jan 2020)

  Changed paths:
M hpx/apply.hpp
M hpx/async.hpp
M hpx/lcos/detail/async_colocated.hpp
M hpx/runtime/applier/register_apply_colocated.hpp
M hpx/sync.hpp
M hpx/util/bind_action.hpp
M src/hpx_init.cpp

  Log Message:
  ---
  Flatten bound action


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/226ac5e1c5e6...0a97a3d53dd9
___
hpx-commits mailing list
hpx-commits@stellar.cct.lsu.edu
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits


[hpx-commits] [STEllAR-GROUP/hpx] c774bf: Use hpx::threads::get_cache_line_size in prefetchi...

2020-01-24 Thread Mikael Simberg
  Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: c774bf218fa5e2a86fee123b70d0a8e562aaea28
  
https://github.com/STEllAR-GROUP/hpx/commit/c774bf218fa5e2a86fee123b70d0a8e562aaea28
  Author: Mikael Simberg 
  Date:   2020-01-23 (Thu, 23 Jan 2020)

  Changed paths:
M libs/algorithms/include/hpx/parallel/util/prefetching.hpp

  Log Message:
  ---
  Use hpx::threads::get_cache_line_size in prefetching.hpp

Remove hardcoded 64 from prefetching.hpp.


  Commit: 6d372da0e329b69c2425b898b95142843f97fef8
  
https://github.com/STEllAR-GROUP/hpx/commit/6d372da0e329b69c2425b898b95142843f97fef8
  Author: Mikael Simberg 
  Date:   2020-01-24 (Fri, 24 Jan 2020)

  Changed paths:
M libs/algorithms/include/hpx/parallel/util/prefetching.hpp

  Log Message:
  ---
  Merge pull request #4325 from msimberg/prefetching-cache-line-size

Use hpx::threads::get_cache_line_size in prefetching.hpp


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/3f158116c4a3...6d372da0e329
___
hpx-commits mailing list
hpx-commits@stellar.cct.lsu.edu
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits


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

2020-01-24 Thread Mikael Simberg
  Branch: refs/heads/fixing_asio_VT1
  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


[hpx-commits] [STEllAR-GROUP/hpx] 8b8a97: Undefine VT1 and VT2 after boost includes.

2020-01-24 Thread Mikael Simberg
  Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 8b8a970f60134cade1ea4204bd2c79392743b338
  
https://github.com/STEllAR-GROUP/hpx/commit/8b8a970f60134cade1ea4204bd2c79392743b338
  Author: Kevin Huck 
  Date:   2020-01-22 (Wed, 22 Jan 2020)

  Changed paths:
M hpx/plugins/parcelport/tcp/receiver.hpp
M hpx/plugins/parcelport/tcp/sender.hpp
M hpx/util/asio_util.hpp
M hpx/util/io_service_pool.hpp

  Log Message:
  ---
  Undefine VT1 and VT2 after boost includes.
The boost asio support includes termios.h.
The termios.h file on ppc64le defines these macros, which
are also used by blaze, blaze_tensor as Template names.
Make sure we undefine them before continuing.


  Commit: 68b6f87d96ea9e30e7c28538f895f5e05f124ea8
  
https://github.com/STEllAR-GROUP/hpx/commit/68b6f87d96ea9e30e7c28538f895f5e05f124ea8
  Author: Kevin Huck 
  Date:   2020-01-23 (Thu, 23 Jan 2020)

  Changed paths:
M hpx/plugins/parcelport/tcp/receiver.hpp
M hpx/plugins/parcelport/tcp/sender.hpp
M hpx/util/asio_util.hpp
M hpx/util/io_service_pool.hpp

  Log Message:
  ---
  Removing #ifdef checks


  Commit: 3f158116c4a399e61f699e7efae8d404dd10553a
  
https://github.com/STEllAR-GROUP/hpx/commit/3f158116c4a399e61f699e7efae8d404dd10553a
  Author: Mikael Simberg 
  Date:   2020-01-24 (Fri, 24 Jan 2020)

  Changed paths:
M hpx/plugins/parcelport/tcp/receiver.hpp
M hpx/plugins/parcelport/tcp/sender.hpp
M hpx/util/asio_util.hpp
M hpx/util/io_service_pool.hpp

  Log Message:
  ---
  Merge pull request #4322 from STEllAR-GROUP/fixing_asio_VT1

Undefine VT1 and VT2 after boost includes.


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