Age | Commit message (Expand) | Author |
2017-11-01 | Extract XmlWriter and XmlWalker from opencl into tools | Tomaž Vajngerl |
2017-10-30 | loplugin:constmethod in idl,helpcompiler | Noel Grandin |
2017-10-23 | loplugin:includeform: opencl | Stephan Bergmann |
2017-09-30 | Use explicit function names for fooA/fooW WinAPI; prefer fooW | Mike Kaganski |
2017-09-15 | Add tools::Time::GetMonotonicTicks (us) | Jan-Marek Glogowski |
2017-08-25 | Get rid of need to use initial :: for ::opencl to avoid clash with sc::opencl | Tor Lillqvist |
2017-07-31 | loplugin:oncevar | Noel Grandin |
2017-07-18 | loplugin:constparams in i18npool,opencl,svl | Noel Grandin |
2017-06-26 | loplugin:oncevar in oox..sax | Noel Grandin |
2017-06-04 | no need to construct unique_ptr here | Jochen Nitschke |
2017-06-02 | Improved loplugin:redundantcast static_cast handling: opencl | Stephan Bergmann |
2017-05-31 | clang-tidy readability-redundant-control-flow | Noel Grandin |
2017-05-30 | teach redundantcast plugin about functional casts | Noel Grandin |
2017-05-28 | remove unnecessary use of OString::getStr | Noel Grandin |
2017-05-17 | Turn macro into function | Stephan Bergmann |
2017-04-26 | Revert the wrong "cleanup" change. | Kohei Yoshida |
2017-04-25 | tools: svstream.hxx needs only errcode.hxx & not errinf.hxx | Chris Sherlock |
2017-04-24 | clang-tidy readability-simplify-boolean-expr in oox..sal | Noel Grandin |
2017-01-22 | cppcheck: memleak (false positive) | Jochen Nitschke |
2017-01-10 | New loplugin:conststringvar: opencl | Stephan Bergmann |
2016-12-21 | No apparent reason for an unnamed namespace in an include file here | Stephan Bergmann |
2016-10-24 | tdf#103395 opencl: don't initialize OpenCL when disabled | Tomaž Vajngerl |
2016-10-18 | opencl: convert to C++11 for loop | Tomaž Vajngerl |
2016-10-18 | tdf#103204 opencl: initialize command queue on demand | Tomaž Vajngerl |
2016-10-16 | clang-cl loplugin: opencl | Stephan Bergmann |
2016-10-01 | Fix typos | Andrea Gelmini |
2016-09-21 | Valgrind reports read of uninitialized bCLBool | Stephan Bergmann |
2016-09-15 | replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos) | Michael Stahl |
2016-08-30 | loplugin:stringconstant: adapt to improved OUStringLiteral1 (opencl) | Stephan Bergmann |
2016-08-27 | put StreamMode masks in scope of enum class | Jochen Nitschke |
2016-08-19 | coverity#1371130 'Constant' variable guards dead code | Caolán McNamara |
2016-08-14 | tdf#100965: Restart on initialisation-time OpenCL crash | Tor Lillqvist |
2016-08-05 | loplugin:countusersofdefaultparams in oox..sd | Noel Grandin |
2016-07-27 | improve passstuffbyref return analysis | Noel Grandin |
2016-07-26 | Need to try to avoid TDR also with NVIDIA cards on Windows 7 or earlier | Laszlo Nemeth |
2016-07-22 | SAL_DETAIL_WHERE already ends with a space | Tor Lillqvist |
2016-07-12 | tdf#100883 - opencl impls. that use SEH are still bad. | Michael Meeks |
2016-07-12 | desktop: validate OpenCL drivers before use. | Michael Meeks |
2016-07-12 | Remove bogus dependency from opencl to configmgr | Stephan Bergmann |
2016-07-11 | loplugin:nullptr: Better heuristic to determine code shared between C and C++ | Stephan Bergmann |
2016-07-11 | opencl: OpenCLZone, detect CL device change and disable CL on crash | Tomaž Vajngerl |
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 |