Age | Commit message (Expand) | Author |
2024-05-20 | loplugin:ostr in various | Noel Grandin |
2024-04-30 | WaE: C6011 Dereferencing NULL pointer warnings | Caolán McNamara |
2023-10-23 | Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]String | Stephan Bergmann |
2023-03-25 | loplugin:stringadd in registry..sal | Noel Grandin |
2022-08-22 | cid#1500700 silence Resource leak | Caolán McNamara |
2022-08-13 | clang-tidy modernize-pass-by-value in various | Noel Grandin |
2022-07-04 | tdf#143148 registry: Use pragma once instead of include guards | Chris Sherlock |
2022-06-21 | registry: remove unnecessary comments | Chris Sherlock |
2022-06-11 | Remove some more dead functionality | Stephan Bergmann |
2022-06-11 | [API CHANGE] Deprecate css.registry.XSimpleRegistry::mergeKey | Stephan Bergmann |
2022-04-02 | loplugin:stringviewparam convert methods using indexOf | Noel Grandin |
2021-12-22 | loplugin:flatten in package..reportdesign | Noel Grandin |
2021-07-22 | -Werror=maybe-uninitialized | Stephan Bergmann |
2021-05-28 | no need to allocate these on the heap | Noel Grandin |
2021-01-29 | loplugin:stringviewparam extend to new.. | Noel |
2021-01-28 | simplify code, use more subView() | Noel |
2021-01-15 | cid#1471675 silence Logically dead code | Caolán McNamara |
2020-12-29 | loplugin:stringviewparam: operator + | Stephan Bergmann |
2020-12-11 | Adapt the remaining OUString functions to std string_view | Stephan Bergmann |
2020-11-11 | loplugin:stringview | Noel |
2020-11-05 | loplugin:reducevarscope in registry | Noel |
2020-09-05 | Improve some OUString to OString conversions | Stephan Bergmann |
2020-09-05 | Make printString take any std::u16string_view argument | Stephan Bergmann |
2020-09-05 | Create OUString from storeFindData m_pszName and m_nLength | Stephan Bergmann |
2020-08-29 | Simplify OUStringBuffer to OUString conversion | Stephan Bergmann |
2020-08-28 | Change OUStringLiteral from char[] to char16_t[] | Stephan Bergmann |
2020-07-01 | Upcoming improved loplugin:staticanonymous -> redundantstatic: registry | Stephan Bergmann |
2020-03-12 | Revert "loplugin:constfields in package..registry" | Noel Grandin |
2019-12-19 | sal_Char->char in oox..registry | Noel Grandin |
2019-12-05 | Fix typo | Andrea Gelmini |
2019-11-22 | Extend loplugin:external to warn about classes | Stephan Bergmann |
2019-10-23 | size some stringbuffer to prevent re-alloc | Noel Grandin |
2019-10-03 | tdf#127766: Avoid ODR violation for class/struct FieldEntry | Tor Lillqvist |
2019-10-01 | loplugin:stringadd in package..sax | Noel Grandin |
2019-07-30 | Fix typos | Andrea Gelmini |
2019-07-23 | close some more holes in structures | Noel Grandin |
2019-06-07 | Fix typos | Andrea Gelmini |
2019-04-19 | optimise find/insert pattern | Noel Grandin |
2019-03-08 | new loplugin constvars | Noel Grandin |
2019-02-15 | tdf#42949 Fix IWYU warnings in registry/ | Gabor Kelemen |
2019-02-09 | loplugin:indentation in registry..sax | Noel Grandin |
2019-01-11 | Replace OUStringBuffer::appendCopy with append(std::u16string_view) | Stephan Bergmann |
2018-12-07 | HAVE_CPP_INLINE_VARIABLES is always true now | Stephan Bergmann |
2018-11-16 | loplugin:staticmethods improvement | Noel Grandin |
2018-11-07 | loplugin:collapseif in framework..sal | Noel Grandin |
2018-11-02 | fix signatures of deleted copy/assign operators | Noel Grandin |
2018-10-31 | loplugin:useuniqueptr in TypeWriter::createBlop | Noel Grandin |
2018-10-27 | tdf#120703 (PVS): V519 The variable is assigned values twice successively | Mike Kaganski |
2018-10-24 | remove more rtl::OUString and OString prefixes | Noel Grandin |
2018-10-13 | loplugin:constfields in package..registry | Noel Grandin |