Branch: refs/heads/master
Home: https://github.com/STEllAR-GROUP/hpx
Commit: 1653637893bf4a422df8f80a08f56cf37fa9583d
https://github.com/STEllAR-GROUP/hpx/commit/1653637893bf4a422df8f80a08f56cf37fa9583d
Author: Mikael Simberg <[email protected]>
Date: 2020-02-05 (Wed, 05 Feb 2020)
Changed paths:
M components/containers/partitioned_vector/tests/unit/coarray.cpp
M
components/process/include/hpx/components/process/util/posix/initializers/close_fds_if.hpp
M examples/heartbeat/heartbeat.cpp
M examples/performance_counters/sine/sine_client.cpp
M examples/quickstart/1d_wave_equation.cpp
M examples/quickstart/EasyBMP/EasyBMP.cpp
M examples/quickstart/pingpong.cpp
M examples/spell_check/spell_check_file.cpp
M examples/spell_check/spell_check_simple.cpp
M examples/transpose/transpose_await.cpp
M examples/transpose/transpose_block.cpp
M examples/transpose/transpose_block_numa.cpp
M examples/transpose/transpose_serial_block.cpp
M examples/transpose/transpose_smp_block.cpp
M
examples/tuplespace/central_tuplespace/server/simple_central_tuplespace.hpp
M examples/tuplespace/central_tuplespace/server/tuples_warehouse.hpp
M examples/tuplespace/central_tuplespace/simple_central_tuplespace.hpp
M examples/tuplespace/central_tuplespace/stubs/simple_central_tuplespace.hpp
M examples/tuplespace/simple_central_tuplespace_client.cpp
M hpx/runtime/threads/detail/scheduled_thread_pool_impl.hpp
M hpx/runtime/threads/policies/queue_holder_thread.hpp
M hpx/runtime/threads/policies/shared_priority_queue_scheduler.hpp
M hpx/util/serializable_any.hpp
M hpx/util/thread_aware_timer.hpp
M libs/collectives/tests/performance/osu/osu_latency.cpp
M libs/collectives/tests/performance/osu/osu_multi_lat.cpp
M libs/compute/include/hpx/compute/detail/iterator.hpp
M libs/compute/tests/regressions/for_each_value_proxy.cpp
M libs/concurrency/include/hpx/concurrency/cache_line_data.hpp
M libs/concurrency/include/hpx/concurrency/concurrentqueue.hpp
M libs/datastructures/include/hpx/datastructures/any.hpp
M libs/functional/include/hpx/functional/function_ref.hpp
M libs/functional/tests/unit/function/function_arith.cpp
M libs/functional/tests/unit/function/nothrow_swap.cpp
M libs/functional/tests/unit/function/sum_avg.cpp
M libs/logging/include/hpx/logging/detail/fwd.hpp
M libs/logging/include/hpx/logging/writer/named_write.hpp
M libs/memory/include/hpx/memory/intrusive_ptr.hpp
M libs/memory/tests/unit/intrusive_ptr.cpp
M libs/memory/tests/unit/intrusive_ptr_move.cpp
M libs/resiliency/tests/performance/replay/1d_stencil.cpp
M libs/resiliency/tests/performance/replay/1d_stencil_checksum.cpp
M libs/resiliency/tests/performance/replay/1d_stencil_replay.cpp
M libs/resiliency/tests/performance/replay/dataflow_replay.cpp
M libs/resiliency/tests/performance/replay/dataflow_replay_validate.cpp
M libs/resiliency/tests/performance/replay/pure_dataflow.cpp
M libs/resiliency/tests/performance/replicate/1d_stencil_replicate.cpp
M
libs/resiliency/tests/performance/replicate/1d_stencil_replicate_checksum.cpp
M
libs/segmented_algorithms/include/hpx/parallel/segmented_algorithms/exclusive_scan.hpp
M
libs/segmented_algorithms/include/hpx/parallel/segmented_algorithms/inclusive_scan.hpp
M libs/serialization/include/hpx/serialization/array.hpp
M libs/serialization/tests/unit/zero_copy_serialization.cpp
M libs/synchronization/tests/performance/channel_mpmc_throughput.cpp
M libs/synchronization/tests/performance/channel_mpsc_throughput.cpp
M libs/synchronization/tests/performance/channel_spsc_throughput.cpp
M plugins/parcel/coalescing/coalescing_message_handler.cpp
M src/runtime/naming/name.cpp
M src/util/integer/int128.cpp
M src/util/integer/uint128.cpp
M src/util/regex_from_pattern.cpp
M src/util/serialize_exception.cpp
M tests/performance/local/async_overheads.cpp
M tests/performance/local/parent_vs_child_stealing.cpp
M tests/regressions/block_matrix/tests.cc
M tests/regressions/lcos/dataflow_791.cpp
Log Message:
-----------
Suppress or fix clang-tidy-9 warnings
Commit: 542529ffcb1e96eca67192ea2fa538db6700017c
https://github.com/STEllAR-GROUP/hpx/commit/542529ffcb1e96eca67192ea2fa538db6700017c
Author: Mikael Simberg <[email protected]>
Date: 2020-02-05 (Wed, 05 Feb 2020)
Changed paths:
M .circleci/config.yml
Log Message:
-----------
Add -k0 to most ninja invocations on CircleCI
Commit: 23173e369c0ff26206622af29e280b7d1ee9f02e
https://github.com/STEllAR-GROUP/hpx/commit/23173e369c0ff26206622af29e280b7d1ee9f02e
Author: Mikael Simberg <[email protected]>
Date: 2020-02-05 (Wed, 05 Feb 2020)
Changed paths:
M python/hpx/environment.py
M python/hpx/path.py
M python/hpx/process.py
M python/scripts/hpx_environment.py
M python/scripts/hpx_invoke.py
M python/scripts/hpx_optsweep.py
M python/scripts/hpx_run_test.py
M tools/inspect/inspect_to_junit.py
Log Message:
-----------
Replace python by python3 in scripts
Commit: c668aa625fede26fc70877bf35239b203a47878a
https://github.com/STEllAR-GROUP/hpx/commit/c668aa625fede26fc70877bf35239b203a47878a
Author: aurianer <[email protected]>
Date: 2020-02-06 (Thu, 06 Feb 2020)
Changed paths:
M .circleci/config.yml
M components/containers/partitioned_vector/tests/unit/coarray.cpp
M
components/process/include/hpx/components/process/util/posix/initializers/close_fds_if.hpp
M examples/heartbeat/heartbeat.cpp
M examples/performance_counters/sine/sine_client.cpp
M examples/quickstart/1d_wave_equation.cpp
M examples/quickstart/EasyBMP/EasyBMP.cpp
M examples/quickstart/pingpong.cpp
M examples/spell_check/spell_check_file.cpp
M examples/spell_check/spell_check_simple.cpp
M examples/transpose/transpose_await.cpp
M examples/transpose/transpose_block.cpp
M examples/transpose/transpose_block_numa.cpp
M examples/transpose/transpose_serial_block.cpp
M examples/transpose/transpose_smp_block.cpp
M
examples/tuplespace/central_tuplespace/server/simple_central_tuplespace.hpp
M examples/tuplespace/central_tuplespace/server/tuples_warehouse.hpp
M examples/tuplespace/central_tuplespace/simple_central_tuplespace.hpp
M examples/tuplespace/central_tuplespace/stubs/simple_central_tuplespace.hpp
M examples/tuplespace/simple_central_tuplespace_client.cpp
M hpx/runtime/threads/detail/scheduled_thread_pool_impl.hpp
M hpx/runtime/threads/policies/queue_holder_thread.hpp
M hpx/runtime/threads/policies/shared_priority_queue_scheduler.hpp
M hpx/util/serializable_any.hpp
M hpx/util/thread_aware_timer.hpp
M libs/collectives/tests/performance/osu/osu_latency.cpp
M libs/collectives/tests/performance/osu/osu_multi_lat.cpp
M libs/compute/include/hpx/compute/detail/iterator.hpp
M libs/compute/tests/regressions/for_each_value_proxy.cpp
M libs/concurrency/include/hpx/concurrency/cache_line_data.hpp
M libs/concurrency/include/hpx/concurrency/concurrentqueue.hpp
M libs/datastructures/include/hpx/datastructures/any.hpp
M libs/functional/include/hpx/functional/function_ref.hpp
M libs/functional/tests/unit/function/function_arith.cpp
M libs/functional/tests/unit/function/nothrow_swap.cpp
M libs/functional/tests/unit/function/sum_avg.cpp
M libs/logging/include/hpx/logging/detail/fwd.hpp
M libs/logging/include/hpx/logging/writer/named_write.hpp
M libs/memory/include/hpx/memory/intrusive_ptr.hpp
M libs/memory/tests/unit/intrusive_ptr.cpp
M libs/memory/tests/unit/intrusive_ptr_move.cpp
M libs/resiliency/tests/performance/replay/1d_stencil.cpp
M libs/resiliency/tests/performance/replay/1d_stencil_checksum.cpp
M libs/resiliency/tests/performance/replay/1d_stencil_replay.cpp
M libs/resiliency/tests/performance/replay/dataflow_replay.cpp
M libs/resiliency/tests/performance/replay/dataflow_replay_validate.cpp
M libs/resiliency/tests/performance/replay/pure_dataflow.cpp
M libs/resiliency/tests/performance/replicate/1d_stencil_replicate.cpp
M
libs/resiliency/tests/performance/replicate/1d_stencil_replicate_checksum.cpp
M
libs/segmented_algorithms/include/hpx/parallel/segmented_algorithms/exclusive_scan.hpp
M
libs/segmented_algorithms/include/hpx/parallel/segmented_algorithms/inclusive_scan.hpp
M libs/serialization/include/hpx/serialization/array.hpp
M libs/serialization/tests/unit/zero_copy_serialization.cpp
M libs/synchronization/tests/performance/channel_mpmc_throughput.cpp
M libs/synchronization/tests/performance/channel_mpsc_throughput.cpp
M libs/synchronization/tests/performance/channel_spsc_throughput.cpp
M plugins/parcel/coalescing/coalescing_message_handler.cpp
M python/hpx/environment.py
M python/hpx/path.py
M python/hpx/process.py
M python/scripts/hpx_environment.py
M python/scripts/hpx_invoke.py
M python/scripts/hpx_optsweep.py
M python/scripts/hpx_run_test.py
M src/runtime/naming/name.cpp
M src/util/integer/int128.cpp
M src/util/integer/uint128.cpp
M src/util/regex_from_pattern.cpp
M src/util/serialize_exception.cpp
M tests/performance/local/async_overheads.cpp
M tests/performance/local/parent_vs_child_stealing.cpp
M tests/regressions/block_matrix/tests.cc
M tests/regressions/lcos/dataflow_791.cpp
M tools/inspect/inspect_to_junit.py
Log Message:
-----------
Merge pull request #4366 from msimberg/clang-tidy-fixes
Suppress or fix clang-tidy-9 warnings
Compare:
https://github.com/STEllAR-GROUP/hpx/compare/d1bade37ee16...c668aa625fed
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits