Branch: refs/heads/staging Home: https://github.com/STEllAR-GROUP/hpx Commit: 673155e508ad498938bbe2eb3a6790f796bf40f0 https://github.com/STEllAR-GROUP/hpx/commit/673155e508ad498938bbe2eb3a6790f796bf40f0 Author: Alireza Kheirkhahan <kheirkha...@gmail.com> Date: 2023-06-22 (Thu, 22 Jun 2023)
Changed paths: M .jenkins/lsu/Jenkinsfile A .jenkins/lsu/env-clang-15.sh A .jenkins/lsu/env-gcc-13.sh A .jenkins/lsu/slurm-configuration-clang-15.sh A .jenkins/lsu/slurm-configuration-gcc-13.sh Log Message: ----------- add llvm/15, gcc/13 and boost/1.82 to jenkins Commit: 146ec080298594ecc51f461c8450fbf6b4e6627e https://github.com/STEllAR-GROUP/hpx/commit/146ec080298594ecc51f461c8450fbf6b4e6627e Author: Hartmut Kaiser <hartmut.kai...@gmail.com> Date: 2023-06-22 (Thu, 22 Jun 2023) Changed paths: M libs/core/functional/tests/regressions/protect_with_nullary_pfo.cpp M libs/core/threading/tests/unit/jthread1.cpp M libs/core/threading/tests/unit/jthread2.cpp M libs/core/threadmanager/src/threadmanager.cpp M libs/core/type_support/tests/unit/generator.cpp M libs/full/agas/tests/regressions/duplicate_id_registration_1596.cpp M libs/full/parcelport_lci/src/putva/sender_connection_putva.cpp M libs/full/parcelport_lci/src/sendrecv/sender_connection_sendrecv.cpp Log Message: ----------- Fixing problems reported by clang-15 Commit: de02c753b1649b251f877d6a097c9169c517bb1e https://github.com/STEllAR-GROUP/hpx/commit/de02c753b1649b251f877d6a097c9169c517bb1e Author: Hartmut Kaiser <hartmut.kai...@gmail.com> Date: 2023-06-22 (Thu, 22 Jun 2023) Changed paths: M libs/core/datastructures/tests/unit/bitset_test.hpp M libs/core/executors/include/hpx/executors/guided_pool_executor.hpp M libs/core/functional/tests/unit/bind_dm3_test.cpp M libs/core/pack_traversal/tests/unit/pack_traversal.cpp M libs/core/resource_partitioner/examples/async_customization.cpp M libs/core/synchronization/tests/unit/local_mutex.cpp M libs/core/type_support/include/hpx/type_support/generator.hpp M libs/core/type_support/tests/unit/generator.cpp M libs/full/async_distributed/include/hpx/async_distributed/base_lco.hpp M libs/full/async_distributed/src/base_lco.cpp Log Message: ----------- Fixing problems reported by gcc-13 Commit: ede59e9e5d0c98d782fa58598f31be7b44208047 https://github.com/STEllAR-GROUP/hpx/commit/ede59e9e5d0c98d782fa58598f31be7b44208047 Author: Hartmut Kaiser <hartmut.kai...@gmail.com> Date: 2023-06-22 (Thu, 22 Jun 2023) Changed paths: M CMakeLists.txt M cmake/HPX_AddConfigTest.cmake M cmake/HPX_PerformCxxFeatureTests.cmake M cmake/tests/c11_aligned_alloc.cpp M cmake/tests/cxx11_std_atomic.cpp M cmake/tests/cxx17_std_aligned_alloc.cpp M cmake/tests/cxx20_perfect_pack_capture.cpp M cmake/tests/cxx20_std_construct_at.cpp M libs/core/datastructures/tests/unit/bitset_test.hpp M libs/core/executors/include/hpx/executors/guided_pool_executor.hpp M libs/core/functional/tests/unit/bind_dm3_test.cpp M libs/core/pack_traversal/include/hpx/pack_traversal/detail/pack_traversal_async_impl.hpp M libs/core/pack_traversal/tests/unit/pack_traversal.cpp M libs/core/resource_partitioner/examples/async_customization.cpp M libs/core/type_support/tests/unit/generator.cpp Log Message: ----------- Fixing various feature tests Commit: 1cbb0d6e15dcb6a8bf841250d235f436fbe6a432 https://github.com/STEllAR-GROUP/hpx/commit/1cbb0d6e15dcb6a8bf841250d235f436fbe6a432 Author: StellarBot <cont...@stellar-group.org> Date: 2023-06-23 (Fri, 23 Jun 2023) Changed paths: M .jenkins/lsu/Jenkinsfile A .jenkins/lsu/env-clang-15.sh A .jenkins/lsu/env-gcc-13.sh A .jenkins/lsu/slurm-configuration-clang-15.sh A .jenkins/lsu/slurm-configuration-gcc-13.sh M CMakeLists.txt M cmake/HPX_AddConfigTest.cmake M cmake/HPX_PerformCxxFeatureTests.cmake M cmake/tests/c11_aligned_alloc.cpp M cmake/tests/cxx11_std_atomic.cpp M cmake/tests/cxx17_std_aligned_alloc.cpp M cmake/tests/cxx20_perfect_pack_capture.cpp M cmake/tests/cxx20_std_construct_at.cpp M libs/core/datastructures/tests/unit/bitset_test.hpp M libs/core/executors/include/hpx/executors/guided_pool_executor.hpp M libs/core/functional/tests/regressions/protect_with_nullary_pfo.cpp M libs/core/functional/tests/unit/bind_dm3_test.cpp M libs/core/pack_traversal/include/hpx/pack_traversal/detail/pack_traversal_async_impl.hpp M libs/core/pack_traversal/tests/unit/pack_traversal.cpp M libs/core/resource_partitioner/examples/async_customization.cpp M libs/core/synchronization/tests/unit/local_mutex.cpp M libs/core/threading/tests/unit/jthread1.cpp M libs/core/threading/tests/unit/jthread2.cpp M libs/core/threadmanager/src/threadmanager.cpp M libs/core/type_support/include/hpx/type_support/generator.hpp M libs/core/type_support/tests/unit/generator.cpp M libs/full/agas/tests/regressions/duplicate_id_registration_1596.cpp M libs/full/async_distributed/include/hpx/async_distributed/base_lco.hpp M libs/full/async_distributed/src/base_lco.cpp M libs/full/parcelport_lci/src/putva/sender_connection_putva.cpp M libs/full/parcelport_lci/src/sendrecv/sender_connection_sendrecv.cpp Log Message: ----------- Merge #6277 6277: add llvm/15, gcc/13 and boost/1.82 to jenkins r=hkaiser a=akheir ## Proposed Changes - Remove gcc/9 and clang/11 from jenkins builders - Add gcc/12 and clang/15 to the builders - Add boost 1.82 Co-authored-by: Alireza Kheirkhahan <kheirkha...@gmail.com> Co-authored-by: Hartmut Kaiser <hartmut.kai...@gmail.com> Compare: https://github.com/STEllAR-GROUP/hpx/compare/5c42f6106da4...1cbb0d6e15dc _______________________________________________ hpx-commits mailing list hpx-commits@mail.cct.lsu.edu https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits