Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 52a8f46003686082c69a00129a5fd1c6e502c3b1
      
https://github.com/STEllAR-GROUP/hpx/commit/52a8f46003686082c69a00129a5fd1c6e502c3b1
  Author: Mikael Simberg <mikael.simb...@iki.fi>
  Date:   2019-05-02 (Thu, 02 May 2019)

  Changed paths:
    M docs/sphinx/releases/whats_new_1_3_0.rst

  Log Message:
  -----------
  Add initial version of 1.3.0 release notes


  Commit: c8928da91694583c70a7fc94ea463209fcd8e65f
      
https://github.com/STEllAR-GROUP/hpx/commit/c8928da91694583c70a7fc94ea463209fcd8e65f
  Author: Mikael Simberg <mikael.simb...@iki.fi>
  Date:   2019-05-02 (Thu, 02 May 2019)

  Changed paths:
    M docs/sphinx/about_hpx/people.rst

  Log Message:
  -----------
  Add new contributors to people.rst


  Commit: 6deb9318180bbe28e94f2fc299229e534f3974d0
      
https://github.com/STEllAR-GROUP/hpx/commit/6deb9318180bbe28e94f2fc299229e534f3974d0
  Author: Mikael Simberg <mikael.simb...@iki.fi>
  Date:   2019-05-03 (Fri, 03 May 2019)

  Changed paths:
    M .circleci/config.yml

  Log Message:
  -----------
  Remove pdf-docs branch from CircleCI config docs build special cases


  Commit: e27f4187f216e286f97b86fb99bee74e817189b9
      
https://github.com/STEllAR-GROUP/hpx/commit/e27f4187f216e286f97b86fb99bee74e817189b9
  Author: Mikael Simberg <mikael.simb...@iki.fi>
  Date:   2019-05-03 (Fri, 03 May 2019)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  Update version date and tag to rc1


  Commit: c91c75253812d4084131ef328e64b67260b7f1a0
      
https://github.com/STEllAR-GROUP/hpx/commit/c91c75253812d4084131ef328e64b67260b7f1a0
  Author: STE||AR Group <cont...@stellar-group.org>
  Date:   2019-05-03 (Fri, 03 May 2019)

  Changed paths:
    M .circleci/config.yml
    M CMakeLists.txt
    M hpx/lcos/local/latch.hpp
    M hpx/parallel/util/numa_allocator.hpp
    M hpx/runtime/threads/policies/scheduler_mode.hpp
    M libs/_example/tests/CMakeLists.txt
    M libs/create_library_skeleton.py
    M libs/preprocessor/CMakeLists.txt
    M libs/preprocessor/tests/CMakeLists.txt
    M src/CMakeLists.txt
    M src/runtime/threads/policies/scheduler_base.cpp
    M src/runtime/threads/topology.cpp
    M src/util/runtime_configuration.cpp

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into release


  Commit: d2ce0fc1ed37ac67f5e85d3d539df17f1f0b3910
      
https://github.com/STEllAR-GROUP/hpx/commit/d2ce0fc1ed37ac67f5e85d3d539df17f1f0b3910
  Author: Mikael Simberg <mikael.simb...@iki.fi>
  Date:   2019-05-13 (Mon, 13 May 2019)

  Changed paths:
    M .circleci/config.yml
    M CMakeLists.txt
    M README.rst
    M cmake/HPX_AddCompileTest.cmake
    M docs/sphinx/quickstart.rst
    M examples/transpose/transpose_block_numa.cpp
    M hpx/lcos/local/latch.hpp
    A hpx/parallel/util/numa_binding_allocator.hpp
    M hpx/runtime/threads/detail/scheduled_thread_pool_impl.hpp
    M hpx/runtime/threads/topology.hpp
    M hpx/util/spinlock_pool.hpp
    M libs/preprocessor/CMakeLists.txt
    M src/runtime/threads/topology.cpp
    M src/util/batch_environments/slurm_environment.cpp
    M src/util/lightweight_test.cpp
    M src/util/runtime_configuration.cpp
    M tests/unit/CMakeLists.txt
    M tests/unit/component/launched_process.cpp
    A tests/unit/topology/CMakeLists.txt
    A tests/unit/topology/allocator_binder_linear.hpp
    A tests/unit/topology/allocator_binder_matrix.hpp
    A tests/unit/topology/numa_allocator.cpp

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into release


  Commit: 2298179f7a2134eddba6da57a0dfa8ca50a7d400
      
https://github.com/STEllAR-GROUP/hpx/commit/2298179f7a2134eddba6da57a0dfa8ca50a7d400
  Author: Mikael Simberg <mikael.simb...@iki.fi>
  Date:   2019-05-13 (Mon, 13 May 2019)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  Update tag and date for 1.3.0-rc2


  Commit: 355f4cfffa1ce8b3703af605905d7af7adfb9b7c
      
https://github.com/STEllAR-GROUP/hpx/commit/355f4cfffa1ce8b3703af605905d7af7adfb9b7c
  Author: Mikael Simberg <mikael.simb...@iki.fi>
  Date:   2019-05-22 (Wed, 22 May 2019)

  Changed paths:
    M .gitignore
    M CMakeLists.txt
    M cmake/HPX_AddCompileFlag.cmake
    M cmake/HPX_AddConfigTest.cmake
    M cmake/HPX_PerformCxxFeatureTests.cmake
    M cmake/HPX_SetupTarget.cmake
    M cmake/templates/HPXConfig.cmake.in
    A cmake/tests/cxx17_aligned_new.cpp
    M examples/qt/CMakeLists.txt
    M hpx/parallel/algorithms/for_loop_reduction.hpp
    M hpx/parallel/util/numa_binding_allocator.hpp
    M hpx/runtime/resource/detail/partitioner.hpp
    M hpx/runtime/resource/partitioner.hpp
    M hpx/util/cache_aligned_data.hpp
    M src/CMakeLists.txt
    M src/runtime/resource/detail/detail_partitioner.cpp
    M src/runtime/resource/partitioner.cpp
    M tests/regressions/build/CMakeLists.txt
    M tests/unit/lcos/local_dataflow_boost_small_vector.cpp
    M tools/CMakeLists.txt
    M tools/inspect/CMakeLists.txt

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into release


  Commit: d819dfd4a26662e8f7873586f7776357fbecf643
      
https://github.com/STEllAR-GROUP/hpx/commit/d819dfd4a26662e8f7873586f7776357fbecf643
  Author: Mikael Simberg <mikael.simb...@iki.fi>
  Date:   2019-05-22 (Wed, 22 May 2019)

  Changed paths:
    M cmake/packaging/rpm/Changelog.txt

  Log Message:
  -----------
  Update RPM changelog


  Commit: a14ee7ad34ec9dfaa890ffc78883f6e709c4a6a3
      
https://github.com/STEllAR-GROUP/hpx/commit/a14ee7ad34ec9dfaa890ffc78883f6e709c4a6a3
  Author: Mikael Simberg <mikael.simb...@iki.fi>
  Date:   2019-05-22 (Wed, 22 May 2019)

  Changed paths:
    M docs/sphinx/releases/whats_new_1_3_0.rst

  Log Message:
  -----------
  Update release notes for 1.3.0


  Commit: 58fa1f0e725122b840419c57bfdb10101f563c55
      
https://github.com/STEllAR-GROUP/hpx/commit/58fa1f0e725122b840419c57bfdb10101f563c55
  Author: Mikael Simberg <mikael.simb...@iki.fi>
  Date:   2019-05-22 (Wed, 22 May 2019)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  Update release date and tag for 1.3.0-rc3


  Commit: a943fd2c5d8b90d2f45be919850eefa9c31788e8
      
https://github.com/STEllAR-GROUP/hpx/commit/a943fd2c5d8b90d2f45be919850eefa9c31788e8
  Author: Mikael Simberg <mikael.simb...@iki.fi>
  Date:   2019-05-22 (Wed, 22 May 2019)

  Changed paths:
    M CMakeLists.txt
    M cmake/packaging/rpm/Changelog.txt
    M docs/sphinx/quickstart.rst
    M docs/sphinx/releases/whats_new_1_3_0.rst

  Log Message:
  -----------
  Update release tag and date for final 1.3.0 release


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/6bc5106a12c8...a943fd2c5d8b
_______________________________________________
hpx-commits mailing list
hpx-commits@stellar.cct.lsu.edu
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to