Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: c4a8ed5efb4a8fc73b27d78cfacc506c1634105e
      
https://github.com/STEllAR-GROUP/hpx/commit/c4a8ed5efb4a8fc73b27d78cfacc506c1634105e
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-01-29 (Fri, 29 Jan 2021)

  Changed paths:
    M libs/full/program_options/src/options_description.cpp

  Log Message:
  -----------
  Remove the use of boost::throw_exception


  Commit: 33ce6784a3710c16b3731c3040a67045ac01d1c6
      
https://github.com/STEllAR-GROUP/hpx/commit/33ce6784a3710c16b3731c3040a67045ac01d1c6
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-01-29 (Fri, 29 Jan 2021)

  Changed paths:
    M libs/core/logging/src/format/formatter/high_precision_time.cpp

  Log Message:
  -----------
  Remove leftover #include


  Commit: 38c57545c5035e913f2cdf69f62f04cd7291b551
      
https://github.com/STEllAR-GROUP/hpx/commit/38c57545c5035e913f2cdf69f62f04cd7291b551
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-01-29 (Fri, 29 Jan 2021)

  Changed paths:
    M 
components/performance_counters/papi/include/hpx/components/performance_counters/papi/util/papi.hpp
    M components/performance_counters/papi/src/util/papi.cpp
    M libs/core/iterator_support/CMakeLists.txt
    A 
libs/core/iterator_support/include/hpx/iterator_support/generator_iterator.hpp

  Log Message:
  -----------
  Replace boost/generator_iterator.hpp


  Commit: cf8bd2ac5c486bd65a40a28345baf500ac9ecec8
      
https://github.com/STEllAR-GROUP/hpx/commit/cf8bd2ac5c486bd65a40a28345baf500ac9ecec8
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-01-29 (Fri, 29 Jan 2021)

  Changed paths:
    M components/performance_counters/io/src/io_counters.cpp
    M components/performance_counters/memory/src/mem_counter_linux.cpp
    M 
components/performance_counters/papi/include/hpx/components/performance_counters/papi/util/papi.hpp
    M components/performance_counters/papi/src/papi_startup.cpp
    M components/performance_counters/papi/src/util/papi.cpp
    M 
libs/core/iterator_support/include/hpx/iterator_support/generator_iterator.hpp
    M libs/core/serialization/tests/performance/serialization_overhead.cpp
    M libs/core/serialization/tests/unit/zero_copy_serialization.cpp
    M tools/inspect/time_string.hpp

  Log Message:
  -----------
  Removing more obsolete boost dependencies


  Commit: b7f13b8d02c31f3c55d95f16d00f2bc526dbae0c
      
https://github.com/STEllAR-GROUP/hpx/commit/b7f13b8d02c31f3c55d95f16d00f2bc526dbae0c
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-01-30 (Sat, 30 Jan 2021)

  Changed paths:
    M libs/core/topology/CMakeLists.txt

  Log Message:
  -----------
  Fixing cmake formatting


  Commit: a08fd6594628e3ddf7e14443a37b1ed9f6fa41df
      
https://github.com/STEllAR-GROUP/hpx/commit/a08fd6594628e3ddf7e14443a37b1ed9f6fa41df
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-02-02 (Tue, 02 Feb 2021)

  Changed paths:
    M .circleci/config.yml
    M components/performance_counters/memory/CMakeLists.txt
    M 
components/process/include/hpx/components/process/util/posix/initializers/inherit_env.hpp
    M examples/quickstart/CMakeLists.txt
    M libs/core/debugging/CMakeLists.txt
    A libs/core/debugging/include/hpx/debugging/environ.hpp
    M libs/core/debugging/src/print.cpp
    M libs/core/schedulers/tests/unit/schedule_last.cpp
    M libs/core/threading_base/src/scheduler_base.cpp
    M libs/core/topology/CMakeLists.txt
    M libs/full/compute/tests/unit/numa_allocator.cpp
    M libs/full/init_runtime/include/hpx/hpx_init_params.hpp
    M libs/full/init_runtime/src/hpx_init.cpp
    M libs/full/performance_counters/tests/regressions/CMakeLists.txt
    M libs/full/program_options/src/parsers.cpp
    M libs/full/resource_partitioner/examples/CMakeLists.txt
    M libs/full/resource_partitioner/examples/guided_pool_test.cpp
    M 
libs/full/resource_partitioner/examples/oversubscribing_resource_partitioner.cpp
    M libs/full/resource_partitioner/examples/simple_resource_partitioner.cpp
    M 
libs/full/resource_partitioner/examples/simplest_resource_partitioner_2.cpp
    M libs/full/resource_partitioner/tests/unit/named_pool_executor.cpp
    M libs/full/runtime_local/src/custom_exception_info.cpp
    M libs/full/threadmanager/src/threadmanager.cpp
    M tests/regressions/threads/CMakeLists.txt
    M tests/unit/resource/cross_pool_injection.cpp
    M tests/unit/resource/scheduler_binding_check.cpp
    M tests/unit/resource/shutdown_suspended_pus.cpp
    M tests/unit/resource/suspend_disabled.cpp
    M tests/unit/resource/suspend_pool.cpp
    M tests/unit/resource/suspend_pool_external.cpp
    M tests/unit/resource/suspend_runtime.cpp
    M tests/unit/resource/suspend_thread.cpp
    M tests/unit/resource/suspend_thread_external.cpp
    M tools/pre-commit

  Log Message:
  -----------
  Merge branch 'master' into remove_boost_throw_exception


  Commit: e6a757ff58d9af9ebb42112b1944df809ca6ddf2
      
https://github.com/STEllAR-GROUP/hpx/commit/e6a757ff58d9af9ebb42112b1944df809ca6ddf2
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-02-03 (Wed, 03 Feb 2021)

  Changed paths:
    M components/performance_counters/io/src/io_counters.cpp
    M components/performance_counters/memory/src/mem_counter_linux.cpp
    M 
components/performance_counters/papi/include/hpx/components/performance_counters/papi/util/papi.hpp
    M components/performance_counters/papi/src/papi_startup.cpp
    M components/performance_counters/papi/src/util/papi.cpp
    M libs/core/iterator_support/CMakeLists.txt
    A 
libs/core/iterator_support/include/hpx/iterator_support/generator_iterator.hpp
    M libs/core/logging/src/format/formatter/high_precision_time.cpp
    M libs/core/serialization/tests/performance/serialization_overhead.cpp
    M libs/core/serialization/tests/unit/zero_copy_serialization.cpp
    M libs/full/program_options/src/options_description.cpp
    M tools/inspect/time_string.hpp

  Log Message:
  -----------
  Merge pull request #5137 from STEllAR-GROUP/remove_boost_throw_exception

Remove the use of boost::throw_exception


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/74e2bb93cc3b...e6a757ff58d9
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to