- 25 Jan, 2020 1 commit
-
-
Dominik Charousset authored
Suppress flag and compiler setup in subdir mode
-
- 24 Jan, 2020 1 commit
-
-
Dominik Charousset authored
Avoid touching compiler flags if CAF builds as a sub directory of another CMake project. Further, check whether the parent project has already select an OpenSSL version for us and use that rather than trying to locate it ourselves.
-
- 23 Jan, 2020 3 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 22 Jan, 2020 2 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
Using a code generator that requires compiling a C++ tool breaks when crosscompiling CAF. It can also interact badly with projects that include CAF as a submodule. As a compromise between easy consumption / integration of CAF and maintainability of the `to_string` implementations, this set of changes adds two new targets to CMake: - `check-consistency` runs the code generator and checks whether all files in the repository are still up-to-date. We can run this target automatically in our CI to fail builds that introduce inconsistencies. - `update-enum-strings` runs the code generator to replace the files in the source tree. This is meant for CAF developers to update `.cpp` files after changing enum headers. Both new targets are excluded from `ALL` in CMake and thus do not run automatically.
-
- 20 Jan, 2020 3 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
Connecting two CAF nodes can fail for several reasons: - unexpected TCP disconnects - an application ID mismatch - a CAF version mismatch Currently, CAF reports all of the above errors as `disconnect_during_handshake`. Masking the true error makes it impossible for users to troubleshoot CAF applications or to respond to errors programmatically. For example, an application may try to reconnect on actual TCP disconnects but there's no point in disconnecting to an incompatible node.
-
- 19 Jan, 2020 2 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 18 Jan, 2020 9 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 16 Jan, 2020 4 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 11 Nov, 2019 1 commit
-
-
Dominik Charousset authored
-
- 10 Nov, 2019 9 commits
-
-
Dominik Charousset authored
OpenBSD support
-
Dominik Charousset authored
-
Dominik Charousset authored
forward arguments as *-value'ness is unknown
-
Dominik Charousset authored
-
Dominik Charousset authored
Listing each OS that hasn't AI_V4MAPPED defined is both verbose and brittle. Simply checking whether AI_V4MAPPED exists before attempting to use it always works, regardless of the OS.
-
Dominik Charousset authored
-
Dominik Charousset authored
-
JCrawfy authored
Resolves CAF#966 https://github.com/actor-framework/actor-framework/issues/966
-
Joseph Noir authored
Remove localhost connections from I/O unit tests
-
- 09 Nov, 2019 2 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 08 Nov, 2019 2 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 07 Nov, 2019 1 commit
-
-
Joseph Noir authored
Make messages visible to the actor profiler
-