[hpx-commits] [STEllAR-GROUP/hpx] 32e645: Adding missing #includes to fix gcc V10 linker pro...

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

  Changed paths:
M libs/collectives/src/latch.cpp
M src/CMakeLists.txt
M src/lcos/base_lco_with_value.cpp
M src/lcos/base_lco_with_value_1.cpp
M src/lcos/base_lco_with_value_2.cpp
M src/lcos/base_lco_with_value_3.cpp
M src/performance_counters/counters.cpp
M src/runtime/agas/component_namespace.cpp
M src/runtime/agas/locality_namespace.cpp
M src/runtime/agas/primary_namespace.cpp
M src/runtime/agas/server/symbol_namespace_server.cpp

  Log Message:
  ---
  Adding missing #includes to fix gcc V10 linker problems

- flyby: clean up -fPIC option


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


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

2020-01-31 Thread Hartmut Kaiser
  Branch: refs/heads/installed_hpx_build
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: d584997a3e737ddabbcc450fa8c674742f9127ab
  
https://github.com/STEllAR-GROUP/hpx/commit/d584997a3e737ddabbcc450fa8c674742f9127ab
  Author: Hartmut Kaiser 
  Date:   2020-01-31 (Fri, 31 Jan 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


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


[hpx-commits] [STEllAR-GROUP/hpx] 04d482: Adding missing #includes to fix gcc V10 linker pro...

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

  Changed paths:
M src/CMakeLists.txt
M src/runtime/agas/component_namespace.cpp
M src/runtime/agas/locality_namespace.cpp
M src/runtime/agas/server/symbol_namespace_server.cpp

  Log Message:
  ---
  Adding missing #includes to fix gcc V10 linker problems

- flyby: clean up -fPIC option


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


[hpx-commits] [STEllAR-GROUP/hpx] 3baf81: Adding an option for sequential execution

2020-01-31 Thread Shahrzad Shirzad
  Branch: refs/heads/blaze_runs
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 3baf812e83d9d00d59a57b333018fa6c9d5ada98
  
https://github.com/STEllAR-GROUP/hpx/commit/3baf812e83d9d00d59a57b333018fa6c9d5ada98
  Author: Shahrzad Shirzad 
  Date:   2020-01-31 (Fri, 31 Jan 2020)

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

  Log Message:
  ---
  Adding an option for sequential execution


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


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

2020-01-31 Thread Hartmut Kaiser
  Branch: refs/heads/installed_hpx_build
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 670d83dbc36f434ef6347bcba62be4c48789d0bd
  
https://github.com/STEllAR-GROUP/hpx/commit/670d83dbc36f434ef6347bcba62be4c48789d0bd
  Author: Hartmut Kaiser 
  Date:   2020-01-31 (Fri, 31 Jan 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


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


[hpx-commits] [STEllAR-GROUP/hpx] 29b484: Adding missing #includes to fix gcc V10 linker pro...

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

  Changed paths:
M src/CMakeLists.txt
M src/runtime/agas/component_namespace.cpp
M src/runtime/agas/server/symbol_namespace_server.cpp

  Log Message:
  ---
  Adding missing #includes to fix gcc V10 linker problems

- flyby: clean up -fPIC option


___
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-31 Thread STE||AR-Bot
  Branch: refs/tags/stable
  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] a7e5df: Updating Sphinx docs

2020-01-31 Thread STE||AR-Bot
  Branch: refs/heads/gh-pages
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: a7e5df36b0d7b5244674a35645bebf668371d06b
  
https://github.com/STEllAR-GROUP/hpx/commit/a7e5df36b0d7b5244674a35645bebf668371d06b
  Author: StellarBot 
  Date:   2020-01-31 (Fri, 31 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/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/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/errors/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/execution/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/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/statistics/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/synchronization/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/thread_support/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/master/html/genindex-D.html
M docs/sphinx/branches/master/html/genindex-G.html
M docs/sphinx/branches/master/html/genindex-H.html
M docs/sphinx/branches/master/html/genindex-I.html
M docs/sphinx/branches/master/html/genindex-L.html
M docs/sphinx/branches/master/html/genindex-M.html
M docs/sphinx/branches/master/html/genindex-O.html
M docs/sphinx/branches/master/html/genindex-P.html
M docs/sphinx/branches/master/html/genindex-R.html
M docs/sphinx/branches/master/html/genindex-S.html
M docs/sphinx/branches/master/html/genindex-Symbols.html
M 

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

2020-01-31 Thread STE||AR-Bot
  Branch: refs/tags/stable
  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]

2020-01-31 Thread STE||AR-Bot
  Branch: refs/tags/stable
  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] db9723: Updating Sphinx docs

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

  Changed paths:
M docs/sphinx/branches/master/html/_sources/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/algorithms/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/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/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/statistics/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/synchronization/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/thread_support/api.rst.txt
M docs/sphinx/branches/master/html/_sources/libs/timing/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/master/html/genindex-D.html
M docs/sphinx/branches/master/html/genindex-G.html
M docs/sphinx/branches/master/html/genindex-H.html
M docs/sphinx/branches/master/html/genindex-I.html
M docs/sphinx/branches/master/html/genindex-L.html
M docs/sphinx/branches/master/html/genindex-M.html
M docs/sphinx/branches/master/html/genindex-O.html
M docs/sphinx/branches/master/html/genindex-P.html
M docs/sphinx/branches/master/html/genindex-R.html
M docs/sphinx/branches/master/html/genindex-S.html
M docs/sphinx/branches/master/html/genindex-Symbols.html
M 

[hpx-commits] [STEllAR-GROUP/hpx] 7a2293: Correct redirect URL

2020-01-31 Thread Mikael Simberg
  Branch: refs/heads/gh-pages
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 7a22938eb1f51b40898be8b81df6383261e57576
  
https://github.com/STEllAR-GROUP/hpx/commit/7a22938eb1f51b40898be8b81df6383261e57576
  Author: Mikael Simberg 
  Date:   2020-01-31 (Fri, 31 Jan 2020)

  Changed paths:
M index.html

  Log Message:
  ---
  Correct redirect URL


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


[hpx-commits] [STEllAR-GROUP/hpx] 5b93ad: Redirect root to hpx-docs repo

2020-01-31 Thread Mikael Simberg
  Branch: refs/heads/gh-pages
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 5b93ad90ad20e5c36f855076477199c88c59ce59
  
https://github.com/STEllAR-GROUP/hpx/commit/5b93ad90ad20e5c36f855076477199c88c59ce59
  Author: Mikael Simberg 
  Date:   2020-01-31 (Fri, 31 Jan 2020)

  Changed paths:
M index.html

  Log Message:
  ---
  Redirect root to hpx-docs repo


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


[hpx-commits] [STEllAR-GROUP/hpx] 78bbbd: Push documentation to hpx-docs

2020-01-31 Thread Mikael Simberg
  Branch: refs/heads/gh-pages-new-repo
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 78bbbd5d6aaca287d55d8d4c89ae17b52227aca5
  
https://github.com/STEllAR-GROUP/hpx/commit/78bbbd5d6aaca287d55d8d4c89ae17b52227aca5
  Author: Mikael Simberg 
  Date:   2020-01-31 (Fri, 31 Jan 2020)

  Changed paths:
M cmake/HPX_UpdateGitDocs.cmake

  Log Message:
  ---
  Push documentation to hpx-docs

Change documentation to be pushed to hpx-docs master branch instead of
gh-pages branch in the hpx repo.


  Commit: 93ef06dfa2e0032544bd26067fc6ce4499d70c17
  
https://github.com/STEllAR-GROUP/hpx/commit/93ef06dfa2e0032544bd26067fc6ce4499d70c17
  Author: Mikael Simberg 
  Date:   2020-01-31 (Fri, 31 Jan 2020)

  Changed paths:
