[hpx-commits] [STEllAR-GROUP/hpx] 3ef148: Making --hpx:help behavior consistent

2020-02-19 Thread Mikael Simberg
  Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 3ef148b9021d5e632760154f9040e631549f8ef5
  
https://github.com/STEllAR-GROUP/hpx/commit/3ef148b9021d5e632760154f9040e631549f8ef5
  Author: Hartmut Kaiser 
  Date:   2020-02-17 (Mon, 17 Feb 2020)

  Changed paths:
M libs/resource_partitioner/include/hpx/resource_partitioner/partitioner.hpp
M libs/resource_partitioner/src/partitioner.cpp
M libs/resource_partitioner/tests/regressions/CMakeLists.txt
A libs/resource_partitioner/tests/regressions/help_exit_4317_1.cpp
A libs/resource_partitioner/tests/regressions/help_exit_4317_2.cpp
M src/hpx_init.cpp

  Log Message:
  ---
  Making --hpx:help behavior consistent


  Commit: e89bb10f6aa2e75227e7ba05902b7ea9c93320a1
  
https://github.com/STEllAR-GROUP/hpx/commit/e89bb10f6aa2e75227e7ba05902b7ea9c93320a1
  Author: Mikael Simberg 
  Date:   2020-02-19 (Wed, 19 Feb 2020)

  Changed paths:
M libs/resource_partitioner/include/hpx/resource_partitioner/partitioner.hpp
M libs/resource_partitioner/src/partitioner.cpp
M libs/resource_partitioner/tests/regressions/CMakeLists.txt
A libs/resource_partitioner/tests/regressions/help_exit_4317_1.cpp
A libs/resource_partitioner/tests/regressions/help_exit_4317_2.cpp
M src/hpx_init.cpp

  Log Message:
  ---
  Merge pull request #4390 from STEllAR-GROUP/fixing_4317

Making --hpx:help behavior consistent


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/ca414f6d8bb3...e89bb10f6aa2
___
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-02-19 Thread Mikael Simberg
  Branch: refs/heads/fixing_4317
  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] 02c108: Fixing use of allocator for C++20 (removing deprec...

2020-02-19 Thread Mikael Simberg
  Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 02c108e831c9321228bf655db38b62a30c02b5ef
  
https://github.com/STEllAR-GROUP/hpx/commit/02c108e831c9321228bf655db38b62a30c02b5ef
  Author: Hartmut Kaiser 
  Date:   2020-02-17 (Mon, 17 Feb 2020)

  Changed paths:
M libs/concurrency/include/hpx/concurrency/deque.hpp

  Log Message:
  ---
  Fixing use of allocator for C++20 (removing deprecated use of 
Allocator::template rebind<>)


  Commit: ca414f6d8bb3261bb27343262a10a45543378f4f
  
https://github.com/STEllAR-GROUP/hpx/commit/ca414f6d8bb3261bb27343262a10a45543378f4f
  Author: Mikael Simberg 
  Date:   2020-02-19 (Wed, 19 Feb 2020)

  Changed paths:
M libs/concurrency/include/hpx/concurrency/deque.hpp

  Log Message:
  ---
  Merge pull request #4391 from STEllAR-GROUP/deprecated_allocator_rebind

Fixing use of allocator for C++20


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/a23c7c811de7...ca414f6d8bb3
___
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-02-19 Thread Mikael Simberg
  Branch: refs/heads/deprecated_allocator_rebind
  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] 716aa7: Adding a parameter to auto_chunk_size allowing to ...

2020-02-19 Thread Mikael Simberg
  Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 716aa793fbb40a8b97fe3a892bfb0d31875adc01
  
https://github.com/STEllAR-GROUP/hpx/commit/716aa793fbb40a8b97fe3a892bfb0d31875adc01
  Author: Hartmut Kaiser 
  Date:   2020-02-17 (Mon, 17 Feb 2020)

  Changed paths:
M libs/algorithms/include/hpx/parallel/algorithms/partition.hpp
M libs/algorithms/include/hpx/parallel/algorithms/sort.hpp
M libs/algorithms/include/hpx/parallel/util/detail/chunk_size.hpp
M libs/execution/include/hpx/execution/executors/auto_chunk_size.hpp
M 
libs/execution/include/hpx/execution/executors/persistent_auto_chunk_size.hpp

  Log Message:
  ---
  Adding a parameter to auto_chunk_size allowing to control the amount of 
iterations to measure

- note, this is a breaking change (with minimal potential impact) that adds
  an argument to the callback function that is used by get_chunk_size()


  Commit: a23c7c811de778a9dee94f8047e39c20e8910b52
  
https://github.com/STEllAR-GROUP/hpx/commit/a23c7c811de778a9dee94f8047e39c20e8910b52
  Author: Mikael Simberg 
  Date:   2020-02-19 (Wed, 19 Feb 2020)

  Changed paths:
M libs/algorithms/include/hpx/parallel/algorithms/partition.hpp
M libs/algorithms/include/hpx/parallel/algorithms/sort.hpp
M libs/algorithms/include/hpx/parallel/util/detail/chunk_size.hpp
M libs/execution/include/hpx/execution/executors/auto_chunk_size.hpp
M 
libs/execution/include/hpx/execution/executors/persistent_auto_chunk_size.hpp

  Log Message:
  ---
  Merge pull request #4395 from STEllAR-GROUP/configure_auto_chunk_size

Adding a parameter to auto_chunk_size allowing to control the amount of 
iterations to measure


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/77b43f45b610...a23c7c811de7
___
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-02-19 Thread Mikael Simberg
  Branch: refs/heads/configure_auto_chunk_size
  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-02-19 Thread Mikael Simberg
  Branch: refs/tags/1.4.1
  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] 8ab9e4: Add license to CODEOWNERS file

2020-02-19 Thread Mikael Simberg
  Branch: refs/heads/msimberg-patch-4
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 8ab9e4c2892fe8cd728d623322d08d52ccc8b2f2
  
https://github.com/STEllAR-GROUP/hpx/commit/8ab9e4c2892fe8cd728d623322d08d52ccc8b2f2
  Author: Mikael Simberg 
  Date:   2020-02-19 (Wed, 19 Feb 2020)

  Changed paths:
M .github/CODEOWNERS

  Log Message:
  ---
  Add license to CODEOWNERS file


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


[hpx-commits] [STEllAR-GROUP/hpx] b76241: Remove release candidate tag and update 1.4.1 rele...

2020-02-19 Thread Mikael Simberg
  Branch: refs/heads/release
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: b76241f4993e0f3fb727a864b28d11bb8d9d5323
  
https://github.com/STEllAR-GROUP/hpx/commit/b76241f4993e0f3fb727a864b28d11bb8d9d5323
  Author: Mikael Simberg 
  Date:   2020-02-19 (Wed, 19 Feb 2020)

  Changed paths:
M CMakeLists.txt
M docs/sphinx/releases/whats_new_1_4_1.rst

  Log Message:
  ---
  Remove release candidate tag and update 1.4.1 release date


___
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-02-19 Thread Mikael Simberg
  Branch: refs/heads/cache_line_sizes
  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] 880b2c: Use appropriate cache-line size defaults for diffe...

2020-02-19 Thread Mikael Simberg
  Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 880b2cc72dcb97da8aced9c70fb27d66f185dd60
  
https://github.com/STEllAR-GROUP/hpx/commit/880b2cc72dcb97da8aced9c70fb27d66f185dd60
  Author: Hartmut Kaiser 
  Date:   2020-02-17 (Mon, 17 Feb 2020)

  Changed paths:
M libs/concurrency/include/hpx/concurrency/cache_line_data.hpp

  Log Message:
  ---
  Use appropriate cache-line size defaults for different platforms


  Commit: 77b43f45b6100163537778d4ea527b1211005925
  
https://github.com/STEllAR-GROUP/hpx/commit/77b43f45b6100163537778d4ea527b1211005925
  Author: Mikael Simberg 
  Date:   2020-02-19 (Wed, 19 Feb 2020)

  Changed paths:
M libs/concurrency/include/hpx/concurrency/cache_line_data.hpp

  Log Message:
  ---
  Merge pull request #4393 from STEllAR-GROUP/cache_line_sizes

Use appropriate cache-line size defaults for different platforms


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


[hpx-commits] [STEllAR-GROUP/hpx] cea66f: Add CODEOWNERS file

2020-02-19 Thread Mikael Simberg
  Branch: refs/heads/msimberg-patch-4
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: cea66f8af3a88e583793a3e79b9c9c7914ffc768
  
https://github.com/STEllAR-GROUP/hpx/commit/cea66f8af3a88e583793a3e79b9c9c7914ffc768
  Author: Mikael Simberg 
  Date:   2020-02-19 (Wed, 19 Feb 2020)

  Changed paths:
A .github/CODEOWNERS

  Log Message:
  ---
  Add CODEOWNERS file


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


[hpx-commits] [STEllAR-GROUP/hpx] 07943c: Add CODEOWNERS file

2020-02-19 Thread Mikael Simberg
  Branch: refs/heads/msimberg-patch-4
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 07943c1009c06020a56fb4ff731aab1ba8b13231
  
https://github.com/STEllAR-GROUP/hpx/commit/07943c1009c06020a56fb4ff731aab1ba8b13231
  Author: Mikael Simberg 
  Date:   2020-02-19 (Wed, 19 Feb 2020)

  Changed paths:
A .github/CODEOWNERS

  Log Message:
  ---
  Add CODEOWNERS file


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


[hpx-commits] [STEllAR-GROUP/hpx] d577d8: Add CODEOWNERS file

2020-02-19 Thread Mikael Simberg
  Branch: refs/heads/msimberg-patch-4
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: d577d8a4f260961c076dd52991935e500f64aa36
  
https://github.com/STEllAR-GROUP/hpx/commit/d577d8a4f260961c076dd52991935e500f64aa36
  Author: Mikael Simberg 
  Date:   2020-02-19 (Wed, 19 Feb 2020)

  Changed paths:
A .github/CODEOWNERS

  Log Message:
  ---
  Add CODEOWNERS file


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


[hpx-commits] [STEllAR-GROUP/hpx] 0d55eb: Move global scheduler-related function declaration...

2020-02-19 Thread Mikael Simberg
  Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 0d55ebe8a0bab00d2ba9ede50c8174ef13c55ab0
  
https://github.com/STEllAR-GROUP/hpx/commit/0d55ebe8a0bab00d2ba9ede50c8174ef13c55ab0
  Author: Mikael Simberg 
  Date:   2020-02-11 (Tue, 11 Feb 2020)

  Changed paths:
M hpx/runtime/threads/thread_helpers.hpp
M hpx/runtime_fwd.hpp
M libs/compute/include/hpx/compute/host/target.hpp

  Log Message:
  ---
  Move global scheduler-related function declarations to runtime_fwd.hpp


  Commit: fcd203f7ceaef48b3077a143f266c1531a6935cc
  
https://github.com/STEllAR-GROUP/hpx/commit/fcd203f7ceaef48b3077a143f266c1531a6935cc
  Author: Mikael Simberg 
  Date:   2020-02-11 (Tue, 11 Feb 2020)

  Changed paths:
M hpx/include/runtime.hpp
M hpx/include/threadmanager.hpp
M hpx/include/threads.hpp
M hpx/lcos/dataflow.hpp
M hpx/lcos/detail/future_data.hpp
M hpx/runtime/actions/basic_action_fwd.hpp
M hpx/runtime/parcelset/parcel.hpp
R hpx/runtime/threads/detail/create_thread.hpp
R hpx/runtime/threads/detail/create_work.hpp
R hpx/runtime/threads/detail/network_background_callback.hpp
R hpx/runtime/threads/detail/set_thread_state.hpp
R hpx/runtime/threads/detail/thread_num_tss.hpp
R hpx/runtime/threads/execution_agent.hpp
R hpx/runtime/threads/policies/callback_notifier.hpp
R hpx/runtime/threads/policies/scheduler_base.hpp
R hpx/runtime/threads/policies/scheduler_mode.hpp
R hpx/runtime/threads/policies/thread_queue_init_parameters.hpp
R hpx/runtime/threads/register_thread.hpp
R hpx/runtime/threads/thread_data.hpp
M hpx/runtime/threads/thread_data_fwd.hpp
R hpx/runtime/threads/thread_data_stackful.hpp
R hpx/runtime/threads/thread_data_stackless.hpp
M hpx/runtime/threads/thread_executor.hpp
R hpx/runtime/threads/thread_helpers.hpp
R hpx/runtime/threads/thread_init_data.hpp
R hpx/runtime/threads/thread_pool_base.hpp
R hpx/runtime/threads/thread_specific_ptr.hpp
M hpx/runtime_handlers.hpp
M hpx/state.hpp
R hpx/util/annotated_function.hpp
R hpx/util/external_timer.hpp
R hpx/util/thread_description.hpp
M libs/CMakeLists.txt
M libs/all_modules.rst
M libs/collectives/CMakeLists.txt
M libs/compute/CMakeLists.txt
M libs/functional/CMakeLists.txt
A libs/functional/include/hpx/functional/traits/get_action_name.hpp
M libs/resource_partitioner/CMakeLists.txt
M libs/synchronization/CMakeLists.txt
A libs/threading_base/CMakeLists.txt
A libs/threading_base/README.rst
A libs/threading_base/docs/index.rst
A libs/threading_base/examples/CMakeLists.txt
A libs/threading_base/include/hpx/threading_base/annotated_function.hpp
A libs/threading_base/include/hpx/threading_base/callback_notifier.hpp
A libs/threading_base/include/hpx/threading_base/create_thread.hpp
A libs/threading_base/include/hpx/threading_base/create_work.hpp
A libs/threading_base/include/hpx/threading_base/execution_agent.hpp
A libs/threading_base/include/hpx/threading_base/external_timer.hpp
A 
libs/threading_base/include/hpx/threading_base/network_background_callback.hpp
A libs/threading_base/include/hpx/threading_base/register_thread.hpp
A libs/threading_base/include/hpx/threading_base/scheduler_base.hpp
A libs/threading_base/include/hpx/threading_base/scheduler_mode.hpp
A libs/threading_base/include/hpx/threading_base/scheduler_state.hpp
A libs/threading_base/include/hpx/threading_base/set_thread_state.hpp
A libs/threading_base/include/hpx/threading_base/thread_data.hpp
A libs/threading_base/include/hpx/threading_base/thread_data_stackful.hpp
A libs/threading_base/include/hpx/threading_base/thread_data_stackless.hpp
A libs/threading_base/include/hpx/threading_base/thread_description.hpp
A libs/threading_base/include/hpx/threading_base/thread_helpers.hpp
A libs/threading_base/include/hpx/threading_base/thread_init_data.hpp
A libs/threading_base/include/hpx/threading_base/thread_num_tss.hpp
A libs/threading_base/include/hpx/threading_base/thread_pool_base.hpp
A 
libs/threading_base/include/hpx/threading_base/thread_queue_init_parameters.hpp
A libs/threading_base/include/hpx/threading_base/thread_specific_ptr.hpp
A libs/threading_base/include/hpx/threading_base/threading_base_fwd.hpp
A 
libs/threading_base/include_compatibility/hpx/runtime/threads/detail/create_thread.hpp
A 
libs/threading_base/include_compatibility/hpx/runtime/threads/detail/create_work.hpp
A 
libs/threading_base/include_compatibility/hpx/runtime/threads/detail/network_background_callback.hpp
A 
libs/threading_base/include_compatibility/hpx/runtime/threads/detail/set_thread_state.hpp
A 
libs/threading_base/include_compatibility/hpx/runtime/threads/detail/thread_num_tss.hpp
A 
libs/threading_base/include_compatibility/hpx/runtime/threads/execution_agent.hpp
A 
libs

