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