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