[hpx-commits] [STEllAR-GROUP/hpx] ead975: Use HPX_TEST/EQ/NEQ/LT etc whenever possible

2020-02-19 Thread Mikael Simberg
  Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: ead975ceb5b2c0437633319934a0856772783e77
  
https://github.com/STEllAR-GROUP/hpx/commit/ead975ceb5b2c0437633319934a0856772783e77
  Author: Mikael Simberg 
  Date:   2020-02-19 (Wed, 19 Feb 2020)

  Changed paths:
M components/containers/unordered/tests/unit/unordered_map.cpp
M components/iostreams/tests/regressions/lost_output_2236.cpp
M 
components/performance_counters/papi/tests/regressions/papi_counters_segfault_1890.cpp
M libs/affinity/tests/unit/parse_affinity_options.cpp
M libs/algorithms/tests/regressions/for_loop_2281.cpp
M libs/algorithms/tests/unit/algorithms/exclusive_scan_validate.cpp
M libs/algorithms/tests/unit/algorithms/includes.cpp
M libs/algorithms/tests/unit/algorithms/inclusive_scan_tests.hpp
M libs/algorithms/tests/unit/algorithms/is_heap_tests.hpp
M libs/algorithms/tests/unit/container_algorithms/is_heap_range.cpp
M libs/algorithms/tests/unit/datapar_algorithms/foreach_datapar_zipiter.cpp
M libs/algorithms/tests/unit/datapar_algorithms/foreach_tests.hpp
M libs/basic_execution/tests/unit/execution_context.cpp
M libs/cache/tests/unit/local_lru_cache.cpp
M libs/cache/tests/unit/local_mru_cache.cpp
M libs/cache/tests/unit/local_statistics.cpp
M libs/checkpoint/tests/unit/checkpoint.cpp
M libs/collectives/tests/performance/osu/osu_bw.cpp
M libs/collectives/tests/performance/osu/osu_multi_lat.cpp
M libs/datastructures/tests/unit/any.cpp
M libs/datastructures/tests/unit/tuple.cpp
M libs/datastructures/tests/unit/unique_any.cpp
M libs/execution/tests/regressions/chunk_size_4118.cpp
M libs/execution/tests/unit/bulk_async.cpp
M libs/execution/tests/unit/created_executor.cpp
M libs/execution/tests/unit/foreach_tests.hpp
M libs/execution/tests/unit/minimal_async_executor.cpp
M libs/execution/tests/unit/minimal_sync_executor.cpp
M libs/execution/tests/unit/minimal_timed_async_executor.cpp
M libs/execution/tests/unit/minimal_timed_sync_executor.cpp
M libs/execution/tests/unit/parallel_executor.cpp
M libs/execution/tests/unit/parallel_fork_executor.cpp
M libs/execution/tests/unit/parallel_policy_executor.cpp
M libs/execution/tests/unit/service_executors.cpp
M libs/execution/tests/unit/shared_parallel_executor.cpp
M libs/execution/tests/unit/standalone_thread_pool_executor.cpp
M libs/execution/tests/unit/standalone_thread_pool_os_executors.cpp
M libs/execution/tests/unit/this_thread_executors.cpp
M libs/execution/tests/unit/thread_pool_attached_executors.cpp
M libs/execution/tests/unit/thread_pool_executors.cpp
M libs/execution/tests/unit/thread_pool_os_executors.cpp
M libs/functional/tests/unit/function/contains_test.cpp
M libs/functional/tests/unit/function/function_args.cpp
M libs/functional/tests/unit/function/function_ref.cpp
M libs/functional/tests/unit/function/function_test.cpp
M libs/functional/tests/unit/function/nothrow_swap.cpp
M libs/iterator_support/tests/unit/iterator_adaptor.cpp
M libs/iterator_support/tests/unit/iterator_facade.cpp
M libs/iterator_support/tests/unit/iterator_tests.hpp
M libs/iterator_support/tests/unit/range.cpp
M libs/memory/tests/unit/intrusive_ptr.cpp
M libs/memory/tests/unit/intrusive_ptr_move.cpp
M libs/memory/tests/unit/ip_convertible.cpp
M libs/program_options/tests/regressions/commandline_options_1437.cpp
M libs/program_options/tests/unit/cmdline.cpp
M libs/program_options/tests/unit/optional.cpp
M libs/program_options/tests/unit/parsers.cpp
M libs/program_options/tests/unit/positional_options.cpp
M libs/program_options/tests/unit/split.cpp
M libs/program_options/tests/unit/unicode.cpp
M libs/program_options/tests/unit/variable_map.cpp
M libs/serialization/tests/unit/serialize_buffer.cpp
M libs/synchronization/tests/unit/sliding_semaphore.cpp
M libs/thread_support/tests/unit/range.cpp
M tests/performance/local/agas_cache_timings.cpp
M tests/performance/local/coroutines_call_overhead.cpp
M tests/performance/local/hpx_homogeneous_timed_task_spawn_executors.cpp
M tests/performance/local/timed_task_spawn.cpp
M tests/performance/network/network_storage/network_storage.cpp
M tests/regressions/component/new_2848.cpp
M tests/regressions/lcos/channel_2916.cpp
M tests/regressions/lcos/future_2667.cpp
M tests/regressions/lcos/future_serialization_1898.cpp
M tests/regressions/lcos/future_timed_wait_1025.cpp
M tests/regressions/lcos/receive_buffer_1733.cpp
M tests/regressions/multiple_init.cpp
M tests/regressions/performance_counters/uptime_1737.cpp
M tests/regressions/threads/block_os_threads_1036.cpp
M tests/regressions/threads/thread_rescheduling.cpp
M tests/regressions/traits/is_callable_1179.cpp
M tests/unit/apex/apex_action_count.cpp
M tests/unit/component

[hpx-commits] [STEllAR-GROUP/hpx] 64cc56: Add note about pkgconfig file generation being fix...

2020-02-19 Thread Mikael Simberg
  Branch: refs/heads/release
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 64cc56b505870a6fa6875270157832f4371438eb
  
https://github.com/STEllAR-GROUP/hpx/commit/64cc56b505870a6fa6875270157832f4371438eb
  Author: Mikael Simberg 
  Date:   2020-02-19 (Wed, 19 Feb 2020)

  Changed paths:
M docs/sphinx/releases/whats_new_1_4_1.rst

  Log Message:
  ---
  Add note about pkgconfig file generation being fixed in 1.4.1


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


[hpx-commits] [STEllAR-GROUP/hpx] c0ad46: Merge pull request #4396 from STEllAR-GROUP/msimbe...

2020-02-19 Thread Mikael Simberg
  Branch: refs/heads/release
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: c0ad4693901ec20b6818cd96e18f972f88b52ef0
  
https://github.com/STEllAR-GROUP/hpx/commit/c0ad4693901ec20b6818cd96e18f972f88b52ef0
  Author: Mikael Simberg 
  Date:   2020-02-19 (Wed, 19 Feb 2020)

  Changed paths:
M cmake/HPX_GeneratePackageUtils.cmake

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

Relax build type matching when generating pkgconfig files


  Commit: adde453879d8a1481026af415242a2fee68fb5b7
  
https://github.com/STEllAR-GROUP/hpx/commit/adde453879d8a1481026af415242a2fee68fb5b7
  Author: John Biddiscombe 
  Date:   2020-02-19 (Wed, 19 Feb 2020)

  Changed paths:
M hpx/runtime/threads/policies/queue_holder_thread.hpp
M hpx/runtime/threads/policies/shared_priority_queue_scheduler.hpp

  Log Message:
  ---
  Fix a bug in stealing of bound tasks

This caused an error in the scheduler binding check test


  Commit: 10af46ff518fc58bb6b9bdcd252a5496cbaadb4a
  
https://github.com/STEllAR-GROUP/hpx/commit/10af46ff518fc58bb6b9bdcd252a5496cbaadb4a
  Author: John Biddiscombe 
  Date:   2020-02-19 (Wed, 19 Feb 2020)

  Changed paths:
M hpx/lcos/local/futures_factory.hpp
M hpx/runtime/threads/thread_executor.hpp

  Log Message:
  ---
  Fix schedule hint not being taken from executor - default used by mistake


  Commit: dbe3b99b5335de7d3e34ec8bde03d4b78eb6010a
  
https://github.com/STEllAR-GROUP/hpx/commit/dbe3b99b5335de7d3e34ec8bde03d4b78eb6010a
  Author: Mikael Simberg 
  Date:   2020-02-19 (Wed, 19 Feb 2020)

  Changed paths:
M docs/sphinx/releases/whats_new_1_4_1.rst

  Log Message:
  ---
  Add note about scheduling hints being fixed in 1.4.1


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


[hpx-commits] [STEllAR-GROUP/hpx] 1c645b: Relax build type matching when generating pkgconfi...

2020-02-18 Thread Mikael Simberg
  Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 1c645ba680d13da9e637713c8cb4fd753c847ebf
  
https://github.com/STEllAR-GROUP/hpx/commit/1c645ba680d13da9e637713c8cb4fd753c847ebf
  Author: Mikael Simberg 
  Date:   2020-02-18 (Tue, 18 Feb 2020)

  Changed paths:
M cmake/HPX_GeneratePackageUtils.cmake

  Log Message:
  ---
  Relax build type matching when generating pkgconfig files


  Commit: 41120d7165c1b3ccce2320f4918f9293dd1ae4e7
  
https://github.com/STEllAR-GROUP/hpx/commit/41120d7165c1b3ccce2320f4918f9293dd1ae4e7
  Author: Mikael Simberg 
  Date:   2020-02-18 (Tue, 18 Feb 2020)

  Changed paths:
M cmake/HPX_GeneratePackageUtils.cmake

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

Relax build type matching when generating pkgconfig files


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/8f5487b4580a...41120d7165c1
___
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-02-18 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] 1c645b: Relax build type matching when generating pkgconfi...

2020-02-18 Thread Mikael Simberg
  Branch: refs/heads/msimberg-patch-4
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 1c645ba680d13da9e637713c8cb4fd753c847ebf
  
https://github.com/STEllAR-GROUP/hpx/commit/1c645ba680d13da9e637713c8cb4fd753c847ebf
  Author: Mikael Simberg 
  Date:   2020-02-18 (Tue, 18 Feb 2020)

  Changed paths:
M cmake/HPX_GeneratePackageUtils.cmake

  Log Message:
  ---
  Relax build type matching when generating pkgconfig files


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


[hpx-commits] [STEllAR-GROUP/hpx] 0a15b6: Relax build type matching when generating pkgconfi...

2020-02-17 Thread Mikael Simberg
  Branch: refs/heads/msimberg-patch-4
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 0a15b61cacfab0d13940eb87cef50e00d89abbec
  
https://github.com/STEllAR-GROUP/hpx/commit/0a15b61cacfab0d13940eb87cef50e00d89abbec
  Author: Mikael Simberg 
  Date:   2020-02-18 (Tue, 18 Feb 2020)

  Changed paths:
M cmake/HPX_GeneratePackageUtils.cmake

  Log Message:
  ---
  Relax build type matching when generating pkgconfig files


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


[hpx-commits] [STEllAR-GROUP/hpx] 141d42: Add macOS and Windows CI with GitHub actions

2020-02-17 Thread Mikael Simberg
  Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 141d428eee43bbf099ec59ee503b81d03fdc6164
  
https://github.com/STEllAR-GROUP/hpx/commit/141d428eee43bbf099ec59ee503b81d03fdc6164
  Author: Mikael Simberg 
  Date:   2020-02-13 (Thu, 13 Feb 2020)

  Changed paths:
A .github/workflows/macos.yml
A .github/workflows/windows.yml

  Log Message:
  ---
  Add macOS and Windows CI with GitHub actions


  Commit: 2fee3e5d2841cc8c7b510ddc036a938305895e97
  
https://github.com/STEllAR-GROUP/hpx/commit/2fee3e5d2841cc8c7b510ddc036a938305895e97
  Author: Mikael Simberg 
  Date:   2020-02-13 (Thu, 13 Feb 2020)

  Changed paths:
M tests/unit/topology/allocator_binder_linear.hpp
M tests/unit/topology/allocator_binder_matrix.hpp

  Log Message:
  ---
  Fix compilation of allocator_binder_* on macOS

PAGE_SIZE is defined as a macro on macOS. This changes PAGE_SIZE and
surrounding constants to be lower case.


  Commit: 9bf697647a2e8f99a79f8cb4ee215aa8e03653a4
  
https://github.com/STEllAR-GROUP/hpx/commit/9bf697647a2e8f99a79f8cb4ee215aa8e03653a4
  Author: Mikael Simberg 
  Date:   2020-02-13 (Thu, 13 Feb 2020)

  Changed paths:
M hpx/runtime/threads/executors/guided_pool_executor.hpp

  Log Message:
  ---
  Remove superfluous HPX_EXPORTs from guided_pool_executor.hpp


  Commit: 1ecc3114292a0746567033c6b6df6d4dfafad0aa
  
https://github.com/STEllAR-GROUP/hpx/commit/1ecc3114292a0746567033c6b6df6d4dfafad0aa
  Author: Mikael Simberg 
  Date:   2020-02-13 (Thu, 13 Feb 2020)

  Changed paths:
M hpx/parallel/util/numa_binding_allocator.hpp
M tests/unit/topology/allocator_binder_linear.hpp
M tests/unit/topology/allocator_binder_matrix.hpp

  Log Message:
  ---
  Use east const in binding allocators


  Commit: 1840f9a46568394c4a33059da5abb5994e5d6409
  
https://github.com/STEllAR-GROUP/hpx/commit/1840f9a46568394c4a33059da5abb5994e5d6409
  Author: Mikael Simberg 
  Date:   2020-02-13 (Thu, 13 Feb 2020)

  Changed paths:
M .github/workflows/windows.yml
M CMakeLists.txt
M cmake/HPX_AddTest.cmake

  Log Message:
  ---
  Add CMake option to restrict number of threads used in tests


  Commit: 8f5487b4580a804ae0f1d8ee9a6d26aad7c74dd6
  
https://github.com/STEllAR-GROUP/hpx/commit/8f5487b4580a804ae0f1d8ee9a6d26aad7c74dd6
  Author: Mikael Simberg 
  Date:   2020-02-17 (Mon, 17 Feb 2020)

  Changed paths:
A .github/workflows/macos.yml
A .github/workflows/windows.yml
M CMakeLists.txt
M cmake/HPX_AddTest.cmake
M hpx/parallel/util/numa_binding_allocator.hpp
M hpx/runtime/threads/executors/guided_pool_executor.hpp
M tests/unit/topology/allocator_binder_linear.hpp
M tests/unit/topology/allocator_binder_matrix.hpp

  Log Message:
  ---
  Merge pull request #4379 from msimberg/gh-actions

Add Windows and macOS CI with GitHub actions


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


[hpx-commits] [STEllAR-GROUP/hpx] 69eb72: Add warning messages for using thread binding opti...

2020-02-17 Thread Mikael Simberg
  Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 69eb729d6d5a318dc15fe724b7fc16afd3fb8f67
  
https://github.com/STEllAR-GROUP/hpx/commit/69eb729d6d5a318dc15fe724b7fc16afd3fb8f67
  Author: Mikael Simberg 
  Date:   2020-02-14 (Fri, 14 Feb 2020)

  Changed paths:
