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