1. e8fd5a0 update loplugin stylepolice to check local pointers vars by Noel Grandin · 10 years ago
  2. 668e3d4 use std::vector<> instead of embedding next pointers for ErrorHandler data by Noel Grandin · 10 years ago
  3. d848960 rename Errhdl_Impl to ErrorHandler_Impl by Noel Grandin · 10 years ago
  4. f4b8b9a rename EDcr_Impl to DynamicErrorInfo_Impl by Noel Grandin · 10 years ago
  5. 60c8704 coverity#1358589 Uninitialized scalar field by Caolán McNamara · 10 years ago
  6. 789055b clang-tidy performance-unnecessary-copy-initialization by Noel Grandin · 10 years ago
  7. 494bd08 remove tools/solarmutex.hxx by Noel Grandin · 10 years ago
  8. c664b27 tdf#94306 remove unused boost dependencies by Jochen Nitschke · 10 years ago
  9. 97abbec tdf#94306 replace boost::noncopyable in stoc to xmlsec.. by Jochen Nitschke · 10 years ago
  10. f9aee52 give tools::ResId a shave and a haircut by Noel Grandin · 10 years ago
  11. 4c7ec9f cleanup: remove unused com/sun/star/uno includes by Jochen Nitschke · 10 years ago
  12. 50d02ad clang-tidy performance-unnecessary-value-param in tools by Noel Grandin · 10 years ago
  13. e5dd156 loplugin:constantparam by Noel Grandin · 10 years ago
  14. 953f8f2 loplugin:constantparam in tools by Noel Grandin · 10 years ago
  15. 1aa4df6 use SAL_N_ELEMENTS in for loops by Noel Grandin · 10 years ago
  16. 8ca50d2 loplugin:constantparam in tools by Noel Grandin · 10 years ago
  17. ce549d2 tdf#97966: Remove 'static' keywords by Wastack · 10 years ago
  18. 3915ffc loplugin:constantparam in tools by Noel Grandin · 10 years ago
  19. 359e0b4 loplugin:unuseddefaultparams by Noel Grandin · 10 years ago
  20. cc84aaf tdf#97703 removed empty setUp/tearDown methods by Chirag Manwani · 10 years ago
  21. 96be131 Minor optimization, and improved comments by Matteo Casalin · 10 years ago
  22. 0781887 Remove unuseful nStartIndex data member (and fix indexing) by Matteo Casalin · 10 years ago
  23. bc2e74f Simplify recycling/search of freed UniqueIndex-es by Matteo Casalin · 10 years ago
  24. f04999c Delete obsolete/unuseful comments by Matteo Casalin · 10 years ago
  25. ae3598182 Do not duplicate count of items by Matteo Casalin · 10 years ago
  26. 9f7f577 Let find fail, instead of using a dubious upper bound check by Matteo Casalin · 10 years ago
  27. 1d4914e Use Index consistently by Matteo Casalin · 10 years ago
  28. 46c67c4 loplugin:unuseddefaultparam in tools by Noel Grandin · 10 years ago
  29. f0c38c6 tdf#57950 Replace chained O(U)StringBuffer::append() with operator+ by Sedat Ak · 10 years ago
  30. f00967c sal_uIntPtr/sal_uLong to Index (aka sal_uInt32) in UniqueIndex by Matteo Casalin · 10 years ago
  31. 4845155e UniqueIndexImpl::size() is unneeded by Matteo Casalin · 10 years ago
  32. 3da977d loplugin:unuseddefaultparam in tools by Noel Grandin · 10 years ago
  33. c45d3ba new loplugin: commaoperator by Noel Grandin · 10 years ago
  34. 981a62f WaE vs2015 bug, add a temporary warning disable by Norbert Thiebaud · 10 years ago
  35. 2087484 use consistent #define checks for the Windows platform by Noel Grandin · 10 years ago
  36. ce43d0a use consistent #define checks for the Windows platform by Noel Grandin · 10 years ago
  37. 3210bc85 Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePoint by Stephan Bergmann · 10 years ago
  38. 0c42380 cppcheck: noExplicitConstructor by Caolán McNamara · 10 years ago
  39. a238b1f Remove excess newlines by Chris Sherlock · 10 years ago
  40. b14224f loplugin:unusedmethods by Noel Grandin · 10 years ago
  41. e9a2e04 OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use that by Caolán McNamara · 10 years ago
  42. f6db4b4 workaround ICE in VisualStudio2013 by Noel Grandin · 10 years ago
  43. a7f6efc loplugin: unused return values by Noel Grandin · 10 years ago
  44. e15a997 loplugin:unusedmethods unused return value in include/tools by Noel Grandin · 10 years ago
  45. 64d624b Fix typos by Andrea Gelmini · 10 years ago
  46. 85aa507 Avoid memory leaks upon (de)compression failure by Stephan Bergmann · 10 years ago
  47. e18b083 loplugin:unusedmethods by Noel Grandin · 10 years ago
  48. 6381fe5 tdf#96206: Avoid scaling objects while copying to clipboard by Mike Kaganski · 10 years ago
  49. 1c8e67a tdf#57950 Replace chained O(U)StringBuffer::append() with operator+ by Sedat Ak · 10 years ago
  50. f174e02 -Werror,-Wunused-variable by Stephan Bergmann · 10 years ago
  51. abc6071 loplugin:unusedfields various by Noel Grandin · 10 years ago
  52. 631b679 loplugin:unusedfields in include/toolkit,include/tools by Noel Grandin · 10 years ago
  53. acc4acb loplugin:unusedfields in tools/ by Noel Grandin · 10 years ago
  54. 8aa7394 don't warn on Color streaming missing Solar Version by Caolán McNamara · 10 years ago
  55. 048a32d use unique_ptr for pImpl in tools/ by Noel Grandin · 10 years ago
  56. e625a44 Don't assume sal_Unicode is unsigned short by Stephan Bergmann · 10 years ago
  57. 61f168d Add SvStream::ReadUtf16 (don't assume sal_Unicode is unsigned short) by Stephan Bergmann · 10 years ago
  58. 06116bd1 Fast PCH generator and optimized PCH files by Ashod Nakashian · 10 years ago
  59. f115b0c underscores are reserved by Tomaž Vajngerl · 10 years ago
  60. 2af4da0 improve compile time SSE2 detection, fix broken android build by Tomaž Vajngerl · 10 years ago
  61. 726ce58 remove SSE detection code (but keep SSE2) by Tomaž Vajngerl · 10 years ago
  62. 154bcd8 tools: runtime SSE/SSE2 detection by Tomaž Vajngerl · 10 years ago
  63. d7627da stream version doesn't matter here by Caolán McNamara · 10 years ago
  64. 2b4d7be stream version doesn't matter here by Caolán McNamara · 10 years ago
  65. fa91dd3 5th step to remove tools/rtti.hxx by Oliver Specht · 10 years ago
  66. db17d3c new loplugin: memoryvar by Noel Grandin · 10 years ago
  67. 1c4f33b loplugin:nullptr (automatic rewrite) by Stephan Bergmann · 10 years ago
  68. a3db495 com::sun::star->css in tools/ and ucb/ by Noel Grandin · 10 years ago
  69. c4b71b0 tdf#57950 Replace chained O(U)StringBuffer::append() with operator+ by Sedat Ak · 10 years ago
  70. d1c9162 Return early by Julien Nabet · 10 years ago
  71. e01e03a loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) by Stephan Bergmann · 10 years ago
  72. 13d9272 (Poly)Polygons: sal_uIntPtr to sal_uInt32/sdt::size_t/enum by Matteo Casalin · 10 years ago
  73. e35ef25 class PolyOptimizeData is never instantiated by Matteo Casalin · 10 years ago
  74. b75bc4b Date: avoid temporary conversions to sal_uIntPtr by Matteo Casalin · 10 years ago
  75. 1d927b2 Date: group common code by Matteo Casalin · 10 years ago
  76. a3de32a Rename (private) Date::init and reuse it by Matteo Casalin · 10 years ago
  77. 24c28ac Date: use support function for mapping years to days by Matteo Casalin · 10 years ago
  78. 8e36962 Avoid intermediate cast to sal_uIntPtr by Matteo Casalin · 10 years ago
  79. 7e89e28 sal_uIntPtr to sal_uInt64, sal_uLong to sal_Size for streams by Matteo Casalin · 11 years ago
  80. 644487a loplugin:unusedmethods by Noel Grandin · 11 years ago
  81. 3569c58 Remove obsolete version map files by Stephan Bergmann · 10 years ago
  82. 6017a8e loplugin:defaultparams by Stephan Bergmann · 10 years ago
  83. ca49ea4 loplugin:defaultparams by Stephan Bergmann · 10 years ago
  84. c8479bd convert DBG_ASSERTWARNING to SAL_WARN_IF by Noel Grandin · 10 years ago
  85. 39e63bf convert remaing DBG_WARNING to SAL_INFO by Noel Grandin · 10 years ago
  86. bd2f6ab Reuse FRound from tools/helpers.hxx by Stephan Bergmann · 10 years ago
  87. b4b7703 cppcheck:variableScope by Noel Grandin · 10 years ago
  88. b36963c Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  89. f76b3dd Move SolarMutex down from tools to comphelper/ to make life easier. by Michael Meeks · 10 years ago
  90. bbfc0313 tdf#57950 Replace chained O(U)StringBuffer::append() with operator+ by Aybuke Ozdemir · 11 years ago
  91. 8ea85c2 Add isSchemeEqualTo(), isAnyKnownWebDAVScheme() to INetURLObject by Giuseppe Castagno · 11 years ago
  92. 39a097f clang-analyzer-deadcode.DeadStores by Stephan Bergmann · 11 years ago
  93. f7cee96 clang-analyzer-deadcode.DeadStores by Stephan Bergmann · 11 years ago
  94. 946cf1b clang-analyzer-deadcode.DeadStores by Stephan Bergmann · 11 years ago
  95. 85f9369 tdf#94559: third step to remove rtti.hxx by Oliver Specht · 11 years ago
  96. 82f0a4f Fix typos by Andrea Gelmini · 11 years ago
  97. a2a5187 Fix typos by Andrea Gelmini · 11 years ago
  98. 3418070 loplugin:removeunusedmethods, remove unused stuff by Noel Grandin · 11 years ago
  99. b72eea1 coverity#1325052 Logically dead code by Caolán McNamara · 11 years ago
  100. 1f1b160 coverity#1325051 Logically dead code by Caolán McNamara · 11 years ago