M src/util/command_line_handling.cpp

  Log Message:
  ---
  Add warning messages for using thread binding options on macOS


  Commit: afeda00966d11d2b464dfd7504e882b035d961be
  
https://github.com/STEllAR-GROUP/hpx/commit/afeda00966d11d2b464dfd7504e882b035d961be
  Author: Mikael Simberg 
  Date:   2020-02-17 (Mon, 17 Feb 2020)

  Changed paths:
M src/util/command_line_handling.cpp

  Log Message:
  ---
  Merge pull request #4386 from msimberg/thread-binding-warning

Add warning messages for using thread binding options on macOS


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


[hpx-commits] [STEllAR-GROUP/hpx] 3f0ad4: Make enabling dynamic hpx_main on non-Linux system...

2020-02-17 Thread Mikael Simberg
  Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 3f0ad4df2ca92aa804c8d56a22dac0c72f9f7591
  
https://github.com/STEllAR-GROUP/hpx/commit/3f0ad4df2ca92aa804c8d56a22dac0c72f9f7591
  Author: Mikael Simberg 
  Date:   2020-02-14 (Fri, 14 Feb 2020)

  Changed paths:
M CMakeLists.txt

  Log Message:
  ---
  Make enabling dynamic hpx_main on non-Linux systems a configuration error


  Commit: ff64cd54f05b0dc7bd436921eb33bbd76031dd36
  
https://github.com/STEllAR-GROUP/hpx/commit/ff64cd54f05b0dc7bd436921eb33bbd76031dd36
  Author: Mikael Simberg 
  Date:   2020-02-17 (Mon, 17 Feb 2020)

  Changed paths:
M CMakeLists.txt

  Log Message:
  ---
  Merge pull request #4384 from msimberg/cmake-options-error

Make enabling dynamic hpx_main on non-Linux systems a configuration error


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


[hpx-commits] [STEllAR-GROUP/hpx] f567c8: Use configure_file for HPXCacheVariables.cmake

2020-02-17 Thread Mikael Simberg
  Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: f567c869dd3e2bee0e9009a9d0a001cafb8061f9
  
https://github.com/STEllAR-GROUP/hpx/commit/f567c869dd3e2bee0e9009a9d0a001cafb8061f9
  Author: Mikael Simberg 
  Date:   2020-02-13 (Thu, 13 Feb 2020)

  Changed paths:
M cmake/HPX_ForwardCacheVariables.cmake
A cmake/templates/HPXCacheVariables.cmake.in

  Log Message:
  ---
  Use configure_file for HPXCacheVariables.cmake


  Commit: 637a37f753ddb61a8def1126e5439127c7884820
  
https://github.com/STEllAR-GROUP/hpx/commit/637a37f753ddb61a8def1126e5439127c7884820
  Author: Mikael Simberg 
  Date:   2020-02-17 (Mon, 17 Feb 2020)

  Changed paths:
M cmake/HPX_ForwardCacheVariables.cmake
A cmake/templates/HPXCacheVariables.cmake.in

  Log Message:
  ---
  Merge pull request #4383 from msimberg/cache-variables-generate-file

Use configure_file for HPXCacheVariables.cmake


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/ff64cd54f05b...637a37f753dd
___
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-02-17 Thread Mikael Simberg
  Branch: refs/heads/msimberg-patch-5
  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] ce728a: Fix roll_release.sh

2020-02-17 Thread Mikael Simberg
  Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: ce728a3632cf537a93cae30cd8198aaf30ccafea
  
https://github.com/STEllAR-GROUP/hpx/commit/ce728a3632cf537a93cae30cd8198aaf30ccafea
  Author: Mikael Simberg 
  Date:   2020-02-14 (Fri, 14 Feb 2020)

  Changed paths:
M tools/roll_release.sh

  Log Message:
  ---
  Fix roll_release.sh

Not pushing the created tag explicitly leads to the `hub` command creating the 
tag instead on the release branch.


  Commit: dd9e397444c2666064b4fe15e6a65185955cf606
  
https://github.com/STEllAR-GROUP/hpx/commit/dd9e397444c2666064b4fe15e6a65185955cf606
  Author: Mikael Simberg 
  Date:   2020-02-17 (Mon, 17 Feb 2020)

  Changed paths:
M tools/roll_release.sh

  Log Message:
  ---
  Merge pull request #4387 from STEllAR-GROUP/msimberg-patch-5

Fix roll_release.sh


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


[hpx-commits] [STEllAR-GROUP/hpx] ba66b6: Merge pull request #4389 from STEllAR-GROUP/add_jsrun

2020-02-17 Thread Mikael Simberg
  Branch: refs/heads/release
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: ba66b626fc16345434d34fdc0e03bb0d8e7d7dc6
  
https://github.com/STEllAR-GROUP/hpx/commit/ba66b626fc16345434d34fdc0e03bb0d8e7d7dc6
  Author: Mikael Simberg 
  Date:   2020-02-17 (Mon, 17 Feb 2020)

  Changed paths:
M cmake/templates/hpxrun.py.in

  Log Message:
  ---
  Merge pull request #4389 from STEllAR-GROUP/add_jsrun

Add jsrun in hpx run wrapper


  Commit: c8da06eadaee7dc19e664e6a0d82eb34d9b41225
  
https://github.com/STEllAR-GROUP/hpx/commit/c8da06eadaee7dc19e664e6a0d82eb34d9b41225
  Author: Mikael Simberg 
  Date:   2020-02-17 (Mon, 17 Feb 2020)

  Changed paths:
M docs/sphinx/releases/whats_new_1_4_1.rst

  Log Message:
  ---
  Add addition of jsrun to hpxrun.py to 1.4.1 release notes


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/fe0326e17ffd...c8da06eadaee
___
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-02-17 Thread Mikael Simberg
  Branch: refs/heads/add_jsrun
  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] 7fb168: add jsrun in runwrapper

2020-02-17 Thread Mikael Simberg
  Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 7fb1687b58d2f50c3f1f2742c85db981b0ed63f4
  
https://github.com/STEllAR-GROUP/hpx/commit/7fb1687b58d2f50c3f1f2742c85db981b0ed63f4
  Author: Weile 
  Date:   2020-02-14 (Fri, 14 Feb 2020)

  Changed paths:
M cmake/templates/hpxrun.py.in

  Log Message:
  ---
  add jsrun in runwrapper


  Commit: cce245f71eb1d1ab3679d27a5fe3457a5cdb0fdc
  
https://github.com/STEllAR-GROUP/hpx/commit/cce245f71eb1d1ab3679d27a5fe3457a5cdb0fdc
  Author: Weile 
  Date:   2020-02-14 (Fri, 14 Feb 2020)

  Changed paths:
M .circleci/config.yml
M CMakeLists.txt
M cmake/HPX_DetectCppDialect.cmake
M cmake/HPX_GeneratePackageUtils.cmake
M cmake/HPX_SetupCUDA.cmake
M cmake/HPX_UpdateGitDocs.cmake
M cmake/templates/hpxrun.py.in
M cmake/toolchains/Cray.cmake
M cmake/toolchains/CrayKNL.cmake
M cmake/toolchains/CrayKNLStatic.cmake
M cmake/toolchains/CrayStatic.cmake
M examples/transpose/transpose_serial.cpp
M examples/transpose/transpose_serial_block.cpp
M examples/transpose/transpose_serial_vector.cpp
M hpx/hpx_init.hpp
M hpx/hpx_init_impl.hpp
M hpx/hpx_start.hpp
M hpx/hpx_start_impl.hpp
M hpx/runtime.hpp
M libs/algorithms/include/hpx/parallel/algorithms/equal.hpp
M libs/algorithms/include/hpx/parallel/algorithms/mismatch.hpp
M libs/compute_cuda/examples/cuda_future_helper.h
M libs/coroutines/src/swapcontext.s
M libs/coroutines/src/swapcontext32.ipp
M libs/coroutines/src/swapcontext64.s
M libs/program_options/examples/config_file_types.cpp
M libs/program_options/examples/options_hierarchy.cpp
M libs/program_options/include/hpx/program_options/parsers.hpp
M libs/program_options/src/split.cpp
M libs/program_options/src/variables_map.cpp
M libs/program_options/tests/unit/boost_program_options.cpp
M libs/program_options/tests/unit/cmdline.cpp
M libs/resource_partitioner/examples/async_customization.cpp
M libs/resource_partitioner/examples/guided_pool_test.cpp
M libs/resource_partitioner/examples/simple_resource_partitioner.cpp
M libs/resource_partitioner/examples/simplest_resource_partitioner_1.cpp
M libs/resource_partitioner/examples/simplest_resource_partitioner_2.cpp
M libs/resource_partitioner/include/hpx/resource_partitioner/partitioner.hpp
M libs/resource_partitioner/src/partitioner.cpp
M libs/resource_partitioner/tests/unit/named_pool_executor.cpp
M libs/resource_partitioner/tests/unit/resource_partitioner_info.cpp
M libs/resource_partitioner/tests/unit/used_pus.cpp
M libs/serialization/include/hpx/serialization/access.hpp
M plugins/parcelport/libfabric/header.hpp
M plugins/parcelport/libfabric/rma_receiver.hpp
M plugins/parcelport/libfabric/sender.hpp
M plugins/parcelport/rma_memory_pool.hpp
M plugins/parcelport/verbs/rdma/verbs_endpoint.hpp
R python/hpx/__init__.py
R python/hpx/environment.py
R python/hpx/path.py
R python/hpx/process.py
R python/scripts/hpx_environment.py
R python/scripts/hpx_invoke.py
R python/scripts/hpx_optsweep.py
R python/scripts/hpx_run_test.py
M src/CMakeLists.txt
M src/hpx_init.cpp
M tests/performance/network/network_storage/instructions.md
M tests/unit/resource/cross_pool_injection.cpp
M tests/unit/resource/scheduler_priority_check.cpp
M tests/unit/topology/numa_allocator.cpp
M tools/.codespell_whitelist
M tools/build_boost.sh
M tools/gdb/hpx.py
M tools/inspect/doc/inspect.qbk

  Log Message:
  ---
  Merge branch 'master' of https://github.com/STEllAR-GROUP/hpx


  Commit: 13d7583aec837b76e8f6cac7a11dcb10c69a9c2a
  
https://github.com/STEllAR-GROUP/hpx/commit/13d7583aec837b76e8f6cac7a11dcb10c69a9c2a
  Author: Mikael Simberg 
  Date:   2020-02-17 (Mon, 17 Feb 2020)

  Changed paths:
M cmake/templates/hpxrun.py.in

  Log Message:
  ---
  Fix srun to jsrun typo


  Commit: ea9a1d2147a4c2047edea69284419450e51e7c4c
  
https://github.com/STEllAR-GROUP/hpx/commit/ea9a1d2147a4c2047edea69284419450e51e7c4c
  Author: Mikael Simberg 
  Date:   2020-02-17 (Mon, 17 Feb 2020)

  Changed paths:
M cmake/templates/hpxrun.py.in

  Log Message:
  ---
  Merge pull request #4389 from STEllAR-GROUP/add_jsrun

Add jsrun in hpx run wrapper


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


[hpx-commits] [STEllAR-GROUP/hpx] 13d758: Fix srun to jsrun typo

2020-02-17 Thread Mikael Simberg
  Branch: refs/heads/add_jsrun
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 13d7583aec837b76e8f6cac7a11dcb10c69a9c2a
  
https://github.com/STEllAR-GROUP/hpx/commit/13d7583aec837b76e8f6cac7a11dcb10c69a9c2a
  Author: Mikael Simberg 
  Date:   2020-02-17 (Mon, 17 Feb 2020)

  Changed paths:
M cmake/templates/hpxrun.py.in

  Log Message:
  ---
  Fix srun to jsrun typo


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


[hpx-commits] [STEllAR-GROUP/hpx] cb122f: Use INTERNAL_FLAGS option for all examples and com...

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

  Changed paths:
M examples/1d_stencil/CMakeLists.txt
M examples/accumulators/CMakeLists.txt
M examples/apex/CMakeLists.txt
M examples/async_io/CMakeLists.txt
M examples/balancing/CMakeLists.txt
M examples/cancelable_action/CMakeLists.txt
M examples/cancelable_action/cancelable_action/CMakeLists.txt
M examples/future_reduce/CMakeLists.txt
M examples/heartbeat/CMakeLists.txt
M examples/interpolate1d/CMakeLists.txt
M examples/interpolate1d/interpolate1d/CMakeLists.txt
M examples/jacobi/CMakeLists.txt
M examples/jacobi/jacobi_component/CMakeLists.txt
M examples/jacobi_smp/CMakeLists.txt
M examples/nqueen/CMakeLists.txt
M examples/performance_counters/CMakeLists.txt
M examples/performance_counters/sine/CMakeLists.txt
M examples/pipeline/CMakeLists.txt
M examples/qt/CMakeLists.txt
M examples/quickstart/CMakeLists.txt
M examples/random_mem_access/CMakeLists.txt
M examples/random_mem_access/random_mem_access/CMakeLists.txt
M examples/sheneos/CMakeLists.txt
M examples/spell_check/CMakeLists.txt
M examples/startup_shutdown/CMakeLists.txt
M examples/thread_aware_timer/CMakeLists.txt
M examples/throttle/CMakeLists.txt
M examples/throttle/throttle/CMakeLists.txt
M examples/transpose/CMakeLists.txt
M examples/tuplespace/CMakeLists.txt
M examples/tuplespace/central_tuplespace/CMakeLists.txt
M libs/affinity/tests/unit/CMakeLists.txt
M libs/basic_execution/tests/unit/CMakeLists.txt
M libs/batch_environments/tests/unit/CMakeLists.txt
M libs/resource_partitioner/examples/CMakeLists.txt
M libs/resource_partitioner/tests/unit/CMakeLists.txt
M tests/regressions/actions/components/CMakeLists.txt
M tests/unit/agas/components/CMakeLists.txt
M tests/unit/component/components/CMakeLists.txt
M tools/inspect/CMakeLists.txt

  Log Message:
  ---
  Use INTERNAL_FLAGS option for all examples and components


  Commit: 750345dd209de7a344cdd6d70714b8ba2bb3c3f0
  
https://github.com/STEllAR-GROUP/hpx/commit/750345dd209de7a344cdd6d70714b8ba2bb3c3f0
  Author: Mikael Simberg 
  Date:   2020-01-27 (Mon, 27 Jan 2020)

  Changed paths:
M libs/resource_partitioner/examples/async_customization.cpp

  Log Message:
  ---
  Fix warnings about implicit conversion from float to double


  Commit: bbc4f12ad90f9d81d2b8c4158e8cc0e9d7aec933
  
https://github.com/STEllAR-GROUP/hpx/commit/bbc4f12ad90f9d81d2b8c4158e8cc0e9d7aec933
  Author: Mikael Simberg 
  Date:   2020-02-17 (Mon, 17 Feb 2020)

  Changed paths:
