Branch: refs/heads/master
Home: https://github.com/STEllAR-GROUP/hpx
Commit: 8e452dcc5a02c57d5ab069127f3bb9348fd15989
https://github.com/STEllAR-GROUP/hpx/commit/8e452dcc5a02c57d5ab069127f3bb9348fd15989
Author: Mikael Simberg <[email protected]>
Date: 2021-01-05 (Tue, 05 Jan 2021)
Changed paths:
M CMakeLists.txt
M examples/1d_stencil/1d_stencil_channel.cpp
M examples/quickstart/print_to_console.cpp
M examples/transpose/CMakeLists.txt
M hpx/runtime/components/server/executor_component.hpp
M libs/full/async_distributed/include/hpx/async_distributed/dataflow.hpp
M libs/full/include/include/hpx/include/resource_partitioner.hpp
M libs/full/resiliency/include/hpx/resiliency/async_replay_executor.hpp
M libs/full/resiliency/include/hpx/resiliency/async_replicate_executor.hpp
M
libs/full/thread_executors/include/hpx/thread_executors/thread_execution_information.hpp
M
libs/full/thread_executors/include/hpx/thread_executors/thread_timed_execution.hpp
M libs/full/threadmanager/src/threadmanager.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/make_heap.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/parallel_sort.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/make_heap_range.cpp
M libs/parallelism/execution/include/hpx/execution/detail/future_exec.hpp
M
libs/parallelism/execution/include/hpx/execution/executors/execution_parameters.hpp
M libs/parallelism/execution/tests/regressions/CMakeLists.txt
M libs/parallelism/executors/include/hpx/executors/apply.hpp
M libs/parallelism/executors/include/hpx/executors/async.hpp
M libs/parallelism/executors/include/hpx/executors/dataflow.hpp
M libs/parallelism/executors/include/hpx/executors/execution_policy.hpp
M libs/parallelism/executors/include/hpx/executors/sync.hpp
M tests/regressions/lcos/CMakeLists.txt
M tests/regressions/threads/CMakeLists.txt
Log Message:
-----------
Disable compatibility options for 1.6.0 release
Commit: f6830ded517f24f9be9ace5e60a6d4ac9ad7167f
https://github.com/STEllAR-GROUP/hpx/commit/f6830ded517f24f9be9ace5e60a6d4ac9ad7167f
Author: Hartmut Kaiser <[email protected]>
Date: 2021-01-05 (Tue, 05 Jan 2021)
Changed paths:
M examples/quickstart/print_to_console.cpp
Log Message:
-----------
Fixing example
Commit: 85535a95db15e7fb9b239a0aead50ce56341322a
https://github.com/STEllAR-GROUP/hpx/commit/85535a95db15e7fb9b239a0aead50ce56341322a
Author: Hartmut Kaiser <[email protected]>
Date: 2021-01-05 (Tue, 05 Jan 2021)
Changed paths:
M examples/transpose/CMakeLists.txt
M libs/full/program_options/src/utf8_codecvt_facet.cpp
M tests/regressions/threads/CMakeLists.txt
Log Message:
-----------
Fixing test failures
Commit: 916e490f04fd772ee32a593b1c5b70a7a7c4217c
https://github.com/STEllAR-GROUP/hpx/commit/916e490f04fd772ee32a593b1c5b70a7a7c4217c
Author: Mikael Simberg <[email protected]>
Date: 2021-01-05 (Tue, 05 Jan 2021)
Changed paths:
M tests/unit/resource/scheduler_binding_check.cpp
Log Message:
-----------
Make scheduler_binding_check test work without thread executors
Commit: 21c70688b5aabdd0d5a01f07b350d6058a2f1438
https://github.com/STEllAR-GROUP/hpx/commit/21c70688b5aabdd0d5a01f07b350d6058a2f1438
Author: Mikael Simberg <[email protected]>
Date: 2021-01-05 (Tue, 05 Jan 2021)
Changed paths:
M libs/core/format/include/hpx/util/from_string.hpp
Log Message:
-----------
Add support for std::basic_string to from_string
Commit: 5101726467bbc9de030bd2cd8fa1428b6ec8213c
https://github.com/STEllAR-GROUP/hpx/commit/5101726467bbc9de030bd2cd8fa1428b6ec8213c
Author: Mikael Simberg <[email protected]>
Date: 2021-01-05 (Tue, 05 Jan 2021)
Changed paths:
M libs/full/include/include/hpx/local/runtime.hpp
M libs/parallelism/executors/tests/unit/service_executors.cpp
M tests/unit/apex/annotation_check.cpp
Log Message:
-----------
Make service_executors and annotation_check tests build without thread
executors
Commit: 3a5c86e0219f54b29d4be2d1769c691a6dc57211
https://github.com/STEllAR-GROUP/hpx/commit/3a5c86e0219f54b29d4be2d1769c691a6dc57211
Author: Mikael Simberg <[email protected]>
Date: 2021-01-05 (Tue, 05 Jan 2021)
Changed paths:
M tests/unit/resource/scheduler_binding_check.cpp
Log Message:
-----------
Add resource partitioner include to scheduler_binding_check test
Commit: ba5791e483eeada79722c77e83851db1e907f380
https://github.com/STEllAR-GROUP/hpx/commit/ba5791e483eeada79722c77e83851db1e907f380
Author: Mikael Simberg <[email protected]>
Date: 2021-01-05 (Tue, 05 Jan 2021)
Changed paths:
M libs/core/datastructures/include/hpx/datastructures/any.hpp
Log Message:
-----------
Add workaround for compiling any with nvcc
Commit: 578d848c2b268aed0a6192c6dbf6ed5e20ecea79
https://github.com/STEllAR-GROUP/hpx/commit/578d848c2b268aed0a6192c6dbf6ed5e20ecea79
Author: Mikael Simberg <[email protected]>
Date: 2021-01-05 (Tue, 05 Jan 2021)
Changed paths:
M libs/core/format/include/hpx/util/from_string.hpp
Log Message:
-----------
Add check to from_string for single tokens
Commit: bbffa86930495c974d01acd1b52b7aaf88882a40
https://github.com/STEllAR-GROUP/hpx/commit/bbffa86930495c974d01acd1b52b7aaf88882a40
Author: Mikael Simberg <[email protected]>
Date: 2021-01-05 (Tue, 05 Jan 2021)
Changed paths:
M libs/core/format/include/hpx/util/from_string.hpp
Log Message:
-----------
Simplify check for single token in from_string
Commit: 00dcf9e497d40a9109b2a9fca4dc4b1394eda971
https://github.com/STEllAR-GROUP/hpx/commit/00dcf9e497d40a9109b2a9fca4dc4b1394eda971
Author: Mikael Simberg <[email protected]>
Date: 2021-01-05 (Tue, 05 Jan 2021)
Changed paths:
M hpx/runtime/components/server/executor_component.hpp
Log Message:
-----------
Rearrange thread executors compatibility ifdefs in executor_component.hpp
Commit: ab7368bdf051529dd635a20697c0fb60f6654729
https://github.com/STEllAR-GROUP/hpx/commit/ab7368bdf051529dd635a20697c0fb60f6654729
Author: Mikael Simberg <[email protected]>
Date: 2021-01-06 (Wed, 06 Jan 2021)
Changed paths:
M libs/core/format/include/hpx/util/from_string.hpp
Log Message:
-----------
Add missing include to from_string.hpp
Commit: 1527f3ba8055f795f701ddf89368f4a24199f79e
https://github.com/STEllAR-GROUP/hpx/commit/1527f3ba8055f795f701ddf89368f4a24199f79e
Author: Mikael Simberg <[email protected]>
Date: 2021-01-07 (Thu, 07 Jan 2021)
Changed paths:
M CMakeLists.txt
M examples/1d_stencil/1d_stencil_channel.cpp
M examples/quickstart/print_to_console.cpp
M examples/transpose/CMakeLists.txt
M hpx/runtime/components/server/executor_component.hpp
M libs/core/datastructures/include/hpx/datastructures/any.hpp
M libs/core/format/include/hpx/util/from_string.hpp
M libs/full/async_distributed/include/hpx/async_distributed/dataflow.hpp
M libs/full/include/include/hpx/include/resource_partitioner.hpp
M libs/full/include/include/hpx/local/runtime.hpp
M libs/full/program_options/src/utf8_codecvt_facet.cpp
M libs/full/resiliency/include/hpx/resiliency/async_replay_executor.hpp
M libs/full/resiliency/include/hpx/resiliency/async_replicate_executor.hpp
M
libs/full/thread_executors/include/hpx/thread_executors/thread_execution_information.hpp
M
libs/full/thread_executors/include/hpx/thread_executors/thread_timed_execution.hpp
M libs/full/threadmanager/src/threadmanager.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/make_heap.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/parallel_sort.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/make_heap_range.cpp
M libs/parallelism/execution/include/hpx/execution/detail/future_exec.hpp
M
libs/parallelism/execution/include/hpx/execution/executors/execution_parameters.hpp
M libs/parallelism/execution/tests/regressions/CMakeLists.txt
M libs/parallelism/executors/include/hpx/executors/apply.hpp
M libs/parallelism/executors/include/hpx/executors/async.hpp
M libs/parallelism/executors/include/hpx/executors/dataflow.hpp
M libs/parallelism/executors/include/hpx/executors/execution_policy.hpp
M libs/parallelism/executors/include/hpx/executors/sync.hpp
M libs/parallelism/executors/tests/unit/service_executors.cpp
M tests/regressions/lcos/CMakeLists.txt
M tests/regressions/threads/CMakeLists.txt
M tests/unit/apex/annotation_check.cpp
M tests/unit/resource/scheduler_binding_check.cpp
Log Message:
-----------
Merge pull request #5084 from msimberg/1.6.0-compatibility-options
Disable compatibility options for 1.6.0 release
Compare:
https://github.com/STEllAR-GROUP/hpx/compare/8cb1829d7ae9...1527f3ba8055
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits