Skip to content

Commit

Permalink
Bumping HPX version
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Heller committed Jul 11, 2018
1 parent b0aa127 commit 870f40d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hpx
Submodule hpx updated 41 files
+6 −4 .circleci/config.yml
+9 −2 CMakeLists.txt
+22 −10 cmake/HPX_GeneratePackage.cmake
+1 −0 cmake/HPX_SetupBoost.cmake
+5 −2 cmake/HPX_SetupTarget.cmake
+16 −10 cmake/templates/HPXConfig.cmake.in
+4 −2 cmake/templates/HPXMacros.cmake.in
+1 −2 cmake/templates/hpx_application.pc.in
+1 −2 cmake/templates/hpx_application_debug.pc.in
+2 −2 cmake/templates/hpx_bazel_defs.bzl.in
+2 −2 cmake/templates/hpx_bazel_defs_debug.bzl.in
+2 −2 docs/manual/applying_actions.qbk
+3 −3 docs/manual/components.qbk
+9 −0 docs/manual/config_defaults.qbk
+1 −1 docs/manual/loading_components.qbk
+1 −1 docs/tutorial/futurization_example.qbk
+8 −0 hpx/config.hpp
+18 −0 hpx/hpx_main.hpp
+0 −1 hpx/include/actions.hpp
+4 −4 hpx/lcos/future.hpp
+22 −22 hpx/lcos/local/packaged_continuation.hpp
+32 −10 hpx/plugins/parcelport/tcp/sender.hpp
+3 −1 hpx/runtime/applier/apply.hpp
+2 −2 hpx/runtime/components/memory_block.hpp
+5 −5 hpx/runtime/components/server/memory_block.hpp
+16 −2 hpx/runtime/threads/policies/scheduler_base.hpp
+2 −2 hpx/runtime/threads/thread_init_data.hpp
+29 −2 hpx/util/apex.hpp
+5 −0 hpx/util/format.hpp
+15 −4 plugins/parcelport/libfabric/libfabric_controller.hpp
+69 −2 src/CMakeLists.txt
+136 −0 src/hpx_wrap.cpp
+3 −1 src/runtime/threads/coroutines/detail/context_base.cpp
+1 −1 src/state.cpp
+10 −2 src/util/apex.cpp
+4 −0 src/util/runtime_configuration.cpp
+0 −1 tests/performance/network/network_storage/network_storage.cpp
+12 −18 tests/regressions/parallel/stable_merge_2964.cpp
+2 −0 tests/unit/component/action_invoke_no_more_than.cpp
+0 −0 tests/unit/component/action_invoke_no_more_than.hpp
+2 −2 tests/unit/parallel/container_algorithms/countif_range.cpp

0 comments on commit 870f40d

Please sign in to comment.