M examples/1d_stencil/CMakeLists.txt
M examples/accumulators/CMakeLists.txt
M examples/apex/CMakeLists.txt
M examples/async_io/CMakeLists.txt
M examples/balancing/CMakeLists.txt
M examples/cancelable_action/CMakeLists.txt
M examples/cancelable_action/cancelable_action/CMakeLists.txt
M examples/future_reduce/CMakeLists.txt
M examples/heartbeat/CMakeLists.txt
M examples/interpolate1d/CMakeLists.txt
M examples/interpolate1d/interpolate1d/CMakeLists.txt
M examples/jacobi/CMakeLists.txt
M examples/jacobi/jacobi_component/CMakeLists.txt
M examples/jacobi_smp/CMakeLists.txt
M examples/nqueen/CMakeLists.txt
M examples/performance_counters/CMakeLists.txt
M examples/performance_counters/sine/CMakeLists.txt
M examples/pipeline/CMakeLists.txt
M examples/qt/CMakeLists.txt
M examples/quickstart/CMakeLists.txt
M examples/random_mem_access/CMakeLists.txt
M examples/random_mem_access/random_mem_access/CMakeLists.txt
M examples/sheneos/CMakeLists.txt
M examples/spell_check/CMakeLists.txt
M examples/startup_shutdown/CMakeLists.txt
M examples/thread_aware_timer/CMakeLists.txt
M examples/throttle/CMakeLists.txt
M examples/throttle/throttle/CMakeLists.txt
M examples/transpose/CMakeLists.txt
M examples/tuplespace/CMakeLists.txt
M examples/tuplespace/central_tuplespace/CMakeLists.txt
M libs/affinity/tests/unit/CMakeLists.txt
M libs/basic_execution/tests/unit/CMakeLists.txt
M libs/batch_environments/tests/unit/CMakeLists.txt
M libs/resource_partitioner/examples/CMakeLists.txt
M libs/resource_partitioner/examples/async_customization.cpp
M libs/resource_partitioner/tests/unit/CMakeLists.txt
M tests/regressions/actions/components/CMakeLists.txt
M tests/unit/agas/components/CMakeLists.txt
M tests/unit/component/components/CMakeLists.txt
M tools/inspect/CMakeLists.txt

  Log Message:
  ---
  Merge pull request #4327 from msimberg/internal-flags

Use INTERNAL_FLAGS option for all examples and components


Compare: 
https://github.com/STEllAR-GROUP

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

2020-02-14 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] 30c22e: Fix configuration with CUDA and older CMake versions

2020-02-14 Thread Mikael Simberg
  Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 30c22e3b29ef0ed23d5d379cbbb333874acf5896
  
https://github.com/STEllAR-GROUP/hpx/commit/30c22e3b29ef0ed23d5d379cbbb333874acf5896
  Author: Mikael Simberg 
  Date:   2020-02-13 (Thu, 13 Feb 2020)

  Changed paths:
M cmake/HPX_SetupCUDA.cmake

  Log Message:
  ---
  Fix configuration with CUDA and older CMake versions


  Commit: aa59c1bc6e97410a5e7db009feec5693fe0cf4dc
  
https://github.com/STEllAR-GROUP/hpx/commit/aa59c1bc6e97410a5e7db009feec5693fe0cf4dc
  Author: Mikael Simberg 
  Date:   2020-02-14 (Fri, 14 Feb 2020)

  Changed paths:
M cmake/HPX_SetupCUDA.cmake

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

Fix configuration with CUDA and older CMake versions


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


[hpx-commits] [STEllAR-GROUP/hpx] e229cf: Update whitelist and fix more typos

2020-02-14 Thread Mikael Simberg
  Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: e229cf254ee18905df285282eadd5f849314067a
  
https://github.com/STEllAR-GROUP/hpx/commit/e229cf254ee18905df285282eadd5f849314067a
  Author: Mikael Simberg 
  Date:   2020-02-14 (Fri, 14 Feb 2020)

  Changed paths:
M .circleci/config.yml
M cmake/HPX_DetectCppDialect.cmake
M cmake/HPX_GeneratePackageUtils.cmake
M cmake/HPX_UpdateGitDocs.cmake
M cmake/templates/hpxrun.py.in
M cmake/toolchains/Cray.cmake
M cmake/toolchains/CrayKNL.cmake
M cmake/toolchains/CrayKNLStatic.cmake
M cmake/toolchains/CrayStatic.cmake
M examples/transpose/transpose_serial.cpp
M examples/transpose/transpose_serial_block.cpp
M examples/transpose/transpose_serial_vector.cpp
M hpx/runtime.hpp
M libs/algorithms/include/hpx/parallel/algorithms/equal.hpp
M libs/algorithms/include/hpx/parallel/algorithms/mismatch.hpp
M libs/compute_cuda/examples/cuda_future_helper.h
M libs/coroutines/src/swapcontext.s
M libs/coroutines/src/swapcontext32.ipp
M libs/coroutines/src/swapcontext64.s
M libs/program_options/examples/config_file_types.cpp
M libs/program_options/examples/options_hierarchy.cpp
M libs/program_options/include/hpx/program_options/parsers.hpp
M libs/program_options/src/split.cpp
M libs/program_options/src/variables_map.cpp
M libs/program_options/tests/unit/boost_program_options.cpp
M libs/program_options/tests/unit/cmdline.cpp
M libs/serialization/include/hpx/serialization/access.hpp
M plugins/parcelport/libfabric/header.hpp
M plugins/parcelport/libfabric/rma_receiver.hpp
M plugins/parcelport/libfabric/sender.hpp
M plugins/parcelport/rma_memory_pool.hpp
M plugins/parcelport/verbs/rdma/verbs_endpoint.hpp
M src/CMakeLists.txt
M tests/performance/network/network_storage/instructions.md
M tools/.codespell_whitelist
M tools/build_boost.sh
M tools/gdb/hpx.py
M tools/inspect/doc/inspect.qbk

  Log Message:
  ---
  Update whitelist and fix more typos


  Commit: f9adcb6db5971b5174dfa6685c1586ebec55083d
  
https://github.com/STEllAR-GROUP/hpx/commit/f9adcb6db5971b5174dfa6685c1586ebec55083d
  Author: Mikael Simberg 
  Date:   2020-02-14 (Fri, 14 Feb 2020)

  Changed paths:
M .circleci/config.yml

  Log Message:
  ---
  Relax dependencies in CircleCI configuration

Don't require inspect, spellcheck, and docs to attempt install step.


  Commit: 852f45b3302032554567408c0682373cc542df3f
  
https://github.com/STEllAR-GROUP/hpx/commit/852f45b3302032554567408c0682373cc542df3f
  Author: Mikael Simberg 
  Date:   2020-02-14 (Fri, 14 Feb 2020)

  Changed paths:
M .circleci/config.yml
M cmake/HPX_DetectCppDialect.cmake
M cmake/HPX_GeneratePackageUtils.cmake
M cmake/HPX_UpdateGitDocs.cmake
M cmake/templates/hpxrun.py.in
M cmake/toolchains/Cray.cmake
M cmake/toolchains/CrayKNL.cmake
M cmake/toolchains/CrayKNLStatic.cmake
M cmake/toolchains/CrayStatic.cmake
M examples/transpose/transpose_serial.cpp
M examples/transpose/transpose_serial_block.cpp
M examples/transpose/transpose_serial_vector.cpp
M hpx/runtime.hpp
M libs/algorithms/include/hpx/parallel/algorithms/equal.hpp
M libs/algorithms/include/hpx/parallel/algorithms/mismatch.hpp
M libs/compute_cuda/examples/cuda_future_helper.h
M libs/coroutines/src/swapcontext.s
M libs/coroutines/src/swapcontext32.ipp
M libs/coroutines/src/swapcontext64.s
M libs/program_options/examples/config_file_types.cpp
M libs/program_options/examples/options_hierarchy.cpp
M libs/program_options/include/hpx/program_options/parsers.hpp
M libs/program_options/src/split.cpp
M libs/program_options/src/variables_map.cpp
M libs/program_options/tests/unit/boost_program_options.cpp
M libs/program_options/tests/unit/cmdline.cpp
M libs/serialization/include/hpx/serialization/access.hpp
M plugins/parcelport/libfabric/header.hpp
M plugins/parcelport/libfabric/rma_receiver.hpp
M plugins/parcelport/libfabric/sender.hpp
M plugins/parcelport/rma_memory_pool.hpp
M plugins/parcelport/verbs/rdma/verbs_endpoint.hpp
M src/CMakeLists.txt
M tests/performance/network/network_storage/instructions.md
M tools/.codespell_whitelist
M tools/build_boost.sh
M tools/gdb/hpx.py
M tools/inspect/doc/inspect.qbk

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

Update spellchecking whitelist and fix more typos


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/cd4f9992053d...852f45b33020
___
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-02-14 Thread Mikael Simberg
  Branch: refs/tags/1.4.1-rc2
  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] 070a10: Fix pushing of release tag

2020-02-14 Thread Mikael Simberg
  Branch: refs/heads/release
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 070a109c1bb50cc2065a67ba913bc421459adc6d
  
https://github.com/STEllAR-GROUP/hpx/commit/070a109c1bb50cc2065a67ba913bc421459adc6d
  Author: Mikael Simberg 
  Date:   2020-02-14 (Fri, 14 Feb 2020)

  Changed paths:
M tools/roll_release.sh

  Log Message:
  ---
  Fix pushing of release tag


  Commit: fe0326e17ffdf0c8c223219037789faf72c446b1
  
https://github.com/STEllAR-GROUP/hpx/commit/fe0326e17ffdf0c8c223219037789faf72c446b1
  Author: Mikael Simberg 
  Date:   2020-02-14 (Fri, 14 Feb 2020)

  Changed paths:
M CMakeLists.txt

  Log Message:
  ---
  Update version to 1.4.1-rc2


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/b59463ce21d4...fe0326e17ffd
___
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-02-14 Thread Mikael Simberg
  Branch: refs/tags/1.4.1
  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] ce728a: Fix roll_release.sh

2020-02-14 Thread Mikael Simberg
  Branch: refs/heads/msimberg-patch-5
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: ce728a3632cf537a93cae30cd8198aaf30ccafea
  
https://github.com/STEllAR-GROUP/hpx/commit/ce728a3632cf537a93cae30cd8198aaf30ccafea
  Author: Mikael Simberg 
  Date:   2020-02-14 (Fri, 14 Feb 2020)

  Changed paths:
M tools/roll_release.sh

  Log Message:
  ---
  Fix roll_release.sh

Not pushing the created tag explicitly leads to the `hub` command creating the 
tag instead on the release branch.


___
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-02-14 Thread Mikael Simberg
  Branch: refs/tags/1.4.1-rc1
  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-02-14 Thread Mikael Simberg
  Branch: refs/tags/1.4.1
  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] f3edf1: Remove python scripts

2020-02-13 Thread Mikael Simberg
  Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: f3edf1d378ed30c722c3f395a352ebc89ca81a27
  
https://github.com/STEllAR-GROUP/hpx/commit/f3edf1d378ed30c722c3f395a352ebc89ca81a27
  Author: Mikael Simberg 
  Date:   2020-02-12 (Wed, 12 Feb 2020)

  Changed paths:
M CMakeLists.txt
R python/hpx/__init__.py
R python/hpx/environment.py
R python/hpx/path.py
R python/hpx/process.py
R python/scripts/hpx_environment.py
R python/scripts/hpx_invoke.py
R python/scripts/hpx_optsweep.py
R python/scripts/hpx_run_test.py

  Log Message:
  ---
  Remove python scripts


  Commit: cd4f9992053dfc89f708de5e4a92e44c3cc75419
  
https://github.com/STEllAR-GROUP/hpx/commit/cd4f9992053dfc89f708de5e4a92e44c3cc75419
  Author: Mikael Simberg 
  Date:   2020-02-13 (Thu, 13 Feb 2020)

  Changed paths:
M CMakeLists.txt
R python/hpx/__init__.py
R python/hpx/environment.py
R python/hpx/path.py
R python/hpx/process.py
R python/scripts/hpx_environment.py
R python/scripts/hpx_invoke.py
R python/scripts/hpx_optsweep.py
R python/scripts/hpx_run_test.py

  Log Message:
  ---
  Merge pull request #4377 from msimberg/remove-python-scripts

Remove Python scripts


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


[hpx-commits] [STEllAR-GROUP/hpx] b59463: Correct release notes TOC and release date in RPM ...

2020-02-13 Thread Mikael Simberg
  Branch: refs/heads/release
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: b59463ce21d4a97623cbb392aa61fd21fc395f6d
  
https://github.com/STEllAR-GROUP/hpx/commit/b59463ce21d4a97623cbb392aa61fd21fc395f6d
  Author: Mikael Simberg 
  Date:   2020-02-13 (Thu, 13 Feb 2020)

  Changed paths:
M cmake/packaging/rpm/Changelog.txt
M docs/sphinx/releases.rst

  Log Message:
  ---
  Correct release notes TOC and release date in RPM changelog


___
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-02-13 Thread Mikael Simberg
  Branch: refs/tags/1.4.1
  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] 30c22e: Fix configuration with CUDA and older CMake versions

2020-02-13 Thread Mikael Simberg
  Branch: refs/heads/msimberg-patch-4
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 30c22e3b29ef0ed23d5d379cbbb333874acf5896
  
https://github.com/STEllAR-GROUP/hpx/commit/30c22e3b29ef0ed23d5d379cbbb333874acf5896
  Author: Mikael Simberg 
  Date:   2020-02-13 (Thu, 13 Feb 2020)

  Changed paths:
M cmake/HPX_SetupCUDA.cmake

  Log Message:
  ---
  Fix configuration with CUDA and older CMake versions


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


[hpx-commits] [STEllAR-GROUP/hpx] 7deff4: Update release date for 1.4.1

2020-02-13 Thread Mikael Simberg
  Branch: refs/heads/release
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 7deff4d835ae2215db79fdb1be144bea54f168b3
  
https://github.com/STEllAR-GROUP/hpx/commit/7deff4d835ae2215db79fdb1be144bea54f168b3
  Author: Mikael Simberg 
  Date:   2020-02-13 (Thu, 13 Feb 2020)

  Changed paths:
M CMakeLists.txt
M docs/sphinx/releases/whats_new_1_4_1.rst

  Log Message:
  ---
  Update release date for 1.4.1


  Commit: 7a149377e4fa584651f92a3dce27d3e65066e659
  
https://github.com/STEllAR-GROUP/hpx/commit/7a149377e4fa584651f92a3dce27d3e65066e659
  Author: Mikael Simberg 
  Date:   2020-02-13 (Thu, 13 Feb 2020)

  Changed paths:
M cmake/HPX_SetupCUDA.cmake

  Log Message:
  ---
  Fix CMake configuration with CUDA enabled


  Commit: 084f1aa6e97bf79be5c1c86b853475ec51b63da2
  
https://github.com/STEllAR-GROUP/hpx/commit/084f1aa6e97bf79be5c1c86b853475ec51b63da2
  Author: Mikael Simberg 
  Date:   2020-02-13 (Thu, 13 Feb 2020)

  Changed paths:
M docs/sphinx/releases/whats_new_1_4_1.rst

  Log Message:
  ---
  Add bullet point for fixed CMake configuration to release notes for 1.4.1


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/9421cb73070f...084f1aa6e97b
___
hpx-commits mailing list
hpx-commits@stellar.cct.lsu.edu
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits


[hpx-commits] [STEllAR-GROUP/hpx] 3b458e: Remove superfluous HPX_EXPORTs from guided_pool_ex...

2020-02-12 Thread Mikael Simberg
  Branch: refs/heads/release
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 3b458e05d9e31b85e33ac69242c774b96ec020ea
  
https://github.com/STEllAR-GROUP/hpx/commit/3b458e05d9e31b85e33ac69242c774b96ec020ea
  Author: Mikael Simberg 
  Date:   2020-02-12 (Wed, 12 Feb 2020)

  Changed paths:
