1. 9ad252b Drop o3tl::optional wrapper by Stephan Bergmann · 6 years ago
  2. f147b16 clang-analyzer-deadcode.DeadStores by Noel Grandin · 6 years ago
  3. c82efb6 clang-tidy modernize-concat-nested-namespace by Noel Grandin · 6 years ago
  4. 1a07ce2 tdf#124176: Use pragma once instead of include guards by bugrakurt · 6 years ago
  5. 51b5b93 remove some unused local vars by Noel Grandin · 6 years ago
  6. 42e811a tdf#130137 Replace remaining uses of WNT define checks with _WIN32 by A_GAN · 6 years ago
  7. 3bbc0cf loplugin:makeshared in svgio..writerperfect by Noel Grandin · 6 years ago
  8. cacb386 lok: disable ucbgio provider for Online. by Michael Meeks · 6 years ago
  9. 4bceda7 Split independent loop vars, giving them appropriate types by Stephan Bergmann · 6 years ago
  10. a1f5ea6 Fix typo in comment by Stephan Bergmann · 6 years ago
  11. c4f0c87 tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor by Mesut Çifci · 6 years ago
  12. 4a37292 tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor by Mesut Çifci · 6 years ago
  13. febb1b2 sal_Char->char in ucb by Noel Grandin · 6 years ago
  14. ab35d0a loplugin:duplicate-defines by Noel Grandin · 6 years ago
  15. 7b9e75d Fix various Clang and loplugin warnings in --with-webdav=serf code by Stephan Bergmann · 6 years ago
  16. d59987b loplugin:expandablemethods by Noel Grandin · 6 years ago
  17. 31fffe55 Remove some redundant user-provided dtors by Stephan Bergmann · 6 years ago
  18. f656547 remove some useless comment lines by Noel Grandin · 6 years ago
  19. 7e40319 Introduce o3tl::optional as an alias for std::optional by Stephan Bergmann · 6 years ago
  20. 47dd2c6 Rewrite uses of boost::optional by Stephan Bergmann · 6 years ago
  21. 649a37f more UCB test more robust on my system by Noel Grandin · 6 years ago
  22. f853ec31 Extend loplugin:external to warn about classes by Stephan Bergmann · 6 years ago
  23. fa31408 tdf#128598: Drop dubious file: -> smb: conversion completely by Stephan Bergmann · 6 years ago
  24. 314f15b Extend loplugin:external to warn about enums by Stephan Bergmann · 6 years ago
  25. 913d34e Extend loplugin:salbool to loplugin:fakebool by Stephan Bergmann · 6 years ago
  26. ab285c7 loplugin:stringadd by Noel Grandin · 6 years ago
  27. 7f30522 New loplugin:conditionalstring by Stephan Bergmann · 6 years ago
  28. d526bd7 Fix StringAdd::isCompileTimeConstant by Stephan Bergmann · 6 years ago
  29. c920592 tdf#42949 Fix IWYU warnings in ucb/*/*cxx by Gabor Kelemen · 6 years ago
  30. bc539bd loplugin:stringadd improve detection by Noel Grandin · 6 years ago
  31. e399c5a Silence new Clang 10 trunk -std=c++2a -Wambiguous-reversed-operator for now by Stephan Bergmann · 6 years ago
  32. 0f87447 size some stringbuffer to prevent re-alloc by Noel Grandin · 6 years ago
  33. 0b3db87 Silence Clang 10 trunk -Wdeprecated-volatile in GLib for now by Stephan Bergmann · 6 years ago
  34. d51db77 Remove some memset calls by Mike Kaganski · 6 years ago
  35. f13c6ad new loplugin:bufferadd by Noel Grandin · 6 years ago
  36. 9b5dad1 loplugin:stringadd look for unnecessary temporaries by Noel Grandin · 6 years ago
  37. c71896d use cppu::WeakImplHelper in HierarchyDataSource by Noel Grandin · 7 years ago
  38. 0adf816 use cppu::WeakImplHelper in FTPContentIdentifier by Noel Grandin · 7 years ago
  39. d8ad8cc use cppu::WeakImplHelper in fileaccess::FileContentIdentifier by Noel Grandin · 7 years ago
  40. 9f98191 use cppu::WeakImplHelper in UniversalContentBroker by Noel Grandin · 7 years ago
  41. ed1f20d use cppu::WeakImplHelper in CachedDynamicResultSetStubFactory by Noel Grandin · 7 years ago
  42. 4177246 use cppu::WeakImplHelper in fileaccess::BaseContent by Noel Grandin · 7 years ago
  43. c5e9bc7 use cppu::WeakImplHelper in CachedDynamicResultSetFactory by Noel Grandin · 7 years ago
  44. 6a1485d use cppu::WeakImplHelper in CachedContentResultSetStubFactory by Noel Grandin · 7 years ago
  45. 353be96 use cppu::WeakImplHelper in CachedContentResultSetFactory by Noel Grandin · 7 years ago
  46. 4390041 enable -Wrange-loop-analysis on clang by Noel Grandin · 7 years ago
  47. 9e5b43f loplugin:stringadd in tools..unotools by Noel Grandin · 7 years ago
  48. 6076335 tdf#42949 Fix IWYU warnings in ucb/source/*/*hxx by Gabor Kelemen · 7 years ago
  49. 08519ce loplugin:constmethod in ucb..uui by Noel Grandin · 7 years ago
  50. b56a4ea add property name when throwing css::uno::UnknownPropertyException by Noel Grandin · 7 years ago
  51. 780132a Use cppu::WeakImplHelper by Stephan Bergmann · 7 years ago
  52. c01c346 Better use rtl::Reference to hold ref-counted UNO objects by Stephan Bergmann · 7 years ago
  53. 82572ca improve and enable loplugin:fragiledestructor by Noel Grandin · 7 years ago
  54. c12c84e Fixing "...." by Andrea Gelmini · 7 years ago
  55. 0940229 Fix '..' by Andrea Gelmini · 7 years ago
  56. 9e0b342 loplugin:referencecasting find more redundant static_cast by Noel Grandin · 7 years ago
  57. 57c9a99 loplugin:returnconstval in test..writerfilter by Noel Grandin · 7 years ago
  58. 1d4eb1b loplugin:constvars in test..unotools by Noel Grandin · 7 years ago
  59. 1c3d143 tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor by Julien Nabet · 7 years ago
  60. 889dc7b use more TOOLS_WARN_EXCEPTION by Noel Grandin · 7 years ago
  61. a007374 loplugin:sequenceloop in ucb..unotools by Noel Grandin · 7 years ago
  62. c77e30c replace ".get->" with "->" by Noel Grandin · 7 years ago
  63. e31a38d Fix typos by Andrea Gelmini · 7 years ago
  64. b937a95 Fix typos by Andrea Gelmini · 7 years ago
  65. e6c0369 Fix typos by Andrea Gelmini · 7 years ago
  66. 909c810 Fix OSL_ENSURE argument by Arkadiy Illarionov · 7 years ago
  67. eda2eb3 Improved loplugin:stringconstant (now that GCC 7 supports it): ucb by Stephan Bergmann · 7 years ago
  68. 4a9ac82 Fix typos by Andrea Gelmini · 7 years ago
  69. b71e02d dispose() methods should clear their smart pointers by Noel Grandin · 7 years ago
  70. 5e752b3 cid#705118 Using invalid iterator by Caolán McNamara · 7 years ago
  71. bac57f7 cid#1448305 silence Out-of-bounds access by Caolán McNamara · 7 years ago
  72. d943b42 loplugin:referencecasting in ucb by Noel Grandin · 7 years ago
  73. cdbe8a8 loplugin:constantparam by Noel Grandin · 7 years ago
  74. 1dc7475 cid#1448426 Unchecked return value by Caolán McNamara · 7 years ago
  75. 6568ee8 cid#1448437 Unchecked return value by Caolán McNamara · 7 years ago
  76. b6f452f cid#1448431 Using invalid iterator by Caolán McNamara · 7 years ago
  77. e22adfa Use constexpr ctor to simplify TimeValue initialization by Mike Kaganski · 7 years ago
  78. 94e4695 tdf#126279 related: remove locks from NeonLockStore after NE_AUTH error by Mike Kaganski · 7 years ago
  79. b35ae1e tdf#39593 Reduce copy-paste in XRow_impl::get* some more by Arkadiy Illarionov · 7 years ago
  80. 351b730 tdf#126279: reinitialize session after NE_AUTH errors in (UN)LOCK by Mike Kaganski · 7 years ago
  81. ed920b7 Simplify lastChanceToSendRefreshRequest calculation by Mike Kaganski · 7 years ago
  82. 83867d0 no need for XResultSet_impl to extend Notifier by Noel Grandin · 7 years ago
  83. 02872ce Simplify Sequence iterations in ucb by Arkadiy Illarionov · 7 years ago
  84. 6396988 tdf#39593 Reduce copy-paste in XRow_impl::get* by Arkadiy Illarionov · 7 years ago
  85. 894880f Flatten TaskManager::erasePersistentSet and TaskManager::copyPersistentSet by Arkadiy Illarionov · 7 years ago
  86. b8cb558 Use proper index in loop body by Arkadiy Illarionov · 7 years ago
  87. 4583911 improve loplugin:simplifyconstruct by Noel Grandin · 7 years ago
  88. 70accc2 loplugin:logexceptionnicely in toolkit..unoxml by Noel Grandin · 7 years ago
  89. 1439a09 tdf#67538 XTypeDetection::queryTypeByDescriptor poor performance, part1 by Noel Grandin · 7 years ago
  90. 165327d4 tdf#125424: properly reset temporarily cleared guard by Mike Kaganski · 7 years ago
  91. 8a443fe tdf#124962: Reduce risk of g_main_loop_run from within gio MountOperation by Stephan Bergmann · 7 years ago
  92. d36331d Remove unhelpful "using namespace com::sun::star;" from ucb/source/ucp/gio/ by Stephan Bergmann · 7 years ago
  93. deffca1 Use hasElements to check Sequence emptiness in [t-u]* by Arkadiy Illarionov · 7 years ago
  94. 6d3dd64 tdf#123472: Propagate getGFileInfo failure less aggressively by Stephan Bergmann · 7 years ago
  95. 0a04150 tdf#124635 MountOperation::Mount can be called with SolarMutex unlocked by Stephan Bergmann · 7 years ago
  96. 1a5b12a optimise find/insert pattern by Noel Grandin · 7 years ago
  97. 4506a89 ucb: xmlns typo by Michael Stahl · 7 years ago
  98. 897493f loplugin:sequentialassign in ucb..vbahelper by Noel Grandin · 7 years ago
  99. 1d556ff tdf#117066 Saving ODT document with ~1500 bookmarks is slow, part 4 by Noel Grandin · 7 years ago
  100. 5a824268 Don't use resettable/clearable guard where plain guard is enough by Mike Kaganski · 7 years ago