1. 7cc1d34 loplugin:unnecessaryparen small improvement by Noel Grandin · 5 years ago
  2. 04aafba loplugin:stringadd simplify some *StringBuffer operations by Noel Grandin · 5 years ago
  3. bc7c37f ofz#33769 Integer-overflow by Caolán McNamara · 5 years ago
  4. 39c3574 use string_view in INetURLObject::encode by Noel Grandin · 5 years ago
  5. 1325d81 loplugin:moveopt by Noel Grandin · 5 years ago
  6. 62f6d6e use more string_view in tools/stream by Noel Grandin · 5 years ago
  7. 75997f1 no need to create temporaries when appending number to O[U]StringBuffer by Noel Grandin · 5 years ago
  8. c5ea059 no need to create a temporary when appending to OUStringBuffer by Noel Grandin · 5 years ago
  9. 17e9789 reduce copy pasta with Color::GetLuminance() by Luboš Luňák · 5 years ago
  10. c7428c6 use more string_view in OString API by Noel Grandin · 5 years ago
  11. 2f752af ofz#33235 Integer-overflow by Caolán McNamara · 5 years ago
  12. db00a6d ofz#32973 Integer-overflow by Caolán McNamara · 5 years ago
  13. 2633d5f Recheck include/ with IWYU by Gabor Kelemen · 5 years ago
  14. ce9f23c ofz#33038 Floating-point-exception by Caolán McNamara · 5 years ago
  15. ea5641b Updated README.md files to represent current code / use Markdown format by Hossein · 5 years ago
  16. 6b46b05 ofz#32965 move fpe fix of ofz#17212 into toRational by Caolán McNamara · 5 years ago
  17. e90a9b67 update pches by Caolán McNamara · 5 years ago
  18. d266373 Use std::gcd instead of boost version by Mike Kaganski · 5 years ago
  19. b4613a3 ofz#32885 regard as invalid fractions that will FPE boost::integer::gcd by Caolán McNamara · 5 years ago
  20. 711ec7b vcl: move Fraction reading/writing to GenericTypeSerializer by Tomaž Vajngerl · 5 years ago
  21. ea61644 tdf#58745 - Detect end of month when extending a date list by Andreas Heinisch · 5 years ago
  22. 69a32be cid#1474353 experiment to silence Untrusted loop bound by Caolán McNamara · 5 years ago
  23. c161587 Using .md extension/Markdown syntax for modules README by Hossein · 5 years ago
  24. 7a5014b silence coverity unchecked return value from library on xmlText* functions by Caolán McNamara · 5 years ago
  25. ebe1f63 loplugin:unusedmethods by Noel · 5 years ago
  26. a73f24f update pches by Julien Nabet · 5 years ago
  27. 6b00d05 Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b) by Stephan Bergmann · 5 years ago
  28. 0ce7c84 Revert "Fix typo in code" by Stephan Bergmann · 5 years ago
  29. 3ed9bba Fix typo in code by Andrea Gelmini · 5 years ago
  30. 1da6908 add string_view variants of methods to O[U]StringBuffer by Noel · 5 years ago
  31. 4e639c3 ofz#29691 revert throw SvStreamEOFException by Caolán McNamara · 5 years ago
  32. 1e92553 make internals of ::Color private by Noel · 5 years ago
  33. cd65d6c tools: support reading xml namespace with XmlWalker by Tomaž Vajngerl · 5 years ago
  34. 63a6806 make the Color constructors explicitly specify transparency by Noel · 5 years ago
  35. 5aee16c Make JsonWriter::writeEscapedOUString() handle surrogate pairs properly by Tor Lillqvist · 5 years ago
  36. 61a3aaa cid#1471704 workaround by Noel Grandin · 5 years ago
  37. 9013666 cid#1471346 Uncaught exception by Caolán McNamara · 5 years ago
  38. d765ec2 transparency->alpha in tools::Color by Noel · 5 years ago
  39. 33b8f7c bIsBig member is redundant by Noel Grandin · 5 years ago
  40. 2298b05 move the bigint based Scale() implementations to one central place by Noel Grandin · 5 years ago
  41. 9feea2e tdf#96505 : Get rid of cargo cult long integer literals by umutbayramoglu · 5 years ago
  42. 042033f loplugin:stringviewparam: operator + by Stephan Bergmann · 5 years ago
  43. 6002ff0 tools: json: fix missing escaped chars by Henry Castro · 5 years ago
  44. ad9e043 Revert "add sal*Int64 conversions to BigInt" by Stephan Bergmann · 5 years ago
  45. 5dae423 add sal*Int64 conversions to BigInt by Noel Grandin · 5 years ago
  46. 88c0e46 custom literal for Degree10 by Noel Grandin · 5 years ago
  47. 9eb60b50 use CLZ intrinsic in tools::Fraction by Noel Grandin · 5 years ago
  48. 67d83e4 speedup rational_FromDouble by Noel Grandin · 5 years ago
  49. 8c9a4ff throw exception in SvStream when reading past end of file by Noel · 5 years ago
  50. d5b20f4 simplify checkSeek() by Noel Grandin · 5 years ago
  51. 0651fa8 remove Seek(nCurr) in SvStream::remainingSize() by Noel · 5 years ago
  52. 35e471b Adapt the remaining OUString functions to std string_view by Stephan Bergmann · 5 years ago
  53. 4f0c70f Avoid calling OString ctor with null pointer by Stephan Bergmann · 5 years ago
  54. 913fa08 jsdialog: send close on dialog response by Szymon Kłos · 5 years ago
  55. 1ac4498 update pches by Caolán McNamara · 5 years ago
  56. 7fc2fe5 jsdialog: fix arrays in JsonWriter output by Szymon Kłos · 5 years ago
  57. bb06f51 loplugin:stringviewparam extend to comparison operators by Noel · 5 years ago
  58. fcc9128 Changes to the color class by dante · 5 years ago
  59. 99f2ae5 tools::Polygon::Clip() is broken with bezier curves (tdf#137068) by Luboš Luňák · 5 years ago
  60. 1582d9a tdf#123936 Formatting files in module tools with clang-format by Philipp Hofer · 5 years ago
  61. c70b008 Reduce variable scope by Mike Kaganski · 5 years ago
  62. 97f084b Fix vcl_svm_test after making tools::Long 64-bit on _WIN64 by Mike Kaganski · 5 years ago
  63. 9536098 simplify BigInt, remove isSet by Noel · 5 years ago
  64. 50d3ad9 Instead of labs, use overloaded abs by Stephan Bergmann · 5 years ago
  65. bf4bbc3 replace std::max(std::min()) with std::clamp by Noel · 5 years ago
  66. 396196d BigInt's non-big value type is currently sal_Int32 by Mike Kaganski · 5 years ago
  67. d55e0fb Revert "remove BigInt::operator tools::Long()" by Noel Grandin · 5 years ago
  68. 8927bea Simplify comparison operators by Mike Kaganski · 5 years ago
  69. 1397a1c remove BigInt::operator tools::Long() by Noel · 5 years ago
  70. f3b5271 Improved starmath color by dante · 5 years ago
  71. 3d90997 make tools::Long 64-bit on Windows platform by Noel Grandin · 5 years ago
  72. ada07f3 tdf#123476 filter: try to detect 0-byte files based on extension by Miklos Vajna · 5 years ago
  73. 371b84d std::set->o3tl::sorted_vector in MultiSelection by Noel Grandin · 5 years ago
  74. 6436302 convert some more long -> tools::Long by Noel · 5 years ago
  75. 0fb58a1 new tools::Degree10 strong typedef by Noel Grandin · 5 years ago
  76. 2646023 add tools::Long typedef and use it in tools by Noel · 5 years ago
  77. e7eaa66 tdf#124176: Use pragma once instead of include guards by mariamfahmy · 5 years ago
  78. 22d94ce loplugin:const* make some params and methods const by Noel · 6 years ago
  79. 27f1827 loplugin:reducevarscope in toolkit..unotools by Noel · 6 years ago
  80. 15a5a56 Fix SSE2 cpuid checks by Dr. David Alan Gilbert · 6 years ago
  81. dc4ba0a Fix SSSE3 cpuid checks by Dr. David Alan Gilbert · 6 years ago
  82. afb62b0 Fix AVX2 cpuid checks by Dr. David Alan Gilbert · 6 years ago
  83. 8babcdb osl+tools: fix Windows Arm64 build by Jan-Marek Glogowski · 6 years ago
  84. 04203a2 Replace remaining uses of sal_Char by Julien Nabet · 6 years ago
  85. c927aab Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicit by Stephan Bergmann · 6 years ago
  86. b866b71 Fix typo in code by Andrea Gelmini · 6 years ago
  87. 2e21240 Goodbye O[U]StringView, welcome O[U]String::Concat by Stephan Bergmann · 6 years ago
  88. 65ae6af loplugin:unusedvarsglobal by Noel Grandin · 6 years ago
  89. 987c96d loplugin:flatten in tools by Noel Grandin · 6 years ago
  90. 4ad4468 Missing include (std::max; Windows --disable-pch) by Stephan Bergmann · 6 years ago
  91. 0587c88 Fix uses of char16_t*/wchar_t* stream inserters by Stephan Bergmann · 6 years ago
  92. c5b985b replace usage of blacklist with excludelist for IWYU by Thorsten Behrens · 6 years ago
  93. 445537b Upcoming improved loplugin:staticanonymous -> redundantstatic: tools by Stephan Bergmann · 6 years ago
  94. b8f5094 loplugin:constantparam by Noel Grandin · 6 years ago
  95. 51a4c85 tools: fix 32bit Android build by Miklos Vajna · 6 years ago
  96. 01e37e3 use tools::JsonWriter for dumping property tree by Noel Grandin · 6 years ago
  97. 760980b Fix typos by Andrea Gelmini · 6 years ago
  98. 3fb5c11 fix JsonWriter::reallocBuffer by Noel Grandin · 6 years ago
  99. 7ee6fa6 Add test as an example how to add CPU intrinsics support by Tomaž Vajngerl · 6 years ago
  100. 921ee37 Consolidate unique_ptr deleters calling free by Stephan Bergmann · 6 years ago