- 29 Jan, 2014 1 commit
-
-
Dominik Charousset authored
-
- 28 Jan, 2014 6 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
Fix building libcppa as a submodule
-
Bartosz Taczala authored
-
Dominik Charousset authored
this patch renames the class `group` to be consistent with actors and channels
-
- 24 Jan, 2014 1 commit
-
-
Dominik Charousset authored
with this patch, untyped_actor is called event_based_actor once more and blocking_untyped_actor has been renamed to blocking_actor; reason to this is, that untyped_actor is too general, as there are several other classes that are indeed untyped actors but do not inherit from event_based_actor (e.g. io::broker, actor_proxy)
-
- 23 Jan, 2014 4 commits
-
-
Dominik Charousset authored
-
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
-
- 14 Dec, 2013 2 commits
-
-
Dominik Charousset authored
Make the maximum message size configurable.
-
Matthias Vallentin authored
-
- 09 Dec, 2013 1 commit
-
-
Dominik Charousset authored
this patch also gets rid of an unused-private-field-warning when compiling w/o context switching
-
- 06 Dec, 2013 3 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
Solve issue #103: Does not build on Linux <2.6.17, issue #108: unused_result warning on g++-4.8.1
-
Adam Cavendish 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 3 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-