C++ - Actor framework for C++

less than 1 minute read

Nice C++ implementation for Actor framework.
https://github.com/actor-framework/actor-framework.git

Git branch for vs2015 is remotes/origin/topic/visual_studio.

CMake option that I found so far to compile with vs2015 are below.
-DCAF_BUILD_STATIC_ONLY:BOOL=yes
-DCAF_NO_BENCHMARKS:BOOL=yes
-DCAF_NO_EXAMPLES:BOOL=no
-DCAF_NO_MEM_MANAGEMENT:BOOL=yes
-DCAF_NO_OPENCL:BOOL=yes
-DCAF_NO_RIAC:BOOL=yes

More details can be found from the following link.
https://github.com/actor-framework/actor-framework/issues/302