Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 45b9ccb5db7d5fc20c9af194178e55938e6e1067
      
https://github.com/STEllAR-GROUP/hpx/commit/45b9ccb5db7d5fc20c9af194178e55938e6e1067
  Author: Hartmut Kaiser <hartmut.kai...@gmail.com>
  Date:   2024-05-13 (Mon, 13 May 2024)

  Changed paths:
    M 
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_decl.hpp
    M 
components/containers/unordered/include/hpx/components/containers/unordered/partition_unordered_map_component.hpp
    M 
components/containers/unordered/include/hpx/components/containers/unordered/unordered_map.hpp
    M components/iostreams/include/hpx/components/iostreams/ostream.hpp
    M components/iostreams/include/hpx/components/iostreams/server/buffer.hpp
    M 
components/parcel_plugins/coalescing/include/hpx/parcel_coalescing/counter_registry.hpp
    M 
components/parcel_plugins/coalescing/include/hpx/parcel_coalescing/message_buffer.hpp
    M components/parcel_plugins/coalescing/src/coalescing_message_handler.cpp
    M components/process/include/hpx/components/process/util/windows/child.hpp
    M libs/core/affinity/src/parse_affinity_options.cpp
    M 
libs/core/concurrency/include/hpx/concurrency/detail/tagged_ptr_ptrcompression.hpp
    M libs/core/concurrency/include/hpx/concurrency/queue.hpp
    M libs/core/errors/include/hpx/errors/exception_fwd.hpp
    M libs/core/lcos_local/include/hpx/lcos_local/channel.hpp
    M libs/core/lcos_local/include/hpx/lcos_local/receive_buffer.hpp
    M libs/core/logging/include/hpx/logging/message.hpp
    M libs/core/runtime_local/include/hpx/runtime_local/thread_mapper.hpp
    M 
libs/core/schedulers/include/hpx/schedulers/local_workrequesting_scheduler.hpp
    M libs/core/synchronization/src/mutex.cpp
    M libs/full/agas/src/addressing_service.cpp
    M libs/full/agas_base/src/server/primary_namespace_server.cpp
    M libs/full/agas_base/src/symbol_namespace.cpp
    M libs/full/components/src/basename_registration.cpp
    M libs/full/runtime_distributed/src/big_boot_barrier.cpp

  Log Message:
  -----------
  Fixing security vulnerabilities reported by MSVC security checks


  Commit: c821c4299c00178fda6884285df3aef55fccfc22
      
https://github.com/STEllAR-GROUP/hpx/commit/c821c4299c00178fda6884285df3aef55fccfc22
  Author: Hartmut Kaiser <hartmut.kai...@gmail.com>
  Date:   2024-05-16 (Thu, 16 May 2024)

  Changed paths:
    M .circleci/config.yml
    M .github/workflows/codeql.yml
    M 
components/parcel_plugins/coalescing/include/hpx/parcel_coalescing/counter_registry.hpp
    M components/parcel_plugins/coalescing/src/coalescing_counter_registry.cpp
    M components/parcel_plugins/coalescing/src/performance_counters.cpp
    M libs/core/affinity/src/parse_affinity_options.cpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/detail/dispatch.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/merge.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/nth_element.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/partial_sort.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/partial_sort_copy.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/partition.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/sort.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/stable_sort.hpp
    M 
libs/core/command_line_handling_local/include/hpx/command_line_handling_local/parse_command_line_local.hpp
    M libs/core/command_line_handling_local/src/command_line_handling_local.cpp
    M libs/core/command_line_handling_local/src/parse_command_line_local.cpp
    M libs/core/errors/include/hpx/errors/error.hpp
    M libs/core/executors/include/hpx/executors/exception_list.hpp
    M libs/core/program_options/src/utf8_codecvt_facet.cpp
    M libs/core/runtime_local/include/hpx/runtime_local/os_thread_type.hpp
    M libs/core/thread_pools/src/detail/background_thread.cpp
    M 
libs/core/threading_base/include/hpx/threading_base/detail/switch_status.hpp
    M libs/core/threading_base/src/register_thread.cpp
    M libs/core/threading_base/src/set_thread_state.cpp
    M libs/core/threading_base/tests/regressions/thread_stacksize_current.cpp
    M libs/full/agas_base/src/server/primary_namespace_server.cpp
    M libs/full/init_runtime/src/hpx_init.cpp
    M libs/full/parcelport_tcp/src/connection_handler_tcp.cpp
    M 
libs/full/performance_counters/include/hpx/performance_counters/registry.hpp
    M 
libs/full/performance_counters/include/hpx/performance_counters/server/arithmetics_counter_extended.hpp
    M libs/full/performance_counters/src/registry.cpp
    M libs/full/performance_counters/src/server/action_invocation_counter.cpp
    M libs/full/performance_counters/src/server/arithmetics_counter.cpp
    M libs/full/performance_counters/src/server/arithmetics_counter_extended.cpp
    M libs/full/performance_counters/src/server/component_instance_counter.cpp
    M libs/full/performance_counters/src/server/elapsed_time_counter.cpp
    M libs/full/performance_counters/src/server/statistics_counter.cpp

  Log Message:
  -----------
  Starting to fix CodeQL security warnings