M hpx/runtime/threads/executors/guided_pool_executor.hpp

  Log Message:
  ---
  Remove superfluous HPX_EXPORTs from guided_pool_executor.hpp


  Commit: 681c737bd387b78d29a4dae95ec5dd0e97a9b8b3
  
https://github.com/STEllAR-GROUP/hpx/commit/681c737bd387b78d29a4dae95ec5dd0e97a9b8b3
  Author: Mikael Simberg 
  Date:   2020-02-12 (Wed, 12 Feb 2020)

  Changed paths:
M tests/unit/topology/allocator_binder_linear.hpp
M tests/unit/topology/allocator_binder_matrix.hpp

  Log Message:
  ---
  Fix compilation of allocator_binder_* on macOS

PAGE_SIZE is defined as a macro on macOS. This changes PAGE_SIZE and
surrounding constants to be lower case.


  Commit: 9421cb73070f20ad808f42a0f08721de53142a11
  
https://github.com/STEllAR-GROUP/hpx/commit/9421cb73070f20ad808f42a0f08721de53142a11
  Author: Mikael Simberg 
  Date:   2020-02-12 (Wed, 12 Feb 2020)

  Changed paths:
M docs/sphinx/releases/whats_new_1_4_1.rst

  Log Message:
  ---
  Update release notes for 1.4.1

Add note about fixed issues on macOS.


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


[hpx-commits] [STEllAR-GROUP/hpx] b2c651: Use format for logging

2020-02-12 Thread Mikael Simberg
/logging/include_compatibility/hpx/util/logging/detail/cache_before_init.hpp
M libs/logging/src/logging.cpp

  Log Message:
  ---
  Integrate message cache into logger


  Commit: 21b1b3a07ccaf7c17c3f233918aad5525779d533
  
https://github.com/STEllAR-GROUP/hpx/commit/21b1b3a07ccaf7c17c3f233918aad5525779d533
  Author: Agustin K-ballo Berge 
  Date:   2020-02-12 (Wed, 12 Feb 2020)

  Changed paths:
M libs/logging/include/hpx/logging.hpp
M libs/logging/include/hpx/logging/detail/logger.hpp
M libs/logging/include/hpx/logging/detail/macros.hpp

  Log Message:
  ---
  Expose format-like log interface


  Commit: 2df49b937cf790cf9857e6a9cd81084b46b39f82
  
https://github.com/STEllAR-GROUP/hpx/commit/2df49b937cf790cf9857e6a9cd81084b46b39f82
  Author: Agustin K-ballo Berge 
  Date:   2020-02-12 (Wed, 12 Feb 2020)

  Changed paths:
M libs/logging/CMakeLists.txt
M libs/logging/include/hpx/logging.hpp
M libs/logging/include/hpx/logging/detail/logger.hpp
M libs/logging/include/hpx/logging/format/named_write.hpp
M libs/logging/include/hpx/logging/message.hpp
M libs/logging/src/format/formatter/defaults.cpp
M libs/logging/src/format/formatter/high_precision_time.cpp
M libs/logging/src/format/formatter/thread_id.cpp
M libs/logging/src/format/named_write.cpp
R libs/logging/src/message.cpp
M src/util/init_logging.cpp

  Log Message:
  ---
  Lift stringstream into log message


  Commit: 7cca2f2f5111627619ec105494715735a046de9b
  
https://github.com/STEllAR-GROUP/hpx/commit/7cca2f2f5111627619ec105494715735a046de9b
  Author: Agustin K-ballo Berge 
  Date:   2020-02-12 (Wed, 12 Feb 2020)

  Changed paths:
M libs/logging/include/hpx/logging/format/named_write.hpp
M libs/logging/include/hpx/logging/manipulator.hpp
M libs/logging/include/hpx/logging/message.hpp
M libs/logging/src/format/formatter/defaults.cpp
M libs/logging/src/format/formatter/high_precision_time.cpp
M libs/logging/src/format/formatter/thread_id.cpp
M libs/logging/src/format/named_write.cpp
M src/util/init_logging.cpp

  Log Message:
  ---
  Refactor named formatters/destinations


  Commit: e3b0ceaa876784aa6da54c5c1e1e6dce3a82d0d4
  
https://github.com/STEllAR-GROUP/hpx/commit/e3b0ceaa876784aa6da54c5c1e1e6dce3a82d0d4
  Author: Agustin K-ballo Berge 
  Date:   2020-02-12 (Wed, 12 Feb 2020)

  Changed paths:
M libs/logging/include/hpx/logging/detail/logger.hpp
M libs/logging/include/hpx/logging/format/destinations.hpp
M libs/logging/include/hpx/logging/format/formatters.hpp
M libs/logging/include/hpx/logging/format/named_write.hpp
M libs/logging/include/hpx/logging/level.hpp
M libs/logging/include/hpx/logging/manipulator.hpp
M libs/logging/src/format/destination/defaults.cpp
M libs/logging/src/format/destination/file.cpp
M libs/logging/src/format/formatter/defaults.cpp
M libs/logging/src/format/formatter/high_precision_time.cpp
M libs/logging/src/format/formatter/thread_id.cpp
M libs/logging/src/format/named_write.cpp

  Log Message:
  ---
  Refactor named formatters/destinations (2)


  Commit: ec8180ac5c44de7b8d0dbee2631f69d2c63dbaaf
  
https://github.com/STEllAR-GROUP/hpx/commit/ec8180ac5c44de7b8d0dbee2631f69d2c63dbaaf
  Author: Agustin K-ballo Berge 
  Date:   2020-02-12 (Wed, 12 Feb 2020)

  Changed paths:
M docs/sphinx/manual/launching_and_configuring_hpx_applications.rst
M libs/logging/include/hpx/logging/format/named_write.hpp
M libs/logging/src/format/named_write.cpp
M src/util/init_logging.cpp

  Log Message:
  ---
  Restore append log formatting functionality


  Commit: b8ad62bf805da0c660522a962eee3e1ce4c3e6f6
  
https://github.com/STEllAR-GROUP/hpx/commit/b8ad62bf805da0c660522a962eee3e1ce4c3e6f6
  Author: Mikael Simberg 
  Date:   2020-02-12 (Wed, 12 Feb 2020)

  Changed paths:
M libs/logging/include/hpx/logging/format/named_write.hpp
M libs/logging/include/hpx/logging/message.hpp

  Log Message:
  ---
  Don't move strings in device code in logging module

nvcc does not know how to compile moved strings.


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


[hpx-commits] [STEllAR-GROUP/hpx] f7826f: Merge pull request #4376 from STEllAR-GROUP/msimbe...

2020-02-12 Thread Mikael Simberg
  Branch: refs/heads/release
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: f7826ffcbb291c0ee54496a60f277cfe67811cae
  
https://github.com/STEllAR-GROUP/hpx/commit/f7826ffcbb291c0ee54496a60f277cfe67811cae
  Author: Mikael Simberg 
  Date:   2020-02-12 (Wed, 12 Feb 2020)

  Changed paths:
M libs/resource_partitioner/examples/async_customization.cpp
M libs/resource_partitioner/examples/guided_pool_test.cpp

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

Attempt to fix some test build errors on Windows


  Commit: f5ea7f992f0bf5f51119f22a7c9713885d8a064c
  
https://github.com/STEllAR-GROUP/hpx/commit/f5ea7f992f0bf5f51119f22a7c9713885d8a064c
  Author: Mikael Simberg 
  Date:   2020-02-12 (Wed, 12 Feb 2020)

  Changed paths:
M docs/sphinx/releases/whats_new_1_4_1.rst

  Log Message:
  ---
  Add one more PR to 1.4.1 release notes


  Commit: 3a5876aba6bef4b24e665f21e17aa21ca8fc0e1e
  
https://github.com/STEllAR-GROUP/hpx/commit/3a5876aba6bef4b24e665f21e17aa21ca8fc0e1e
  Author: Mikael Simberg 
  Date:   2020-02-12 (Wed, 12 Feb 2020)

  Changed paths:
M CMakeLists.txt

  Log Message:
  ---
  Remove version tag for 1.4.1 release


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/5358a678b124...3a5876aba6be
___
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-02-12 Thread Mikael Simberg
  Branch: refs/heads/resource_partitioner_init
  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] 311121: Adding overload for `hpx::init`/`hpx::start` for u...

2020-02-12 Thread Mikael Simberg
  Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 31112191645f62bf0eacda631dcb13615cf791e5
  
https://github.com/STEllAR-GROUP/hpx/commit/31112191645f62bf0eacda631dcb13615cf791e5
  Author: Hartmut Kaiser 
  Date:   2020-02-11 (Tue, 11 Feb 2020)

  Changed paths:
M hpx/hpx_init.hpp
M hpx/hpx_init_impl.hpp
M hpx/hpx_start.hpp
M hpx/hpx_start_impl.hpp
M libs/resource_partitioner/examples/guided_pool_test.cpp
M libs/resource_partitioner/examples/simple_resource_partitioner.cpp
M libs/resource_partitioner/examples/simplest_resource_partitioner_1.cpp
M libs/resource_partitioner/examples/simplest_resource_partitioner_2.cpp
M libs/resource_partitioner/include/hpx/resource_partitioner/partitioner.hpp
M libs/resource_partitioner/src/partitioner.cpp
M libs/resource_partitioner/tests/unit/named_pool_executor.cpp
M libs/resource_partitioner/tests/unit/resource_partitioner_info.cpp
M libs/resource_partitioner/tests/unit/used_pus.cpp
M src/hpx_init.cpp
M tests/unit/resource/cross_pool_injection.cpp
M tests/unit/resource/scheduler_priority_check.cpp
M tests/unit/topology/numa_allocator.cpp

  Log Message:
  ---
  Adding overload for `hpx::init`/`hpx::start` for use with resource partitioner

- this helps resolving linker errors on Windows if the main entry point to HPX 
is in a shared library
- this also cleans up the API as it makes the use of the resource partitioner 
explicit

Note that this is a breaking API as the use of the no-argument versions of 
`init` and `start` is now deprecated when using an explicit resource 
partitioner.


  Commit: f5403e98edb0ce61cead93dc5545e68386611cd6
  
https://github.com/STEllAR-GROUP/hpx/commit/f5403e98edb0ce61cead93dc5545e68386611cd6
  Author: Mikael Simberg 
  Date:   2020-02-12 (Wed, 12 Feb 2020)

  Changed paths:
M hpx/hpx_init.hpp
M hpx/hpx_init_impl.hpp
M hpx/hpx_start.hpp
M hpx/hpx_start_impl.hpp
M libs/resource_partitioner/examples/guided_pool_test.cpp
M libs/resource_partitioner/examples/simple_resource_partitioner.cpp
M libs/resource_partitioner/examples/simplest_resource_partitioner_1.cpp
M libs/resource_partitioner/examples/simplest_resource_partitioner_2.cpp
M libs/resource_partitioner/include/hpx/resource_partitioner/partitioner.hpp
M libs/resource_partitioner/src/partitioner.cpp
M libs/resource_partitioner/tests/unit/named_pool_executor.cpp
M libs/resource_partitioner/tests/unit/resource_partitioner_info.cpp
M libs/resource_partitioner/tests/unit/used_pus.cpp
M src/hpx_init.cpp
M tests/unit/resource/cross_pool_injection.cpp
M tests/unit/resource/scheduler_priority_check.cpp
M tests/unit/topology/numa_allocator.cpp

  Log Message:
  ---
  Merge pull request #4374 from STEllAR-GROUP/resource_partitioner_init

Adding overload for `hpx::init`/`hpx::start` for use with resource partitioner


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


[hpx-commits] [STEllAR-GROUP/hpx] 509c21: Remove superfluous HPX_EXPORT from async_customiza...

2020-02-11 Thread Mikael Simberg
  Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 509c21365c8722ebe83592d19eedf5654e32bded
  
https://github.com/STEllAR-GROUP/hpx/commit/509c21365c8722ebe83592d19eedf5654e32bded
  Author: Mikael Simberg 
  Date:   2020-02-11 (Tue, 11 Feb 2020)

  Changed paths:
M libs/resource_partitioner/examples/async_customization.cpp

  Log Message:
  ---
  Remove superfluous HPX_EXPORT from async_customization example


  Commit: 007a5ccd261b465e072593ae80366f8d6b0cc876
  
https://github.com/STEllAR-GROUP/hpx/commit/007a5ccd261b465e072593ae80366f8d6b0cc876
  Author: Mikael Simberg 
  Date:   2020-02-11 (Tue, 11 Feb 2020)

  Changed paths:
M libs/resource_partitioner/examples/guided_pool_test.cpp

  Log Message:
  ---
  Remove superfluous HPX_EXPORT from guided_pool_test


  Commit: 2c6b66e355325998e8d8fe3428408f6c74e162ad
  
https://github.com/STEllAR-GROUP/hpx/commit/2c6b66e355325998e8d8fe3428408f6c74e162ad
  Author: Mikael Simberg 
  Date:   2020-02-12 (Wed, 12 Feb 2020)

  Changed paths:
M libs/resource_partitioner/examples/async_customization.cpp
M libs/resource_partitioner/examples/guided_pool_test.cpp

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

Attempt to fix some test build errors on Windows


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/21b676197ac8...2c6b66e35532
___
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-02-11 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] 007a5c: Remove superfluous HPX_EXPORT from guided_pool_test

2020-02-11 Thread Mikael Simberg
  Branch: refs/heads/msimberg-patch-4
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 007a5ccd261b465e072593ae80366f8d6b0cc876
  
https://github.com/STEllAR-GROUP/hpx/commit/007a5ccd261b465e072593ae80366f8d6b0cc876
  Author: Mikael Simberg 
  Date:   2020-02-11 (Tue, 11 Feb 2020)

  Changed paths:
M libs/resource_partitioner/examples/guided_pool_test.cpp

  Log Message:
  ---
  Remove superfluous HPX_EXPORT from guided_pool_test


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


[hpx-commits] [STEllAR-GROUP/hpx] 509c21: Remove superfluous HPX_EXPORT from async_customiza...

2020-02-11 Thread Mikael Simberg
  Branch: refs/heads/msimberg-patch-4
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 509c21365c8722ebe83592d19eedf5654e32bded
  
https://github.com/STEllAR-GROUP/hpx/commit/509c21365c8722ebe83592d19eedf5654e32bded
  Author: Mikael Simberg 
  Date:   2020-02-11 (Tue, 11 Feb 2020)

  Changed paths:
M libs/resource_partitioner/examples/async_customization.cpp

  Log Message:
  ---
  Remove superfluous HPX_EXPORT from async_customization 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] 5c6cd2: Merge pull request #4310 from STEllAR-GROUP/msimbe...

2020-02-11 Thread Mikael Simberg
  Branch: refs/heads/release
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 5c6cd2c801cbbbc7fe8bb3bad9254af325c01912
  
https://github.com/STEllAR-GROUP/hpx/commit/5c6cd2c801cbbbc7fe8bb3bad9254af325c01912
  Author: Mikael Simberg 
  Date:   2020-02-11 (Tue, 11 Feb 2020)

  Changed paths:
M libs/errors/src/exception.cpp

  Log Message:
  ---
  Merge pull request #4310 from STEllAR-GROUP/msimberg-patch-3

Remove environment handling from exception.cpp


  Commit: 8c9cd79321c858ab5bac1de0f87db213f0d40b0f
  
