1. 85acc27 improve function-local statics in sal by Noel Grandin · 7 years ago
  2. f4dc137 Fix typos by Andrea Gelmini · 7 years ago
  3. c89a499 Adapt to C++2a char_t by Stephan Bergmann · 7 years ago
  4. 270e41ad loplugin:buriedassign in sd..writerfilter by Noel Grandin · 7 years ago
  5. d140157 Fix race in test code by Stephan Bergmann · 7 years ago
  6. c62f75f Fix typo by Andrea Gelmini · 7 years ago
  7. afbfe42 clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2 by Tamás Zolnai · 7 years ago
  8. 0b34a5d tdf#120703 PVS: silence a V555 by Mike Kaganski · 7 years ago
  9. f180143 Don't bother setting LC_ALL, LC_CTYPE, and LANG on iOS by Tor Lillqvist · 7 years ago
  10. 2e2d736 loplugin:collapseif in framework..sal by Noel Grandin · 7 years ago
  11. e128f78 replace double-checked locking patterns with thread safe local statics by Mike Kaganski · 7 years ago
  12. d851083 tdf#120703 PVS: V547 Expression is always true/false by Mike Kaganski · 7 years ago
  13. a626bdd gbuild: rename value OS=IOS to OS=iOS by Michael Stahl · 7 years ago
  14. 4326fb3 Fix build on Haiku by Kacper Kasper · 8 years ago
  15. 2a06d78 Translate German comments by Johnny_M · 7 years ago
  16. 3040d32 tdf#120703 PVS: V547 Expression is always true/false by Mike Kaganski · 7 years ago
  17. 5f0ddb2 tdf#120703 PVS: V547 Expression is always true/false by Mike Kaganski · 7 years ago
  18. dc18587 tdf#120703 (PVS): V519 The variable is assigned values twice successively by Mike Kaganski · 7 years ago
  19. 4fc1fe6 Tell the actual end result and not an intermediate one in the SAL_INFO() by Tor Lillqvist · 7 years ago
  20. 6f50961 remove more rtl::OUString and OString prefixes by Noel Grandin · 7 years ago
  21. bdb1081 dlsym() typically does not find "main" so use readlink() on /proc/self/exe by Tor Lillqvist · 7 years ago
  22. 0ddb1e4 Remove line commented out since 2004 by Tor Lillqvist · 7 years ago
  23. 5e8cd86 tdf#120703 (PVS): handle failed calloc/realloc by Mike Kaganski · 7 years ago
  24. 3846561 tdf#120703 (PVS) by Mike Kaganski · 7 years ago
  25. b893e3a use rtl_secureZeroMemory when we're zeroing temporaries before returning by Caolán McNamara · 7 years ago
  26. 22a2ed8 Introduce UnixErrnoString() and use it in sal/osl/unx by Tor Lillqvist · 7 years ago
  27. e61e4e5 clang-tidy readability-misleading-indentation by Noel Grandin · 7 years ago
  28. 1aafe49 loplugin:staticvar in hwpfilter..sal by Noel Grandin · 7 years ago
  29. 872f363 Avoid risk of looking at an errno modified by SAL_INFO() call by Tor Lillqvist · 7 years ago
  30. 6eba86a clang-tidy misc-redundant-expression by Noel Grandin · 7 years ago
  31. d4d3766 loplugin:constfields in reportdesign,sal,sax by Noel Grandin · 7 years ago
  32. f8c77cf More SAL_INFO("sal.file", ...) tweaks by Tor Lillqvist · 7 years ago
  33. 6d18862 Further SAL_INFO("sal.file",...) tweaks by Tor Lillqvist · 7 years ago
  34. e519d7b Change {read,write}FileAt() SAL_INFO calls to use a separate log area by Tor Lillqvist · 7 years ago
  35. fb4c929 Do the SAL_INFO() for the fsync() call only when we know the result by Tor Lillqvist · 7 years ago
  36. cc8cd28 Do the SAL_INFO() also in the special 'good' ENOENT case by Tor Lillqvist · 7 years ago
  37. f340ddd Add SAL_INFO for the open() call in oslDoCopyFile() by Tor Lillqvist · 7 years ago
  38. 5f438eb Tweak check for nonexistent file on iOS by Tor Lillqvist · 7 years ago
  39. 0ae2791 Add more SAL_INFO("sal.file", ...) calls to trace actual file operations by Tor Lillqvist · 7 years ago
  40. 7ceee0f Extend loplugin:redundantinline to catch inline functions w/o external linkage by Stephan Bergmann · 7 years ago
  41. 35a7dd6 use std::unordered_map in locale by Noel Grandin · 8 years ago
  42. c934398 tdf#119238: keep replaced file's identity when renaming docfile by Mike Kaganski · 8 years ago
  43. 928b1b0 loplugin:external (clang-cl) by Stephan Bergmann · 8 years ago
  44. 206b5b2 New loplugin:external by Stephan Bergmann · 8 years ago
  45. 4464f85 These rtl_hash* functions appear to never have been exported from sal by Stephan Bergmann · 8 years ago
  46. 4b3430f2 loplugin:simplifyconstruct in reportdesign..sax by Noel Grandin · 8 years ago
  47. 8596681 clang-tidy bugprone-sizeof-expression by Noel Grandin · 8 years ago
  48. ba5670b -Werror,-Wformat (clang-cl) by Stephan Bergmann · 8 years ago
  49. aef44b5 Cppcheck: release the handle that CreateThread returns by Mike Kaganski · 8 years ago
  50. dbd9ff5 clang-tidy bugprone-use-after-move by Noel Grandin · 8 years ago
  51. 8cd6100 Cppcheck: reduce variable scope by Mike Kaganski · 8 years ago
  52. 239e654 -Werror,-Wunused-parameter by Stephan Bergmann · 8 years ago
  53. 416a543 Remove redundant asserts after new by Mike Kaganski · 8 years ago
  54. 085269d Replace find_if with proper quantifier algorithms by Arkadiy Illarionov · 8 years ago
  55. 41427a56 sal: use correct settings path for Haiku by Kacper Kasper · 8 years ago
  56. 37f9fdc replace rtl_allocateMemory with std::malloc by Noel Grandin · 8 years ago
  57. d8d310d Use ConvertSidToStringSidW instead of composing SID string manually by Mike Kaganski · 8 years ago
  58. e6f4779 directly use malloc/free in sal, instead of rtl_allocateMemory/etc by Noel Grandin · 8 years ago
  59. 4bc16ae rhbz#1618703: Allow to use OpenSSL as backend for rtl/cipher.h by Stephan Bergmann · 8 years ago
  60. f0fcbca Make OUStringLiteral ctor actually constexpr by Stephan Bergmann · 8 years ago
  61. 0787ce8 Simplify containers iterations, tdf#96099 follow-up by Arkadiy Illarionov · 8 years ago
  62. c3554e77 Fix typos by Andrea Gelmini · 8 years ago
  63. 7653271 Fix typo: s/an other/another/g by Andrea Gelmini · 8 years ago
  64. ff0d1b1 Fix typos by Andrea Gelmini · 8 years ago
  65. 23178c0 Fix typos by Andrea Gelmini · 8 years ago
  66. c40109c Add missing sal/log.hxx headers by Gabor Kelemen · 8 years ago
  67. 7989b39 loplugin:useuniqueptr in sal/qa/OStringBuffer by Noel Grandin · 8 years ago
  68. 668e68d coverity#1438194 silence Resource leak by Caolán McNamara · 8 years ago
  69. 2f3684b [API CHANGE] add some more asserts to the string functions by Noel Grandin · 8 years ago
  70. 12af39c Use memcpy for string ImplNewCopy functions by Noel Grandin · 8 years ago
  71. e3c0b6e Revert rtl_alloc_preInit back to boolean argument by Stephan Bergmann · 8 years ago
  72. aeeb6d5 Replace rtl_cache_alloc/free with rtl_allocate/freeMemory by Stephan Bergmann · 8 years ago
  73. 90950c6 Dead assignment by Stephan Bergmann · 8 years ago
  74. df6ba65 Remove "officially dead now" rtl_cache slab allocator mechanism by Stephan Bergmann · 8 years ago
  75. db354df the custom SAL allocator is no longer used by Noel Grandin · 8 years ago
  76. dead246 avoid writing StringBuffer twice by Noel Grandin · 8 years ago
  77. 72b099d bChanged can be bool by Noel Grandin · 8 years ago
  78. 0955eb6 Use memmove in trim_WithLength by Noel Grandin · 8 years ago
  79. 0342037 optimise newFromStr functions by Noel Grandin · 8 years ago
  80. ba1e172 Related: rhbz#1602589 add comments to coverity annotations by Caolán McNamara · 8 years ago
  81. 2d6d717 Related: rhbz#1602589 silence leaked_storage by Caolán McNamara · 8 years ago
  82. ba42d00 loplugin:returnconstant in sal,l10ntools,sot by Noel Grandin · 8 years ago
  83. 968476c Missing includes (--disable-pch) by Stephan Bergmann · 8 years ago
  84. 934fa68 ofz#9507 wrong start point for Johab block 59 by Caolán McNamara · 8 years ago
  85. 6b51fee tdf#42949 Fix IWYU warnings in include/osl/*hxx by Gabor Kelemen · 8 years ago
  86. d0f44d8 tdf#84323 - sal - add sane sleep interface: cleanup osl_waitThread by Kevin Dubrulle · 8 years ago
  87. 2871d45 Improved loplugin:redundantcast (const-qualified typedefs): sal by Stephan Bergmann · 8 years ago
  88. f7f75d9 Make the RELATIVETIMER be relative to start of the process, not to first call by Tor Lillqvist · 8 years ago
  89. f4dafe0 tdf#42949 Fix IWYU warnings in include/osl/*h by Gabor Kelemen · 8 years ago
  90. 6417e8c Don't reset signal that hasn't been set by Stephan Bergmann · 8 years ago
  91. 3b6905e Don't waste time in macxp_resolveAlias() on files inside the app bundle by Tor Lillqvist · 8 years ago
  92. 5c0783c Resolves: tdf#118073 one leading 0 is significant for 0. by Eike Rathke · 8 years ago
  93. 51aa57c tdf#96099 Remove some trivial std::vector typedefs by Arkadiy Illarionov · 8 years ago
  94. 1f08bff new loplugin:shouldreturnbool by Noel Grandin · 8 years ago
  95. 92ed916 sal: WNT -> _WIN32 by Thorsten Behrens · 8 years ago
  96. 423d01e sal: fix logfile path retrieval from logging.ini by Thorsten Behrens · 8 years ago
  97. 23b0844 loplugin: look for CPPUNIT_ASSERT_EQUALS with params swapped by Noel Grandin · 8 years ago
  98. 96d7c67 loplugin:unusedfields by Noel Grandin · 8 years ago
  99. a7acea7 loplugin:unusedmethods by Noel Grandin · 8 years ago
  100. ba9b525 Fix typos by Andrea Gelmini · 8 years ago