Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 90a979a314d3d32d0e985cac01847299affa8c9b
      
https://github.com/STEllAR-GROUP/hpx/commit/90a979a314d3d32d0e985cac01847299affa8c9b
  Author: Hartmut Kaiser <hartmut.kai...@gmail.com>
  Date:   2020-02-07 (Fri, 07 Feb 2020)

  Changed paths:
    M CMakeLists.txt
    M cmake/HPX_AddConfigTest.cmake
    M cmake/HPX_AddTest.cmake
    M cmake/HPX_Option.cmake
    A cmake/installed_hpx.cmake
    M examples/nqueen/nqueen.hpp
    M libs/CMakeLists.txt
    M libs/affinity/tests/unit/CMakeLists.txt
    M libs/batch_environments/tests/unit/CMakeLists.txt
    M libs/local_lcos/tests/regressions/CMakeLists.txt
    M libs/local_lcos/tests/unit/CMakeLists.txt
    M tests/regressions/actions/component_action_move_semantics.cpp
    M tests/regressions/actions/components/action_move_semantics.cpp
    M tests/regressions/actions/components/action_move_semantics.hpp
    M tests/regressions/actions/components/movable_objects.cpp
    M tests/regressions/actions/components/server/action_move_semantics.hpp
    M tests/regressions/actions/plain_action_move_semantics.cpp
    M tests/unit/agas/components/managed_refcnt_checker.cpp
    M tests/unit/agas/components/managed_refcnt_checker.hpp
    M tests/unit/agas/components/server/managed_refcnt_checker.cpp
    M tests/unit/agas/components/server/simple_refcnt_checker.cpp
    M tests/unit/agas/components/simple_mobile_object.cpp
    M tests/unit/agas/components/simple_mobile_object.hpp
    M tests/unit/agas/components/simple_refcnt_checker.cpp
    M tests/unit/agas/components/simple_refcnt_checker.hpp
    M tests/unit/agas/components/stubs/managed_refcnt_checker.hpp
    M tests/unit/agas/components/stubs/simple_refcnt_checker.hpp
    M tests/unit/agas/credit_exhaustion.cpp
    M tests/unit/agas/local_address_rebind.cpp
    M tests/unit/agas/local_embedded_ref_to_local_object.cpp
    M tests/unit/agas/local_embedded_ref_to_remote_object.cpp
    M tests/unit/agas/refcnted_symbol_to_local_object.cpp
    M tests/unit/agas/refcnted_symbol_to_remote_object.cpp
    M tests/unit/agas/remote_embedded_ref_to_local_object.cpp
    M tests/unit/agas/remote_embedded_ref_to_remote_object.cpp
    M tests/unit/agas/scoped_ref_to_local_object.cpp
    M tests/unit/agas/scoped_ref_to_remote_object.cpp
    M tests/unit/agas/split_credit.cpp
    M tests/unit/agas/uncounted_symbol_to_local_object.cpp
    M tests/unit/agas/uncounted_symbol_to_remote_object.cpp
    M tests/unit/component/components/launch_process_test_server.cpp
    M tests/unit/component/launch_process.cpp
    M tests/unit/component/launched_process.cpp

  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
- Adding module based tests and examples to installed_hpx.cmake

- flyby: remove check for libatomic for MSVC
- flyby: replace add_custom_target with add_hpx_pseudo_target
- flyby: fix various solution folder names


  Commit: 21b676197ac8fdcbb63b1b4069cf6983a046fd02
      
https://github.com/STEllAR-GROUP/hpx/commit/21b676197ac8fdcbb63b1b4069cf6983a046fd02
  Author: Mikael Simberg <mikael.simb...@iki.fi>
  Date:   2020-02-11 (Tue, 11 Feb 2020)

  Changed paths:
    M CMakeLists.txt
    M cmake/HPX_AddConfigTest.cmake
    M cmake/HPX_AddTest.cmake
    M cmake/HPX_Option.cmake
    A cmake/installed_hpx.cmake
    M examples/nqueen/nqueen.hpp
    M libs/CMakeLists.txt
    M libs/affinity/tests/unit/CMakeLists.txt
    M libs/batch_environments/tests/unit/CMakeLists.txt
    M libs/local_lcos/tests/regressions/CMakeLists.txt
    M libs/local_lcos/tests/unit/CMakeLists.txt
    M tests/regressions/actions/component_action_move_semantics.cpp
    M tests/regressions/actions/components/action_move_semantics.cpp
    M tests/regressions/actions/components/action_move_semantics.hpp
    M tests/regressions/actions/components/movable_objects.cpp
    M tests/regressions/actions/components/server/action_move_semantics.hpp
    M tests/regressions/actions/plain_action_move_semantics.cpp
    M tests/unit/agas/components/managed_refcnt_checker.cpp
    M tests/unit/agas/components/managed_refcnt_checker.hpp
    M tests/unit/agas/components/server/managed_refcnt_checker.cpp
    M tests/unit/agas/components/server/simple_refcnt_checker.cpp
    M tests/unit/agas/components/simple_mobile_object.cpp
    M tests/unit/agas/components/simple_mobile_object.hpp
    M tests/unit/agas/components/simple_refcnt_checker.cpp
    M tests/unit/agas/components/simple_refcnt_checker.hpp
    M tests/unit/agas/components/stubs/managed_refcnt_checker.hpp
    M tests/unit/agas/components/stubs/simple_refcnt_checker.hpp
    M tests/unit/agas/credit_exhaustion.cpp
    M tests/unit/agas/local_address_rebind.cpp
    M tests/unit/agas/local_embedded_ref_to_local_object.cpp
    M tests/unit/agas/local_embedded_ref_to_remote_object.cpp
    M tests/unit/agas/refcnted_symbol_to_local_object.cpp
    M tests/unit/agas/refcnted_symbol_to_remote_object.cpp
    M tests/unit/agas/remote_embedded_ref_to_local_object.cpp
    M tests/unit/agas/remote_embedded_ref_to_remote_object.cpp
    M tests/unit/agas/scoped_ref_to_local_object.cpp
    M tests/unit/agas/scoped_ref_to_remote_object.cpp
    M tests/unit/agas/split_credit.cpp
    M tests/unit/agas/uncounted_symbol_to_local_object.cpp
    M tests/unit/agas/uncounted_symbol_to_remote_object.cpp
    M tests/unit/component/components/launch_process_test_server.cpp
    M tests/unit/component/launch_process.cpp
    M tests/unit/component/launched_process.cpp

  Log Message:
  -----------
  Merge pull request #4335 from STEllAR-GROUP/installed_hpx_build

Adding capability to buildsystem to use an installed version of HPX


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/9bb339bceb88...21b676197ac8
_______________________________________________
hpx-commits mailing list
hpx-commits@stellar.cct.lsu.edu
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to