- 30 May, 2014 1 commit
-
-
Dominik Charousset authored
-
- 24 May, 2014 1 commit
-
-
Dominik Charousset authored
This patch allows scoped actors to define a desired exit reason using `planned_exit_reason` to cover use cases as mentioned in #131.
-
- 21 May, 2014 1 commit
-
-
Dominik Charousset authored
Due to ongoing problems with Boost on Linux distributions, this patch disables Boost support by default, i.e., turns context-switching off. Users can enable it explicitly by using `--enable-context-switching`. The old configure options to disable this feature explicitly are now deprecated. Furthermore, `--with-opencl` is replaced by `--enable-opencl` and `--disable-context-switching` is replaced by `--no-context-switching`. This change implements a more consistent naming scheme. The old option names are still valid, but give a deprecated warning to the user and will be removed in the future.
-
- 20 May, 2014 6 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 17 May, 2014 2 commits
-
-
Dominik Charousset authored
fix Windows MinGW64 build
-
Andrew Wiley authored
-
- 13 May, 2014 1 commit
-
-
Dominik Charousset authored
this patch fixes an issue with the prioritizing policy where the low-priority cache could slow down the performance of dequeue operations to the point where the system seems to stop; this patch also removes the implicit addition of the priority_aware flag whenever the detached flag is used
-
- 11 May, 2014 2 commits
-
-
Dominik Charousset authored
this patch checks in anon_send_exit for invalid_actor and turns it into a NOP if needed, sync_send throws std::invalid_argument to have at least a defined behavior
-
Dominik Charousset authored
this actually has no effect on client code, but is merely a minor libcppa issue, so it souldn't be a warning in the first place; closes #126
-
- 10 May, 2014 2 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 09 May, 2014 4 commits
-
-
Dominik Charousset authored
this patch allows typed_behavior to handle multiple message handlers using the same input types but different output types; however, sync_send(...).{then|await} are not ready for multiple result types yet
-
Dominik Charousset authored
this patch fixes a bug that could cause brokers to halt
-
Dominik Charousset authored
-
Marian Triebe authored
The test now works on GPUs with fewer than 512 work-items and on iMacs with ATI GPUs.
-
- 05 May, 2014 2 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 04 May, 2014 5 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
this patch adds the member functions `add_connection`, `add_tcp_connection`, `add_acceptor`, and `add_tcp_acceptor` to the broker class and adds the simple_broker example to showcase the broker API without Google Protobuf overhead
-
- 28 Apr, 2014 1 commit
-
-
Joseph Noir authored
in constructor
-
- 23 Apr, 2014 1 commit
-
-
Dominik Charousset authored
-
- 21 Apr, 2014 3 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 20 Apr, 2014 1 commit
-
-
Dominik Charousset authored
this patch adds new message types for brokers replacing the old atom-prefixed messages for less verbose broker implementation and to pave the path for future type-safe brokers
-
- 19 Apr, 2014 6 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 18 Apr, 2014 1 commit
-
-
Dominik Charousset authored
-