https://github.com/STEllAR-GROUP/hpx/commit/8c9cd79321c858ab5bac1de0f87db213f0d40b0f
  Author: Hartmut Kaiser 
  Date:   2020-02-11 (Tue, 11 Feb 2020)

  Changed paths:
M libs/local_lcos/CMakeLists.txt
A libs/local_lcos/include/hpx/local_lcos/force_linking.hpp
A libs/local_lcos/src/force_linking.cpp

  Log Message:
  ---
  Merge pull request #4315 from STEllAR-GROUP/fixing_4314

Forcing exported symbols from composable_guard to be linked into core library


  Commit: a8c54c742076c29183bb5933a25872ac094c2425
  
https://github.com/STEllAR-GROUP/hpx/commit/a8c54c742076c29183bb5933a25872ac094c2425
  Author: Mikael Simberg 
  Date:   2020-02-11 (Tue, 11 Feb 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.


  Commit: 7fc0db6e1476f6ea6bcd433e8550e5e938718a21
  
https://github.com/STEllAR-GROUP/hpx/commit/7fc0db6e1476f6ea6bcd433e8550e5e938718a21
  Author: Mikael Simberg 
  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


  Commit: 433649d128121c331a5fa50bbc4916cd1408a26a
  
https://github.com/STEllAR-GROUP/hpx/commit/433649d128121c331a5fa50bbc4916cd1408a26a
  Author: Hartmut Kaiser 
  Date:   2020-02-11 (Tue, 11 Feb 2020)

  Changed paths:
M cmake/HPX_AddComponent.cmake
M cmake/HPX_AddExecutable.cmake
M cmake/HPX_AddLibrary.cmake
M cmake/HPX_AddModule.cmake
M cmake/HPX_SetupTarget.cmake
M src/CMakeLists.txt

  Log Message:
  ---
  Merge pull request #4337 from STEllAR-GROUP/fixing_4334

Installing pdb files on Windows


  Commit: b4441fbf45158156a8e62721d247dd277005ef0d
  
https://github.com/STEllAR-GROUP/hpx/commit/b4441fbf45158156a8e62721d247dd277005ef0d
  Author: Mikael Simberg 
  Date:   2020-02-11 (Tue

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

2020-02-11 Thread Mikael Simberg
  Branch: refs/tags/1.4.1-rc1
  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] 90a979: Adding capability to buildsystem to use an install...

2020-02-11 Thread Mikael Simberg
  Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 90a979a314d3d32d0e985cac01847299affa8c9b
  
https://github.com/STEllAR-GROUP/hpx/commit/90a979a314d3d32d0e985cac01847299affa8c9b
  Author: Hartmut Kaiser 
  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 
  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

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

2020-02-11 Thread Mikael Simberg
  Branch: refs/heads/installed_hpx_build
  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] 1f0225: Another attempt at fixing the integral mismatch an...

2020-02-11 Thread Mikael Simberg
  Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 1f022593906d3a7a5fe39ff41dd4f3a503b78f55
  
https://github.com/STEllAR-GROUP/hpx/commit/1f022593906d3a7a5fe39ff41dd4f3a503b78f55
  Author: Hartmut Kaiser 
  Date:   2020-02-11 (Tue, 11 Feb 2020)

  Changed paths:
M hpx/runtime/threads/detail/thread_num_tss.hpp
M hpx/runtime/threads/policies/queue_holder_numa.hpp
M hpx/runtime/threads/policies/queue_holder_thread.hpp
M hpx/runtime/threads/policies/shared_priority_queue_scheduler.hpp
M libs/debugging/include/hpx/debugging/print.hpp

  Log Message:
  ---
  Another attempt at fixing the integral mismatch and conversion warnings in 
the shared_priority_scheduler

- flyby: changing `debug::hex` and `debug::bin` to deduce their argument types


  Commit: 9bb339bceb8805dc97394dc30a67a96facb489e1
  
https://github.com/STEllAR-GROUP/hpx/commit/9bb339bceb8805dc97394dc30a67a96facb489e1
  Author: Mikael Simberg 
  Date:   2020-02-11 (Tue, 11 Feb 2020)

  Changed paths:
M hpx/runtime/threads/detail/thread_num_tss.hpp
M hpx/runtime/threads/policies/queue_holder_numa.hpp
M hpx/runtime/threads/policies/queue_holder_thread.hpp
M hpx/runtime/threads/policies/shared_priority_queue_scheduler.hpp
M libs/debugging/include/hpx/debugging/print.hpp

  Log Message:
  ---
  Merge pull request #4372 from STEllAR-GROUP/fixing_integral_conversion

Another attempt at fixing the integral mismatch and conversion warnings


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/0858c1886d14...9bb339bceb88
___
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-02-11 Thread Mikael Simberg
  Branch: refs/heads/fixing_integral_conversion
  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] 855f95: Adding missing #includes to fix gcc V10 linker pro...

2020-02-10 Thread Mikael Simberg
  Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 855f952e2cee7672848e4d71b76339610eb2cd77
  
https://github.com/STEllAR-GROUP/hpx/commit/855f952e2cee7672848e4d71b76339610eb2cd77
  Author: Hartmut Kaiser 
  Date:   2020-02-07 (Fri, 07 Feb 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


  Commit: d31c0827bd7577ea6da87027382916550edd5e20
  
https://github.com/STEllAR-GROUP/hpx/commit/d31c0827bd7577ea6da87027382916550edd5e20
  Author: Mikael Simberg 
  Date:   2020-02-10 (Mon, 10 Feb 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:
  ---
  Merge pull request #4357 from STEllAR-GROUP/fixing_gcc10_linker_issue

Adding missing #includes to fix gcc V10 linker problems


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/68e93504a56e...d31c0827bd75
___
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-02-10 Thread Mikael Simberg
  Branch: refs/heads/fixing_gcc10_linker_issue
  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] 0b23ac: Add clang-format option BraceWrapping AfterCaseLabel

2020-02-05 Thread Mikael Simberg
  Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 0b23ac728dfcae643b2d22e204637ec845b48c2b
  
https://github.com/STEllAR-GROUP/hpx/commit/0b23ac728dfcae643b2d22e204637ec845b48c2b
  Author: Mikael Simberg 
  Date:   2020-02-03 (Mon, 03 Feb 2020)

  Changed paths:
M .clang-format

  Log Message:
  ---
  Add clang-format option BraceWrapping AfterCaseLabel

Required to keep clang-format-8 behaviour with clang-format-9.


  Commit: 67fa5e10257c8c80345497e4bd75f72b3719986c
  
https://github.com/STEllAR-GROUP/hpx/commit/67fa5e10257c8c80345497e4bd75f72b3719986c
  Author: Mikael Simberg 
  Date:   2020-02-03 (Mon, 03 Feb 2020)

  Changed paths:
M libs/coroutines/include/hpx/coroutines/detail/context_generic_context.hpp
M libs/coroutines/include/hpx/coroutines/stackless_coroutine.hpp
M libs/serialization/include/hpx/serialization/brace_initializable.hpp

  Log Message:
  ---
  Apply clang-format-9 to modules


  Commit: 343f57224848a25c97a4bca04d87b47aeaed49a4
  
https://github.com/STEllAR-GROUP/hpx/commit/343f57224848a25c97a4bca04d87b47aeaed49a4
  Author: Mikael Simberg 
  Date:   2020-02-05 (Wed, 05 Feb 2020)

  Changed paths:
M .circleci/config.yml

  Log Message:
  ---
  Use clang-format-9 on CircleCI


  Commit: d1bade37ee16e17b47b2de269dbed28ce1df0904
  
https://github.com/STEllAR-GROUP/hpx/commit/d1bade37ee16e17b47b2de269dbed28ce1df0904
  Author: Mikael Simberg 
  Date:   2020-02-05 (Wed, 05 Feb 2020)

  Changed paths:
M .circleci/config.yml
M .clang-format
M libs/coroutines/include/hpx/coroutines/detail/context_generic_context.hpp
M libs/coroutines/include/hpx/coroutines/stackless_coroutine.hpp
M libs/serialization/include/hpx/serialization/brace_initializable.hpp

  Log Message:
  ---
  Merge pull request #4363 from msimberg/clang-format-9

Update clang-format config file for version 9


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


[hpx-commits] [STEllAR-GROUP/hpx] 572546: Clean up boost archive includes

2020-02-03 Thread Mikael Simberg
  Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 572546c4e1fa7f648fdb649fc2b51f05531855bf
  
https://github.com/STEllAR-GROUP/hpx/commit/572546c4e1fa7f648fdb649fc2b51f05531855bf
  Author: Mikael Simberg 
  Date:   2020-02-03 (Mon, 03 Feb 2020)

  Changed paths:
M plugins/parcelport/mpi/parcelport_mpi.cpp
R tests/unit/util/text_archive.hpp

  Log Message:
  ---
  Clean up boost archive includes


  Commit: f20f3b487ac2712ca9caf8bd43295c9ecb71385d
  
https://github.com/STEllAR-GROUP/hpx/commit/f20f3b487ac2712ca9caf8bd43295c9ecb71385d
  Author: Mikael Simberg 
  Date:   2020-02-03 (Mon, 03 Feb 2020)

  Changed paths:
M 
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_local_view_iterator.hpp
M 
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_view_iterator.hpp

  Log Message:
  ---
  Replace use of boost::iterator_facade with hpx::util::iterator_facade


  Commit: 45bc835218ffd79b9227656b8e557294451da663
  
https://github.com/STEllAR-GROUP/hpx/commit/45bc835218ffd79b9227656b8e557294451da663
  Author: Mikael Simberg 
  Date:   2020-02-03 (Mon, 03 Feb 2020)

  Changed paths:
M libs/errors/include/hpx/errors/throw_exception.hpp
M libs/logging/include/hpx/logging.hpp
M libs/logging/include/hpx/logging/detail/macros.hpp

  Log Message:
  ---
  Use HPX_ASSERTION_CURRENT_FUNCTION instead of BOOST_CURRENT_FUNCTION


  Commit: aec8559a95de1de49fbc7c876fc99273b09583c3
  
https://github.com/STEllAR-GROUP/hpx/commit/aec8559a95de1de49fbc7c876fc99273b09583c3
  Author: Mikael Simberg 
  Date:   2020-02-03 (Mon, 03 Feb 2020)

  Changed paths:
M libs/logging/src/logging.cpp
M tests/performance/local/print_heterogeneous_payloads.cpp

  Log Message:
  ---
  Remove unused boost includes


  Commit: c49dc3eb3ce6cf57ee25ffe04d568f0e7f98c879
  
https://github.com/STEllAR-GROUP/hpx/commit/c49dc3eb3ce6cf57ee25ffe04d568f0e7f98c879
  Author: Mikael Simberg 
  Date:   2020-02-03 (Mon, 03 Feb 2020)

  Changed paths:
M tests/unit/util/mem_fn/mem_fn_unary_addr_test.cpp

  Log Message:
  ---
  Remove boost/detail/workaround.hpp include


  Commit: 16bb8bdc7767d7a7ec42f84b7534c7062be4e5e9
  
https://github.com/STEllAR-GROUP/hpx/commit/16bb8bdc7767d7a7ec42f84b7534c7062be4e5e9
  Author: Mikael Simberg 
  Date:   2020-02-03 (Mon, 03 Feb 2020)

  Changed paths:
M components/iostreams/include/hpx/components/iostreams/server/buffer.hpp
M hpx/lcos/wait_any.hpp
M hpx/lcos/when_any.hpp
M libs/local_lcos/include/hpx/local_lcos/promise.hpp

  Log Message:
  ---
  Remove uses of boost::swap


  Commit: ff80deaec67d438502bb168c9c4fc0d9a07cd792
  
https://github.com/STEllAR-GROUP/hpx/commit/ff80deaec67d438502bb168c9c4fc0d9a07cd792
  Author: Mikael Simberg 
  Date:   2020-02-03 (Mon, 03 Feb 2020)

  Changed paths:
R tests/performance/local/boost_tls_overhead.cpp
M tests/performance/local/native_tls_overhead.cpp

  Log Message:
  ---
  Remove uses of boost TSS

Also remove boost TSS overhead test.


  Commit: e90c61603be2155f15c46b99e386b41fc9e24be2
  
https://github.com/STEllAR-GROUP/hpx/commit/e90c61603be2155f15c46b99e386b41fc9e24be2
  Author: Mikael Simberg 
  Date:   2020-02-03 (Mon, 03 Feb 2020)

  Changed paths:
M hpx/parallel/task_block.hpp

  Log Message:
  ---
  Remove use of boost::addressof


  Commit: 3d656c327d1848e2c363e20472d901c912713499
  
https://github.com/STEllAR-GROUP/hpx/commit/3d656c327d1848e2c363e20472d901c912713499
  Author: Mikael Simberg 
  Date:   2020-02-03 (Mon, 03 Feb 2020)

  Changed paths:
M tests/performance/local/htts_v2/htts2.hpp
M tests/performance/local/nonconcurrent_fifo_overhead.cpp
M tests/performance/local/nonconcurrent_lifo_overhead.cpp
M tests/performance/network/network_storage/network_storage.cpp

  Log Message:
  ---
  Remove leftover mentions of BOOST_ASSERT


  Commit: acdd08857f9a259c5ca77126ee918cd4cf3a30e0
  
https://github.com/STEllAR-GROUP/hpx/commit/acdd08857f9a259c5ca77126ee918cd4cf3a30e0
  Author: Mikael Simberg 
  Date:   2020-02-03 (Mon, 03 Feb 2020)

  Changed paths:
M 
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_local_view_iterator.hpp
M 
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_view_iterator.hpp
M components/iostreams/include/hpx/components/iostreams/server/buffer.hpp
M hpx/lcos/wait_any.hpp
M hpx/lcos/when_any.hpp
M hpx/parallel/task_block.hpp
M libs/errors/include/hpx/errors/throw_exception.hpp
M libs/local_lcos/include/hpx/local_lcos/promise.hpp
M libs/logging/include/hpx/logging.hpp
M libs/logging/include/hpx/logging/detail/macros.hpp
M libs/logging/src

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

2020-02-03 Thread Mikael Simberg
  Branch: refs/heads/master
  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


  Commit: 55e85e61cc660ae83dc999b35c615d37801d8e59
  
https://github.com/STEllAR-GROUP/hpx/commit/55e85e61cc660ae83dc999b35c615d37801d8e59
  Author: Mikael Simberg 
  Date:   2020-02-03 (Mon, 03 Feb 2020)

  Changed paths:
M README.rst
M cmake/HPX_UpdateGitDocs.cmake
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:
  ---
  Merge pull request #4351 from STEllAR-GROUP/gh-pages-new-repo

Move generated documentation to hpx-docs repo


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/2a8e7db5a598...55e85e61cc66
___
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-02-03 Thread Mikael Simberg
  Branch: refs/heads/gh-pages-new-repo
  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] 14e95a: Fix indicies typo

2020-02-03 Thread Mikael Simberg
  Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 14e95ac0a72561b6926f7e037ebf68d75e4e99fa
  
https://github.com/STEllAR-GROUP/hpx/commit/14e95ac0a72561b6926f7e037ebf68d75e4e99fa
  Author: Mikael Simberg 
  Date:   2020-02-03 (Mon, 03 Feb 2020)

  Changed paths:
M examples/sheneos/sheneos/interpolator.cpp
M hpx/util/query_counters.hpp
M hpx/util/tagged_tuple.hpp
M src/util/query_counters.cpp

  Log Message:
  ---
  Fix indicies typo


  Commit: 2a8e7db5a5982e574490f3e4895968600087e333
  
