1. 50291c2e Consistently use __EMSCRIPTEN__ instead of EMSCRIPTEN macro by Stephan Bergmann · 5 days ago
  2. d8b4817 Fix CppunitTest_tools_test on Windows: exclude test_hostfilter by Mike Kaganski · 4 days ago
  3. ad40176 Fraction->double in SfxPoolItem by Noel Grandin · 14 days ago
  4. 48eb007 std::lround is unnecessary here by Noel Grandin · 3 weeks ago
  5. 6f217fe Rename mentions of LibreOfficeKit to COKit by Tomaž Vajngerl · 10 days ago
  6. d037b81 Clarify project in source code headers. by Michael Meeks · 10 days ago
  7. 4c3125e fix build with older boosts (e.g. 1.83) by Rene Engelhard · 5 weeks ago
  8. d766646 Avoid unspecified behavior when checking for "pointer in range" by Stephan Bergmann · 5 weeks ago
  9. 28b325e fix pointer arithmetic in SvMemoryStream::PutData by Noel Grandin · 6 weeks ago
  10. 0328dd6 fix asan heap-use-after-free by Noel Grandin · 6 weeks ago
  11. 978dd8c Fix Windows build, where sal_Int32 is not int by Mike Kaganski · 3 weeks ago
  12. a1705c6 XmlWriter::attribute(double) should actually write a double value by Noel Grandin · 4 weeks ago
  13. fd9c238 add resetAllowedExtRefPaths to reset to the standard mode by Caolán McNamara · 5 weeks ago
  14. 910f23c3 Make a virtual function non-inline by Stephan Bergmann · 2 months ago
  15. c1620c7 Add an advisory setAllowedExtRefPaths by Caolán · 6 weeks ago
  16. 27f37a1 tools: destroy objects in the correct order in XPathTest by Tomaž Vajngerl · 3 months ago
  17. 7d1e839 introduce tools::XPath to be able to reuse the result after call by Tomaž Vajngerl · 4 months ago
  18. bea046c tools: replace localtime_r/localtime_s with sal osl_time API by Michael Meeks · 6 weeks ago
  19. 9f0d533 extend exotic protocol list by Caolán McNamara · 8 weeks ago
  20. 17aa020b tools: support XmlWriter construction from xmlTextWriterPtr by Tomaž Vajngerl · 4 months ago
  21. 096cdc1 Make sure that <tools/UnixWrappers.h> stays compilable as C by Tor Lillqvist · 4 months ago
  22. 4e2b089 loplugin:stringloop by Noel Grandin · 4 months ago
  23. 2644351 Avoid "Entity: line 1: parser error : Document is empty" console noise by Mike Kaganski · 5 months ago
  24. 042ffad HostFilter: Allow to disable SSL Host verification for allowed hosts by Méven Car · 5 months ago
  25. 4fa74ce tools: use string_view instead of OString in XmlWriter by Tomaž Vajngerl · 5 months ago
  26. fd2e467 tdf#146619 Run IWYU in fw decl mode on include/[a-c]* by Gabor Kelemen · 6 months ago
  27. c9c84ae Use group separators to clarify literal designating date by Mike Kaganski · 5 months ago
  28. a20e752 Sanity check all IwyuFilter files by Gabor Kelemen · 6 months ago
  29. dfb4cf3 cid#1659750 silence Division or modulo by float zero by Caolán McNamara · 6 months ago
  30. 293a41d ofz#446998346 Direct-leak by Caolán McNamara · 6 months ago
  31. 9b74900 ofz#442383407 Integer-overflow by Caolán McNamara · 7 months ago
  32. fb022d3 Use less magic numbers by Mike Kaganski · 7 months ago
  33. dea3d83 tdf#103859 EMF Improve interpolation of the EMR_ROUNDRECT by Bezier curve by Bartosz Kosiorek · 7 months ago
  34. be6015e cid#1659971 silence Overflowed return value by Caolán McNamara · 8 months ago
  35. 72e538b tainted_data_return is deprecated by Caolán McNamara · 8 months ago
  36. b6db71d ofz#437531730 Segv on unknown address by Caolán McNamara · 8 months ago
  37. ccf1476 tdf#103859 EMF Fix quality of EMR_ELLIPSE by using Bazier curve for drawing by Bartosz Kosiorek · 8 months ago
  38. 4ddabd0 tdf#145759 replaces the defined FSQRT2 with c++ built-in M_SQRT2 by Alex Berea · 8 months ago
  39. e24f165 tdf#103859 EMF Fix quality of EMR_ROUNDRECT by using Bazier curve for drawing by Bartosz Kosiorek · 8 months ago
  40. 1b68f85 tdf#167616 EMF Add support for EMR_ANGLEARC record by Bartosz Kosiorek · 8 months ago
  41. 07393eb cid#1659901 silence Logically dead code by Caolán McNamara · 8 months ago
  42. 0246482 cid#1659848 silence Logically dead code by Caolán McNamara · 8 months ago
  43. 1976b65 Use std::end here by Mike Kaganski · 8 months ago
  44. 58b9b2f const up various static locals by Noel Grandin · 9 months ago
  45. b80cd12 const up some more pieces by Caolán McNamara · 9 months ago
  46. 8571fa5 reuse number_of_bits by Caolán McNamara · 9 months ago
  47. 12c6fc8 Introduce SvStream::ResetEndianSwap to reset to native endianness by Mike Kaganski · 9 months ago
  48. b42fad8 Use ReadLine taking OStringBuffer to reduce allocations by Mike Kaganski · 10 months ago
  49. 8b263f3 SAL_INFO when vnd.sun.star.expand is considered exotic by Stephan Bergmann · 1 year ago
  50. 66b698e convert volatile bool to std::atomic<bool> in DeleteOnDeinitBase by Noel Grandin · 1 year ago
  51. fecf7a6 DeleteOnDeinitBase::gShutdown should be volatile by Noel Grandin · 1 year ago
  52. 71e781c Introduce DBG_TESTNOTSOLARMUTEX, to complement DBG_TESTSOLARMUTEX by Stephan Bergmann · 1 year, 2 months ago
  53. 6802590 tdf#157665 Use <=> operator for date by Mohamed Ali · 1 year, 4 months ago
  54. 35a61e7 extend XmlWalker test by Tomaž Vajngerl · 1 year, 2 months ago
  55. b947718 tools: moved function to create the color from string to tools by Tomaž Vajngerl · 1 year, 3 months ago
  56. e47aebc tools : use constexpr array instead of std::vector by Arnaud VERSINI · 1 year, 3 months ago
  57. 8075798 Fix check for further exotic protocols by Stephan Bergmann · 1 year, 4 months ago
  58. 59891cd look at 'embedded' protocols for protocols that support them by Caolán McNamara · 1 year, 4 months ago
  59. 71ec40d tdf#147021 - Use std::size() instead of SAL_N_ELEMENTS() macro by Rosh · 1 year, 4 months ago
  60. 12cad7e cid#1607163 silence Overflowed return value by Caolán McNamara · 1 year, 4 months ago
  61. 836d73a consider VndSunStarExpand an exotic protocol by Caolán McNamara · 1 year, 5 months ago
  62. 39f701d Avoid UBSan when negating the most negative sal_Int64 value by Stephan Bergmann · 1 year, 5 months ago
  63. c6fa60b consistently return -1 in SvFileStream::PutData by Noel Grandin · 1 year, 5 months ago
  64. 08e566f add a couple of tests for tools::BigInt by Noel Grandin · 1 year, 5 months ago
  65. 54f5e44 cid#1606697 silence Overflowed constant by Caolán McNamara · 1 year, 6 months ago
  66. 54a91f2 loplugin:passstuffbyref in tools by Noel Grandin · 1 year, 5 months ago
  67. 051365a cid#1606943 Overflowed constant by Caolán McNamara · 1 year, 5 months ago
  68. 5de73f0 new loplugin:staticconstexpr by Noel Grandin · 1 year, 6 months ago
  69. 15eb26d ofz: Undefined-shift by Caolán McNamara · 1 year, 5 months ago
  70. cb24239 cid#1606943 Overflowed constant by Noel Grandin · 1 year, 5 months ago
  71. 79b28ad cid#1606697 Overflowed constant by Noel Grandin · 1 year, 5 months ago
  72. ed425db tdf#163486: PVS: Array overrun is possible by Julien Nabet · 1 year, 5 months ago
  73. b0195d4 Avoid signed integer overflow by Stephan Bergmann · 1 year, 5 months ago
  74. 746f66f cid#1607748 Overflowed constant by Caolán McNamara · 1 year, 6 months ago
  75. 19bc885 move vcl::DeleteOnDeinit to tools by Noel Grandin · 1 year, 6 months ago
  76. 7e5f69a Make tools::Time ctor taking sal_Int64 private by Mike Kaganski · 1 year, 6 months ago
  77. 794cb79 Optimize a bit by Mike Kaganski · 1 year, 6 months ago
  78. 5c4fac1 loplugin:unusedmethods by Noel Grandin · 1 year, 6 months ago
  79. 6402a65 cid#1607163 Overflowed return value by Noel Grandin · 1 year, 6 months ago
  80. 53f8897 Reimplement GetSystemDateTime using std::chrono by Mike Kaganski · 1 year, 6 months ago
  81. bbcd476 Simplify tools::Time code by Mike Kaganski · 1 year, 6 months ago
  82. c3b3b27 loplugin:noexceptmove (macOS, LLVM 20 trunk libc++) by Stephan Bergmann · 1 year, 6 months ago
  83. c8b5ac2 cid#1607586 Overflowed return value by Caolán McNamara · 1 year, 7 months ago
  84. be16c6c sw: add Comments Panel in sidebar by Mohit Marathe · 1 year, 11 months ago
  85. 5f903bd ofz#70815 optimize this a little by Caolán McNamara · 1 year, 7 months ago
  86. 2a5c998 allow an exemption to be made for a specific host by Caolán McNamara · 1 year, 10 months ago
  87. dd689fb cid#1557699 COPY_INSTEAD_OF_MOVE by Caolán McNamara · 1 year, 8 months ago
  88. 74d9102 Resolves tdf#161766 - WCAG 2.1 compliant luminance for isDark() by Heiko Tietze · 1 year, 8 months ago
  89. 437412d cid#1557980 COPY_INSTEAD_OF_MOVE by Caolán McNamara · 1 year, 8 months ago
  90. d7056b1 cid#1558088 COPY_INSTEAD_OF_MOVE by Caolán McNamara · 1 year, 8 months ago
  91. ac0514f cid#1555415 COPY_INSTEAD_OF_MOVE by Caolán McNamara · 1 year, 8 months ago
  92. 4177e55 cid#1555587 COPY_INSTEAD_OF_MOVE by Caolán McNamara · 1 year, 8 months ago
  93. 07d3577 cid#1555417 COPY_INSTEAD_OF_MOVE by Caolán McNamara · 1 year, 8 months ago
  94. 2a9ae69 tools#1608074 silence Overflowed return value by Caolán McNamara · 1 year, 8 months ago
  95. 7f13522 cid#1556131 COPY_INSTEAD_OF_MOVE by Caolán McNamara · 1 year, 9 months ago
  96. 309dc58 cid#1555652 COPY_INSTEAD_OF_MOVE by Caolán McNamara · 1 year, 9 months ago
  97. cfe6ce1 tdf#145538 - related: Make tools::PolyPolygon iterable by Yuki Joou · 1 year, 10 months ago
  98. 02c91f8 move UniqueID to tools and rework to increase counter in constructor by Tomaž Vajngerl · 1 year, 9 months ago
  99. 039a18f compute these using floating point by Noel Grandin · 1 year, 10 months ago
  100. 550e50c ofz#69290 Integer-overflow by Caolán McNamara · 1 year, 10 months ago