- 03 Feb, 2014 1 commit
-
-
Joseph Noir authored
-
- 31 Jan, 2014 2 commits
-
-
Joseph Noir authored
preparation for asynchronous copy operations to device
-
Joseph Noir authored
-
- 30 Jan, 2014 1 commit
-
-
Joseph Noir authored
rotate buffer, instead of multiple function calls
-
- 24 Jan, 2014 2 commits
-
-
Joseph Noir authored
... and fixed bug in variable result size.
-
Joseph Noir authored
+ unit test in test_opencl
-
- 23 Jan, 2014 1 commit
-
-
Joseph Noir authored
Blocking calls result in undefined behavior.
-
- 17 Dec, 2013 2 commits
-
-
Joseph Noir authored
removed build log from program, since it is printed by the callback
-
Joseph Noir authored
This is a new argument for the function spawn_cl. It defaults to zero, which causes the implementation to calculate the buffer size according to the number of create work-items. The simple matrix example sets the buffer size manually.
-
- 02 Dec, 2013 2 commits
-
-
Joseph Noir authored
-
Joseph Noir authored
Arguments passed to the configure script had quotation marks. As a result some flags were ignored by cmake.
-
- 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 6 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
this patch ensures that local actors will receive exit and down messages for remote actors correctly
-
Dominik Charousset authored
this patch: - unifies handling of response messages for typed and `untyped` actors - adds class-based typed actors - updates the manual to cover the latest implemenetation of typed actors - adds the exit reason `user_shutdown`
-
- 11 Oct, 2013 2 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 09 Oct, 2013 1 commit
-
-
Joseph Noir authored
-
- 08 Oct, 2013 4 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
this patch changes the semantics of `quit` slightly, i.e., `quit` always guarantees that all currently running message handlers are executed and the given exit reason is not applied until `on_exit` ran an did not set a new behavior; this patch also deprecates `reply`, because the recommended way of replying to a message is to return the value from the message handler
-
Dominik Charousset authored
-
- 04 Oct, 2013 1 commit
-
-
Dominik Charousset authored
-