https://github.com/STEllAR-GROUP/hpx/commit/2a8e7db5a5982e574490f3e4895968600087e333
  Author: Mikael Simberg 
  Date:   2020-02-03 (Mon, 03 Feb 2020)

  Changed paths:
M examples/sheneos/sheneos/interpolator.cpp
M hpx/util/query_counters.hpp
M hpx/util/tagged_tuple.hpp
M src/util/query_counters.cpp

  Log Message:
  ---
  Merge pull request #4362 from msimberg/indicies

Fix indicies typo


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/856afc8d1efa...2a8e7db5a598
___
hpx-commits mailing list
hpx-commits@stellar.cct.lsu.edu
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits


[hpx-commits] [STEllAR-GROUP/hpx] 4bb87c: Update build-and-test.yml

2020-02-03 Thread Mikael Simberg
  Branch: refs/heads/msimberg-patch-3
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 4bb87cd9a8a35d169cbdd6959bf951895075ada0
  
https://github.com/STEllAR-GROUP/hpx/commit/4bb87cd9a8a35d169cbdd6959bf951895075ada0
  Author: Mikael Simberg 
  Date:   2020-02-03 (Mon, 03 Feb 2020)

  Changed paths:
M .github/workflows/build-and-test.yml

  Log Message:
  ---
  Update build-and-test.yml


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


[hpx-commits] [STEllAR-GROUP/hpx] 233cdd: Create CI action

2020-02-02 Thread Mikael Simberg
  Branch: refs/heads/msimberg-patch-3
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 233cdd4131e6df7f9d7cca9ad1a40f057c291ea0
  
https://github.com/STEllAR-GROUP/hpx/commit/233cdd4131e6df7f9d7cca9ad1a40f057c291ea0
  Author: Mikael Simberg 
  Date:   2020-02-03 (Mon, 03 Feb 2020)

  Changed paths:
A .github/workflows/build-and-test.yml

  Log Message:
  ---
  Create CI action


___
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-02-02 Thread Mikael Simberg
  Branch: refs/heads/revert-4356-boost-cleanup
  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] 04f872: Revert "Remove some minor unused and unnecessary B...

2020-02-02 Thread Mikael Simberg
  Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 04f872c5cf3d1a35700fd476cb3a196b8459f53d
  
https://github.com/STEllAR-GROUP/hpx/commit/04f872c5cf3d1a35700fd476cb3a196b8459f53d
  Author: Mikael Simberg 
  Date:   2020-02-03 (Mon, 03 Feb 2020)

  Changed paths:
M 
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_view_iterator.hpp
M components/iostreams/include/hpx/components/iostreams/server/buffer.hpp
M hpx/lcos/wait_any.hpp
M hpx/lcos/when_any.hpp
M hpx/parallel/task_block.hpp
M libs/errors/include/hpx/errors/throw_exception.hpp
M libs/local_lcos/include/hpx/local_lcos/promise.hpp
M libs/logging/include/hpx/logging.hpp
M libs/logging/include/hpx/logging/detail/macros.hpp
M libs/logging/src/logging.cpp
M plugins/parcelport/mpi/parcelport_mpi.cpp
A tests/performance/local/boost_tls_overhead.cpp
M tests/performance/local/htts_v2/htts2.hpp
M tests/performance/local/native_tls_overhead.cpp
M tests/performance/local/nonconcurrent_fifo_overhead.cpp
M tests/performance/local/nonconcurrent_lifo_overhead.cpp
M tests/performance/local/print_heterogeneous_payloads.cpp
M tests/performance/network/network_storage/network_storage.cpp
M tests/unit/util/mem_fn/mem_fn_unary_addr_test.cpp
A tests/unit/util/text_archive.hpp

  Log Message:
  ---
  Revert "Remove some minor unused and unnecessary Boost includes"


  Commit: 856afc8d1efa7fd7dfdad5ed7bbfcc014b7fdc06
  
https://github.com/STEllAR-GROUP/hpx/commit/856afc8d1efa7fd7dfdad5ed7bbfcc014b7fdc06
  Author: Mikael Simberg 
  Date:   2020-02-03 (Mon, 03 Feb 2020)

  Changed paths:
M 
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_view_iterator.hpp
M components/iostreams/include/hpx/components/iostreams/server/buffer.hpp
M hpx/lcos/wait_any.hpp
M hpx/lcos/when_any.hpp
M hpx/parallel/task_block.hpp
M libs/errors/include/hpx/errors/throw_exception.hpp
M libs/local_lcos/include/hpx/local_lcos/promise.hpp
M libs/logging/include/hpx/logging.hpp
M libs/logging/include/hpx/logging/detail/macros.hpp
M libs/logging/src/logging.cpp
M plugins/parcelport/mpi/parcelport_mpi.cpp
A tests/performance/local/boost_tls_overhead.cpp
M tests/performance/local/htts_v2/htts2.hpp
M tests/performance/local/native_tls_overhead.cpp
M tests/performance/local/nonconcurrent_fifo_overhead.cpp
M tests/performance/local/nonconcurrent_lifo_overhead.cpp
M tests/performance/local/print_heterogeneous_payloads.cpp
M tests/performance/network/network_storage/network_storage.cpp
M tests/unit/util/mem_fn/mem_fn_unary_addr_test.cpp
A tests/unit/util/text_archive.hpp

  Log Message:
  ---
  Merge pull request #4359 from STEllAR-GROUP/revert-4356-boost-cleanup

Revert "Remove some minor unused and unnecessary Boost includes"


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/9bc7a82d6a6d...856afc8d1efa
___
hpx-commits mailing list
hpx-commits@stellar.cct.lsu.edu
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits


[hpx-commits] [STEllAR-GROUP/hpx] 04f872: Revert "Remove some minor unused and unnecessary B...

2020-02-02 Thread Mikael Simberg
  Branch: refs/heads/revert-4356-boost-cleanup
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 04f872c5cf3d1a35700fd476cb3a196b8459f53d
  
https://github.com/STEllAR-GROUP/hpx/commit/04f872c5cf3d1a35700fd476cb3a196b8459f53d
  Author: Mikael Simberg 
  Date:   2020-02-03 (Mon, 03 Feb 2020)

  Changed paths:
M 
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_view_iterator.hpp
M components/iostreams/include/hpx/components/iostreams/server/buffer.hpp
M hpx/lcos/wait_any.hpp
M hpx/lcos/when_any.hpp
M hpx/parallel/task_block.hpp
M libs/errors/include/hpx/errors/throw_exception.hpp
M libs/local_lcos/include/hpx/local_lcos/promise.hpp
M libs/logging/include/hpx/logging.hpp
M libs/logging/include/hpx/logging/detail/macros.hpp
M libs/logging/src/logging.cpp
M plugins/parcelport/mpi/parcelport_mpi.cpp
A tests/performance/local/boost_tls_overhead.cpp
M tests/performance/local/htts_v2/htts2.hpp
M tests/performance/local/native_tls_overhead.cpp
M tests/performance/local/nonconcurrent_fifo_overhead.cpp
M tests/performance/local/nonconcurrent_lifo_overhead.cpp
M tests/performance/local/print_heterogeneous_payloads.cpp
M tests/performance/network/network_storage/network_storage.cpp
M tests/unit/util/mem_fn/mem_fn_unary_addr_test.cpp
A tests/unit/util/text_archive.hpp

  Log Message:
  ---
  Revert "Remove some minor unused and unnecessary Boost includes"


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


[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


[hpx-commits] [STEllAR-GROUP/hpx] 9894b7: Require full C++14 support

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

  Changed paths:
M cmake/HPX_PerformCxxFeatureTests.cmake

  Log Message:
  ---
  Require full C++14 support


  Commit: e2d9ba34487073a61d3448e7946c23495253c959
  
https://github.com/STEllAR-GROUP/hpx/commit/e2d9ba34487073a61d3448e7946c23495253c959
  Author: Mikael Simberg 
  Date:   2020-01-29 (Wed, 29 Jan 2020)

  Changed paths:
M CMakeLists.txt
M docs/sphinx/manual/building_hpx.rst
M examples/future_reduce/CMakeLists.txt
M hpx/lcos/dataflow.hpp
M hpx/lcos/when_all.hpp
M hpx/runtime/components/server/component_base.hpp
M hpx/runtime/components/server/managed_component_base.hpp
M hpx/traits/future_then_result.hpp
M hpx/traits/pointer_category.hpp
M hpx/util/pack_traversal.hpp
M hpx/util/pack_traversal_async.hpp
M hpx/util/tagged_tuple.hpp
M hpx/util/unwrap.hpp
M libs/algorithms/include/hpx/parallel/util/transfer.hpp
M libs/compute_cuda/examples/cuda_future_helper.h
M libs/compute_cuda/include/hpx/compute/cuda/transfer.hpp
M libs/concurrency/include/hpx/concurrency/spinlock.hpp
M libs/config/include/hpx/config/attributes.hpp
M libs/config/include/hpx/config/compiler_native_tls.hpp
M libs/config/include/hpx/config/constexpr.hpp
M libs/config/include/hpx/config/lambda_capture.hpp
M libs/datastructures/include/hpx/datastructures/tuple.hpp
M libs/errors/include/hpx/errors/exception_info.hpp
M libs/functional/include/hpx/functional/detail/empty_function.hpp
M libs/functional/include/hpx/functional/traits/is_bind_expression.hpp
M libs/functional/include/hpx/functional/traits/is_placeholder.hpp
M src/util/init_ini_data.cpp
M tests/performance/local/hpx_heterogeneous_timed_task_spawn.cpp
M tests/performance/local/native_tls_overhead.cpp
M tests/performance/local/print_heterogeneous_payloads.cpp
M tests/performance/local/qthreads_heterogeneous_timed_task_spawn.cpp
M tests/performance/local/transform_reduce_binary_scaling.cpp
M tests/regressions/block_matrix/CMakeLists.txt
M tests/unit/util/pack_traversal.cpp

  Log Message:
  ---
  Use C++14 features


  Commit: 90b66d796e3d00fd6756573c838710167360e1c0
  
https://github.com/STEllAR-GROUP/hpx/commit/90b66d796e3d00fd6756573c838710167360e1c0
  Author: Mikael Simberg 
  Date:   2020-01-29 (Wed, 29 Jan 2020)

  Changed paths:
M libs/resource_partitioner/examples/CMakeLists.txt
M tests/unit/topology/CMakeLists.txt

  Log Message:
  ---
  Remove unnecessary C++14 checks from tests


  Commit: 346fc7326f16547851ddfabaa3b7508cbe5ab3c7
  
https://github.com/STEllAR-GROUP/hpx/commit/346fc7326f16547851ddfabaa3b7508cbe5ab3c7
  Author: Mikael Simberg 
  Date:   2020-01-29 (Wed, 29 Jan 2020)

  Changed paths:
M CMakeLists.txt
M cmake/HPX_AddConfigTest.cmake
M cmake/HPX_DetectCppDialect.cmake
M cmake/HPX_PerformCxxFeatureTests.cmake
M examples/quickstart/component_with_custom_heap.cpp
M hpx/plugins/plugin_registry.hpp
M hpx/runtime/components/server/abstract_migration_support.hpp
M hpx/runtime/components/server/component_base.hpp
M hpx/runtime/components/server/fixed_component_base.hpp
M hpx/runtime/components/server/managed_component_base.hpp
M hpx/runtime/components/server/memory.hpp
M hpx/runtime/components/server/migration_support.hpp
M hpx/runtime/components/server/runtime_support.hpp
M hpx/runtime/threads/policies/thread_queue.hpp
M hpx/traits/component_pin_support.hpp
M libs/algorithms/include/hpx/parallel/algorithms/detail/distance.hpp
M libs/config/include/hpx/config/constexpr.hpp
M libs/coroutines/include/hpx/coroutines/detail/context_windows_fibers.hpp
M libs/coroutines/include/hpx/coroutines/thread_id_type.hpp
M libs/datastructures/include/hpx/datastructures/optional.hpp
M libs/debugging/include/hpx/debugging/print.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
M libs/functional/include/hpx/functional/one_shot.hpp
M libs/functional/include/hpx/functional/result_of.hpp

  Log Message:
  ---
  Make HPX_CXX14_CONSTEXPR constexpr


  Commit: e73b4817a0c964a1c0ee30a44b13ba9c99edbe70
  
https://github.com/STEllAR-GROUP/hpx/commit/e73b4817a0c964a1c0ee30a44b13ba9c99edbe70
  Author: Mikael Simberg 
  Date:   2020-01-29 (Wed, 29 Jan 2020)

  Changed paths:
M cmake/HPX_DetectCppDialect.cmake

  Log Message:
  ---
  Give hard error if user has set C++ standard older than 14


  Commit: ab6c1317ab1b29b879a5f4ac705139944432e479
  
https://github.com/STEllAR-GROUP/hpx/commit

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

2020-01-29 Thread Mikael Simberg
  Branch: refs/heads/msimberg-patch-3
  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] 2d512e: Change copyright year in README.rst

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

  Changed paths:
M README.rst

  Log Message:
  ---
  Change copyright year in README.rst


  Commit: 973a7d3c489401a8c6474f30ac4d8908732c1ac8
  
https://github.com/STEllAR-GROUP/hpx/commit/973a7d3c489401a8c6474f30ac4d8908732c1ac8
  Author: Mikael Simberg 
  Date:   2020-01-29 (Wed, 29 Jan 2020)

  Changed paths:
M README.rst

  Log Message:
  ---
  Merge pull request #4350 from STEllAR-GROUP/msimberg-patch-3

Change copyright year in README.rst


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/62ec27584c8e...973a7d3c4894
___
hpx-commits mailing list
hpx-commits@stellar.cct.lsu.edu
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits


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

2020-01-29 Thread Mikael Simberg
  Branch: refs/heads/gh-pages-new-repo
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: a0e8132ec2c6929abb30017beb70aab2fa5415d7
  
