1. 3f0fba0 New rtl::isUnicodeScalarValue, rtl::isSurrogate by Stephan Bergmann · 9 years ago
  2. 75a96e2 Translate German comments/debug strings (leftovers in dirs test to uui) by Johnny_M · 9 years ago
  3. 7aa7f4d loplugin:unnecessaryparen include c++ casts by Noel Grandin · 9 years ago
  4. 1b694dad loplugin:unusedmethods by Noel Grandin · 9 years ago
  5. 168782a Remove 500ns offset from GetSystemTicks() by Jan-Marek Glogowski · 9 years ago
  6. 9881bea remove unnecessary use of OUString::getStr by Noel Grandin · 9 years ago
  7. 2e8acde remove UL/L suffixes from integer constants on the RHS of expressions by Noel Grandin · 9 years ago
  8. ff1f6a5 remove UL/L suffixes from integer constants in initialiser/call expressions by Noel Grandin · 9 years ago
  9. 88b0711 tdf#39468: Translate some german comments by Christian Barth · 9 years ago
  10. c605c8d SvPersistStream dead by Noel Grandin · 9 years ago
  11. 3dcf6df remove unnecessary use of 'this->' by Noel Grandin · 9 years ago
  12. b1d829e move resmgr to unotools by Caolán McNamara · 9 years ago
  13. 6ea9062 Related: tdf#109427 cache std::locales by Caolán McNamara · 9 years ago
  14. c925381 loplugin:oncevar by Noel Grandin · 9 years ago
  15. 9878293 loplugin:unusedmethods by Noel Grandin · 9 years ago
  16. 2fffaf6 loplugin:unusedmethods by Noel Grandin · 9 years ago
  17. 252aab1 Eliminate DateTime::operator+=() and -=() with POD types by Eike Rathke · 9 years ago
  18. fcd0361 Eliminate Date::operator+=() and -=() and replace with Date::AddDays() by Eike Rathke · 9 years ago
  19. 00657ae migrate to boost::gettext by Caolán McNamara · 9 years ago
  20. 4f75a93 loplugin:unusedfields in tools by Noel Grandin · 9 years ago
  21. 9af8964 RTL_UNICODETOTEXT_INFO_{DEST|SCR}BUFFERTOSMALL should use TOO, not TO by Chris Sherlock · 9 years ago
  22. c76c365 tools: create DateTime from Unix time by Ashod Nakashian · 9 years ago
  23. daf177f use more OUString::operator== in test..xmlsecurity by Noel Grandin · 9 years ago
  24. 0937443 ofz#2538: avoid oom by Caolán McNamara · 9 years ago
  25. 43a6b59 simplify some OUString compareTo calls by Noel Grandin · 9 years ago
  26. db47410 C++11 remove std::binary_function bases from functors by Jochen Nitschke · 9 years ago
  27. 8977d7e loplugin:unnecessaryparen by Stephan Bergmann · 9 years ago
  28. 4b2262a new loplugin unnecessaryparen by Noel Grandin · 9 years ago
  29. 1e5e504 loplugin:oncevar (clang-cl): tools by Stephan Bergmann · 9 years ago
  30. 1fe0dc7 use sal_Int64 in tools::DateTime by Noel Grandin · 9 years ago
  31. f5b0cc2 use sal_Int32 in tools::Date by Noel Grandin · 9 years ago
  32. 9324834 loplugin:casttovoid: tools by Stephan Bergmann · 9 years ago
  33. 7111206 loplugin:oncevar various by Noel Grandin · 9 years ago
  34. ef531e8 loplugin:oncevar in test..tools by Noel Grandin · 9 years ago
  35. 513ac8e loplugin:useuniqueptr in various by Noel Grandin · 9 years ago
  36. 3361e28 make some tools macros into functions by Noel Grandin · 9 years ago
  37. 5e028ad simplify some string handling in tracing calls by Noel Grandin · 9 years ago
  38. 5286326 convert ErrCode to strong typedef by Noel Grandin · 9 years ago
  39. a975624 loplugin:unusedfields in tools..vbahelper by Noel Grandin · 9 years ago
  40. a6aa57f use ERRCODE_NONE instead of 0 by Noel Grandin · 9 years ago
  41. b70fa47 use more SAL_N_ELEMENTS part 1 by Noel Grandin · 9 years ago
  42. d0069e5 add COVERITY_NOEXCEPT_FALSE by Caolán McNamara · 9 years ago
  43. de8caac replace SVSTREAM_OK with ERRCODE_NONE by Noel Grandin · 9 years ago
  44. 919dfc6 Improved loplugin:cstylecast to reference types: tools by Stephan Bergmann · 9 years ago
  45. 2ccde70 teach redundantcast plugin about functional casts by Noel Grandin · 9 years ago
  46. 2155e04 make string translation loading more uniform by Caolán McNamara · 9 years ago
  47. 4c05834 loplugin:unusedmethods by Noel Grandin · 9 years ago
  48. 9594967 cleanup osl/diagnose.h includes by Jochen Nitschke · 9 years ago
  49. f9f0b6a tdf#43157 Cleanup DBG_ASSERT in pstm.cxx by Fakabbir Amin · 9 years ago
  50. b3eb843 cleanup tools/debug.hxx includes by Jochen Nitschke · 9 years ago
  51. 97eb00c revert OSL_ASSERT changes by Chris Sherlock · 9 years ago
  52. 85aefc8 tdf#43157: convert tools from OSL_ASSERT to assert by Chris Sherlock · 9 years ago
  53. 3208f0c DateTime::GetWin32FileDateTime: FILETIME is uint64 by Eike Rathke · 9 years ago
  54. a940826 Fix typos by Andrea Gelmini · 9 years ago
  55. 7a47058 DateTime::CreateFromWin32FileDateTime: FILETIME is uint64 by Eike Rathke · 9 years ago
  56. 9f68be9 Use gcd from boost::math::gcd by David Ostrovsky · 9 years ago
  57. 1fdb0e1 Replace all OUString("") with OUString() by Arnaud Versini · 9 years ago
  58. 489406e tools: don't use std::tie when comparing resources by Michael Stahl · 9 years ago
  59. d954a20 remove excessive forward declarations by Jochen Nitschke · 9 years ago
  60. eace834 Assert that nMonth and nDay <100 to be representable by Eike Rathke · 9 years ago
  61. 4c68765 Add more unit tests for Date::Normalize() by Eike Rathke · 9 years ago
  62. 1edd422 Date::Normalize: handle day 0 and empty date by Eike Rathke · 9 years ago
  63. 246a2a5 Test that empty date is not a valid date by Eike Rathke · 9 years ago
  64. 8ea7253 Date::IsValidDate: year 0 is not by Eike Rathke · 9 years ago
  65. 34f7e61 untranslated strings are just strings by Caolán McNamara · 9 years ago
  66. ad3e1af Move getProcessWorkingDir from tools to unotools by Chris Sherlock · 9 years ago
  67. 8250e1a use std container for ParameterList by Jochen Nitschke · 9 years ago
  68. f5f564b loplugin:salunicodeliteral: tools by Stephan Bergmann · 9 years ago
  69. 8bdbfdb Add unit tests for Date::Normalize() by Eike Rathke · 9 years ago
  70. 9054648 Month 100 was always wrong by Eike Rathke · 9 years ago
  71. 50413b0 loplugin:cppunitassertequals: tools by Stephan Bergmann · 9 years ago
  72. d26f753 split nTypeAndId into two fields in ImpContent by Noel Grandin · 9 years ago
  73. 1812025 no bitmaps in .src files anymore by Caolán McNamara · 9 years ago
  74. dbd20b5 loplugin:unusedmethods by Noel Grandin · 9 years ago
  75. bef9fe6 extend unit test for INetMIME::scanContentType by Jochen Nitschke · 9 years ago
  76. 3b85b72 errinf.hxx moved out of tools and into vcl module by Chris Sherlock · 9 years ago
  77. da64d198 tools: svstream.hxx needs only errcode.hxx & not errinf.hxx by Chris Sherlock · 9 years ago
  78. a190951 tools: cleanup tools/source/ref/errinf.cxx by Chris Sherlock · 9 years ago
  79. f3281c0 tools: change internal DynamicErrorInfo struct name by Chris Sherlock · 9 years ago
  80. de030cd gbuild: Remove MSVC 2013 legacy code by David Ostrovsky · 9 years ago
  81. 8c8f2a5 remove unnecessary explicit linefeeds from end of SAL and OSL log calls by Noel Grandin · 9 years ago
  82. 841e1a6 remove some old MSVC workarounds by Noel Grandin · 9 years ago
  83. 1c5cae4 loplugin:unusedmethods by Noel Grandin · 9 years ago
  84. 2b83e73 remove freshly unused menu support from src files by Caolán McNamara · 9 years ago
  85. c4d02f4 Add minimal INetMIME::scanContentType test and fix bugs thus found by Stephan Bergmann · 9 years ago
  86. 4a2a03f Revert "remove duplicate charset entries" by Noel Grandin · 9 years ago
  87. 98973e4 remove duplicate charset entries by Jochen Nitschke · 9 years ago
  88. 52117bb loplugin:inlinefields in INetMIMEMessageStream by Noel Grandin · 9 years ago
  89. b377caa use correct string length by Jochen Nitschke · 9 years ago
  90. be8b9b4 loplugin:redundantcast find cstyle arithmetic casts by Noel Grandin · 9 years ago
  91. aa09b0c loplugin:useuniqueptr extend to catch more localvar cases by Noel Grandin · 9 years ago
  92. f8cff53 loplugin:redundantcast (clang-cl) by Stephan Bergmann · 9 years ago
  93. 6b4a149 tdf#39468 Translate German comments by Jens Carl · 9 years ago
  94. a5a5713 tdf#82580 tools: rename Rectangle to tools::Rectangle by Miklos Vajna · 9 years ago
  95. 9bfd742 loplugin:unusedmethods by Noel Grandin · 9 years ago
  96. 8681bd3 Close already calls unlockFile by Markus Mohrhard · 9 years ago
  97. f7eb8ae Fix typos by Andrea Gelmini · 9 years ago
  98. 6291574 Remove unused #include <ctype.h> by Stephan Bergmann · 9 years ago
  99. 692424b No need for a temporary OString here by Stephan Bergmann · 9 years ago
  100. bd55616 Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char) by Stephan Bergmann · 9 years ago