Age | Commit message (Expand) | Author |
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-20 | compact namespace decl | Noel Grandin |
2020-07-10 | replace usage of blacklist with excludelist for IWYU | Thorsten Behrens |
2020-07-01 | Upcoming improved loplugin:staticanonymous -> redundantstatic: registry | Stephan Bergmann |
2020-03-12 | Revert "loplugin:constfields in package..registry" | Noel Grandin |
2020-01-31 | clang-tidy modernize-concat-nested-namespace | 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-08-31 | Add version resource to executables where it was missing | Mike Kaganski |
2019-08-12 | Fix typos | Andrea Gelmini |
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-08 | Remove obsolete SAL_FALLTHROUGH completely | 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-11-01 | gbuild: rename value OS=IOS to OS=iOS | Michael Stahl |
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-19 | expression is excessive | Caolán McNamara |
2018-10-13 | loplugin:constfields in package..registry | Noel Grandin |
2018-10-09 | Extend loplugin:redundantinline to catch inline functions w/o external linkage | Stephan Bergmann |
2018-09-11 | Revert "clang bugprone-unused-return-value" | Noel Grandin |
2018-09-08 | clang bugprone-unused-return-value | Noel Grandin |
2018-09-05 | loplugin:useuniqueptr in TypeWriter::createBlop | Noel Grandin |
2018-08-31 | GCC only supports inline variables since GCC 7 | Stephan Bergmann |
2018-08-30 | loplugin:useuniqueptr in registry | Noel Grandin |
2018-08-29 | replace rtl_allocateMemory with std::malloc | Noel Grandin |
2018-08-22 | new loplugin:conststringfield | Noel Grandin |
2018-08-14 | create appendCopy method in OUStringBuffer | Noel Grandin |
2018-07-30 | Add missing sal/log.hxx headers | Gabor Kelemen |
2018-07-27 | Related: rhbz#1602589 add comments to coverity annotations | Caolán McNamara |
2018-07-26 | Related: rhbz#1602589 double_free, convert to std::vector | Caolán McNamara |
2018-07-26 | Related: rhbz#1602589 silence error[memleak]: Memory leak: newValue | Caolán McNamara |