-flyby: fixing multiple queuing options for some of the tests


  Commit: 1300960986cbb0d13904dceec8f3a78e84442a87
      
https://github.com/STEllAR-GROUP/hpx/commit/1300960986cbb0d13904dceec8f3a78e84442a87
  Author: Hartmut Kaiser <hartmut.kai...@gmail.com>
  Date:   2024-05-16 (Thu, 16 May 2024)

  Changed paths:
    M .circleci/config.yml
    M .github/workflows/codeql.yml
    M 
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_decl.hpp
    M 
components/containers/unordered/include/hpx/components/containers/unordered/partition_unordered_map_component.hpp
    M 
components/containers/unordered/include/hpx/components/containers/unordered/unordered_map.hpp
    M components/iostreams/include/hpx/components/iostreams/ostream.hpp
    M components/iostreams/include/hpx/components/iostreams/server/buffer.hpp
    M 
components/parcel_plugins/coalescing/include/hpx/parcel_coalescing/counter_registry.hpp
    M 
components/parcel_plugins/coalescing/include/hpx/parcel_coalescing/message_buffer.hpp
    M components/parcel_plugins/coalescing/src/coalescing_counter_registry.cpp
    M components/parcel_plugins/coalescing/src/coalescing_message_handler.cpp
    M components/parcel_plugins/coalescing/src/performance_counters.cpp
    M components/process/include/hpx/components/process/util/windows/child.hpp
    M libs/core/affinity/src/parse_affinity_options.cpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/detail/dispatch.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/merge.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/nth_element.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/partial_sort.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/partial_sort_copy.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/partition.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/sort.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/stable_sort.hpp
    M 
libs/core/command_line_handling_local/include/hpx/command_line_handling_local/parse_command_line_local.hpp
    M libs/core/command_line_handling_local/src/command_line_handling_local.cpp
    M libs/core/command_line_handling_local/src/parse_command_line_local.cpp
    M 
libs/core/concurrency/include/hpx/concurrency/detail/tagged_ptr_ptrcompression.hpp
    M libs/core/concurrency/include/hpx/concurrency/queue.hpp
    M libs/core/errors/include/hpx/errors/error.hpp
    M libs/core/errors/include/hpx/errors/exception_fwd.hpp
    M libs/core/executors/include/hpx/executors/exception_list.hpp
    M libs/core/lcos_local/include/hpx/lcos_local/channel.hpp
    M libs/core/lcos_local/include/hpx/lcos_local/receive_buffer.hpp
    M libs/core/logging/include/hpx/logging/message.hpp
    M libs/core/program_options/src/utf8_codecvt_facet.cpp
    M libs/core/runtime_local/include/hpx/runtime_local/os_thread_type.hpp
    M libs/core/runtime_local/include/hpx/runtime_local/thread_mapper.hpp
    M 
libs/core/schedulers/include/hpx/schedulers/local_workrequesting_scheduler.hpp
    M libs/core/synchronization/src/mutex.cpp
    M libs/core/thread_pools/src/detail/background_thread.cpp
    M 
libs/core/threading_base/include/hpx/threading_base/detail/switch_status.hpp
    M libs/core/threading_base/src/register_thread.cpp
    M libs/core/threading_base/src/set_thread_state.cpp
    M libs/core/threading_base/tests/regressions/thread_stacksize_current.cpp
    M libs/full/agas/src/addressing_service.cpp
    M libs/full/agas_base/src/server/primary_namespace_server.cpp
    M libs/full/agas_base/src/symbol_namespace.cpp
    M libs/full/components/src/basename_registration.cpp
    M libs/full/init_runtime/src/hpx_init.cpp
    M libs/full/parcelport_tcp/src/connection_handler_tcp.cpp
    M 
libs/full/performance_counters/include/hpx/performance_counters/registry.hpp
    M 
libs/full/performance_counters/include/hpx/performance_counters/server/arithmetics_counter_extended.hpp
    M libs/full/performance_counters/src/registry.cpp
    M libs/full/performance_counters/src/server/action_invocation_counter.cpp
    M libs/full/performance_counters/src/server/arithmetics_counter.cpp
    M libs/full/performance_counters/src/server/arithmetics_counter_extended.cpp
    M libs/full/performance_counters/src/server/component_instance_counter.cpp
    M libs/full/performance_counters/src/server/elapsed_time_counter.cpp
    M libs/full/performance_counters/src/server/statistics_counter.cpp
    M libs/full/runtime_distributed/src/big_boot_barrier.cpp

  Log Message:
  -----------
  Merge pull request #6487 from STEllAR-GROUP/security_fixes

Fixing security vulnerabilities reported by MSVC security checks


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/a9452570033f...1300960986cb

To unsubscribe from these emails, change your notification settings at 
https://github.com/STEllAR-GROUP/hpx/settings/notifications
_______________________________________________
hpx-commits mailing list
hpx-commits@mail.cct.lsu.edu
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to