1. 2f5868c loplugin:redundantfcast look for redundant copies in return statements by Noel Grandin · 8 years ago
  2. cda2d47 Fix typos by Andrea Gelmini · 8 years ago
  3. b27fee9 loplugin:useuniqueptr cppu,idlc,io,ucbhelper by Noel Grandin · 8 years ago
  4. 6028b64 loplugin:passstuffbyref even more return improvements by Noel Grandin · 8 years ago
  5. 9a06b99 loplugin:salcall fix non-virtual methods by Noel Grandin · 8 years ago
  6. 1bacce9 one slash is enough by David Tardon · 8 years ago
  7. b804031 Replace lists by vector or deque in ucb/ucbhelper by Julien Nabet · 8 years ago
  8. 57c5f98 loplugin:constmethod in comphelper,ucbhelper by Noel Grandin · 8 years ago
  9. 0b8e203 loplugin:includeform: ucbhelper by Stephan Bergmann · 8 years ago
  10. 87a9979 overload std::hash for OUString and OString by Noel Grandin · 8 years ago
  11. 2c05d75 add << operator for css::uno::Exception by Noel Grandin · 9 years ago
  12. f1dda66 loplugin:unusedfields in ResultSetColumnData by Noel Grandin · 9 years ago
  13. 2d2259c clang-tidy modernize-use-emplace in test..vbahelper by Noel Grandin · 9 years ago
  14. 7aa7f4d loplugin:unnecessaryparen include c++ casts by Noel Grandin · 9 years ago
  15. daf177f use more OUString::operator== in test..xmlsecurity by Noel Grandin · 9 years ago
  16. 43a6b59 simplify some OUString compareTo calls by Noel Grandin · 9 years ago
  17. a975624 loplugin:unusedfields in tools..vbahelper by Noel Grandin · 9 years ago
  18. cbcaff7 ucb: replace double checked locking patterns by Jochen Nitschke · 9 years ago
  19. 2ccde70 teach redundantcast plugin about functional casts by Noel Grandin · 9 years ago
  20. ef513fd remove unnecessary use of OString::getStr by Noel Grandin · 9 years ago
  21. 9594967 cleanup osl/diagnose.h includes by Jochen Nitschke · 9 years ago
  22. 185ed3d teach loplugin:constantparam about simple constructor calls by Noel Grandin · 9 years ago
  23. da64d198 tools: svstream.hxx needs only errcode.hxx & not errinf.hxx by Chris Sherlock · 9 years ago
  24. de030cd gbuild: Remove MSVC 2013 legacy code by David Ostrovsky · 9 years ago
  25. 8c8f2a5 remove unnecessary explicit linefeeds from end of SAL and OSL log calls by Noel Grandin · 9 years ago
  26. 6cb9e6d Remove redundant 'inline' keyword by Stephan Bergmann · 9 years ago
  27. d198a82 convert InsertOperation to scoped enum by Noel Grandin · 9 years ago
  28. 6dce9c6 Add missing #includes by Stephan Bergmann · 9 years ago
  29. 88dde75 Revert "cancelCommandExecution - no need to pass exception by Any" by Noel Grandin · 9 years ago
  30. 4739b31 cancelCommandExecution - no need to pass exception by Any by Noel Grandin · 9 years ago
  31. 1c3e84d teach lolugin:stringconstant about calling constructors by Noel Grandin · 9 years ago
  32. f1d83ac loplugin:stringconstant check for unnecessary OUString constructor.. by Noel Grandin · 9 years ago
  33. e57ca02 Remove dynamic exception specifications by Stephan Bergmann · 9 years ago
  34. 84defbc new loplugin: useuniqueptr: ucb..ucbhelper by Noel Grandin · 9 years ago
  35. 1aabba2 New loplugin:dynexcspec: Add @throws documentation, ucbhelper by Stephan Bergmann · 9 years ago
  36. 26b0e86 inline InteractionContinuation_Impl by Noel Grandin · 9 years ago
  37. b97f01c loplugin:unnecessaryoverride (dtors) in ucbhelper by Stephan Bergmann · 9 years ago
  38. 794c542 simplify macros by Noel Grandin · 9 years ago
  39. 2833691 convert VALUE_SET constants to o3tl::typed_flags by Noel Grandin · 9 years ago
  40. 47317f0 loplugin:expandablemethods in ucb..ucbhelper by Noel Grandin · 9 years ago
  41. 14d096e Fix typos by Andrea Gelmini · 10 years ago
  42. 7f97b5e convert CONTINUATION constants to typed_flags_set by Noel Grandin · 10 years ago
  43. b18e1bc loplugin:unusedfields by Noel Grandin · 10 years ago
  44. 91dd2db loplugin:override: No more need for the "MSVC dtor override" workaround by Stephan Bergmann · 10 years ago
  45. c158c00 loplugin:constantparam in framework..vbahelper by Noel Grandin · 10 years ago
  46. 3c127bc cid#1371163 Missing move assignment operator by Noel Grandin · 10 years ago
  47. 2d8911d ucbhelper::Std{In,Out}putStream are only used in ucb/source/ucb/cmis/ by Stephan Bergmann · 10 years ago
  48. 8f30da6 Some clang-tidy misc-move-constructor-init by Stephan Bergmann · 10 years ago
  49. 508c95f improve passstuffbyref return analysis by Noel Grandin · 10 years ago
  50. 48a8d6d loplugin:singlevalfields in various by Noel Grandin · 10 years ago
  51. 47443d7 ucbhelper: get rid of pointless scope in ContentImplHelper::release by Michael Stahl · 10 years ago
  52. 29bea29 loplugin:singlevalfields in ucbhelper by Noel Grandin · 10 years ago
  53. 5bd5baf remove some more (void) style function definitions/declarations by Noel Grandin · 10 years ago
  54. 0323253 remove some manual ref-counting by Noel Grandin · 10 years ago
  55. 95d20a3 Revert "remove some manual ref-counting" by Noel Grandin · 10 years ago
  56. 111de43 remove some manual ref-counting by Noel Grandin · 10 years ago
  57. 4baf56e loplugin:passstuffbyref by Stephan Bergmann · 10 years ago
  58. 14cd518 Replace fallthrough comments with new SAL_FALLTHROUGH macro by Stephan Bergmann · 10 years ago
  59. f3d9aab teach passstuffbyref plugin to check for.. by Noel Grandin · 10 years ago
  60. f9ec240 loplugin:salbool: Automatic rewrite of sal_False/True by Stephan Bergmann · 10 years ago
  61. 828ed49 loplugin:passstuffbyref in ucbhelper by Noel Grandin · 10 years ago
  62. b76c2ea clang-tidy performance-unnecessary-value-param in ucbhelper by Noel Grandin · 10 years ago
  63. 3d26445 loplugin:constantfunction in ucbhelper by Noel Grandin · 10 years ago
  64. b47cb64 loplugin:constantparam by Noel Grandin · 10 years ago
  65. bfa7b70 tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals by Rohan Kumar · 10 years ago
  66. c45d3ba new loplugin: commaoperator by Noel Grandin · 10 years ago
  67. a238b1f Remove excess newlines by Chris Sherlock · 10 years ago
  68. 752cd07 InterfaceContainer2 with vector instead of Sequence by Noel Grandin · 10 years ago
  69. 64d624b Fix typos by Andrea Gelmini · 10 years ago
  70. abc6071 loplugin:unusedfields various by Noel Grandin · 10 years ago
  71. 5fc51f8d use unique_ptr for pImpl in ucbhelper/ by Noel Grandin · 10 years ago
  72. 96c26b0 use initialiser for Sequence<OUString> by Noel Grandin · 10 years ago
  73. ee74dec com::sun::star->css in ucbhelper/ by Noel Grandin · 10 years ago
  74. b4af166 loplugin:nullptr (automatic rewrite) by Stephan Bergmann · 10 years ago
  75. d0e6388 loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) by Stephan Bergmann · 10 years ago
  76. 9426851 use uno::Reference::set method instead of assignment by Noel Grandin · 10 years ago
  77. b5db48a no need to use OUString constructor in call to createInstance by Noel Grandin · 10 years ago
  78. b36963c Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  79. db0ac3d loplugin:stringconstant by Stephan Bergmann · 11 years ago
  80. b4576f3 tdf#82744: fix WebDAV lock/unlock behaviour - part 3 by Giuseppe Castagno · 11 years ago
  81. 82f0a4f Fix typos by Andrea Gelmini · 11 years ago
  82. ee7da35 Resolves: tdf#88206 replace cppu::WeakImplHelper* etc. by Takeshi Abe · 11 years ago
  83. c168ff9 loplugin:stringconstant: OUStringBuffer: appendAscii -> append by Stephan Bergmann · 11 years ago
  84. 3d1e29c Remove newly unused ucbhelper/fileidentifierconverter.hxx by Stephan Bergmann · 11 years ago
  85. 1242a3a Remove obsolete getLocalFileURL by Stephan Bergmann · 11 years ago
  86. 286dfc2 loplugin: defaultparams by Noel Grandin · 11 years ago
  87. a4fd6c4 inline some use-once typedefs by Noel Grandin · 11 years ago
  88. 298272f tdf#84190 : when auth fails, don't remember passwords for cmis by Szymon Kłos · 11 years ago
  89. 647d7b0 loplugin:stringconstant: handle OUString+=OUString(literal) by Stephan Bergmann · 11 years ago
  90. 6c9dfa8 cppcheck: noExplicitConstructor by Caolán McNamara · 11 years ago
  91. 6ff2d84a Various #include <sal/log.hxx> fixups by Stephan Bergmann · 11 years ago
  92. 71b8099 remove unnecessary use of void in function declarations by Noel Grandin · 11 years ago
  93. 2fc4a8c Add support for cppu::UnoType<void> by Stephan Bergmann · 11 years ago
  94. 15bdb0a Replace remaining getCppuType et al with cppu::UnoType by Stephan Bergmann · 11 years ago
  95. d22519f V801: Decreased performance by Caolán McNamara · 11 years ago
  96. fd1372b boost::unordered_map->std::unordered_map by Caolán McNamara · 11 years ago
  97. 9c9276c ucbhelper: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  98. 4998e6a Authentication fallback request for the OneDrive connection by Mihai Varga · 12 years ago
  99. 15b4ab8 cppuhelper: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  100. 6a0fe37 sal: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago