Branch: refs/heads/release
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 68875897f90482b00d276a0ec3abf434dd50c426
      
https://github.com/STEllAR-GROUP/hpx/commit/68875897f90482b00d276a0ec3abf434dd50c426
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-09-29 (Tue, 29 Sep 2020)

  Changed paths:
    A docs/joss_paper/hpx-no-inspect
    M docs/joss_paper/paper.md

  Log Message:
  -----------
  Removing license comments, preventing inspect from looking at the paper


  Commit: 2ea4515cbaf15f3891b441de12358493575a640f
      
https://github.com/STEllAR-GROUP/hpx/commit/2ea4515cbaf15f3891b441de12358493575a640f
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-09-29 (Tue, 29 Sep 2020)

  Changed paths:
    M docs/joss_paper/paper.md

  Log Message:
  -----------
  Merge pull request #4939 from danielskatz/patch-1

small changes


  Commit: 53aecb9f1ac81d98affbe47c2c221fe7855ce539
      
https://github.com/STEllAR-GROUP/hpx/commit/53aecb9f1ac81d98affbe47c2c221fe7855ce539
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-09-29 (Tue, 29 Sep 2020)

  Changed paths:
    M README.rst

  Log Message:
  -----------
  Merge pull request #4941 from STEllAR-GROUP/citations

Adding some explanation to README about how to cite HPX


  Commit: 3d649044a2f302134b7cd3174ecaaf90f6a18fa1
      
https://github.com/STEllAR-GROUP/hpx/commit/3d649044a2f302134b7cd3174ecaaf90f6a18fa1
  Author: Mikael Simberg <[email protected]>
  Date:   2020-09-29 (Tue, 29 Sep 2020)

  Changed paths:
    M .cmake-format.py
    M docs/sphinx/releases/whats_new_0_9_6.rst
    M docs/sphinx/releases/whats_new_1_5_0.rst
    M examples/quickstart/1d_wave_equation.cpp
    M hpx/util/connection_cache.hpp
    M libs/algorithms/include/hpx/parallel/util/low_level.hpp
    M libs/algorithms/tests/unit/algorithms/parallel_sort.cpp
    M libs/checkpoint_base/docs/index.rst
    M libs/debugging/include/hpx/debugging/print.hpp
    M libs/executors/include/hpx/executors/limiting_executor.hpp
    M libs/runtime_configuration/src/ini.cpp
    M libs/serialization/docs/index.rst
    M plugins/parcelport/libfabric/rma_receiver.cpp
    M tests/performance/local/nonconcurrent_fifo_overhead.cpp
    M tests/performance/local/nonconcurrent_lifo_overhead.cpp

  Log Message:
  -----------
  Merge pull request #4944 from msimberg/fix-typos

Fix typos reported by fossies codespell report


  Commit: 162aaae4a9600ea7ab007609c7b66bfab0364c56
      
https://github.com/STEllAR-GROUP/hpx/commit/162aaae4a9600ea7ab007609c7b66bfab0364c56
  Author: Mikael Simberg <[email protected]>
  Date:   2020-09-29 (Tue, 29 Sep 2020)

  Changed paths:
    M libs/runtime_local/src/runtime_local.cpp
    M src/runtime_distributed.cpp

  Log Message:
  -----------
  Merge pull request #4946 from severinstrobl/suspend_multiple_localities

Allow suspension on multiple localities


  Commit: 6e775b7457282f2d733c6971981959d122187424
      
https://github.com/STEllAR-GROUP/hpx/commit/6e775b7457282f2d733c6971981959d122187424
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-09-29 (Tue, 29 Sep 2020)

  Changed paths:
    M .jenkins/cscs/env-clang-newest.sh
    M hpx/runtime/parcelset/encode_parcels.hpp
    M libs/schedulers/include/hpx/schedulers/local_priority_queue_scheduler.hpp
    M libs/schedulers/include/hpx/schedulers/local_queue_scheduler.hpp
    M libs/schedulers/include/hpx/schedulers/shared_priority_queue_scheduler.hpp

  Log Message:
  -----------
  Merge pull request #4951 from STEllAR-GROUP/fixing_4950

Fixing build if HPX_WITH_PARCELPORT_ACTION_COUNTERS=On


  Commit: 1452925714f1597ae6f15c03215ec7709bb55c65
      
