Age | Commit message (Expand) | Author |
2023-04-10 | Drop SvStream::WriteCharPtr | Mike Kaganski |
2023-03-27 | loplugin:stringadd in oox..pyuno | Noel Grandin |
2023-02-03 | Use raw string literal in opencl to keep PMD static analyser happy | Ilmari Lauhakangas |
2022-08-13 | clang-tidy modernize-pass-by-value in various | Noel Grandin |
2022-07-06 | opencl: no need for unhelpful nullptr OUString * case. | Michael Meeks |
2022-04-13 | loplugin:stringviewparam whitelist some more functions | Noel Grandin |
2022-04-11 | loplugin:stringview add check for getToken().toInt32 | Noel Grandin |
2022-01-30 | Recheck modules [o-r]* with IWYU | Gabor Kelemen |
2021-10-30 | Prepare for removal of non-const operator[] from Sequence in opencl | Mike Kaganski |
2021-10-20 | loplugin:indentation check for indent inside block | Noel Grandin |
2021-10-05 | drop 'using namespace std' in o* r* x* | Julien Nabet |
2021-08-20 | New loplugin:unusedcapturedefault | Stephan Bergmann |
2021-08-18 | loplugin:constparams | Noel Grandin |
2021-04-27 | use more string_view in tools/stream | Noel Grandin |
2021-04-07 | Updated README.md files to represent current code / use Markdown format | Hossein |
2021-03-24 | Using .md extension/Markdown syntax for modules README | Hossein |
2021-02-11 | Update OpenCL denylist and allowlist | Ilmari Lauhakangas |
2021-01-28 | simplify code, use more subView() | Noel |
2020-12-29 | loplugin:stringviewparam: operator + | Stephan Bergmann |
2020-12-11 | Adapt the remaining OUString functions to std string_view | Stephan Bergmann |
2020-11-24 | loplugin:stringviewparam extend to comparison operators | Noel |
2020-11-19 | tdf#123936 Formatting files in module opencl with clang-format | Philipp Hofer |
2020-11-11 | convert more long -> tools::Long | Noel |
2020-08-30 | Goodbye O[U]StringView, welcome O[U]String::Concat | Stephan Bergmann |
2020-07-10 | replace usage of blacklist with excludelist for IWYU | Thorsten Behrens |
2020-07-10 | replace usage of whitelist with allowlist | Thorsten Behrens |
2020-07-10 | replace usage of blacklist with denylist | Thorsten Behrens |
2020-04-03 | loplugin:flatten in opencl | Noel Grandin |
2020-03-12 | Revert "loplugin:constfields in oox" | Noel Grandin |
2020-02-07 | merge OpenGLZone and OpenCLZone into one generic code | Luboš Luňák |
2020-01-28 | New loplugin:unsignedcompare | Stephan Bergmann |
2019-12-11 | pickBestDevice return is ignored | Caolán McNamara |
2019-12-11 | ensure cache dir is created | Caolán McNamara |
2019-11-26 | Remove unused OpenCLEnv::mpOclCmdQueue | Stephan Bergmann |
2019-10-19 | Directly use OUStringBuffer::append overload taking a single sal_Unicode | Stephan Bergmann |
2019-10-17 | Remove some memset calls | Mike Kaganski |
2019-10-17 | Rename OUStringLiteral1 to OUStringChar | Stephan Bergmann |
2019-10-14 | Fix misuse of OStringLiteral | Stephan Bergmann |
2019-10-14 | loplugin:stringadd look for unnecessary temporaries | Noel Grandin |
2019-09-18 | -Werror=volatile in OpenCLZone | Stephan Bergmann |
2019-08-31 | Add version resource to executables where it was missing | Mike Kaganski |
2019-08-20 | loplugin:constvars in i18npool..opencl | Noel Grandin |
2019-07-31 | Improved loplugin:stringconstant (now that GCC 7 supports it): opencl | Stephan Bergmann |
2019-07-23 | Fix typos | Andrea Gelmini |
2019-07-18 | cid#1448546 Logically dead code | Caolán McNamara |
2019-05-29 | tdf#42949 Fix IWYU warnings in opencl/ | Gabor Kelemen |
2019-05-22 | New loplugin:data | Stephan Bergmann |
2019-04-29 | test in a separate helper process if OpenCL crashes (tdf#112252) | Luboš Luňák |
2019-02-15 | Simplify containers iterations in oox, opencl, package | Arkadiy Illarionov |
2019-01-11 | Replace OUStringBuffer::appendCopy with append(std::u16string_view) | Stephan Bergmann |