1. 5195530 xmlhelp: fix lots of deadlocks by Michael Stahl · 3 years ago
  2. c45bc08 loplugin:stringview whitelist getLength and isEmpty by Noel Grandin · 3 years ago
  3. 42cd255 fix calls to OStringToOUString by Noel Grandin · 3 years ago
  4. eaf0713 new loplugin:unnecessarygetstr by Noel Grandin · 3 years ago
  5. d791084 use more OStringToOUString by Noel Grandin · 3 years ago
  6. 3fbadf2 use more OUStringToOString by Noel Grandin · 3 years ago
  7. 47cd9b6 fix deadlock in xmlhelper::Databases by Noel Grandin · 3 years, 1 month ago
  8. 2c37a0c osl::Mutex->std::mutex in xmlhelp::Databases by Noel Grandin · 3 years, 1 month ago
  9. e171af9 osl::Mutex->std::mutex in ResultSetBase by Noel Grandin · 3 years, 1 month ago
  10. 5465a60 loplugin:implinheritancehelper in xmlhelp by Noel Grandin · 3 years, 4 months ago
  11. 91ba965 Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx by Stephan Bergmann · 3 years, 8 months ago
  12. ed4bf43 cid#1507489 Big parameter passed by value by Caolán McNamara · 3 years, 8 months ago
  13. 44a11bb clang-tidy modernize-pass-by-value in xml* by Noel Grandin · 3 years, 8 months ago
  14. 75fe405 Just use Any ctor instead of makeAny in xmlhelp by Stephan Bergmann · 4 years ago
  15. 5200a73 use more string_view in various by Noel Grandin · 4 years ago
  16. 558aaa9 use more string_view in xml* by Noel Grandin · 4 years ago
  17. fdfd517 loplugin:stringviewparam whitelist some more functions by Noel Grandin · 4 years ago
  18. cbaf1fb loplugin:stringview more o3tl conversion by Noel Grandin · 4 years ago
  19. 4256c76 do not pass XComponentContext to officecfg::...::get() calls by Luboš Luňák · 4 years, 1 month ago
  20. db3a61c Generally determine Rdb content from gb_*_set_componentfile calls by Stephan Bergmann · 4 years, 4 months ago
  21. 6da12ca loplugin:stringliteraldefine in various by Noel Grandin · 4 years, 4 months ago
  22. 557beef use more OInterfaceContainerHelper3 in xmlhelp by Noel Grandin · 4 years, 4 months ago
  23. ec1c4c49 O[U]String::replaceAt overloads that take string_view by Noel Grandin · 4 years, 5 months ago
  24. cae7b85 Prepare for removal of non-const operator[] from Sequence in xmlhelp by Mike Kaganski · 4 years, 5 months ago
  25. 29a1fc0 Simplify Sequence in xmlhelp by Julien Nabet · 4 years, 6 months ago
  26. 2484de6 Remove non-const Sequence::begin()/end() in internal code by Mike Kaganski · 4 years, 6 months ago
  27. 8a017d2 Avoid COW overhead using css::uno::Sequence by Mike Kaganski · 4 years, 6 months ago
  28. 10ad9560 drop 'using namespace std' in o* r* x* by Julien Nabet · 4 years, 6 months ago
  29. 05ab383 Consolidate on C++17 std::scoped_lock instead of std::lock_guard by Noel Grandin · 4 years, 8 months ago
  30. 26f7e63 osl::Mutex->std::mutex in InputStreamTransformer by Noel Grandin · 4 years, 8 months ago
  31. 7a4a107 osl::Mutex->std::mutex in TreeFileIterator by Noel Grandin · 4 years, 8 months ago
  32. daffec7 Avoid strtol on non-NUL-terminated input by Stephan Bergmann · 4 years, 9 months ago
  33. bfc1600 loplugin:indentation improve checks for brace alignment by Noel Grandin · 4 years, 10 months ago
  34. ff74a6e error: unknown type name 'OStringBuffer' by Caolán McNamara · 4 years, 10 months ago
  35. 14069d8 configure: Improve help-options handling by Jan-Marek Glogowski · 4 years, 11 months ago
  36. 57796f2 Simplify Sequences initializations (writerfilter/writerperfect/x*) by Julien Nabet · 4 years, 10 months ago
  37. 10d29c3 throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite by Stephan Bergmann · 5 years ago
  38. 335de1a no need makeStringAndClear() when appending to buffer by Noel Grandin · 5 years ago
  39. ea5641b Updated README.md files to represent current code / use Markdown format by Hossein · 5 years ago
  40. c161587 Using .md extension/Markdown syntax for modules README by Hossein · 5 years ago
  41. aef40e7 tdf#124176 Use pragma once in x* by Vincent LE GARREC · 5 years ago
  42. bd43c75 tdf#88205: Use initializer_list ctor in css::uno::Sequence by Mani Kumar · 5 years ago
  43. 095928c loplugin:refcounting in xmlhelp by Noel · 5 years ago
  44. 34ad5eae loplugin:refcounting in xmlhelp by Noel · 5 years ago
  45. 1ad26c9 loplugin:referencecasting add check for new rtl::Reference operator by Noel · 5 years ago
  46. 14cb12b loplugin:refcounting generalise type checking by Noel · 5 years ago
  47. 0ce7c84 Revert "Fix typo in code" by Stephan Bergmann · 5 years ago
  48. 3ed9bba Fix typo in code by Andrea Gelmini · 5 years ago
  49. 042033f loplugin:stringviewparam: operator + by Stephan Bergmann · 5 years ago
  50. bb06f51 loplugin:stringviewparam extend to comparison operators by Noel · 5 years ago
  51. c4286f9 tdf#123936 Formatting files in module xmlhelp with clang-format by Philipp Hofer · 5 years ago
  52. 93c64a6 loplugin:stringview by Noel · 5 years ago
  53. 242320d new loplugin:reducevarscope by Noel Grandin · 6 years ago
  54. db37d8b loplugin:singlevalfields by Noel Grandin · 6 years ago
  55. 2d58224 loplugin:flatten by Noel Grandin · 6 years ago
  56. c5b985b replace usage of blacklist with excludelist for IWYU by Thorsten Behrens · 6 years ago
  57. b719e02 xmlhelp: create instances with uno constructors by Noel Grandin · 6 years ago
  58. e6862e7 Upcoming improved loplugin:staticanonymous -> redundantstatic: xmlhelp by Stephan Bergmann · 6 years ago
  59. 1290305 compact namespace in xmlhelp..xmlsecurity by Noel Grandin · 6 years ago
  60. 528afad Remove tango icon theme, tdf#132022 by Rizal Muttaqin · 6 years ago
  61. 0b2ddcd loplugin:buriedassign in tools..xmloff by Noel Grandin · 6 years ago
  62. d9e4783 loplugin:finalclasses in xmlsecurity..UnoControls by Noel Grandin · 6 years ago
  63. 0738177 Revert "loplugin:constfields in xmlhelp" by Noel Grandin · 6 years ago
  64. abe39f7 improve loplugin:unusedfields by Noel Grandin · 6 years ago
  65. aef7feb New loplugin:unsignedcompare by Stephan Bergmann · 6 years ago
  66. 6eef193 sal_Char->char in xmloff..xmlsecurity by Noel Grandin · 6 years ago
  67. b4641df loplugin:unusedmethods by Noel Grandin · 6 years ago
  68. f656547 remove some useless comment lines by Noel Grandin · 6 years ago
  69. 3e8a880 loplugin:mergeclasses treeview::TreeFileIterator by Noel Grandin · 6 years ago
  70. f853ec31 Extend loplugin:external to warn about classes by Stephan Bergmann · 6 years ago
  71. bc539bd loplugin:stringadd improve detection by Noel Grandin · 6 years ago
  72. 6d6fad5 Introduce OStringChar by Stephan Bergmann · 6 years ago
  73. d51db77 Remove some memset calls by Mike Kaganski · 6 years ago
  74. c8eaadb Remaining loplugin:bufferadd by Stephan Bergmann · 6 years ago
  75. 30d803e Remove code that is dead by Stephan Bergmann · 6 years ago
  76. 3ee177a loplugin:stringadd look through a couple more known-good methods by Noel Grandin · 6 years ago
  77. cdbac69 simplify "a = a +" to "a +=" by Noel Grandin · 6 years ago
  78. 1820fcb constmethod for accessor-type methods by Noel Grandin · 7 years ago
  79. e8599a2 tdf#42949 Fix IWYU warnings in xmlhelp/ by Gabor Kelemen · 7 years ago
  80. b56a4ea add property name when throwing css::uno::UnknownPropertyException by Noel Grandin · 7 years ago
  81. 9e0b342 loplugin:referencecasting find more redundant static_cast by Noel Grandin · 7 years ago
  82. 51a30d7 tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor by Julien Nabet · 7 years ago
  83. 1c3d143 tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor by Julien Nabet · 7 years ago
  84. dc50b7f loplugin:sequenceloop in writerfilter..xmlhelp by Noel Grandin · 7 years ago
  85. 717ffb7 Fix typos by Andrea Gelmini · 7 years ago
  86. d0ff2eb Improved loplugin:stringconstant (now that GCC 7 supports it): xmlhelp by Stephan Bergmann · 7 years ago
  87. ff41cf1 loplugin:oncevar by Noel Grandin · 7 years ago
  88. f9b5657 loplugin:referencecasting in writerfilter..xmlhelp by Noel Grandin · 7 years ago
  89. 56f5a75 cid#704107 Unchecked return value by Caolán McNamara · 7 years ago
  90. 957afd1 cid#704106 Unchecked return value by Caolán McNamara · 7 years ago
  91. 049189f Use LanguageTag::getFallbackStrings() instead of old dumb hard coded stuff by Eike Rathke · 7 years ago
  92. 41cf4e6 Fix Help collator loading, processLang() does not return only the language by Eike Rathke · 7 years ago
  93. 4583911 improve loplugin:simplifyconstruct by Noel Grandin · 7 years ago
  94. 2836b78 loplugin:logexceptionnicely in xmlhelp..xmlsecurity by Noel Grandin · 7 years ago
  95. 54afdbd Simplify Sequence iterations in writerfilter, writerperfect, xmlhelp by Arkadiy Illarionov · 7 years ago
  96. b52f309 improve loplugin simplifyconstruct by Noel Grandin · 7 years ago
  97. 184be2d tdf#120703 PVS: remove redundant static casts by Mike Kaganski · 7 years ago
  98. 6ed5464 loplugin:unusedfields in xmlhelp,xmlsecurity by Noel Grandin · 7 years ago
  99. 0d1253c new loplugin writeonlyvars by Noel Grandin · 7 years ago
  100. 743d560 loplugin:indentation in writerfilter..xmloff by Noel Grandin · 7 years ago