- 06 Jun, 2013 1 commit
-
-
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
-
- 13 May, 2013 2 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 10 May, 2013 1 commit
-
-
Dominik Charousset authored
-
- 06 May, 2013 10 commits
-
-
Dominik Charousset authored
-
Joseph Noir authored
The opencl test provokes an execption with an incorrect opencl kernel.
-
Joseph Noir authored
-
Joseph Noir authored
Only error is written to logfile, build log is written to cerr.
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Joseph Noir authored
-
Joseph Noir authored
Conflicts: src/opencl/command_dispatcher.cpp
-
Dominik Charousset authored
Provide two missing includes.
-
Matthias Vallentin authored
-
- 05 May, 2013 1 commit
-
-
Dominik Charousset authored
type names are now mapped using a static lookup table; all built-in types information instances are now members of uniform_type_info_map to get rid of as much heap allocations as possible
-
- 30 Apr, 2013 4 commits
-
-
Dominik Charousset authored
this patch fixes several bugs that are related to the recently added support for priorities; it also refactors the remote actors unit test and improves logging
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Joseph Noir authored
naming of rows and columns was inverted
-
- 29 Apr, 2013 3 commits
-
-
Dominik Charousset authored
this patch adds a new spawn option for priority-aware actors and refactors libcppa's message passing; this version has a known issue with network distributed group messaging
-
Joseph Noir authored
-
Joseph Noir authored
Since OpenCL provides a way to find the number of available platforms, the command dispatcher now uses it.
-
- 25 Apr, 2013 1 commit
-
-
Joseph Noir authored
-
- 24 Apr, 2013 1 commit
-
-
Dominik Charousset authored
-