M README.rst
M cmake/packaging/rpm/Changelog.txt
M libs/affinity/README.rst
M libs/algorithms/README.rst
M libs/allocator_support/README.rst
M libs/assertion/README.rst
M libs/basic_execution/README.rst
M libs/batch_environments/README.rst
M libs/cache/README.rst
M libs/checkpoint/README.rst
M libs/collectives/README.rst
M libs/compute/README.rst
M libs/compute_cuda/README.rst
M libs/concepts/README.rst
M libs/concurrency/README.rst
M libs/config/README.rst
M libs/coroutines/README.rst
M libs/datastructures/README.rst
M libs/debugging/README.rst
M libs/errors/README.rst
M libs/execution/README.rst
M libs/filesystem/README.rst
M libs/format/README.rst
M libs/functional/README.rst
M libs/hardware/README.rst
M libs/hashing/README.rst
M libs/iterator_support/README.rst
M libs/local_lcos/README.rst
M libs/logging/README.rst
M libs/memory/README.rst
M libs/naming_base/README.rst
M libs/plugin/README.rst
M libs/preprocessor/README.rst
M libs/program_options/README.rst
M libs/resiliency/README.rst
M libs/resource_partitioner/README.rst
M libs/segmented_algorithms/README.rst
M libs/serialization/README.rst
M libs/static_reinit/README.rst
M libs/statistics/README.rst
M libs/synchronization/README.rst
M libs/testing/README.rst
M libs/thread_support/README.rst
M libs/threadmanager/README.rst
M libs/timing/README.rst
M libs/topology/README.rst
M libs/type_support/README.rst
M libs/util/README.rst

  Log Message:
  ---
  Update links to point to hpx-docs repo


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


[hpx-commits] [STEllAR-GROUP/hpx] 3cb4e0: Fix spellcheck step in CircleCI config

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

  Changed paths:
M .circleci/config.yml

  Log Message:
  ---
  Fix spellcheck step in CircleCI config

Only run the step on changed files in pull requests, not on e.g. master.
Also skip HDF5 and PNG files.


  Commit: 9ec0d1bd0cae18e88d54d945f97ce4ed8b673607
  
https://github.com/STEllAR-GROUP/hpx/commit/9ec0d1bd0cae18e88d54d945f97ce4ed8b673607
  Author: Mikael Simberg 
  Date:   2020-01-31 (Fri, 31 Jan 2020)

  Changed paths:
M .circleci/config.yml

  Log Message:
  ---
  Merge pull request #4355 from msimberg/spellcheck-fixes

Fix spellcheck step in CircleCI config


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/e3946fd85415...9ec0d1bd0cae
___
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-31 Thread Mikael Simberg
  Branch: refs/heads/msimberg-patch-4
  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] d087fb: Give a hard error if IO counters are enabled on no...

2020-01-31 Thread Mikael Simberg
  Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: d087fb4babd007055c126fbf06328ffd1ce2e2f3
  
https://github.com/STEllAR-GROUP/hpx/commit/d087fb4babd007055c126fbf06328ffd1ce2e2f3
  Author: Mikael Simberg 
  Date:   2020-01-27 (Mon, 27 Jan 2020)

  Changed paths:
M CMakeLists.txt

  Log Message:
  ---
  Give a hard error if IO counters are enabled on non-Linux systems


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

  Changed paths:
M CMakeLists.txt

  Log Message:
  ---
  Merge pull request #4343 from STEllAR-GROUP/msimberg-patch-4

Give a hard error if IO counters are enabled on non-Linux systems


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


[hpx-commits] [STEllAR-GROUP/hpx] 48762d: Minor fixes to the C+++ standard detection for MSVC

2020-01-31 Thread Mikael Simberg
  Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 48762dfe43cbdac8847af7d2d5518db5d638d39f
  
https://github.com/STEllAR-GROUP/hpx/commit/48762dfe43cbdac8847af7d2d5518db5d638d39f
  Author: Hartmut Kaiser 
  Date:   2020-01-29 (Wed, 29 Jan 2020)

  Changed paths:
M cmake/HPX_DetectCppDialect.cmake

  Log Message:
  ---
  Minor fixes to the C+++ standard detection for MSVC


  Commit: 5788c2988e24b97ec7a1df3066eb4456100b
  
https://github.com/STEllAR-GROUP/hpx/commit/5788c2988e24b97ec7a1df3066eb4456100b
  Author: Mikael Simberg 
  Date:   2020-01-31 (Fri, 31 Jan 2020)

  Changed paths:
M cmake/HPX_DetectCppDialect.cmake

  Log Message:
  ---
  Merge pull request #4352 from STEllAR-GROUP/cpp14_msvc_fixes

Minor fixes to the C++ standard detection for MSVC


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