1. 5685ee2 improve redundantcast loplugin by Noel Grandin · 9 years ago
  2. 2d2259c clang-tidy modernize-use-emplace in test..vbahelper by Noel Grandin · 9 years ago
  3. cb25507 Drop lazywrite property, which is silently ignored by configmgr anyway by Stephan Bergmann · 9 years ago
  4. 75a96e2 Translate German comments/debug strings (leftovers in dirs test to uui) by Johnny_M · 9 years ago
  5. 7aa7f4d loplugin:unnecessaryparen include c++ casts by Noel Grandin · 9 years ago
  6. 5aafb3d Fix typos by Andrea Gelmini · 9 years ago
  7. d1f7951 Use osl_atomic_inc/decrement in --with-webdav=serf code, too by Stephan Bergmann · 9 years ago
  8. 74917e0 Various loplugin warnings in --with-webdav=serf code by Stephan Bergmann · 9 years ago
  9. 0e35b77 fix build regression from d347c2403605c5aa3ddd98fb605366914acab79f by Markus Mohrhard · 9 years ago
  10. 38fa444 fix bogus always-true asserts by Michael Stahl · 9 years ago
  11. 9723634 Removing unused code:FileContentIdentifier::m_aNormalizedId by ccsheller · 9 years ago
  12. eea6d39 loplugin:unnecessaryparen by Noel Grandin · 9 years ago
  13. 64a3124 Fix typos by Andrea Gelmini · 9 years ago
  14. 9881bea remove unnecessary use of OUString::getStr by Noel Grandin · 9 years ago
  15. db17a87 convert std::map::insert to std::map::emplace II by Noel Grandin · 9 years ago
  16. d347c24 convert std::map::insert to std::map::emplace by Noel Grandin · 9 years ago
  17. c394363 loplugin:constparams in basctl by Noel Grandin · 9 years ago
  18. c925381 loplugin:oncevar by Noel Grandin · 9 years ago
  19. a63e17c loplugin:checkunusedparams more part3 by Noel Grandin · 9 years ago
  20. f74da13 use more comphelper::InitAnyPropertySequence by Noel Grandin · 9 years ago
  21. e19c0a3 loplugin:oncevar by Tor Lillqvist · 9 years ago
  22. c932e26 loplugin:constparams in toolkit,ucb,xmlhelp by Noel Grandin · 9 years ago
  23. db38600 extend loplugin useuniqueptr to OUString pointers by Noel Grandin · 9 years ago
  24. daf177f use more OUString::operator== in test..xmlsecurity by Noel Grandin · 9 years ago
  25. fd40ba1 loplugin:oncevar: empty strings: ucb by Stephan Bergmann · 9 years ago
  26. c598041 fix the webdav=serf build after 65e4a776e8315fd61fd67ad00d28985b11f0b79e by Markus Mohrhard · 9 years ago
  27. 65e4a77 simplify some OUString::copy calls by Noel Grandin · 9 years ago
  28. 4250b25 teach unnecessaryparen loplugin about identifiers by Noel Grandin · 9 years ago
  29. 868d8c8 loplugin:unnecessaryparen handle parens inside call expr by Noel Grandin · 9 years ago
  30. ab9b38a use more begin()/end() for Sequence by Noel Grandin · 9 years ago
  31. a1ead1a loplugin unnecessaryparan improvements by Noel Grandin · 9 years ago
  32. 98a2232 loplugin:unnecessaryparen by Stephan Bergmann · 9 years ago
  33. 777fbce loplugin:unnecessaryparen by Stephan Bergmann · 9 years ago
  34. 4b2262a new loplugin unnecessaryparen by Noel Grandin · 9 years ago
  35. c4ddf6c C++11 remove std::unary_function bases from functors by Jochen Nitschke · 9 years ago
  36. 26c82e2 loplugin:oncevar in ucb..vbahelper by Noel Grandin · 9 years ago
  37. 3f31815 s/catched/caught by Noel Grandin · 9 years ago
  38. b9ec99b Fix typos by Andrea Gelmini · 9 years ago
  39. a5dba7d remove unused osl/mutex.hxx includes by Jochen Nitschke · 9 years ago
  40. 6149da2 replace misc double checked locking patterns by Jochen Nitschke · 9 years ago
  41. d69795b use local statics in getTypes functions by Jochen Nitschke · 9 years ago
  42. a975624 loplugin:unusedfields in tools..vbahelper by Noel Grandin · 9 years ago
  43. b70fa47 use more SAL_N_ELEMENTS part 1 by Noel Grandin · 9 years ago
  44. febbad7 cleanup unused css/frame/* includes by Jochen Nitschke · 9 years ago
  45. 8eb92c9 -Werror=unused-variable by Markus Mohrhard · 9 years ago
  46. a23adf1 Make use of OUString::startsWithIgnoreAsciiCase rest parameter by Stephan Bergmann · 9 years ago
  47. cbcaff7 ucb: replace double checked locking patterns by Jochen Nitschke · 9 years ago
  48. 146033f spelling instanciate -> instantiate by Noel Grandin · 9 years ago
  49. 6b2b689 clang-tidy misc-string-compare by Noel Grandin · 9 years ago
  50. 94d9d89 Remove some unnecessary scaffolding around SAL_WARN calls by Stephan Bergmann · 9 years ago
  51. 307be8c clang-tidy readability-redundant-control-flow by Noel Grandin · 9 years ago
  52. deae9e8 FTPURL::parse doesn't need so much string conversion by Noel Grandin · 9 years ago
  53. 2ccde70 teach redundantcast plugin about functional casts by Noel Grandin · 9 years ago
  54. ef513fd remove unnecessary use of OString::getStr by Noel Grandin · 9 years ago
  55. 2dda43f loplugin:stringcopy: ucb by Stephan Bergmann · 9 years ago
  56. 52ef15c Revert "Fix typos" by Stephan Bergmann · 9 years ago
  57. 26a6700 Fix typos by Andrea Gelmini · 9 years ago
  58. eb8e28d fix build after 185ed3ddb8c01ee4465ce559e37113824f57b5c7 by Markus Mohrhard · 9 years ago
  59. 389da66 remove unused uno::Reference vars by Noel Grandin · 9 years ago
  60. 9594967 cleanup osl/diagnose.h includes by Jochen Nitschke · 9 years ago
  61. 185ed3d teach loplugin:constantparam about simple constructor calls by Noel Grandin · 9 years ago
  62. 97eb00c revert OSL_ASSERT changes by Chris Sherlock · 9 years ago
  63. 367fa84 tdf#43157: convert ucb and svl from OSL_ASSERT to assert by Chris Sherlock · 9 years ago
  64. e3a44cb loplugin:checkunusedparams in toolkit..vbahelper by Noel Grandin · 9 years ago
  65. 3e0a651 loplugin:salunicodeliteral: ucb by Stephan Bergmann · 9 years ago
  66. 9348b32 clang-tidy readability-simplify-boolean-expr by Noel Grandin · 9 years ago
  67. 91a1342 tdf#39468 cleanup source code comments by dennisroczek · 9 years ago
  68. da64d198 tools: svstream.hxx needs only errcode.hxx & not errinf.hxx by Chris Sherlock · 9 years ago
  69. de030cd gbuild: Remove MSVC 2013 legacy code by David Ostrovsky · 9 years ago
  70. 8c8f2a5 remove unnecessary explicit linefeeds from end of SAL and OSL log calls by Noel Grandin · 9 years ago
  71. f0110f7 file UCP: Dir entries can disappear during non-atomic traversal by Stephan Bergmann · 9 years ago
  72. 3c3f7d7 Removed duplicated includes by Andrea Gelmini · 9 years ago
  73. c6dc4ba loplugin:inlinefields in ucb_impl::RegexpMap by Noel Grandin · 9 years ago
  74. 340d58f use unique_ptr in RegexpMapImpl by Noel Grandin · 9 years ago
  75. fbc04c9 tdf#106955: Open WebDAV resources on which PROPFIND fails by Mike Kaganski · 9 years ago
  76. d68927c use actual UNO enums in test..vbahelper by Noel Grandin · 9 years ago
  77. c12035d NeonSession_NeonAuth(): avoid redundant OUString->OString conversion by Vitaliy Anderson · 9 years ago
  78. f7eb8ae Fix typos by Andrea Gelmini · 9 years ago
  79. ed76d1d loplugins:redundantcast teach it about c-style typedef casts by Noel Grandin · 9 years ago
  80. c68ac77 cleanup double includes and declarations by Jochen Nitschke · 9 years ago
  81. b132445 try to fix webdav build by Markus Mohrhard · 9 years ago
  82. befafd4 tdf#95416 remove ../ in #include headers of sfx2 files by Jeevan · 9 years ago
  83. 6cb9e6d Remove redundant 'inline' keyword by Stephan Bergmann · 9 years ago
  84. 446568b Fix typos by Andrea Gelmini · 9 years ago
  85. 198c41c new loplugin unoany by Noel Grandin · 9 years ago
  86. a493900 value returned from particular web server is not valid ascii by Caolán McNamara · 9 years ago
  87. ca7f305 Need <sys/stat.h> when HAVE_FEATURE_MACOSX_SANDBOX by Tor Lillqvist · 9 years ago
  88. 931646b fix the webdav=serf build by Markus Mohrhard · 9 years ago
  89. a07a638 loplugin:subtlezeroinit: ucb by Stephan Bergmann · 9 years ago
  90. 2bcfe65 try to fix "random config" tb by Markus Mohrhard · 9 years ago
  91. 95d14de try to fix random config tinderbox by Markus Mohrhard · 9 years ago
  92. 14ed889 external/libcmis: Silence -Wdynamic-exception-spec errors by Stephan Bergmann · 9 years ago
  93. d96d077 try to fix "random config" box by Markus Mohrhard · 9 years ago
  94. fe3c207 remove unused enumerators from FTPErrors enum by Noel Grandin · 9 years ago
  95. d198a82 convert InsertOperation to scoped enum by Noel Grandin · 9 years ago
  96. 6dce9c6 Add missing #includes by Stephan Bergmann · 9 years ago
  97. 88dde75 Revert "cancelCommandExecution - no need to pass exception by Any" by Noel Grandin · 9 years ago
  98. 4739b31 cancelCommandExecution - no need to pass exception by Any by Noel Grandin · 9 years ago
  99. c866ace Revert "Avoid warning with Clang that doesn't have -Wunused-but-set-parameter" by Stephan Bergmann · 9 years ago
  100. 01aa52b Work around -Werror,-Wunknown-pragmas by Stephan Bergmann · 9 years ago