1. 92a8faa Improved loplugin:stringconstant (now that GCC 7 supports it): tools by Stephan Bergmann · 7 years ago
  2. fbaf0cc cid#1448224 Unchecked return value by Caolán McNamara · 7 years ago
  3. 48480d4 make tools::Rectangle::getBottom return 0 when empty by Noel Grandin · 7 years ago
  4. 3932c81 make tools::Rectangle::getWidth return 0 when empty by Noel Grandin · 7 years ago
  5. 5d390df make tools::Rectangle::Bottom return Top when empty by Noel Grandin · 7 years ago
  6. 1ce1c26 make tools::Rectangle::Right return Left when empty by Noel Grandin · 7 years ago
  7. bfdd98d make tools::Rectangle::SaturatingSetX/Y respect empty state by Noel Grandin · 7 years ago
  8. 031d30b make tools::Rectangle::setY respect empty state by Noel Grandin · 7 years ago
  9. 1ddf8be make tools::Rectangle::setX respect empty state by Noel Grandin · 7 years ago
  10. 7554ec5 make tools::Rectangle::AdjustBottom respect empty state by Noel Grandin · 7 years ago
  11. ed0f690 make tools::Rectangle::AdjustRight respect empty state by Noel Grandin · 7 years ago
  12. 77ca413 make tools::Rectangle::shrink respect empty state by Noel Grandin · 7 years ago
  13. 11d0cc0 Fix Android build after commit fc0850d2784eaa79257cf1ea8c5d078c5241b5bf by Mike Kaganski · 7 years ago
  14. fc0850d fix android build - fallback getCpuId only had one parameter by Tomaž Vajngerl · 7 years ago
  15. f43f9b9 CPU intrinsics detection (SSE, AVX) by Tomaž Vajngerl · 9 years ago
  16. 9e8c6c8 make tools::Rectangle::expandBy respect empty state by Noel Grandin · 7 years ago
  17. 20b1e64 tdf#126121: WebDAV redirection detection by Mike Kaganski · 7 years ago
  18. 4583911 improve loplugin:simplifyconstruct by Noel Grandin · 7 years ago
  19. 31589bf tdf#94677 Calc is slow opening large CSV, improve tools::Fraction by Noel Grandin · 7 years ago
  20. 17ae6c3 Add test clarifying behavior of INetURLObject::setName on empty path by Stephan Bergmann · 7 years ago
  21. e7e87ad Extend INetURLObject::setName and drop INetURLObject::SetName by Mike Kaganski · 7 years ago
  22. 70accc2 loplugin:logexceptionnicely in toolkit..unoxml by Noel Grandin · 7 years ago
  23. 76c4ed3 Revert "improve empty tools::Rectangle (width)" by Noel Grandin · 7 years ago
  24. a46a257 improve empty tools::Rectangle (width) by Noel Grandin · 7 years ago
  25. c18e2ea New loplugin:data by Stephan Bergmann · 7 years ago
  26. d14d134 Switch everyone to stricter GetColorError by Jan-Marek Glogowski · 7 years ago
  27. c34bb16 Make BitmapColor inherit from / merge into Color by Jan-Marek Glogowski · 7 years ago
  28. e2fcb27 regenerate PCH headers by Luboš Luňák · 7 years ago
  29. c3f82af Remove temporary config.ini after the test by Aurimas Fišeras · 7 years ago
  30. c6350b3 regenerate PCH headers for the 4 new levels by Luboš Luňák · 7 years ago
  31. d3581eb AddressSanitizer: alloc-dealloc-mismatch (malloc vs operator delete) by Stephan Bergmann · 7 years ago
  32. 5e38da8 fix leak in exceptionToString by Noel Grandin · 7 years ago
  33. 83abdf8 tdf#42949 Fix IWYU warnings in tools/ by Gabor Kelemen · 7 years ago
  34. dd8d5e5 improve loplugin:stringconstant by Noel Grandin · 7 years ago
  35. cae53cf Decouple reading/writing of Color into GenericTypeSerializer by Tomaž Vajngerl · 7 years ago
  36. d370b67 cleanup and rename COLORDATA_RGB to color::extractRGB by Tomaž Vajngerl · 7 years ago
  37. 60de1cb Replace compile time test with a static_assert by Tomaž Vajngerl · 7 years ago
  38. d487d6e rework Color to have R,G,B,A public variables by Tomaž Vajngerl · 7 years ago
  39. 0e335af Fix uses of variables before their lifetimes begin by Stephan Bergmann · 7 years ago
  40. b52f309 improve loplugin simplifyconstruct by Noel Grandin · 7 years ago
  41. 7facde2 loplugin:sequentialassign in test..tools by Noel Grandin · 7 years ago
  42. ac8ee6e Revert "add more append methods to *StringBuffer" by Noel Grandin · 7 years ago
  43. 8cfa7f4 add more append methods to *StringBuffer by Noel Grandin · 7 years ago
  44. a2e3705 loplugin:unnecessaryparen improve member expression by Noel Grandin · 7 years ago
  45. 6333dcf loplugin:indentation (macOS) by Stephan Bergmann · 7 years ago
  46. 183debd pretty up logging of exceptions by Noel Grandin · 7 years ago
  47. 9e03f68 loplugin:indentation in lingucomponent..tools by Noel Grandin · 7 years ago
  48. 24f7dd6 move and extend primitive2dxmldump to drawinglayer by Tomaž Vajngerl · 7 years ago
  49. 43635b4 o3tl::make_unique -> std::make_unique in tools..xmloff by Gabor Kelemen · 7 years ago
  50. 46c645b Move dubious file: -> smb: conversion from INetURLObject to file UCP by Stephan Bergmann · 7 years ago
  51. 5988661 tools: use std::swap() in Rectangle::Justify() by Miklos Vajna · 7 years ago
  52. 553fcbb loplugin:unnecessaryparen (clang-cl) by Stephan Bergmann · 7 years ago
  53. 12764e7 Disable test for Linux x86 CXXFLAGS=-O1 corner case by Stephan Bergmann · 7 years ago
  54. bb30e9e Test for XmlWalker to check it parses the xml as expected by Tomaž Vajngerl · 7 years ago
  55. 27cd397 Drop o3tl/clamp.hxx, use C++17 std::clamp instead by Stephan Bergmann · 7 years ago
  56. 4f36ea1 o3tl::string_view -> std::string_view (in tools) by Stephan Bergmann · 7 years ago
  57. 44266a5 fix build by Rene Engelhard · 7 years ago
  58. d8d47a0 missing include by Stephan Bergmann · 7 years ago
  59. 045f141 don't use deprecated boost/math/common_factor_rt.hpp by Rene Engelhard · 7 years ago
  60. ab9b67b Remove obsolete SAL_FALLTHROUGH completely by Stephan Bergmann · 7 years ago
  61. 36b2142 remove unused SvLockBytesStatFlag enum by Noel Grandin · 7 years ago
  62. eddee22 tdf#120703 PVS: V560 A part of conditional expression is always true/false by Mike Kaganski · 7 years ago
  63. 9c0d40f Rename Mac OS X to official name macOS in comments and documentation by Bartosz Kosiorek · 7 years ago
  64. 933660e loplugin:stringconstant look for unnecessary OString constructor use by Noel Grandin · 7 years ago
  65. ce6ac77 remove unused PolyOptimizeFlags enum values by Noel Grandin · 7 years ago
  66. c59a5b8 tdf#120703 PVS: V560 A part of conditional expression is always true/false by Mike Kaganski · 7 years ago
  67. 542ad7c convert INetURLObject::PrefixInfo::Kind to scoped enum by Noel Grandin · 7 years ago
  68. 2dbd02b loplugin:redundantfcast improvements by Noel Grandin · 7 years ago
  69. 6740817 loplugin:constantparam by Noel Grandin · 7 years ago
  70. 270e41ad loplugin:buriedassign in sd..writerfilter by Noel Grandin · 7 years ago
  71. a3e725b Replace uses of SAL_BOUND with o3tl::clamp by Stephan Bergmann · 7 years ago
  72. 4e6b448 SvStream::m_isConsistent is always true by Noel Grandin · 7 years ago
  73. 7f48fa8 loplugin:collapseif in tools..xmloff by Noel Grandin · 7 years ago
  74. dbe94dd tdf#120657 Pie chart saved as DOC doesn't preview in MSO by Noel Grandin · 7 years ago
  75. 97ebc98 convert some macros to local functions by Noel Grandin · 7 years ago
  76. c2ce646 loplugin:useuniqueptr in ImplSysReadConfig by Noel Grandin · 7 years ago
  77. 16fb77b fix delete in MultiSelection::SetTotalRange by Noel Grandin · 7 years ago
  78. 41eeaac loplugin:oncevar by Noel Grandin · 7 years ago
  79. 8619243 Simplify containers iterations in test..tools by Arkadiy Illarionov · 7 years ago
  80. 6f50961 remove more rtl::OUString and OString prefixes by Noel Grandin · 7 years ago
  81. f31c9f1 clang-tidy performance-unnecessary-copy-init in test..xmlscript by Noel Grandin · 7 years ago
  82. 76dd28a loplugin:staticvar in various by Noel Grandin · 7 years ago
  83. 78490b4 pvs-studio: V668 no sense testing against null as memory was allocated by new by Caolán McNamara · 7 years ago
  84. e61e4e5 clang-tidy readability-misleading-indentation by Noel Grandin · 7 years ago
  85. 5fb66ae clang-tidy readability-simplify-boolean-expr by Noel Grandin · 7 years ago
  86. f3b3450 tdf#42949 Fix IWYU warnings in include/tools/* by Gabor Kelemen · 7 years ago
  87. 4b5e806 workaround weird linking error on tb71 by Noel Grandin · 7 years ago
  88. 1669022 loplugin:singlevalfields by Noel Grandin · 7 years ago
  89. f730f1d Fix typos by Andrea Gelmini · 7 years ago
  90. 0f2c023 Don't just log the file name, at least say what we are doing with it by Tor Lillqvist · 7 years ago
  91. 7ceee0f Extend loplugin:redundantinline to catch inline functions w/o external linkage by Stephan Bergmann · 7 years ago
  92. 1a049bc drop SvMemoryStream::GetBuffer by Noel Grandin · 8 years ago
  93. 833c496 loplugin:constfields in tools by Noel Grandin · 8 years ago
  94. b225295 loplugin:useuniqueptr in convertToUnicode by Noel Grandin · 8 years ago
  95. 206b5b2 New loplugin:external by Stephan Bergmann · 8 years ago
  96. feca66c loplugin:simplifyconstruct in toolkit..ucb by Noel Grandin · 8 years ago
  97. 24eae7b clang-tidy performance-unnecessary-value-param by Noel Grandin · 8 years ago
  98. 57cd494 Missing include by Stephan Bergmann · 8 years ago
  99. d7c1632 Do as the comment says it should do.. by Eike Rathke · 8 years ago
  100. 91cb01b The never ending rounding and scaling of tools::Time::GetClock() by Eike Rathke · 8 years ago