Skip to content

Commit

Permalink
Update CAF to 0.17.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiklohmann committed Feb 14, 2020
1 parent b337361 commit bf25998
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ endif ()

# Try to find the required CAF components first...
find_package(
CAF 0.17.3 EXACT
CAF 0.17.4 EXACT
COMPONENTS core io test
QUIET)
if (CAF_FOUND)
Expand Down
2 changes: 1 addition & 1 deletion aux/caf
Submodule caf updated 41 files
+3 −2 .clang-format
+255 −211 CMakeLists.txt
+20 −2 Jenkinsfile
+27 −5 cmake/FindCAF.cmake
+7 −3 cmake/caf-generate-enum-strings.cpp
+9 −0 cmake/check-consistency.cmake
+1 −1 examples/CMakeLists.txt
+23 −18 libcaf_core/CMakeLists.txt
+1 −1 libcaf_core/caf/config.hpp
+1 −1 libcaf_core/caf/detail/parser/read_ini.hpp
+6 −2 libcaf_core/caf/detail/parser/read_uri.hpp
+2 −0 libcaf_core/caf/fused_downstream_manager.hpp
+4 −2 libcaf_core/caf/logger.hpp
+11 −0 libcaf_core/caf/sec.hpp
+5 −0 libcaf_core/caf/system_messages.hpp
+6 −2 libcaf_core/src/actor_system_config.cpp
+20 −2 libcaf_core/src/defaults.cpp
+1 −1 libcaf_core/src/detail/append_percent_encoded.cpp
+2 −4 libcaf_core/src/error.cpp
+33 −0 libcaf_core/src/exit_reason_strings.cpp
+25 −0 libcaf_core/src/intrusive/inbox_result_strings.cpp
+27 −0 libcaf_core/src/intrusive/task_result_strings.cpp
+23 −0 libcaf_core/src/invoke_msg_result_strings.cpp
+21 −0 libcaf_core/src/message_priority_strings.cpp
+59 −0 libcaf_core/src/pec_strings.cpp
+15 −0 libcaf_core/src/scheduled_actor.cpp
+12 −1 libcaf_core/src/scheduler/test_coordinator.cpp
+123 −0 libcaf_core/src/sec_strings.cpp
+27 −0 libcaf_core/src/stream_priority_strings.cpp
+52 −0 libcaf_core/test/detail/parser/read_ini.cpp
+3 −0 libcaf_core/test/uri.cpp
+7 −6 libcaf_io/CMakeLists.txt
+60 −5 libcaf_io/caf/io/basp/connection_state.hpp
+2 −2 libcaf_io/caf/io/basp/instance.hpp
+1 −1 libcaf_io/caf/io/basp_broker.hpp
+23 −25 libcaf_io/src/io/basp/instance.cpp
+35 −0 libcaf_io/src/io/basp/message_type_strings.cpp
+10 −7 libcaf_io/src/io/basp_broker.cpp
+27 −0 libcaf_io/src/io/network/operation_strings.cpp
+1 −1 libcaf_opencl/examples/CMakeLists.txt
+1 −1 tools/CMakeLists.txt

0 comments on commit bf25998

Please sign in to comment.