- 13 Jun, 2013 3 commits
-
-
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
-
- 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
-