- 5d8cf20 tdf#123936 Formatting files in module registry with clang-format by Philipp Hofer · 5 years ago
- 93c64a6 loplugin:stringview by Noel · 5 years ago
- 45a7fbf loplugin:reducevarscope in registry by Noel · 5 years ago
- aa357e5 Improve some OUString to OString conversions by Stephan Bergmann · 6 years ago
- 573f472 Make printString take any std::u16string_view argument by Stephan Bergmann · 6 years ago
- 7fc9880 Create OUString from storeFindData m_pszName and m_nLength by Stephan Bergmann · 6 years ago
- e28a1c2 Simplify OUStringBuffer to OUString conversion by Stephan Bergmann · 6 years ago
- 33ecd0d Change OUStringLiteral from char[] to char16_t[] by Stephan Bergmann · 6 years ago
- da7489e compact namespace decl by Noel Grandin · 6 years ago
- c5b985b replace usage of blacklist with excludelist for IWYU by Thorsten Behrens · 6 years ago
- 21a30e3 Upcoming improved loplugin:staticanonymous -> redundantstatic: registry by Stephan Bergmann · 6 years ago
- b5da971 Revert "loplugin:constfields in package..registry" by Noel Grandin · 6 years ago
- c82efb6 clang-tidy modernize-concat-nested-namespace by Noel Grandin · 6 years ago
- 7c18da2 sal_Char->char in oox..registry by Noel Grandin · 6 years ago
- 862a0db Fix typo by Andrea Gelmini · 6 years ago
- f853ec31 Extend loplugin:external to warn about classes by Stephan Bergmann · 6 years ago
- c68be56 size some stringbuffer to prevent re-alloc by Noel Grandin · 6 years ago
- 6ad127e tdf#127766: Avoid ODR violation for class/struct FieldEntry by Tor Lillqvist · 7 years ago
- b74c4b7 loplugin:stringadd in package..sax by Noel Grandin · 7 years ago
- c598ea1 Add version resource to executables where it was missing by Mike Kaganski · 7 years ago
- 38719c3 Fix typos by Andrea Gelmini · 7 years ago
- ca6df51 Fix typos by Andrea Gelmini · 7 years ago
- ea20fcc close some more holes in structures by Noel Grandin · 7 years ago
- 94be791 Fix typos by Andrea Gelmini · 7 years ago
- 1a5b12a optimise find/insert pattern by Noel Grandin · 7 years ago
- 5c23459 new loplugin constvars by Noel Grandin · 7 years ago
- 3478f47 tdf#42949 Fix IWYU warnings in registry/ by Gabor Kelemen · 7 years ago
- 4188ae6 loplugin:indentation in registry..sax by Noel Grandin · 7 years ago
- 70519a4 Replace OUStringBuffer::appendCopy with append(std::u16string_view) by Stephan Bergmann · 7 years ago
- ab9b67b Remove obsolete SAL_FALLTHROUGH completely by Stephan Bergmann · 7 years ago
- 66ef8ca HAVE_CPP_INLINE_VARIABLES is always true now by Stephan Bergmann · 7 years ago
- a2751c0 loplugin:staticmethods improvement by Noel Grandin · 7 years ago
- 2e2d736 loplugin:collapseif in framework..sal by Noel Grandin · 7 years ago
- 8467d76 fix signatures of deleted copy/assign operators by Noel Grandin · 7 years ago
- a626bdd gbuild: rename value OS=IOS to OS=iOS by Michael Stahl · 7 years ago
- 167a2a0 loplugin:useuniqueptr in TypeWriter::createBlop by Noel Grandin · 7 years ago
- dc18587 tdf#120703 (PVS): V519 The variable is assigned values twice successively by Mike Kaganski · 7 years ago
- 6f50961 remove more rtl::OUString and OString prefixes by Noel Grandin · 7 years ago
- 726328d expression is excessive by Caolán McNamara · 7 years ago
- 31138ff loplugin:constfields in package..registry by Noel Grandin · 7 years ago
- 7ceee0f Extend loplugin:redundantinline to catch inline functions w/o external linkage by Stephan Bergmann · 7 years ago
- bb209f2 Revert "clang bugprone-unused-return-value" by Noel Grandin · 8 years ago
- 7764ae7 clang bugprone-unused-return-value by Noel Grandin · 8 years ago
- 06951f8 loplugin:useuniqueptr in TypeWriter::createBlop by Noel Grandin · 8 years ago
- d999818 GCC only supports inline variables since GCC 7 by Stephan Bergmann · 8 years ago
- fbb2d77 loplugin:useuniqueptr in registry by Noel Grandin · 8 years ago
- 37f9fdc replace rtl_allocateMemory with std::malloc by Noel Grandin · 8 years ago
- 60bc263 new loplugin:conststringfield by Noel Grandin · 8 years ago
- cd66852 create appendCopy method in OUStringBuffer by Noel Grandin · 8 years ago
- c6e5d55 Add missing sal/log.hxx headers by Gabor Kelemen · 8 years ago
- ba1e172 Related: rhbz#1602589 add comments to coverity annotations by Caolán McNamara · 8 years ago
- 1d023f5 Related: rhbz#1602589 double_free, convert to std::vector by Caolán McNamara · 8 years ago
- d9f81ec Related: rhbz#1602589 silence error[memleak]: Memory leak: newValue by Caolán McNamara · 8 years ago
- 1c3ffcd loplugin:constantparam by Noel Grandin · 8 years ago
- b275246 loplugin:unusedfields in formula..registry by Noel Grandin · 8 years ago
- f3049f6 loplugin:constantparam by Noel Grandin · 8 years ago
- 5677581 loplugin:constantparam by Noel Grandin · 8 years ago
- 6f58d7a More loplugin:cstylecast: registry by Stephan Bergmann · 8 years ago
- 2152544 loplugin:useuniqueptr in comphelper,cppu,registry by Noel Grandin · 8 years ago
- 7d8e944 convert a<b?a:b to std::min(a,b) by Noel Grandin · 8 years ago
- fe3924a More loplugin:cstylecast: registry by Stephan Bergmann · 8 years ago
- 7a1c21e loplugin:simplifybool for negation of comparison operator by Noel Grandin · 8 years ago
- 455e401 improve constparam loplugin by Noel Grandin · 8 years ago
- 693d40f loplugin:constantparam in oox,registry,reportdesign by Noel Grandin · 8 years ago
- 43479a0 loplugin:includeform: registry by Stephan Bergmann · 8 years ago
- 87a9979 overload std::hash for OUString and OString by Noel Grandin · 8 years ago
- 14d4566 loplugin:constmethod in codemaker,registry,store by Noel Grandin · 8 years ago
- eea6d39 loplugin:unnecessaryparen by Noel Grandin · 9 years ago
- 9881bea remove unnecessary use of OUString::getStr by Noel Grandin · 9 years ago
- 6f3b394 loplugin:constparams in store,registry by Noel Grandin · 9 years ago
- 8e39ef6 extend loplugin useuniqueptr to POD types by Noel Grandin · 9 years ago
- 3697b87 use more OUString::operator== in forms..sal by Noel Grandin · 9 years ago
- 4250b25 teach unnecessaryparen loplugin about identifiers by Noel Grandin · 9 years ago
- d416a5f Translate German comments and debug strings (leftovers in r... dirs) by Johnny_M · 9 years ago
- 0f347c0 loplugin:unusedfields in registry..sax by Noel Grandin · 9 years ago
- e4e4d57 clang-tidy readability-delete-null-pointer by Noel Grandin · 9 years ago
- 3de594d More tests to suppress (all .PHONY test targets should be covered now) by Stephan Bergmann · 9 years ago
- 606dd77 Improved loplugin:cstylecast to reference types: registry by Stephan Bergmann · 9 years ago
- 5628195 registry: fix indenting caused by automated namespace scripts, etc. by Chris Sherlock · 9 years ago
- 5682427 registry: remove comment cruft from regimpl.cxx by Chris Sherlock · 9 years ago
- 3a6eb7d tdf#43157 - registry: convert from OSL_ASSERT to assert by Chris Sherlock · 9 years ago
- 90347af registry: like Rosencrantz, consistency is all I ask... by Chris Sherlock · 9 years ago
- b6536a2 registry: typo in function parameter by Chris Sherlock · 9 years ago
- 94844e6 tdf#39468: translate German to English in registry's regimpl.cxx by Chris Sherlock · 9 years ago
- 9594967 cleanup osl/diagnose.h includes by Jochen Nitschke · 9 years ago
- 97eb00c revert OSL_ASSERT changes by Chris Sherlock · 9 years ago
- 8a4dd50 tdf#43157 - registry: convert from OSL_ASSERT to assert by Chris Sherlock · 9 years ago
- de030cd gbuild: Remove MSVC 2013 legacy code by David Ostrovsky · 9 years ago
- 97a50f2 Improved loplugin:redundantcast, static_cast on arithmetic types: registry by Stephan Bergmann · 9 years ago
- 6cb9e6d Remove redundant 'inline' keyword by Stephan Bergmann · 9 years ago
- 0203b6b loplugin:loopvartoosmall by Stephan Bergmann · 9 years ago
- 7bc1c43 Fix typos/translations, following 04644956e53d by Andrea Gelmini · 9 years ago
- 8646ab9 Remove MinGW support by Stephan Bergmann · 9 years ago
- 775bf0c test coverity sanitizing in-source modelling by Caolán McNamara · 9 years ago
- 2489000 loplugin:useuniqueptr extend to check local vars by Noel Grandin · 9 years ago
- ef2b434 loplugin: unnecessary destructor oox..sax by Noel Grandin · 9 years ago
- 5c5a6c3 bootstrap building with --disable-dynloading on standard linux by Caolán McNamara · 9 years ago
- a005fbe OSL_TRACE->SAL in framework..sal by Noel Grandin · 9 years ago
- 25711a9 Remove dead registry/workben/ stuff by Stephan Bergmann · 9 years ago
- 62b75cd tdf#100302: gbuild: always use $(LFS_CFLAGS) by Michael Stahl · 10 years ago