- 23 Jan, 2014 3 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 22 Jan, 2014 4 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 21 Jan, 2014 1 commit
-
-
Dominik Charousset authored
-
- 20 Jan, 2014 2 commits
-
-
Dominik Charousset authored
this bug fixes a bug where the MM accessed a peer object after it has been disposed
-
Dominik Charousset authored
this patch adds a new static member function to `fiber` that queries whether libcppa was compiled without fiber support
-
- 17 Jan, 2014 1 commit
-
-
Dominik Charousset authored
-
- 15 Jan, 2014 1 commit
-
-
Dominik Charousset authored
-
- 13 Jan, 2014 1 commit
-
-
Dominik Charousset authored
-
- 10 Jan, 2014 1 commit
-
-
Dominik Charousset authored
-
- 09 Jan, 2014 2 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 07 Jan, 2014 1 commit
-
-
Dominik Charousset authored
-
- 19 Dec, 2013 1 commit
-
-
Dominik Charousset authored
-
- 17 Dec, 2013 1 commit
-
-
Dominik Charousset authored
-
- 06 Dec, 2013 1 commit
-
-
Dominik Charousset authored
-
- 05 Dec, 2013 2 commits
-
-
Dominik Charousset authored
this patch makes the first steps for replace the existing mixin-based design with a more clean and simpler policy-based design for actors
-
Dominik Charousset authored
-
- 15 Nov, 2013 1 commit
-
-
Dominik Charousset authored
this commit is the first part of a revision of libcppa that removes the thread-local `self` pointer, `actor_ptr`, and `channel_ptr` to pave the way for fully type-safe actor programming; this first step splits the addressing of actors into an `actor` handle and an `actor_addr`: only the former can be used to send messages, whereas the latter can only be used to monitor or identify actors; next steps will add `typed_actor<>` handles that allow the compiler to type-check the message passing interface; the revision is work in progress and this commit does not compile
-
- 09 Nov, 2013 4 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 08 Nov, 2013 1 commit
-
-
Dominik Charousset authored
this patch removes the superfluous `protocol` class, replaces `actor_addressing`/`default_actor_addressing` with `actor_namespace` and removes the `default` suffix from IO classes
-
- 06 Nov, 2013 1 commit
-
-
Dominik Charousset authored
-
- 26 Oct, 2013 1 commit
-
-
Joseph Noir authored
-
- 23 Oct, 2013 1 commit
-
-
Dominik Charousset authored
-
- 16 Oct, 2013 4 commits
-
-
Joseph Noir authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 15 Oct, 2013 3 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
this patch changes the serialization layer of libcppa to use IEEE 754 encoding for float and double values and falls back to string serialiization for long double
-
Dominik Charousset authored
this patch removes all move operations for returning local values from a function
-
- 14 Oct, 2013 2 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-