https://github.com/STEllAR-GROUP/hpx/commit/1452925714f1597ae6f15c03215ec7709bb55c65
  Author: Mikael Simberg <[email protected]>
  Date:   2020-09-29 (Tue, 29 Sep 2020)

  Changed paths:
    M components/process/CMakeLists.txt
    R components/process/src/util/posix/create_pipe.cpp
    A components/process/src/util/posix/create_pipe_u.cpp
    R components/process/src/util/posix/search_path.cpp
    A components/process/src/util/posix/search_path_u.cpp
    R components/process/src/util/posix/shell_path.cpp
    A components/process/src/util/posix/shell_path_u.cpp
    R components/process/src/util/windows/create_pipe.cpp
    A components/process/src/util/windows/create_pipe_w.cpp
    R components/process/src/util/windows/search_path.cpp
    A components/process/src/util/windows/search_path_w.cpp
    R components/process/src/util/windows/shell_path.cpp
    A components/process/src/util/windows/shell_path_w.cpp

  Log Message:
  -----------
  Merge pull request #4963 from STEllAR-GROUP/vs_build_fixes

Renaming files to avoid warnings from the vs build system


  Commit: f6ba4ef41a8672a576541445378a862bf2486aec
      
https://github.com/STEllAR-GROUP/hpx/commit/f6ba4ef41a8672a576541445378a862bf2486aec
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-09-29 (Tue, 29 Sep 2020)

  Changed paths:
    M 
libs/algorithms/include/hpx/parallel/algorithms/detail/parallel_stable_sort.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/detail/sample_sort.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/detail/spin_sort.hpp
    M libs/algorithms/tests/unit/algorithms/detail/test_sample_sort.cpp
    M libs/algorithms/tests/unit/algorithms/detail/test_spin_sort.cpp

  Log Message:
  -----------
  Merge pull request #4972 from STEllAR-GROUP/remove_temporary_buffer

Removing use of get_temporary_buffer and return_temporary_buffer


  Commit: 6cfed61c0a5e45fb615db73041d4b1178a23eb79
      
https://github.com/STEllAR-GROUP/hpx/commit/6cfed61c0a5e45fb615db73041d4b1178a23eb79
  Author: Mikael Simberg <[email protected]>
  Date:   2020-09-29 (Tue, 29 Sep 2020)

  Changed paths:
    M libs/format/include/hpx/modules/format.hpp

  Log Message:
  -----------
  Merge pull request #4974 from STEllAR-GROUP/format-export

Remove leftover format export hack


  Commit: bdc503d8287d56d2d78290d6b5caffae36cdd820
      
https://github.com/STEllAR-GROUP/hpx/commit/bdc503d8287d56d2d78290d6b5caffae36cdd820
  Author: Mikael Simberg <[email protected]>
  Date:   2020-09-29 (Tue, 29 Sep 2020)

  Changed paths:
    M libs/concurrency/include/hpx/concurrency/cache_line_data.hpp

  Log Message:
  -----------
  Merge pull request #4981 from taless474/master

Adding the missing include


  Commit: beaf5d841d43c638b238a2a51bf42978da81741f
      
https://github.com/STEllAR-GROUP/hpx/commit/beaf5d841d43c638b238a2a51bf42978da81741f
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-09-29 (Tue, 29 Sep 2020)

  Changed paths:
    M cmake/templates/conf.py.in
    A docs/sphinx/citing.rst
    M docs/sphinx/index.rst

  Log Message:
  -----------
  Merge pull request #4982 from msimberg/citing-hpx-docs

Add page about citing HPX to documentation


  Commit: 8687d80b0b92c425214c592dc873ef2fdd614756
      
https://github.com/STEllAR-GROUP/hpx/commit/8687d80b0b92c425214c592dc873ef2fdd614756
  Author: aurianer <[email protected]>
  Date:   2020-09-29 (Tue, 29 Sep 2020)

  Changed paths:
    M tools/generate_issue_pr_list.sh

  Log Message:
  -----------
  Increase the number of PR to check using --limit


  Commit: d01fc74d822055b241473bfb7ecf855053af7d76
      
https://github.com/STEllAR-GROUP/hpx/commit/d01fc74d822055b241473bfb7ecf855053af7d76
  Author: aurianer <[email protected]>
  Date:   2020-09-29 (Tue, 29 Sep 2020)

  Changed paths:
    M CMakeLists.txt
    A docs/sphinx/releases/whats_new_1_5_1.rst

  Log Message:
  -----------
  Update notes and versions for patch release 1.5.1


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

Reply via email to