- 11 Nov, 2014 5 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 08 Nov, 2014 3 commits
-
-
Matthias Vallentin authored
It suffices to define a few includes to make CAF work with FreeBSD 10.
-
Dominik Charousset authored
-
Matthias Vallentin authored
-
- 07 Nov, 2014 1 commit
-
-
Dominik Charousset authored
Rather than implicitly casting floating points to integrals, `duration` now verifies its input to be integral via `static_assert`. This patch also streamlines the implementation of `duration`, reducing its code size.
-
- 06 Nov, 2014 6 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
Extend the BASP broker to monitor published actors and automatically unpublish them using attachables. Also add missing io::unpublish function to allow users to release ports manually. Fixes #189 and closes #197.
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
The previous implementation of test_spawn consumed GBs of RAM during compilation because it did too much in a single file. All parts that were independent of test_spawn itself have thus been separated.
-
- 05 Nov, 2014 7 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Marian Triebe authored
-
- 04 Nov, 2014 2 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 03 Nov, 2014 1 commit
-
-
Dominik Charousset authored
-
- 22 Oct, 2014 2 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
Remove template-based pattern matching implementation. The removed code is too complex and as a result too hard to maintain in the long run. Also, the main use case for wildcards is `others()`. Other use cases seem rare (and often unlikely) and thus do not justify the optimizations in the first place..
-
- 21 Oct, 2014 4 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
neverlord authored
-
- 16 Oct, 2014 5 commits
-
-
Matthias Vallentin authored
-
Matthias Vallentin authored
These new overloads add the ability to explicitly specify the message priority for all versions of send().
-
Matthias Vallentin authored
-
Marian Triebe authored
-
Marian Triebe authored
This bug was reported on the mailing list
-
- 14 Oct, 2014 1 commit
-
-
Dominik Charousset authored
-
- 13 Oct, 2014 1 commit
-
-
Dominik Charousset authored
-
- 10 Oct, 2014 1 commit
-
-
Marian Triebe authored
-
- 09 Oct, 2014 1 commit
-
-
Dominik Charousset authored
-