1. 11e1c55 YAGNI by Tor Lillqvist · 11 years ago
  2. d6a5aac Split formula group for OpenCL up into smaller bits when necessary by Tor Lillqvist · 11 years ago
  3. 22b80ac boost->std by Caolán McNamara · 11 years ago
  4. a81f59f Log OpenCL errors symbolically here, too by Tor Lillqvist · 11 years ago
  5. 0c76f53 Revert "Enable out-of-order kernel execution" by Tor Lillqvist · 11 years ago
  6. 0980095 Replace boost::scoped_array<T> with std::unique_ptr<T[]> by Takeshi Abe · 11 years ago
  7. a3cebe2 loplugin:cstylecast: deal with remaining pointer casts by Stephan Bergmann · 11 years ago
  8. 6a5f0a5 loplugin:cstylecast: deal with those that are (technically) const_cast by Stephan Bergmann · 11 years ago
  9. 6ff2d84a Various #include <sal/log.hxx> fixups by Stephan Bergmann · 11 years ago
  10. d0c9cb0 Clean up C-style casts from pointers to void by Stephan Bergmann · 11 years ago
  11. 6282076 Typo: (O/o)veride(n)->(O/o)verride(n) by Julien Nabet · 11 years ago
  12. 0d4204e OpenCL: correctly handle platforms without devices by Giuseppe Bilotta · 11 years ago
  13. 770c92b Add SAL_INFOs for tracing kernel and program life cycle by Tor Lillqvist · 11 years ago
  14. c7258cf shared_ptr<T>(new T(args)) -> make_shared<T>(args) by Caolán McNamara · 11 years ago
  15. 43617f1 Move OpenCLError::strerror() from sc to opencl, and rename to errorString() by Tor Lillqvist · 11 years ago
  16. 119d9c3 The horrible CHECK_OPENCL() fortunately is used only in openclwrapper.cxx by Tor Lillqvist · 11 years ago
  17. 4d78f34 Some more loplugin:cstylecast: opencl by Stephan Bergmann · 11 years ago
  18. 07e84ca Fix typo comments Resouce->Resource by Andrea Gelmini · 11 years ago
  19. e12fcd0 Set up foundation for supporting multiple OpenCL command queues per device. by Kohei Yoshida · 11 years ago
  20. ebf8864 opencl: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  21. a4681be Enable out-of-order kernel execution. by Kohei Yoshida · 11 years ago
  22. bf6544c0 Don't treat clew as part of an "external" clcc module by Tor Lillqvist · 11 years ago
  23. 52f9606 The OpenCLEnv struct is used only inside openclwrapper.cxx by Tor Lillqvist · 11 years ago
  24. 598f25c Clean up confusing OpenCL code a bit by Tor Lillqvist · 11 years ago
  25. d73d1e8 Need -lrt for clock_gettime() with older glibc versions by Tor Lillqvist · 11 years ago
  26. 79d6813 Use correct SAL_INFO log area by Tor Lillqvist · 11 years ago
  27. a70b717 Move more Calc-independent OpenCL stuff from the sc to the opencl module by Tor Lillqvist · 11 years ago
  28. bb5e219 Add a README file by Tor Lillqvist · 11 years ago
  29. c1d09b1 Work in progress: Move Calc-independend OpenCL configuration out of sc by Tor Lillqvist · 11 years ago