https://github.com/STEllAR-GROUP/hpx/commit/a0e8132ec2c6929abb30017beb70aab2fa5415d7
  Author: Mikael Simberg 
  Date:   2020-01-29 (Wed, 29 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: 082902dd2cdef7ebc690842ff0855aefa09ac883
  
https://github.com/STEllAR-GROUP/hpx/commit/082902dd2cdef7ebc690842ff0855aefa09ac883
  Author: Mikael Simberg 
  Date:   2020-01-29 (Wed, 29 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


  Commit: e022f5b12a6579b8dbd5c9ea28eb89b4a4dbece8
  
https://github.com/STEllAR-GROUP/hpx/commit/e022f5b12a6579b8dbd5c9ea28eb89b4a4dbece8
  Author: Mikael Simberg 
  Date:   2020-01-29 (Wed, 29 Jan 2020)

  Changed paths:
M .circleci/config.yml

  Log Message:
  ---
  TEMP: Allow pushing documentation from this branch


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


[hpx-commits] [STEllAR-GROUP/hpx] 2d512e: Change copyright year in README.rst

2020-01-29 Thread Mikael Simberg
  Branch: refs/heads/msimberg-patch-3
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 2d512e25e70c23de52c448b7c5d50c7b2c44b2d9
  
https://github.com/STEllAR-GROUP/hpx/commit/2d512e25e70c23de52c448b7c5d50c7b2c44b2d9
  Author: Mikael Simberg 
  Date:   2020-01-29 (Wed, 29 Jan 2020)

  Changed paths:
M README.rst

  Log Message:
  ---
  Change copyright year in README.rst


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


[hpx-commits] [STEllAR-GROUP/hpx] 549145: Apply spelling corrections suggested by spellintia...

2020-01-29 Thread Mikael Simberg
  Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 54914598d47f3cb20afc73df8155afc660910121
  
https://github.com/STEllAR-GROUP/hpx/commit/54914598d47f3cb20afc73df8155afc660910121
  Author: Mikael Simberg 
  Date:   2020-01-28 (Tue, 28 Jan 2020)

  Changed paths:
M .circleci/config.yml
M CMakeLists.txt
M docs/sphinx/contributing/modules.rst
M docs/sphinx/contributing/release_procedure.rst
M docs/sphinx/examples/1d_stencil.rst
M docs/sphinx/manual/creating_hpx_projects.rst
M docs/sphinx/manual/hpx_runtime_and_resources.rst
M docs/sphinx/manual/launching_and_configuring_hpx_applications.rst
M docs/sphinx/manual/optimizing_hpx_applications.rst
M docs/sphinx/manual/writing_distributed_hpx_applications.rst
M docs/sphinx/releases/whats_new_0_9_11.rst
M docs/sphinx/releases/whats_new_0_9_5.rst
M docs/sphinx/releases/whats_new_0_9_6.rst
M docs/sphinx/releases/whats_new_0_9_7.rst
M docs/sphinx/releases/whats_new_0_9_8.rst
M docs/sphinx/releases/whats_new_0_9_9.rst
M docs/sphinx/releases/whats_new_0_9_99.rst
M docs/sphinx/releases/whats_new_1_0_0.rst
M docs/sphinx/releases/whats_new_1_1_0.rst
M docs/sphinx/releases/whats_new_1_2_0.rst
M docs/sphinx/releases/whats_new_1_3_0.rst
M docs/sphinx/releases/whats_new_1_4_0.rst
M examples/async_io/async_io_simple.cpp
M examples/jacobi_smp/jacobi_nonuniform.cpp
M examples/sheneos/README.rst
M examples/startup_shutdown/startup_shutdown.cpp
M hpx/performance_counters/parcels/data_point.hpp
M hpx/runtime/components/new.hpp
M hpx/runtime/parcelset/parcelhandler.hpp
M hpx/runtime/threads/policies/scheduler_base.hpp
M hpx/runtime/threads/policies/shared_priority_queue_scheduler.hpp
M hpx/runtime/threads/thread_data.hpp
M hpx/runtime_impl.hpp
M hpx/util/pack_traversal.hpp
M hpx/util/runtime_configuration.hpp
M libs/README.rst
M libs/algorithms/include/hpx/parallel/algorithms/detail/transfer.hpp
M libs/algorithms/include/hpx/parallel/algorithms/partition.hpp
M libs/cache/include/hpx/cache/local_cache.hpp
M libs/concurrency/include/hpx/concurrency/cache_line_data.hpp
M libs/datastructures/include/hpx/datastructures/tuple.hpp
M libs/debugging/include/hpx/debugging/print.hpp
M libs/format/include/hpx/format.hpp
M libs/iterator_support/tests/unit/is_iterator.cpp
M libs/iterator_support/tests/unit/iterator_tests.hpp
M libs/logging/include/hpx/logging/detail/manipulator.hpp
M libs/logging/include/hpx/logging/format.hpp
M libs/logging/include/hpx/logging/format/destination/named.hpp
M libs/logging/include/hpx/logging/format/formatter/convert_format.hpp
M libs/logging/include/hpx/logging/format/formatter/named_spacer.hpp
M libs/serialization/include/hpx/serialization/input_archive.hpp
M libs/serialization/include/hpx/serialization/output_archive.hpp
M plugins/parcelport/libfabric/header.hpp
M plugins/parcelport/libfabric/locality.hpp
M plugins/parcelport/libfabric/parcelport_libfabric.cpp
M plugins/parcelport/libfabric/receiver.cpp
M plugins/parcelport/libfabric/receiver.hpp
M plugins/parcelport/libfabric/rma_receiver.hpp
M plugins/parcelport/parcelport_logging.hpp
M plugins/parcelport/readers_writers_mutex.hpp
M plugins/parcelport/rma_memory_region.hpp
M plugins/parcelport/verbs/rdma/rdma_chunk_pool.hpp
M plugins/parcelport/verbs/rdma/rdma_controller.cpp
M plugins/parcelport/verbs/rdma/rdma_controller.hpp
M plugins/parcelport/verbs/rdma/verbs_endpoint.hpp
M plugins/parcelport/verbs/rdma/verbs_memory_region.hpp
M src/runtime.cpp
M src/runtime/components/server/destroy_component.cpp
M src/runtime/threads/thread_helpers.cpp
M src/util/runtime_configuration.cpp
M tests/performance/local/coroutines_call_overhead.cpp
M tests/performance/local/hpx_heterogeneous_timed_task_spawn.cpp
M tests/performance/local/htts_v2/htts2_hpx.cpp
M tests/performance/local/partitioned_vector_foreach.cpp
M tests/performance/local/print_heterogeneous_payloads.cpp
M tests/performance/local/qthreads_heterogeneous_timed_task_spawn.cpp
M tests/performance/local/stream.cpp
M tests/performance/network/pingpong_performance.cpp
M tests/regressions/util/use_all_cores_2262.cpp
M tests/unit/resource/cross_pool_injection.cpp
M tests/unit/util/unwrap.cpp
M tools/inspect/inspect.cpp
M tools/inspect/license_check.cpp
M tools/inspect/spdx_license_check.cpp

  Log Message:
  ---
  Apply spelling corrections suggested by spellintian and codespell


  Commit: 8650fd5554603e7269e904f6c88ae3ac4ade98a2
  
https://github.com/STEllAR-GROUP/hpx/commit/8650fd5554603e7269e904f6c88ae3ac4ade98a2
  Author: Mikael Simberg 
  Date:   2020-01-28 (Tue, 28 Jan 2020)

  Changed paths:
M .circleci/config.yml

  Log Message:
  ---
  Add spell checking step using

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

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


  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 


  Commit: b9c4e1d76a2935b6ab799cd0055392d7d08097b9
  
https://github.com/STEllAR-GROUP/hpx/commit/b9c4e1d76a2935b6ab799cd0055392d7d08097b9
  Author: Hartmut Kaiser 
  Date:   2020-01-28 (Tue, 28 Jan 2020)

  Changed paths:
M hpx/runtime/threads/detail/scheduling_loop.hpp
M libs/coroutines/include/hpx/coroutines/thread_enums.hpp
M libs/coroutines/include/hpx/coroutines/thread_id_type.hpp

  Log Message:
  ---
  Fixing leftover problems


  Commit: 05d24681ff6c445be40a5e555b8876b21e9fee57
  
https://github.com/STEllAR-GROUP/hpx/commit/05d24681ff6c445be40a5e555b8876b21e9fee57
  Author: Mikael Simberg 
  Date:   2020-01-29 (Wed, 29 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:
  ---
  Merge pull request #4332 from STEllAR-GROUP/assorted_fixes

This is a collection of mostly minor (cleanup) fixes


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/b9f1ce92b4ee...05d24681ff6c
___
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-29 Thread Mikael Simberg
  Branch: refs/heads/assorted_fixes
  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] 3ce27f: Fix launch process test with APEX enabled

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

  Changed paths:
M src/runtime_handlers.cpp

  Log Message:
  ---
  Fix launch process test with APEX enabled

The test segfaulted trying to access parent task information from
another locality. This happened because parent task handling was enabled
when the initial number of localities was 1. However, even when the
initial number of localities is 1 additional localities can connect
later (as in the launch process test) leading to APEX trying to acccess
task information from another locality. This changes the behaviour to
only enable parent task handling when networking is disabled.


  Commit: b9f1ce92b4ee2668d42888e37c53ea81185f4fc5
  
https://github.com/STEllAR-GROUP/hpx/commit/b9f1ce92b4ee2668d42888e37c53ea81185f4fc5
  Author: Mikael Simberg 
  Date:   2020-01-29 (Wed, 29 Jan 2020)

  Changed paths:
M src/runtime_handlers.cpp

  Log Message:
  ---
  Merge pull request #4341 from msimberg/apex-launch-process

Fix launch process test with APEX enabled


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


[hpx-commits] [STEllAR-GROUP/hpx] b86efa: Add cmake policy - CMP0074 find_package() uses

2020-01-29 Thread Mikael Simberg
  Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: b86efaf32f7aa79200b52995828faf4da67ad4ce
  
https://github.com/STEllAR-GROUP/hpx/commit/b86efaf32f7aa79200b52995828faf4da67ad4ce
  Author: John Biddiscombe 
  Date:   2020-01-28 (Tue, 28 Jan 2020)

  Changed paths:
M CMakeLists.txt

  Log Message:
  ---
  Add cmake policy - CMP0074 find_package() uses _ROOT variables.


  Commit: a112a0b99ea2e7882b33a47459cbde083a30f028
  
https://github.com/STEllAR-GROUP/hpx/commit/a112a0b99ea2e7882b33a47459cbde083a30f028
  Author: Mikael Simberg 
  Date:   2020-01-29 (Wed, 29 Jan 2020)

  Changed paths:
M CMakeLists.txt

  Log Message:
  ---
  Merge pull request #4347 from STEllAR-GROUP/CMP0074

Add cmake policy - CMP0074


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/d220c764f620...a112a0b99ea2
___
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-29 Thread Mikael Simberg
  Branch: refs/heads/CMP0074
  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] 175703: Flatten bound callables

2020-01-28 Thread Mikael Simberg
  Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 175703c73c64ffb2ee09dcf5300a8f763381c857
  
https://github.com/STEllAR-GROUP/hpx/commit/175703c73c64ffb2ee09dcf5300a8f763381c857
  Author: Agustin K-ballo Berge 
  Date:   2020-01-27 (Mon, 27 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: 7a81acbecb0d5fbca38e245212de2c2652d445a3
  
https://github.com/STEllAR-GROUP/hpx/commit/7a81acbecb0d5fbca38e245212de2c2652d445a3
  Author: Agustin K-ballo Berge 
  Date:   2020-01-27 (Mon, 27 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: 4338e15faf452134de7dd7f4da580be60a31e431
  
https://github.com/STEllAR-GROUP/hpx/commit/4338e15faf452134de7dd7f4da580be60a31e431
  Author: Agustin K-ballo Berge 
  Date:   2020-01-27 (Mon, 27 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


  Commit: d220c764f62086406b39a83f7ad14e75ffbb7632
  
https://github.com/STEllAR-GROUP/hpx/commit/d220c764f62086406b39a83f7ad14e75ffbb7632
  Author: Mikael Simberg 
  Date:   2020-01-29 (Wed, 29 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 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
M src/hpx_init.cpp

  Log Message:
  ---
  Merge pull request #4333 from STEllAR-GROUP/callables

Flatten bound callables


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


[hpx-commits] [STEllAR-GROUP/hpx] 7816bb: Remove file committed by mistake

2020-01-28 Thread Mikael Simberg
  Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 7816bb97432dcb2d0d56c56f1bcaccaed38b12cc
  
https://github.com/STEllAR-GROUP/hpx/commit/7816bb97432dcb2d0d56c56f1bcaccaed38b12cc
  Author: John Biddiscombe 
  Date:   2020-01-28 (Tue, 28 Jan 2020)

  Changed paths:
R libs/resource_partitioner/tests/unit/CMakeLists.txt.bak

  Log Message:
  ---
  Remove file committed by mistake


  Commit: daba478956d69a6c403895669d002d3399c3e43c
  
https://github.com/STEllAR-GROUP/hpx/commit/daba478956d69a6c403895669d002d3399c3e43c
  Author: Mikael Simberg 
  Date:   2020-01-28 (Tue, 28 Jan 2020)

  Changed paths:
R libs/resource_partitioner/tests/unit/CMakeLists.txt.bak

  Log Message:
  ---
  Merge pull request #4346 from STEllAR-GROUP/unwanted-file

Remove file committed by mistake


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


[hpx-commits] [STEllAR-GROUP/hpx] f4dd94: Change HPX_VERSION_TAG to -trunk after 1.4.0 release

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

  Changed paths:
M CMakeLists.txt

  Log Message:
  ---
  Change HPX_VERSION_TAG to -trunk after 1.4.0 release


  Commit: fbd3ed17d45673232415ffb2627f5498946c94ba
  
https://github.com/STEllAR-GROUP/hpx/commit/fbd3ed17d45673232415ffb2627f5498946c94ba
  Author: Mikael Simberg 
  Date:   2020-01-27 (Mon, 27 Jan 2020)

  Changed paths:
M docs/sphinx/contributing/release_procedure.rst

  Log Message:
  ---
  Update release procedure after 1.4.0 release


  Commit: 4978bf6b8d0f6cc9dc94be1ccd30a956e6622c1b
  
https://github.com/STEllAR-GROUP/hpx/commit/4978bf6b8d0f6cc9dc94be1ccd30a956e6622c1b
  Author: Mikael Simberg 
  Date:   2020-01-28 (Tue, 28 Jan 2020)

  Changed paths:
M CMakeLists.txt
M docs/sphinx/contributing/release_procedure.rst

  Log Message:
  ---
  Merge pull request #4339 from msimberg/1.4.0-update-release-procedure

Post 1.4.0 updates


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


[hpx-commits] [STEllAR-GROUP/hpx] d937f1: Remove HCC and SYCL options from CMakeLists.txt

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

  Changed paths:
M CMakeLists.txt

  Log Message:
  ---
  Remove HCC and SYCL options from CMakeLists.txt

Both options are unused.


  Commit: a2e09fe7a0ae44f27ae08e50b34e02b75838c1b9
  
https://github.com/STEllAR-GROUP/hpx/commit/a2e09fe7a0ae44f27ae08e50b34e02b75838c1b9
  Author: Mikael Simberg 
  Date:   2020-01-28 (Tue, 28 Jan 2020)

  Changed paths:
M CMakeLists.txt

  Log Message:
  ---
  Merge pull request #4342 from STEllAR-GROUP/msimberg-patch-3

Remove HCC and SYCL options from CMakeLists.txt


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/0328a8dc58da...a2e09fe7a0ae
___
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-27 Thread Mikael Simberg
  Branch: refs/heads/msimberg-patch-3
  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] 34fd68: Updating copyright to 2020

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

  Changed paths:
M src/version.cpp

  Log Message:
  ---
  Updating copyright to 2020


  Commit: 0328a8dc58da3364453856a7b6650baa5f7ea6b0
  
https://github.com/STEllAR-GROUP/hpx/commit/0328a8dc58da3364453856a7b6650baa5f7ea6b0
  Author: Mikael Simberg 
  Date:   2020-01-27 (Mon, 27 Jan 2020)

  Changed paths:
M src/version.cpp

  Log Message:
  ---
  Merge pull request #4344 from STEllAR-GROUP/copyright_2020

Updating copyright to 2020


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/e0e2d00e1a80...0328a8dc58da
___
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-27 Thread Mikael Simberg
  Branch: refs/heads/msimberg-patch-4
  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


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


[hpx-commits] [STEllAR-GROUP/hpx] d937f1: Remove HCC and SYCL options from CMakeLists.txt

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

  Changed paths:
M CMakeLists.txt

  Log Message:
  ---
  Remove HCC and SYCL options from CMakeLists.txt

Both options are unused.


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


  1   2   3   4   5   6   7   >