- 14 Jun, 2013 13 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
this patch removes the dependency to scheduler.hpp from send.hpp by moving delayed_* functions to send.cpp
-
Dominik Charousset authored
this patch removes the possibility to add more than one protocol to a middleman, because this would most likely break any distributed actor system; instead, this patch prepares libcppa for allowing user-defined middlemans; furthermore, this patch establishes a more straightforward parent-child relation between the middleman and its protocol and added the buffered_writer class to ease development of asynchronous IO classes
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
this patch added previously missing member functions to the buffer class and improves the overall documentation of the class; furthermore, the class exposes only `void*` pointers to make clear the buffer's content should not be accessed as string
-
Dominik Charousset authored
-
- 13 Jun, 2013 4 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Joseph Noir authored
-
Joseph Noir authored
The clCreateContext previously ignored all devices but the first, a context should now be created for all present devices.
-
- 12 Jun, 2013 3 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
Conflicts: cppa.files
-
Dominik Charousset authored
this patch removes the class `continuable_reader` and moves platform-specific code to separate source files (*_poll.cpp, *_epoll.cpp)
-
- 10 Jun, 2013 1 commit
-
-
Joseph Noir authored
added move to avoid copies, a device id can be chosen when a program is created (all available devices are numbered from 0), added device_info to store information about available devices
-
- 07 Jun, 2013 1 commit
-
-
Joseph Noir authored
Added opencl_metainfo to handle opencl context and devices, moved spawn implementation to opencl.hpp header. Adjusted other classes.
-
- 06 Jun, 2013 2 commits
-
-
Joseph Noir authored
-
Dominik Charousset authored
this patch adds the member functions `drop`, `drop_right`, `take`, and `take_right` to the class `any_tuple`.
-
- 04 Jun, 2013 1 commit
-
-
Joseph Noir authored
-
- 03 Jun, 2013 2 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 27 May, 2013 4 commits
-
-
Joseph Noir authored
Error handeling for clGetProgramBuildInfo added.
-
Joseph Noir authored
-
Dominik Charousset authored
Conflicts: examples/opencl/simple_matrix.cpp
-
Dominik Charousset authored
bundled all type trait classes in header "cppa/util/type_traits.hpp" and refactored some code pieces for clearity
-
- 26 May, 2013 1 commit
-
-
Dominik Charousset authored
this patch allows developers to write `spawn_cl<float*(float*,float*)>` instead of `spawn_cl<vector<float>(vector<float>,vector<float>)`
-
- 21 May, 2013 4 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
the most recent changes to GCC broke some SFINAE code libcppa, this patch solves this issue
-
- 17 May, 2013 3 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
this patch fixes some minor errors in the Linux implementation of `get_mac_addresses` and `get_root_uuid`
-
Dominik Charousset authored
-
- 16 May, 2013 1 commit
-
-
dchh authored
-