Branch: refs/heads/master
Home: https://github.com/STEllAR-GROUP/hpx
Commit: 609c1e280829ad2262c92d520941875db6b4abf7
https://github.com/STEllAR-GROUP/hpx/commit/609c1e280829ad2262c92d520941875db6b4abf7
Author: Mikael Simberg <[email protected]>
Date: 2021-02-26 (Fri, 26 Feb 2021)
Changed paths:
M libs/create_module_skeleton.py
Log Message:
-----------
Add formatting exceptions for libhpx to create_module_skeleton.py
Commit: e58dd546daa09d14054291edbd409b9f6a6a7f87
https://github.com/STEllAR-GROUP/hpx/commit/e58dd546daa09d14054291edbd409b9f6a6a7f87
Author: Hartmut Kaiser <[email protected]>
Date: 2021-02-28 (Sun, 28 Feb 2021)
Changed paths:
M .circleci/config.yml
M .cmake-format.py
M .github/workflows/linux_debug.yml
M .github/workflows/linux_release_fetchcontent.yml
M .github/workflows/linux_sanitizers.yml
M CMakeLists.txt
M cmake/HPX_AddConfigTest.cmake
M cmake/HPX_AddModule.cmake
M cmake/HPX_PrintSummary.cmake
M cmake/HPX_UpdateGitDocs.cmake
M cmake/templates/HPXConfig.cmake.in
M components/create_component_skeleton.py
M docs/sphinx/api/public_api.rst
M docs/sphinx/contributing/modules.rst
M docs/sphinx/manual/building_hpx.rst
M docs/sphinx/manual/creating_hpx_projects.rst
M docs/sphinx/manual/writing_single_node_hpx_applications.rst
M docs/sphinx/quickstart.rst
M examples/gtest_emulation/CMakeLists.txt
M examples/hello_world_component/CMakeLists.txt
M libs/core/CMakeLists.txt
M libs/core/affinity/CMakeLists.txt
M libs/core/allocator_support/CMakeLists.txt
M libs/core/asio/CMakeLists.txt
M libs/core/assertion/CMakeLists.txt
M libs/core/cache/CMakeLists.txt
M libs/core/concepts/CMakeLists.txt
M libs/core/concurrency/CMakeLists.txt
M libs/core/config/CMakeLists.txt
M libs/core/config_registry/CMakeLists.txt
M libs/core/coroutines/CMakeLists.txt
M libs/core/datastructures/CMakeLists.txt
M libs/core/debugging/CMakeLists.txt
M libs/core/errors/CMakeLists.txt
M libs/core/execution_base/CMakeLists.txt
M libs/core/execution_base/include/hpx/execution_base/execution.hpp
M libs/core/execution_base/include/hpx/execution_base/operation_state.hpp
M libs/core/execution_base/include/hpx/execution_base/receiver.hpp
M libs/core/execution_base/include/hpx/execution_base/sender.hpp
M libs/core/execution_base/tests/unit/CMakeLists.txt
A libs/core/execution_base/tests/unit/basic_executor.cpp
M libs/core/execution_base/tests/unit/basic_operation_state.cpp
M libs/core/execution_base/tests/unit/basic_receiver.cpp
A libs/core/execution_base/tests/unit/basic_schedule.cpp
M libs/core/execution_base/tests/unit/basic_sender.cpp
A libs/core/execution_base/tests/unit/basic_submit.cpp
M libs/core/filesystem/CMakeLists.txt
M libs/core/format/CMakeLists.txt
M libs/core/functional/CMakeLists.txt
M libs/core/functional/include/hpx/functional/tag_fallback_invoke.hpp
A libs/core/functional/include/hpx/functional/tag_priority_invoke.hpp
M libs/core/hardware/CMakeLists.txt
M libs/core/hashing/CMakeLists.txt
M libs/core/io_service/CMakeLists.txt
M libs/core/iterator_support/CMakeLists.txt
M libs/core/itt_notify/CMakeLists.txt
M libs/core/logging/CMakeLists.txt
M libs/core/memory/CMakeLists.txt
M libs/core/plugin/CMakeLists.txt
M libs/core/prefix/CMakeLists.txt
M libs/core/preprocessor/CMakeLists.txt
M libs/core/properties/CMakeLists.txt
M libs/core/schedulers/CMakeLists.txt
M libs/core/serialization/CMakeLists.txt
M libs/core/static_reinit/CMakeLists.txt
M libs/core/statistics/CMakeLists.txt
M libs/core/string_util/CMakeLists.txt
M libs/core/synchronization/CMakeLists.txt
M libs/core/testing/CMakeLists.txt
M libs/core/thread_pools/CMakeLists.txt
M libs/core/thread_support/CMakeLists.txt
M libs/core/threading_base/CMakeLists.txt
M libs/core/timing/CMakeLists.txt
M libs/core/topology/CMakeLists.txt
M libs/core/topology/include/hpx/topology/topology.hpp
M libs/core/topology/src/topology.cpp
M libs/core/type_support/CMakeLists.txt
M libs/core/type_support/include/hpx/type_support/equality.hpp
M libs/core/type_support/include/hpx/type_support/pack.hpp
M libs/core/util/CMakeLists.txt
M libs/core/version/CMakeLists.txt
M libs/create_module_skeleton.py
M libs/full/CMakeLists.txt
M libs/full/actions/CMakeLists.txt
M libs/full/actions_base/CMakeLists.txt
M libs/full/agas/CMakeLists.txt
M libs/full/agas_base/CMakeLists.txt
M libs/full/async_colocated/CMakeLists.txt
M libs/full/async_cuda/CMakeLists.txt
M libs/full/async_distributed/CMakeLists.txt
M libs/full/async_mpi/CMakeLists.txt
M libs/full/batch_environments/CMakeLists.txt
M libs/full/checkpoint/CMakeLists.txt
M libs/full/checkpoint_base/CMakeLists.txt
M libs/full/collectives/CMakeLists.txt
M libs/full/command_line_handling/CMakeLists.txt
M libs/full/components/CMakeLists.txt
M libs/full/components_base/CMakeLists.txt
M libs/full/compute/CMakeLists.txt
M libs/full/compute_cuda/CMakeLists.txt
M libs/full/executors_distributed/CMakeLists.txt
M libs/full/include/CMakeLists.txt
M libs/full/include/include/hpx/algorithm.hpp
M libs/full/init_runtime/CMakeLists.txt
M libs/full/lcos_distributed/CMakeLists.txt
M libs/full/mpi_base/CMakeLists.txt
M libs/full/naming/CMakeLists.txt
M libs/full/naming_base/CMakeLists.txt
M libs/full/performance_counters/CMakeLists.txt
M libs/full/program_options/CMakeLists.txt
M libs/full/resiliency_distributed/CMakeLists.txt
M libs/full/resource_partitioner/CMakeLists.txt
M libs/full/runtime_components/CMakeLists.txt
M libs/full/runtime_components_base/CMakeLists.txt
M libs/full/runtime_configuration/CMakeLists.txt
M libs/full/runtime_distributed/CMakeLists.txt
M libs/full/runtime_local/CMakeLists.txt
M libs/full/segmented_algorithms/CMakeLists.txt
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/for_each.hpp
M libs/full/thread_executors/CMakeLists.txt
M libs/full/threadmanager/CMakeLists.txt
M libs/parallelism/CMakeLists.txt
M libs/parallelism/algorithms/CMakeLists.txt
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/adjacent_find.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/copy.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/replace.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/adjacent_find.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/copy.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/replace.hpp
M libs/parallelism/algorithms/tests/unit/algorithms/replace.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/replace_copy.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/replace_copy_if.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/replace_if.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/replace_copy_if_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/replace_copy_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/replace_if_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/replace_range.cpp
M libs/parallelism/async_base/CMakeLists.txt
M libs/parallelism/async_combinators/CMakeLists.txt
M libs/parallelism/async_local/CMakeLists.txt
M libs/parallelism/execution/CMakeLists.txt
A libs/parallelism/execution/include/hpx/execution/algorithms/sync_wait.hpp
A libs/parallelism/execution/include/hpx/execution/algorithms/transform.hpp
M
libs/parallelism/execution/include/hpx/execution/executors/execution_parameters.hpp
M libs/parallelism/executors/CMakeLists.txt
A libs/parallelism/executors/include/hpx/executors/p0443_executor.hpp
M libs/parallelism/executors/tests/unit/CMakeLists.txt
A libs/parallelism/executors/tests/unit/p0443_executor.cpp
M libs/parallelism/futures/CMakeLists.txt
M libs/parallelism/lcos_local/CMakeLists.txt
M libs/parallelism/pack_traversal/CMakeLists.txt
M libs/parallelism/resiliency/CMakeLists.txt
M libs/parallelism/thread_pool_util/CMakeLists.txt
M libs/parallelism/threading/CMakeLists.txt
M libs/parallelism/timed_execution/CMakeLists.txt
M plugins/binary_filter/snappy/CMakeLists.txt
M tests/unit/build/fetchcontent/CMakeLists.txt
M tools/asan.supp
Log Message:
-----------
Merge branch 'master' into create-library-fix-libhpx-summary
Commit: 06c7053ef1d6e15377031b2373db61ee8b9c7004
https://github.com/STEllAR-GROUP/hpx/commit/06c7053ef1d6e15377031b2373db61ee8b9c7004
Author: Hartmut Kaiser <[email protected]>
Date: 2021-03-01 (Mon, 01 Mar 2021)
Changed paths:
M libs/create_module_skeleton.py
Log Message:
-----------
Merge pull request #5206 from msimberg/create-library-fix-libhpx-summary
Add formatting exceptions for libhpx to create_module_skeleton.py
Compare:
https://github.com/STEllAR-GROUP/hpx/compare/830f05b14d8c...06c7053ef1d6
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits