- 26 Feb, 2015 10 commits
-
-
Dominik Charousset authored
-
Neverlord authored
-
Neverlord authored
-
Dominik Charousset authored
-
Alex Mantel authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 25 Feb, 2015 3 commits
-
-
Marian Triebe authored
Close #243
-
Dominik Charousset authored
-
Marian Triebe authored
-
- 24 Feb, 2015 3 commits
-
-
Dominik Charousset authored
The main objective of this change is to make CAF stack traces readable, reducing the amount of "template vomit" visible at runtime to a bare minimum. As a side effect, this patch streamlines the implementation quite a bit to have an easier time maintaining it in the future. Also `others()` can now be written as simply `others`.
-
Matthias Vallentin authored
-
Marian Triebe authored
-
- 23 Feb, 2015 8 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Marian Triebe authored
-
Marian Triebe authored
-
Matthias Vallentin authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Matthias Vallentin authored
The function after_resume allowed for hooking the point directly after a worker returned from resuming. This commit adds the before_resume hook, thereby fully bracketing the job execution and making hooking complete.
-
- 21 Feb, 2015 2 commits
-
-
Matthias Vallentin authored
System messages have high priority. This commit adds a missing priority indicator to send_exit in local_actor.
-
Marian Triebe authored
-
- 20 Feb, 2015 5 commits
-
-
Marian Triebe authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Marian Triebe authored
-
Marian Triebe authored
Closes #233
-
- 19 Feb, 2015 5 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 18 Feb, 2015 4 commits
-
-
Dominik Charousset authored
After the most recent changes for optimizing forwarding and reducing memory allocation (d72c0ec8), those two member function now have a slightly different behavior than before. This change in semantics is reflected by renaming `last_dequeued` to `current_message` and `last_sender` to `current_sender`. The main change in semantics is that the new functions have a longer a "nop" effect when called outside callbacks or after forwarding a message. Instead, these function now cause undefined behavior, i.e., dereference a null pointer. This is now clearly stated in the manual.
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-