1. fa09d72 store: remove unnecessary comments in storpage.hxx by Chris Sherlock · 8 years ago
  2. 0b0a6e9 More loplugin:cstylecast: store by Stephan Bergmann · 8 years ago
  3. 75c604a loplugin:convertlong in ucb,sot by Noel Grandin · 8 years ago
  4. 3af5005 loplugin:salcall fix functions by Noel Grandin · 8 years ago
  5. 7a1c21e loplugin:simplifybool for negation of comparison operator by Noel Grandin · 8 years ago
  6. 4f4486c look for =() in loplugin:unnecessaryparen by Noel Grandin · 8 years ago
  7. 455e401 improve constparam loplugin by Noel Grandin · 8 years ago
  8. c8ee9e5 loplugin:includeform: store by Stephan Bergmann · 8 years ago
  9. 14d4566 loplugin:constmethod in codemaker,registry,store by Noel Grandin · 8 years ago
  10. eea6d39 loplugin:unnecessaryparen by Noel Grandin · 9 years ago
  11. b50d6a5 Remove unnecessary user-provided copy functions by Stephan Bergmann · 9 years ago
  12. b09deb0 loplugin:constparams handle constructors by Noel Grandin · 9 years ago
  13. 6f3b394 loplugin:constparams in store,registry by Noel Grandin · 9 years ago
  14. 4250b25 teach unnecessaryparen loplugin about identifiers by Noel Grandin · 9 years ago
  15. df45d21 loplugin:casttovoid: store by Stephan Bergmann · 9 years ago
  16. 8dca2d5 loplugin:oncevar in starmath..svl by Noel Grandin · 9 years ago
  17. 18f5131 loplugin:unusedfields store..svl by Noel Grandin · 9 years ago
  18. df65749 Remove a bunch of comment cruft - esp. "the end." bits by Chris Sherlock · 9 years ago
  19. 3631ef8 Improved loplugin:cstylecast to reference types: store by Stephan Bergmann · 9 years ago
  20. 2ccde70 teach redundantcast plugin about functional casts by Noel Grandin · 9 years ago
  21. 9594967 cleanup osl/diagnose.h includes by Jochen Nitschke · 9 years ago
  22. 97eb00c revert OSL_ASSERT changes by Chris Sherlock · 9 years ago
  23. b15c5c4 tdf#43157: convert store from OSL_ASSERT to assert by Chris Sherlock · 9 years ago
  24. de030cd gbuild: Remove MSVC 2013 legacy code by David Ostrovsky · 9 years ago
  25. 6cb9e6d Remove redundant 'inline' keyword by Stephan Bergmann · 9 years ago
  26. 2608523 loplugin: unnecessary destructor sfx2..store by Noel Grandin · 9 years ago
  27. 4ef9cce OSL_TRACE -> SAL in sfx2..svx by Noel Grandin · 9 years ago
  28. faf4bf0 loplugin:countusersofdefaultparams in sot..svtools by Noel Grandin · 9 years ago
  29. 62b75cd tdf#100302: gbuild: always use $(LFS_CFLAGS) by Michael Stahl · 10 years ago
  30. 98323f9 cid#1371195, cide#1371212: Replace PageHolder with shared_ptr by Stephan Bergmann · 10 years ago
  31. 904959b Remove OStorePageData typedef by Stephan Bergmann · 10 years ago
  32. ba09cda Remove "#if 1 /* EXP */" by Stephan Bergmann · 10 years ago
  33. 2950528 No need for rtl_cache_* here by Stephan Bergmann · 10 years ago
  34. e58324a convert storeAccessMode to scoped enum by Noel Grandin · 10 years ago
  35. b647996 replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos) by Michael Stahl · 10 years ago
  36. 91dd2db loplugin:override: No more need for the "MSVC dtor override" workaround by Stephan Bergmann · 10 years ago
  37. e53bb6a store: remove STORE_IMPL_ISP2 and STORE_IMPL_CONCAT. by Arnaud Versini · 10 years ago
  38. 7173a4e store : Replace store::swap with std::swap by Arnaud Versini · 10 years ago
  39. 2731941 loplugin:countusersofdefaultparams in store..svtools by Noel Grandin · 10 years ago
  40. 2c8fe2e update unusedmethods plugin to deal with constructors by Noel Grandin · 10 years ago
  41. 14cd518 Replace fallthrough comments with new SAL_FALLTHROUGH macro by Stephan Bergmann · 10 years ago
  42. 97abbec tdf#94306 replace boost::noncopyable in stoc to xmlsec.. by Jochen Nitschke · 10 years ago
  43. e5dd156 loplugin:constantparam by Noel Grandin · 10 years ago
  44. 5da802b Drop __store_ prefix from static entity (avoid reserved identifier) by Stephan Bergmann · 10 years ago
  45. b3483a0 loplugin:unuseddefaultparam in store by Noel Grandin · 10 years ago
  46. c45d3ba new loplugin: commaoperator by Noel Grandin · 10 years ago
  47. de70170 loplugin:unusedmethods unused return value in store,svl by Noel Grandin · 10 years ago
  48. 3785f82 loplugin:unusedfields in store,svtools,svx by Noel Grandin · 10 years ago
  49. 4a1edf6 More loplugin:nullptr automatic rewrite (within templates) by Stephan Bergmann · 10 years ago
  50. bc8c158 loplugin:unusedfields in store/ by Noel Grandin · 10 years ago
  51. 35b3228 loplugin:nullptr (automatic rewrite) by Stephan Bergmann · 10 years ago
  52. c7e8f21 loplugin:unusedmethods by Noel Grandin · 10 years ago
  53. 644487a loplugin:unusedmethods by Noel Grandin · 11 years ago
  54. 5318e608 tdf#65108 use <> instead of "" in include line by Feyza Yavuz · 10 years ago
  55. bbc91b7 coverity#1326107 Unchecked return value by Caolán McNamara · 10 years ago
  56. b36963c Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  57. bff4c13 Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  58. 77f8840 loplugin:mergeclasses by Noel Grandin · 11 years ago
  59. 44a46d4 loplugin:mergeclasses by Noel Grandin · 11 years ago
  60. fe0444d clang-analyzer-deadcode.DeadStores by Stephan Bergmann · 11 years ago
  61. aed0a63 tdf#42949 remove unnecessary includes using iwyu by Noel Grandin · 11 years ago
  62. 3418070 loplugin:removeunusedmethods, remove unused stuff by Noel Grandin · 11 years ago
  63. 4d22eff cppcheck: redundantPointerOp by Caolán McNamara · 11 years ago
  64. 5d26ad5 cppcheck: redundantPointerOp by Caolán McNamara · 11 years ago
  65. 68f585b cppcheck: redundantPointerOp by Caolán McNamara · 11 years ago
  66. 0871b50 Avoid explicit casts of (sizeof) constants known at compile time by Matteo Casalin · 11 years ago
  67. eb4cbea Silence some conversion warnings by Matteo Casalin · 11 years ago
  68. 9d307ab new loplugin: defaultparams by Noel Grandin · 11 years ago
  69. 85e14be cppcheck: redundantPointerOp by Caolán McNamara · 11 years ago
  70. a45827b loplugin:unusedmethods by Noel Grandin · 11 years ago
  71. d6790de cppcheck: noExplicitConstructor by Caolán McNamara · 11 years ago
  72. 081ae7a loplugin:unusedmethods registry,store by Noel Grandin · 11 years ago
  73. fa0149a loplugin:cstylecast: deal with remaining pointer casts by Stephan Bergmann · 11 years ago
  74. 9a521e3 Add back functionality erroneously removed by Stephan Bergmann · 11 years ago
  75. 6ff2d84a Various #include <sal/log.hxx> fixups by Stephan Bergmann · 11 years ago
  76. 71b8099 remove unnecessary use of void in function declarations by Noel Grandin · 11 years ago
  77. aa1b911 loplugin:staticmethods by Noel Grandin · 11 years ago
  78. a74aa43 Reduce to static_cast any reinterpret_cast from void pointers by Stephan Bergmann · 11 years ago
  79. 898832f Clean up C-style casts from pointers to void by Stephan Bergmann · 11 years ago
  80. 09d5b31 loplugin:constantfunction: store by Noel Grandin · 11 years ago
  81. d1c9e5e tdf#43157: Fix format string violations in OSL_TRACE etc. by Stephan Bergmann · 11 years ago
  82. ba233e8 remove unnecessary parenthesis in return statements by Noel Grandin · 11 years ago
  83. f447946 loplugin:deletedspecial by Stephan Bergmann · 11 years ago
  84. 4d6a509 convert all remaining BOOST_STATIC_ASSERT to static_assert by Caolán McNamara · 11 years ago
  85. f61dbc3 followup code removal after changing virtual methods to non-virtual by Noel Grandin · 11 years ago
  86. b44cbb2 new loplugin: change virtual methods to non-virtual by Noel Grandin · 11 years ago
  87. ac8fdc7 Suppress 1 cppcheck warning arrayIndexOutOfBounds by Julien Nabet · 11 years ago
  88. 4ecbc7e Remvoe store/workben/ by Stephan Bergmann · 11 years ago
  89. 2c1bf30 More iwyu suggested headers removal by Riccardo Magliocchetti · 11 years ago
  90. 0a7b110 coverity#1242813 Unused value by Caolán McNamara · 11 years ago
  91. 025da16 coverity#1242933 unused value by David Tardon · 11 years ago
  92. 2ba3fd5 coverity#1242809 unused value by David Tardon · 11 years ago
  93. a7d2149 warning C4189: : local variable is initialized but not referenced by Thomas Arnhold · 12 years ago
  94. 21e3f14 cid#1226495 Uninitialized scalar field by Noel Grandin · 12 years ago
  95. bc30f93 use SimpleReferenceObject in stoc module by Noel Grandin · 12 years ago
  96. bc1a0a8 WaE: C4754 by Tor Lillqvist · 12 years ago
  97. 0a9773d loplugin:staticcall by Stephan Bergmann · 12 years ago
  98. 4c3b360 Bin ugly (ab)use of preprocessor in headers (final part) by Thomas Arnhold · 12 years ago
  99. 0e507ae various: remove SAL_THROW macro by Noel Grandin · 12 years ago
  100. 70e744b fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IF by Michaël Lefèvre · 12 years ago