1. 9bccf92 Extended loplugin:ostr: sal by Stephan Bergmann · 2 years, 4 months ago
  2. 95ffa27 Extended loplugin:ostr: sal by Stephan Bergmann · 2 years, 5 months ago
  3. e08efe9 c++20: use std::erase(_if) instead of std::remove(_if)+erase (part 7) by Julien Nabet · 2 years, 5 months ago
  4. c254acd loplugin:unnecessarygetstr (clang-cl) by Stephan Bergmann · 2 years, 5 months ago
  5. c0e5166 loplugin:stringstatic, lopluign:ostr (clang-cl) by Stephan Bergmann · 2 years, 5 months ago
  6. 94dbf63 -Werror,-Wmissing-field-initializers (clang-cl) by Stephan Bergmann · 2 years, 5 months ago
  7. cef555e Make ExternalReferenceUriTranslator more robust against broken UTF-8 by Stephan Bergmann · 2 years, 5 months ago
  8. 3d58f3c Use requires-clauses by Stephan Bergmann · 2 years, 5 months ago
  9. 8b327dd clang-format sal/rtl/math.cxx by Mike Kaganski · 2 years, 6 months ago
  10. 35948ca Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: sal by Stephan Bergmann · 2 years, 6 months ago
  11. b4844c3 Repurpose loplugin:stringstatic for O[U]String vars that can be constexpr by Stephan Bergmann · 2 years, 6 months ago
  12. ff5863d split up the backtrace implementations into separate files by Noel Grandin · 2 years, 6 months ago
  13. 019d969 The other OStringLiteral ctor should be non-explicit too by Stephan Bergmann · 2 years, 6 months ago
  14. f99bee8 Delete OUString UTF-16 string literal ctor/assignment op by Stephan Bergmann · 2 years, 6 months ago
  15. e0c33ec loplugin:ostr: automatic rewrite by Stephan Bergmann · 2 years, 6 months ago
  16. 53c27f6 Fix iOS build breakages when building on macOS Sonoma by Patrick Luby · 2 years, 6 months ago
  17. 5a40abc Drop some newly obsolete __cplusplus version checks by Stephan Bergmann · 2 years, 6 months ago
  18. 7dc918b cid#1546363 Unused value by Caolán McNamara · 2 years, 6 months ago
  19. d724b51 tdf#157448: ignore FILE_ATTRIBUTE_READONLY when FILE_ATTRIBUTE_DIRECTORY is set by Mike Kaganski · 2 years, 6 months ago
  20. 414316a Drop some newly obsolete __clang_major__ version checks by Stephan Bergmann · 2 years, 6 months ago
  21. 72da78b Drop some newly obsolete __GNUC__ version checks by Stephan Bergmann · 2 years, 6 months ago
  22. 2e71c43 tdf#146619 Remove unused includes from sal/ [cpp files] by Gabor Kelemen · 2 years, 7 months ago
  23. 252132d tdf#146619 Remove unused includes from sal/osl/unx by Gabor Kelemen · 2 years, 8 months ago
  24. b2f7fa7 tdf#146619 Remove unused includes from sal/qa by Gabor Kelemen · 2 years, 8 months ago
  25. 10a8772 tdf#146619 Remove unused includes from sal/ [headers] by Gabor Kelemen · 2 years, 8 months ago
  26. 4d7eab5 Use less boost_headers in sal by Gabor Kelemen · 2 years, 8 months ago
  27. 218a765 tdf#146619 Remove unused includes from sal/ [system.hxx] by Gabor Kelemen · 2 years, 8 months ago
  28. 8a0c43f Use _beginthreadex instead of CreateThread by Mike Kaganski · 2 years, 8 months ago
  29. cdc2b4f Remove unused header file by Gabor Kelemen · 2 years, 8 months ago
  30. 97b9d88 Drop unnecessary header osl_Mutex_Const.h by Gabor Kelemen · 2 years, 8 months ago
  31. 6c15598 Avoid a Clang template instantiation bug with libstdc++ and C++20 by Stephan Bergmann · 2 years, 8 months ago
  32. 025f540 tdf#146619 Remove unused #includes from C/C++ files by Venetia Furtado · 2 years, 8 months ago
  33. 5d80385 loplugin:stringconstant: Catch some O[U]String::getStr anti-patterns by Stephan Bergmann · 2 years, 9 months ago
  34. fe1d6bf Fix C++20-only "..."_tstr test code by Stephan Bergmann · 2 years, 8 months ago
  35. 6fce450 Introduce "..."_tstr as a companion to "..."_ostr/u"..."_ustr in template code by Stephan Bergmann · 2 years, 9 months ago
  36. 3f96f9c tdf#139306 Incorrect nDecPlaces value after clamping by Vladislav Tarakanov · 2 years, 9 months ago
  37. e83e62f Work around MSVC bug with "..."_ostr vs. u"..."_ostr by Stephan Bergmann · 2 years, 9 months ago
  38. 27d1f3a O[U]String literals (unusable for now, C++20 only) by Stephan Bergmann · 2 years, 9 months ago
  39. d706f5d Simplify a bit by Mike Kaganski · 2 years, 9 months ago
  40. d5deff05 Fix typo by Andrea Gelmini · 2 years, 9 months ago
  41. 81726f5 No need to clean up the desktop, when the process is finishing by Mike Kaganski · 2 years, 9 months ago
  42. 1f24d35 cppunittester: use a dedicated desktop on Windows by Mike Kaganski · 2 years, 9 months ago
  43. 0193b28 new loplugin:constexprliteral by Noel Grandin · 2 years, 10 months ago
  44. 8d52aac tdf#143148: Use pragma once instead of include guards by Venetia Furtado · 2 years, 10 months ago
  45. 7bec168 tdf#145538,tdf#147021: qa: range based loops by Dr. David Alan Gilbert · 2 years, 10 months ago
  46. 4cec737 Revert a thinko from commit 876010cbc4584249e919c694b8b977fd4e83084e by Mike Kaganski · 3 years ago
  47. 325c571 update loplugin:stringview* for o3tl::iterateCodePoints by Noel Grandin · 3 years ago
  48. 4cedea4 Simplify rtl_(u)string_newReplace implementation by Mike Kaganski · 3 years ago
  49. 1db728a Simplify a bit by Mike Kaganski · 3 years ago
  50. 9c6b728 loplugin:unnecessarygetstr by Stephan Bergmann · 3 years ago
  51. fa0c012 Provide std::u16string_view based o3tl::iterateCodePoints by Stephan Bergmann · 3 years ago
  52. d7823e0 tdf#155122: implement CtrlHandler on Windows by Mike Kaganski · 3 years ago
  53. bcd233e improve windows backtrace_to_string by Noel Grandin · 3 years ago
  54. 876010c Simplify strtmpl.hxx by Mike Kaganski · 3 years ago
  55. 8de1bf3 Introduce sal::systools::CoTaskMemAllocated to use RAII for CoTaskMemFree by Mike Kaganski · 3 years ago
  56. a0c08ce loplugin:stringadd by Stephan Bergmann · 3 years ago
  57. d425780 Use o3tl::trim in strtmpl.hxx by Mike Kaganski · 3 years ago
  58. 93f9a74 fix dbgutil build on win/aarch64 (print stack from cppunittester) by Christian Lohmaier · 3 years ago
  59. 8b6d167 Use of O(U)StringNumber for float/double is actually a pessimisation by Mike Kaganski · 3 years ago
  60. d791084 use more OStringToOUString by Noel Grandin · 3 years ago
  61. 90c5908 Simplify O(U)String::number implementation by Mike Kaganski · 3 years ago
  62. 1e9f4de Make O(U)String::boolean also return an O(U)StringNumber by Mike Kaganski · 3 years ago
  63. ebf2cc4 Simplify a bit by Mike Kaganski · 3 years ago
  64. 27b98e9 loplugin:stringadd in registry..sal by Noel Grandin · 3 years ago
  65. e7dbef9 rtl::Static to thread-safe-static by Noel Grandin · 3 years ago
  66. a44c9d0 rtl_allocateString takes a size_t parameter by Stephan Bergmann · 3 years, 1 month ago
  67. 926095d Shrink rtl_[u]String allocation size to what's actually needed by Stephan Bergmann · 3 years, 1 month ago
  68. 2fd915b Related: tdf#152943 Test that a quiet NaN payload is propagated by Eike Rathke · 3 years, 1 month ago
  69. ddd2e00 tdf#143148 Use pragma once instead of include guards by Yousef_Rabia · 3 years, 1 month ago
  70. 4f74321 cid#1521506 silence Thread deadlock by Caolán McNamara · 3 years, 1 month ago
  71. e7bad15 Unify osl_{g,s}etThreadTextEncoding implementation across platforms by Mike Kaganski · 3 years, 1 month ago
  72. d7fd46b Simplify osl_getTextEncodingFromLocale on Windows by Mike Kaganski · 3 years, 1 month ago
  73. df5995b Only specialize CppUnit::assetion_traits<T>::toString member functions by Stephan Bergmann · 3 years, 2 months ago
  74. 65efe0e use std::condition_variable for oslCondition by Noel Grandin · 3 years, 2 months ago
  75. e2d8474 Let +TIMESTAMP and +RELATIVETIMER use the same osl_getSystemTime by Stephan Bergmann · 3 years, 2 months ago
  76. 6028e9f Finally drop undocumented rtl_[u]String_newFromStr null argument support by Stephan Bergmann · 3 years, 2 months ago
  77. 8ef0141 Remove support for 32-bit S390 by Stephan Bergmann · 3 years, 2 months ago
  78. 70bcf9e Remove support for AIX by Stephan Bergmann · 3 years, 2 months ago
  79. de3b4b0 Introduce lo_get_app_data_dir() for Emscripten, too by Tor Lillqvist · 3 years, 3 months ago
  80. 15cce98 Fix the "Found char > 127" warning to check the correct characters by Mike Kaganski · 3 years, 4 months ago
  81. 9d3c6d5 Add Emscripten ifdef to bootstrap_getExecutableFile() by Tor Lillqvist · 3 years, 4 months ago
  82. 8171935 Introduce CPPUNIT_PROPAGATE_EXCEPTIONS environment variable by Stephan Bergmann · 3 years, 4 months ago
  83. 4e81e3b rtl bootsratp : use enum class by Arnaud VERSINI · 3 years, 4 months ago
  84. d64aed0 osl : remove useless includes by Arnaud VERSINI · 3 years, 4 months ago
  85. 044e658 We won't need Executable_osl_process_child for WASM in the foreseeable future by Tor Lillqvist · 3 years, 4 months ago
  86. d5f2987 sal/osl win32 : use non recursive mutexes in file and thread by Arnaud VERSINI · 3 years, 5 months ago
  87. d6a3510 Revert "TempFile: clear handle on close" by Stephan Bergmann · 3 years, 5 months ago
  88. b74d500 Drop useless std::move of const object by Stephan Bergmann · 3 years, 5 months ago
  89. 46875d8 A better fix for C++23 P2266R1 by Stephan Bergmann · 3 years, 5 months ago
  90. 503195a file: Use calloc by Dr. David Alan Gilbert · 3 years, 5 months ago
  91. 0d9613b TempFile: clear handle on close by Dr. David Alan Gilbert · 3 years, 5 months ago
  92. edc2710 -Werror,-Wdeprecated-declarations (sprintf, macOS 13 SDK): sal by Stephan Bergmann · 3 years, 5 months ago
  93. 3d23617 Deduplicate O(U)StringConcatenation by Mike Kaganski · 3 years, 6 months ago
  94. 4927921 rtl uuid : remove useless endian conversion by Arnaud VERSINI · 3 years, 8 months ago
  95. b60dc48 tdf#151117: Process non-existent long paths correctly by Mike Kaganski · 3 years, 7 months ago
  96. b040cf9 OUString::matchIgnoreAsciiCase returns bool by Stephan Bergmann · 3 years, 7 months ago
  97. b943d28 tdf#150877: Add support for Kamenický and Mazovia encodings by Julien Nabet · 3 years, 7 months ago
  98. 2c8ced0 cid#1509290, cid#1509240: Silence "Use of 32-bit time_t (Y2K38_SAFETY)" for now by Stephan Bergmann · 3 years, 7 months ago
  99. f0f0d38 cid#1509232 silence Out-of-bounds access by Caolán McNamara · 3 years, 7 months ago
  100. 1bd83f0 Be careful with failed realloc by Stephan Bergmann · 3 years, 7 months ago