Age | Commit message (Expand) | Author |
2016-07-01 | tdf#90336 - further cleanup of OpenCL options page. | Michael Meeks |
2016-06-29 | Don't waste too much time evaluating the "score" for the "native CPU" | Tor Lillqvist |
2016-06-27 | Add some SAL_INFO output | Tor Lillqvist |
2016-06-27 | Add some informative comments | Tor Lillqvist |
2016-06-08 | Let loplugin:passstuffbyref also look at fn defn not preceded by any decl | Stephan Bergmann |
2016-06-06 | tools: rename SvStream::Read/Write to ReadBytes/WriteBytes | Michael Stahl |
2016-06-06 | Ensure that OpenCL device id returned from getDeviceSelection() is valid. | Mark Hung |
2016-05-26 | cppcheck: noExplicitConstructor | Caolán McNamara |
2016-05-10 | Fix typos | Andrea Gelmini |
2016-05-05 | clang-tidy modernize-loop-convert in oox to sax | Noel Grandin |
2016-04-29 | coverity#1358844 Uninitialized pointer field | Caolán McNamara |
2016-04-29 | coverity#1358843 Argument cannot be negative | Caolán McNamara |
2016-04-26 | update loplugin stylepolice to check local pointers vars | Noel Grandin |
2016-04-22 | Various loplugin warnings in opencl/ | Stephan Bergmann |
2016-04-22 | opencl: better logging of devices and device selection | Tomaž Vajngerl |
2016-04-12 | Move clew/clew.h into external, too | Stephan Bergmann |
2016-03-29 | The OpenCL shared library is called libOpenCL.so.1 on Linux | Tor Lillqvist |
2016-02-17 | use consistent #define checks for the Windows platform | Noel Grandin |
2016-02-04 | loplugin:fpcomparison in opencl/ | Noel Grandin |
2015-11-11 | new loplugin: memoryvar | Noel Grandin |
2015-11-10 | loplugin:nullptr (automatic rewrite; Mac-specific code) | Stephan Bergmann |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-10-07 | clang-analyzer-deadcode.DeadStores | Stephan Bergmann |
2015-10-01 | loplugin:unusedmethods | Noel Grandin |
2015-09-29 | loplugin:removeunusedmethods, remove unused stuff | Noel Grandin |
2015-09-16 | YAGNI | Tor Lillqvist |
2015-09-15 | Split formula group for OpenCL up into smaller bits when necessary | Tor Lillqvist |
2015-09-14 | boost->std | Caolán McNamara |
2015-08-26 | Log OpenCL errors symbolically here, too | Tor Lillqvist |
2015-08-26 | Revert "Enable out-of-order kernel execution" | Tor Lillqvist |
2015-06-17 | Replace boost::scoped_array<T> with std::unique_ptr<T[]> | Takeshi Abe |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann |
2015-06-02 | loplugin:cstylecast: deal with those that are (technically) const_cast | Stephan Bergmann |
2015-04-22 | Various #include <sal/log.hxx> fixups | Stephan Bergmann |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann |
2015-03-20 | Typo: (O/o)veride(n)->(O/o)verride(n) | Julien Nabet |
2015-03-02 | OpenCL: correctly handle platforms without devices | Giuseppe Bilotta |
2015-02-10 | Add SAL_INFOs for tracing kernel and program life cycle | Tor Lillqvist |
2015-02-06 | shared_ptr<T>(new T(args)) -> make_shared<T>(args) | Caolán McNamara |
2015-02-06 | Move OpenCLError::strerror() from sc to opencl, and rename to errorString() | Tor Lillqvist |
2015-02-05 | The horrible CHECK_OPENCL() fortunately is used only in openclwrapper.cxx | Tor Lillqvist |
2015-01-20 | Some more loplugin:cstylecast: opencl | Stephan Bergmann |
2015-01-19 | Fix typo comments Resouce->Resource | Andrea Gelmini |
2015-01-07 | Set up foundation for supporting multiple OpenCL command queues per device. | Kohei Yoshida |
2014-12-18 | opencl: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-17 | Enable out-of-order kernel execution. | Kohei Yoshida |
2014-12-08 | Don't treat clew as part of an "external" clcc module | Tor Lillqvist |
2014-11-27 | The OpenCLEnv struct is used only inside openclwrapper.cxx | Tor Lillqvist |
2014-11-27 | Clean up confusing OpenCL code a bit | Tor Lillqvist |
2014-11-27 | Need -lrt for clock_gettime() with older glibc versions | Tor Lillqvist |