1. e4c05e0 catchall by Jan-Marek Glogowski · 5 years ago
  2. cf25c72 catchall by Jan-Marek Glogowski · 5 years ago
  3. 8a41739 WASM: add initial support for Emscripten cross build by Jan-Marek Glogowski · 5 years ago
  4. 41ff704 Add API to LibreOfficeKit to set arbitrary run-time options in core by Tor Lillqvist · 5 years ago
  5. c0aede4 loplugin:stringviewparam (clang-cl) by Stephan Bergmann · 5 years ago
  6. 3260edb loplugin:stringadd (clang-cl) by Stephan Bergmann · 5 years ago
  7. d507c8b loplugin:nullptr (clang-cl) by Stephan Bergmann · 5 years ago
  8. 8ae3ae4 Step 1 of removing cargo-cult pragma pack around rtl_[u]String by Stephan Bergmann · 5 years ago
  9. 7049328 loplugin:stringadd replace OUStringLiteral temporaries with OUString::Concat by Noel Grandin · 5 years ago
  10. 97351cf Simplify some code by using OUString instead of raw rtl_uString by Stephan Bergmann · 5 years ago
  11. 81a5d8f Simplify some code by using OUString instead of raw rtl_uString by Mike Kaganski · 5 years ago
  12. 72b9ad0 Simplify some code by using OUString instead of raw rtl_uString by Stephan Bergmann · 5 years ago
  13. 2775549 Simplify some code by using OUString instead of raw rtl_uString by Stephan Bergmann · 5 years ago
  14. b9f0060 Remove obsolete comment by Stephan Bergmann · 5 years ago
  15. 481b3bb flatten some code by Noel Grandin · 5 years ago
  16. c7428c6 use more string_view in OString API by Noel Grandin · 5 years ago
  17. eac0001 [API CHANGE] Do not call getaddrinfo if we just want the hostname by Samuel Mehrbrodt · 5 years ago
  18. 61462ef use OUString in dir handling operations by Noel Grandin · 5 years ago
  19. 8b127d9 flatten some code in sal/osl/w32 by Noel Grandin · 5 years ago
  20. e36c2b4 set path to fully normalized in osl_getNextFileItem by Noel Grandin · 5 years ago
  21. 27911b0 Use more std lib by Mike Kaganski · 5 years ago
  22. 334838e Unify on std::basic_string_view for indexOfStr by Mike Kaganski · 5 years ago
  23. 5a11edc use std lib for sal_Unicode version of indexOfChar_WithLength by Noel Grandin · 5 years ago
  24. 5ebccaa use std lib for O[U]String indexOfStr by Noel Grandin · 5 years ago
  25. ea5641b Updated README.md files to represent current code / use Markdown format by Hossein · 5 years ago
  26. a0656ec const OUString -> const OUStringLiteral by Mike Kaganski · 5 years ago
  27. c161587 Using .md extension/Markdown syntax for modules README by Hossein · 5 years ago
  28. 760a902 Deduplicate trim implementations by Mike Kaganski · 5 years ago
  29. 5e404d6 Fix typos by Andrea Gelmini · 5 years ago
  30. 2b4cd99 tdf#126742 make Windows file handling more unx-like by Armin Le Grand (Allotropia) · 5 years ago
  31. 083900f Make sal/config.h the first in pch by Mike Kaganski · 5 years ago
  32. b3bfcb2 Also check number of invocations in the test by Mike Kaganski · 5 years ago
  33. 6b439e8 The backtrace() etc API is available on macOS and iOS, too by Tor Lillqvist · 5 years ago
  34. eef4319 Improve unit test accuracy by Mike Kaganski · 5 years ago
  35. cf1c835 tdf#116983 tdf#136175: retry if failed by Mike Kaganski · 5 years ago
  36. ed40d47 Drop ComPtr and use sal::systools::COMReference by Mike Kaganski · 5 years ago
  37. c8976bd tdf#137208 Assume that dladdr provides an absolute pathname by Stephan Bergmann · 5 years ago
  38. 0b86394 Remove dead "defined(ANDROID) && !defined(DISABLE_DYNLOADING)" code by Stephan Bergmann · 5 years ago
  39. 376101c Do not remove '/' when it's the only character in the path by Mike Kaganski · 5 years ago
  40. 181fc61 Reuse known length of the temp dir path by Mike Kaganski · 5 years ago
  41. 3380163 Make sure osl_getTempDirURL result doesn't end with / also on unx by Mike Kaganski · 5 years ago
  42. 8ef5331 Make sure to resolve symlinks in temp path in path tests by Mike Kaganski · 5 years ago
  43. f482924 Fix creation of some OUString from non-ASCII ordinary string literals by Stephan Bergmann · 5 years ago
  44. 85ed3a4 use zlib crc32() rather our own implementation by Luboš Luňák · 5 years ago
  45. 5a4b588 Be a bit more verbose in that crappy test code by Stephan Bergmann · 5 years ago
  46. e67fa2e Fix dependency of CppunitTest_sal_osl on CppunitTest_Module_DLL library by Stephan Bergmann · 5 years ago
  47. 4cae353 Fix loplugin:stringliteralvar by Stephan Bergmann · 5 years ago
  48. ea0d73e loplugin:fakebool followed by loplugin:implicitboolconversion (clang-cl) by Stephan Bergmann · 5 years ago
  49. 61404bc report what value was found in message by Caolán McNamara · 5 years ago
  50. 0b1b167 Remove unneeded breaks by Andrea Gelmini · 5 years ago
  51. 6b00d05 Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b) by Stephan Bergmann · 5 years ago
  52. 0ce7c84 Revert "Fix typo in code" by Stephan Bergmann · 5 years ago
  53. 5e124e9 osl_File checks: creation in root can also fail because of read-only filesystem by Christian Lohmaier · 5 years ago
  54. 3ed9bba Fix typo in code by Andrea Gelmini · 5 years ago
  55. 80b7949 Enable previously disabled file and directory tests by Mike Kaganski · 5 years ago
  56. 41eaf2d Do not forget to remove "." and ".." path parts in osl_getAbsoluteFileURL by Mike Kaganski · 5 years ago
  57. 52e6dea Drop FAR/NEAR from 16-bit WinAPI times by Mike Kaganski · 5 years ago
  58. c0a91ae Fix typos by Andrea Gelmini · 5 years ago
  59. 396c2ad Use C++ thread_local instead of Tls* WinAPI by Mike Kaganski · 5 years ago
  60. c42f60e Simplify osl_getGlobalMutex to use function-local static by Mike Kaganski · 5 years ago
  61. f2a9629 Reinstate still relevant bits of comment by Mike Kaganski · 5 years ago
  62. ab91f93 Use function-local static Mutex here instead of global CRITICAL_SECTION by Mike Kaganski · 5 years ago
  63. 6e0fa7d Don't change process current directory in osl_getAbsoluteFileURL by Mike Kaganski · 5 years ago
  64. 3dbc42e Use OUString and its fast concat instead of C string manipulation by Mike Kaganski · 5 years ago
  65. b8bdd88 Use MutexGuard instead of direct oslMutex manipulations by Mike Kaganski · 5 years ago
  66. 9430608 simplify code, use more subView() by Noel · 5 years ago
  67. 1da6908 add string_view variants of methods to O[U]StringBuffer by Noel · 5 years ago
  68. aa2064c Improve loplugin:stringliteralvar by Stephan Bergmann · 5 years ago
  69. ad55d51 cppcheck: zerodivcond by Julien Nabet · 5 years ago
  70. 846bcc5 OUString::matchAsciiL() can be used instead of the fresh startsWithAsciiL() by Tor Lillqvist · 5 years ago
  71. 06ecfbe Introduce startsWithAsciiL() to match endsWithAsciiL() by Tor Lillqvist · 5 years ago
  72. 117ecc9 fix coverity parse errors by Caolán McNamara · 5 years ago
  73. 9129117 Missing include guard in new sal/rtl/strtmpl.hxx by Stephan Bergmann · 5 years ago
  74. c5c0f8d Replace strtmpl.cxx with actual C++ templates in strtmpl.hxx by Mike Kaganski · 5 years ago
  75. a3d0091 New loplugin:stringliteralvar by Stephan Bergmann · 5 years ago
  76. b5c5321 Use char16_t string literals by Stephan Bergmann · 5 years ago
  77. 22f7411 Remove the OUString vs. std::u16string_view comparison operators again by Stephan Bergmann · 5 years ago
  78. ecfcd99 Check intermediate for not to be rounded value, tdf#138360 follow-up by Eike Rathke · 5 years ago
  79. a10c33f Replace log2() call with parts.exponent-1023, tdf#138360 follow-up by Eike Rathke · 5 years ago
  80. 8b66e17 Add empty OUStringBuffer::toString test by Stephan Bergmann · 5 years ago
  81. 35e471b Adapt the remaining OUString functions to std string_view by Stephan Bergmann · 5 years ago
  82. 4f0c70f Avoid calling OString ctor with null pointer by Stephan Bergmann · 5 years ago
  83. afc41a4 Do not call GetAddrInfoW if we just want the hostname by Samuel Mehrbrodt · 5 years ago
  84. 1efec9e Tighten rtl_{string,uString}_newFromStr_WithLength implementation by Stephan Bergmann · 5 years ago
  85. 73d592f Improve a CPPUNIT_ASSERT message by Stephan Bergmann · 5 years ago
  86. 8bf2451 Revert "Fix osl_Security::getHomeDir test under fakeroot" by Stephan Bergmann · 5 years ago
  87. 520949f Better accuracy in rtl_math_approxValue(), tdf#138360 related by Eike Rathke · 5 years ago
  88. 9467da7 tdf#138360: sal_rtl: Add unittest by Xisco Fauli · 5 years ago
  89. deb119e Related: tdf#138360 Use approxFloor() in rtl_math_round() by Eike Rathke · 5 years ago
  90. d8e0b1c Typo in rounded digit string, tdf#138360 follow-up by Eike Rathke · 5 years ago
  91. 49aff14 Related: tdf#138360 Rounding integers to decimals is futile by Eike Rathke · 5 years ago
  92. 5abb189 Resolves: tdf#138360 better accuracy in rtl_math_round() by Eike Rathke · 5 years ago
  93. 87191b0 Unit tests for DBL_MAX to string conversion, tdf#136272 by Eike Rathke · 5 years ago
  94. 1a0f9a9 Consistently use RTL_CONSTASCII_LENGTH(), tdf#136272 follow-up by Eike Rathke · 5 years ago
  95. b8404ae Fix comment by Eike Rathke · 5 years ago
  96. 4713c19 Resolves: tdf#136272 convert DBL_MAX to 1.7976931348623157e+308 by Eike Rathke · 5 years ago
  97. ee2cc95 Related: tdf#136272 accept 1.79769313486232e+308 as DBL_MAX by Eike Rathke · 5 years ago
  98. 39c9596 Silence false loplugin:stringviewparam in conditional code (clang-cl) by Stephan Bergmann · 5 years ago
  99. 142e8cc Relax non-null requirement for some rtl_uString_* functions by Stephan Bergmann · 5 years ago
  100. 70e3606 tdf#123936 Formatting files in module sal with clang-format by Philipp Hofer · 5 years ago