1. 6f8f757 Fix typos by Andrea Gelmini · 4 years, 8 months ago
  2. 24b06b9 log access violation on windows tinderboxen by Noel Grandin · 4 years, 8 months ago
  3. db392a8 [API CHANGE] Drop obsolete osl_demultiplexSocketEvents et al by Stephan Bergmann · 4 years, 8 months ago
  4. 4e51217 no need to allocate these static vars on demand by Noel Grandin · 4 years, 9 months ago
  5. 99a1290 Use existing rtl_math_stringToDouble by Stephan Bergmann · 4 years, 9 months ago
  6. 9230c18 Use existing rtl_str_toInt64_WithLength by Stephan Bergmann · 4 years, 9 months ago
  7. b1df9c6 [API CHANGE] reduce cost of numeric conversion by Noel Grandin · 4 years, 9 months ago
  8. 9d27a44 Do not support +/-NaN with an explicit sign by Stephan Bergmann · 4 years, 9 months ago
  9. 010cf46 loplugin:indentation (clang-cl) by Stephan Bergmann · 4 years, 9 months ago
  10. 2b2b640 Reliably generate positive or negative NaN again by Stephan Bergmann · 4 years, 9 months ago
  11. 420e454 Remove unused includes by BaiXiaochun · 4 years, 9 months ago
  12. e5c80bb Purge out setNan from math.cxx by BaiXiaochun · 4 years, 9 months ago
  13. 9c15dea Simplify expresion by BaiXiaochun · 4 years, 9 months ago
  14. bfc1600 loplugin:indentation improve checks for brace alignment by Noel Grandin · 4 years, 10 months ago
  15. 46d6942 tdf#135316 add small cache to rtl_bootstrap_args_open by Noel Grandin · 4 years, 10 months ago
  16. a5e9cde remove now unnecessary comment by Noel Grandin · 4 years, 10 months ago
  17. 2e3046c simplify bootstrap_map (tdf#135316 related) by Noel Grandin · 4 years, 10 months ago
  18. 3fc41a9 Use std::fesetround / std::nearbyint for half-to-even rounding by Mike Kaganski · 4 years, 10 months ago
  19. 433ab39 Adapt implicit OString return value construction to C++23 P2266R1 by Stephan Bergmann · 4 years, 10 months ago
  20. a5eba5f Make optional use of SetThreadDescription in osl_setThreadName by Mike Kaganski · 4 years, 10 months ago
  21. f1be886 Revert "sb138: #i115619# fix for MinGW" by Mike Kaganski · 4 years, 10 months ago
  22. 313eaf9 fix leak in SocketTest by Noel Grandin · 4 years, 10 months ago
  23. 1fef071 Replace inet_addr with inet_pton by Stephan Bergmann · 4 years, 10 months ago
  24. 33bf4f0 Replace inet_ntoa with inet_ntop by Stephan Bergmann · 4 years, 10 months ago
  25. 581f12c Replace a use of select with poll by Stephan Bergmann · 4 years, 11 months ago
  26. 49af7e2 Related: tdf#136794 tdf#137063 Unlimit decimals in rtl_math_round() by Eike Rathke · 4 years, 11 months ago
  27. e9da22d Lets assume general availability of POSIX poll.h by Stephan Bergmann · 4 years, 11 months ago
  28. eca89ec Replace rtl_string_getTokenView with o3tl::getToken by Stephan Bergmann · 4 years, 11 months ago
  29. 7462343 update "add OString::getTokenView" by Noel Grandin · 4 years, 11 months ago
  30. 3669d4e add OString::getTokenView (tdf#42374 related) by Noel Grandin · 5 years ago
  31. af16aa6 Improve loplugin:stringview by Stephan Bergmann · 5 years ago
  32. 8a41739 WASM: add initial support for Emscripten cross build by Jan-Marek Glogowski · 5 years ago
  33. 41ff704 Add API to LibreOfficeKit to set arbitrary run-time options in core by Tor Lillqvist · 5 years ago
  34. c0aede4 loplugin:stringviewparam (clang-cl) by Stephan Bergmann · 5 years ago
  35. 3260edb loplugin:stringadd (clang-cl) by Stephan Bergmann · 5 years ago
  36. d507c8b loplugin:nullptr (clang-cl) by Stephan Bergmann · 5 years ago
  37. 8ae3ae4 Step 1 of removing cargo-cult pragma pack around rtl_[u]String by Stephan Bergmann · 5 years ago
  38. 7049328 loplugin:stringadd replace OUStringLiteral temporaries with OUString::Concat by Noel Grandin · 5 years ago
  39. 97351cf Simplify some code by using OUString instead of raw rtl_uString by Stephan Bergmann · 5 years ago
  40. 81a5d8f Simplify some code by using OUString instead of raw rtl_uString by Mike Kaganski · 5 years ago
  41. 72b9ad0 Simplify some code by using OUString instead of raw rtl_uString by Stephan Bergmann · 5 years ago
  42. 2775549 Simplify some code by using OUString instead of raw rtl_uString by Stephan Bergmann · 5 years ago
  43. b9f0060 Remove obsolete comment by Stephan Bergmann · 5 years ago
  44. 481b3bb flatten some code by Noel Grandin · 5 years ago
  45. c7428c6 use more string_view in OString API by Noel Grandin · 5 years ago
  46. eac0001 [API CHANGE] Do not call getaddrinfo if we just want the hostname by Samuel Mehrbrodt · 5 years ago
  47. 61462ef use OUString in dir handling operations by Noel Grandin · 5 years ago
  48. 8b127d9 flatten some code in sal/osl/w32 by Noel Grandin · 5 years ago
  49. e36c2b4 set path to fully normalized in osl_getNextFileItem by Noel Grandin · 5 years ago
  50. 27911b0 Use more std lib by Mike Kaganski · 5 years ago
  51. 334838e Unify on std::basic_string_view for indexOfStr by Mike Kaganski · 5 years ago
  52. 5a11edc use std lib for sal_Unicode version of indexOfChar_WithLength by Noel Grandin · 5 years ago
  53. 5ebccaa use std lib for O[U]String indexOfStr by Noel Grandin · 5 years ago
  54. ea5641b Updated README.md files to represent current code / use Markdown format by Hossein · 5 years ago
  55. a0656ec const OUString -> const OUStringLiteral by Mike Kaganski · 5 years ago
  56. c161587 Using .md extension/Markdown syntax for modules README by Hossein · 5 years ago
  57. 760a902 Deduplicate trim implementations by Mike Kaganski · 5 years ago
  58. 5e404d6 Fix typos by Andrea Gelmini · 5 years ago
  59. 2b4cd99 tdf#126742 make Windows file handling more unx-like by Armin Le Grand (Allotropia) · 5 years ago
  60. 083900f Make sal/config.h the first in pch by Mike Kaganski · 5 years ago
  61. b3bfcb2 Also check number of invocations in the test by Mike Kaganski · 5 years ago
  62. 6b439e8 The backtrace() etc API is available on macOS and iOS, too by Tor Lillqvist · 5 years ago
  63. eef4319 Improve unit test accuracy by Mike Kaganski · 5 years ago
  64. cf1c835 tdf#116983 tdf#136175: retry if failed by Mike Kaganski · 5 years ago
  65. ed40d47 Drop ComPtr and use sal::systools::COMReference by Mike Kaganski · 5 years ago
  66. c8976bd tdf#137208 Assume that dladdr provides an absolute pathname by Stephan Bergmann · 5 years ago
  67. 0b86394 Remove dead "defined(ANDROID) && !defined(DISABLE_DYNLOADING)" code by Stephan Bergmann · 5 years ago
  68. 376101c Do not remove '/' when it's the only character in the path by Mike Kaganski · 5 years ago
  69. 181fc61 Reuse known length of the temp dir path by Mike Kaganski · 5 years ago
  70. 3380163 Make sure osl_getTempDirURL result doesn't end with / also on unx by Mike Kaganski · 5 years ago
  71. 8ef5331 Make sure to resolve symlinks in temp path in path tests by Mike Kaganski · 5 years ago
  72. f482924 Fix creation of some OUString from non-ASCII ordinary string literals by Stephan Bergmann · 5 years ago
  73. 85ed3a4 use zlib crc32() rather our own implementation by Luboš Luňák · 5 years ago
  74. 5a4b588 Be a bit more verbose in that crappy test code by Stephan Bergmann · 5 years ago
  75. e67fa2e Fix dependency of CppunitTest_sal_osl on CppunitTest_Module_DLL library by Stephan Bergmann · 5 years ago
  76. 4cae353 Fix loplugin:stringliteralvar by Stephan Bergmann · 5 years ago
  77. ea0d73e loplugin:fakebool followed by loplugin:implicitboolconversion (clang-cl) by Stephan Bergmann · 5 years ago
  78. 61404bc report what value was found in message by Caolán McNamara · 5 years ago
  79. 0b1b167 Remove unneeded breaks by Andrea Gelmini · 5 years ago
  80. 6b00d05 Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b) by Stephan Bergmann · 5 years ago
  81. 0ce7c84 Revert "Fix typo in code" by Stephan Bergmann · 5 years ago
  82. 5e124e9 osl_File checks: creation in root can also fail because of read-only filesystem by Christian Lohmaier · 5 years ago
  83. 3ed9bba Fix typo in code by Andrea Gelmini · 5 years ago
  84. 80b7949 Enable previously disabled file and directory tests by Mike Kaganski · 5 years ago
  85. 41eaf2d Do not forget to remove "." and ".." path parts in osl_getAbsoluteFileURL by Mike Kaganski · 5 years ago
  86. 52e6dea Drop FAR/NEAR from 16-bit WinAPI times by Mike Kaganski · 5 years ago
  87. c0a91ae Fix typos by Andrea Gelmini · 5 years ago
  88. 396c2ad Use C++ thread_local instead of Tls* WinAPI by Mike Kaganski · 5 years ago
  89. c42f60e Simplify osl_getGlobalMutex to use function-local static by Mike Kaganski · 5 years ago
  90. f2a9629 Reinstate still relevant bits of comment by Mike Kaganski · 5 years ago
  91. ab91f93 Use function-local static Mutex here instead of global CRITICAL_SECTION by Mike Kaganski · 5 years ago
  92. 6e0fa7d Don't change process current directory in osl_getAbsoluteFileURL by Mike Kaganski · 5 years ago
  93. 3dbc42e Use OUString and its fast concat instead of C string manipulation by Mike Kaganski · 5 years ago
  94. b8bdd88 Use MutexGuard instead of direct oslMutex manipulations by Mike Kaganski · 5 years ago
  95. 9430608 simplify code, use more subView() by Noel · 5 years ago
  96. 1da6908 add string_view variants of methods to O[U]StringBuffer by Noel · 5 years ago
  97. aa2064c Improve loplugin:stringliteralvar by Stephan Bergmann · 5 years ago
  98. ad55d51 cppcheck: zerodivcond by Julien Nabet · 5 years ago
  99. 846bcc5 OUString::matchAsciiL() can be used instead of the fresh startsWithAsciiL() by Tor Lillqvist · 5 years ago
  100. 06ecfbe Introduce startsWithAsciiL() to match endsWithAsciiL() by Tor Lillqvist · 5 years ago