1. ab35d2d tdf#125688 speed up load of change-tracking ODS by Noel Grandin · 6 years ago
  2. bc539bd loplugin:stringadd improve detection by Noel Grandin · 6 years ago
  3. bbb5479 -Werror,-Wdeprecated-volatile (clang-cl) by Stephan Bergmann · 6 years ago
  4. 6c7b5b01 Reinstate CppunitTest_sal_rtl by Stephan Bergmann · 6 years ago
  5. 0f87447 size some stringbuffer to prevent re-alloc by Noel Grandin · 6 years ago
  6. ad936de Replace some uses of OUStringChar with string literals by Stephan Bergmann · 6 years ago
  7. 810613e cid#1448512 silence Out-of-bounds access by Caolán McNamara · 6 years ago
  8. d51db77 Remove some memset calls by Mike Kaganski · 6 years ago
  9. 8b4719c Rename OUStringLiteral1 to OUStringChar by Stephan Bergmann · 6 years ago
  10. 3ee177a loplugin:stringadd look through a couple more known-good methods by Noel Grandin · 6 years ago
  11. f13c6ad new loplugin:bufferadd by Noel Grandin · 6 years ago
  12. 35e6ada Fix misuse of OStringLiteral by Stephan Bergmann · 6 years ago
  13. 77d083f New loplugin:getstr by Stephan Bergmann · 6 years ago
  14. 9b5dad1 loplugin:stringadd look for unnecessary temporaries by Noel Grandin · 6 years ago
  15. f176909 round out StringConcat helpers with sal_Unicode* overloads by Noel Grandin · 6 years ago
  16. f06091b DestFileExists should be bool by Stephan Bergmann · 6 years ago
  17. 0e7bbc0 cid#1453854 silence Time of check time of use by Caolán McNamara · 6 years ago
  18. 885e606 cid#1448512 silence bogus Out-of-bounds access by Caolán McNamara · 7 years ago
  19. a3e2964 loplugin:data (clang-cl) by Stephan Bergmann · 7 years ago
  20. 404a3c8 loplugin:simplifyconstruct (clang-cl) by Stephan Bergmann · 7 years ago
  21. b74c4b7 loplugin:stringadd in package..sax by Noel Grandin · 7 years ago
  22. 1820fcb constmethod for accessor-type methods by Noel Grandin · 7 years ago
  23. 2f5f459 support O(U)String::number() for fast string concatenation by Luboš Luňák · 7 years ago
  24. 42af04b do not require $(SRCDIR) in every gb_Library_set_precompiled_header by Luboš Luňák · 7 years ago
  25. caa211b Better handling of non--UTF-8 filesystem pathnames in sal/osl/unx/ by Stephan Bergmann · 7 years ago
  26. b89187a Simplify forced memory reads by Stephan Bergmann · 7 years ago
  27. bdcf58b -Werror=volatile (GCC 10 trunk) by Stephan Bergmann · 7 years ago
  28. 27808e6 Fix Unicode to Shift JIS/MS932 conversion data by Stephan Bergmann · 7 years ago
  29. 0c234a6 Fix typos by Andrea Gelmini · 7 years ago
  30. eedf523 tdf#127069 sal: preserve gid of files in the unx osl_replaceFile() by Miklos Vajna · 7 years ago
  31. 4ea98c9 Fix typo in comment (ASCII 0x42 is "B") by Stephan Bergmann · 7 years ago
  32. c12c84e Fixing "...." by Andrea Gelmini · 7 years ago
  33. 27c886f Clean up {osl_,osl::}systemPathEnsureSeparator combo by Stephan Bergmann · 7 years ago
  34. 001f739 Clean up {osl_,osl::}systemPathMakeAbsolutePath combo by Stephan Bergmann · 7 years ago
  35. 8cb5c25 Use OUString in osl_getNextDirectoryItem by Stephan Bergmann · 7 years ago
  36. 4e9714d Fix osl_systemPathEnsureSeparator precondition by Stephan Bergmann · 7 years ago
  37. 078d5c6 Let osl_systemPathEnsureSeparator directly take an OUString by Stephan Bergmann · 7 years ago
  38. 411e4d1 Fix conversion of U+0000 in ImplUnicodeToDBCS by Stephan Bergmann · 7 years ago
  39. cd563e7 Do not exclude Unicode noncharacters from rtl_convertUnicodeToText by Stephan Bergmann · 7 years ago
  40. ca6ddfc [API CHANGE] rtl_convertTextToUnicode behavior upon erroneous input by Stephan Bergmann · 7 years ago
  41. 238f6f4 Fix handling of invalid bytes >= 0x80 in ImplUTF7ToUnicode by Stephan Bergmann · 7 years ago
  42. 5a098fe Resolves: ofz#16898 Direct-leak in rtl_uString_ImplAlloc by Caolán McNamara · 7 years ago
  43. 69030664 Blind fix for Android, take two by Stephan Bergmann · 7 years ago
  44. d9fab1c Extract common code from #if/#else blocks by Stephan Bergmann · 7 years ago
  45. 629dfff Replace is_soffice_Impl hack with a better(?) hack by Stephan Bergmann · 7 years ago
  46. cc4edc0 Clean up some osl::X, X_u function combos by Stephan Bergmann · 7 years ago
  47. 554f27d Make oslDirectoryImpl a bit more C++y by Stephan Bergmann · 7 years ago
  48. ad4c7b9 Avoid declaring function templates in namespace std by Stephan Bergmann · 7 years ago
  49. e0adee83 loplugin:returnconstval in sal..sc by Noel Grandin · 7 years ago
  50. 0f689f8 Fix typos by Andrea Gelmini · 7 years ago
  51. 65ae1e1 Fix typos by Andrea Gelmini · 7 years ago
  52. c09d020 Avoid non-async-signal-safe functionality after fork by Stephan Bergmann · 7 years ago
  53. 7a7b6bc Avoid non-async-signal-safe functionality between fork and exec by Stephan Bergmann · 7 years ago
  54. 2124374 cid#1452268 Uninitialized scalar variable by Caolán McNamara · 7 years ago
  55. f055651 loplugin:stringconstant (macOS) by Stephan Bergmann · 7 years ago
  56. 80042cc aTime.tm_wday gets overwritten anyway by Caolán McNamara · 7 years ago
  57. be8da97 Resolves: tdf#126766 fix rounding correction at start of negative values by Eike Rathke · 7 years ago
  58. 1f0802c Fix typo in code by Andrea Gelmini · 7 years ago
  59. 7bef1aa Fix typos by Andrea Gelmini · 7 years ago
  60. de77f1d Silence -Wunused-function on Android by Mike Kaganski · 7 years ago
  61. bf6bde2 Unify some code across platforms to use static initializers by Mike Kaganski · 7 years ago
  62. 31fd673 Sometimes static checks are enough. by Mike Kaganski · 7 years ago
  63. ff98f57 Improved loplugin:stringconstant (now that GCC 7 supports it): sal by Stephan Bergmann · 7 years ago
  64. bfdf259 Fix typos by Andrea Gelmini · 7 years ago
  65. 6131288 Fix typo by Andrea Gelmini · 7 years ago
  66. 5b52057 cid#1448293 Copy into fixed size buffer by Caolán McNamara · 7 years ago
  67. 8a08eae coverity concurrency annotation attempt by Noel Grandin · 7 years ago
  68. 02b42f2 cid#1448288 Unchecked return value from library by Caolán McNamara · 7 years ago
  69. f65905d Optimize osl_getSystemTime on Windows by Mike Kaganski · 7 years ago
  70. 4583911 improve loplugin:simplifyconstruct by Noel Grandin · 7 years ago
  71. 9712f5d android: Fix type of a C string to be const char[]. by Jan Holesovsky · 7 years ago
  72. 0d04315 tdf#67538 XTypeDetection::queryTypeByDescriptor poor performance, part4 by Noel Grandin · 7 years ago
  73. f665456 Use hand-crafted passwd entry for iOS Simulator as getpwuid_r() does not work by Tor Lillqvist · 7 years ago
  74. e2fcb27 regenerate PCH headers by Luboš Luňák · 7 years ago
  75. 1156f98 an is used before a vowel sound by Caolán McNamara · 7 years ago
  76. c6350b3 regenerate PCH headers for the 4 new levels by Luboš Luňák · 7 years ago
  77. dd8d5e5 improve loplugin:stringconstant by Noel Grandin · 7 years ago
  78. 0578353 tdf#120703 PVS: dereference before nullptr check by Mike Kaganski · 7 years ago
  79. b1141fa Cut down on -pthread/-lpthread proliferation by Stephan Bergmann · 7 years ago
  80. 56bc0b1 Don't set locale env vars on macOS by Stephan Bergmann · 7 years ago
  81. c650217 tdf#124776: don't use SearchPathW to get full path of executable by Mike Kaganski · 7 years ago
  82. b52f309 improve loplugin simplifyconstruct by Noel Grandin · 7 years ago
  83. acb0cde loplugin:sequentialassign in sal by Noel Grandin · 7 years ago
  84. 639df4d use more std::make_unique by Noel Grandin · 7 years ago
  85. 34d012a android: Make the tiled rendering from the loolwsd actually work. by Jan Holesovsky · 7 years ago
  86. 515d257 Replace legacy dynamically-loaded functions with statically linked ones by Mike Kaganski · 7 years ago
  87. ad03027 In LibreOffice core commit d4d3766, several variables were changed by Greg Veldman · 7 years ago
  88. 85456fa tdf#120703 PVS: Silence V522 warnings by Mike Kaganski · 7 years ago
  89. 3b25ea6 tdf#120703 PVS: Silence V575 warnings by Mike Kaganski · 7 years ago
  90. 58b3982 Remove unused macros that caused compiler warnings and simplify by Tor Lillqvist · 7 years ago
  91. b07a990 loplugin:typedefparam (clang-cl) by Stephan Bergmann · 7 years ago
  92. e5aa36f Replace gethostbyname_r with getaddrinfo by Arkadiy Illarionov · 7 years ago
  93. 474786c hang in crashtesting, would be nice to know what failed to exec here by Caolán McNamara · 7 years ago
  94. cf89d6d tdf#96038 Make shell function work with paths containing spaces by Roland Baudin · 7 years ago
  95. 7139630 sal, android: fix -Werror,-Wreturn-type by Miklos Vajna · 7 years ago
  96. bd05092 android: Set the FONTCONFIG_FILE envvar to the fonts.conf (if exists). by Jan Holesovsky · 7 years ago
  97. cb6d779 android: Separate the Android-specific setup from the actual LOK init. by Jan Holesovsky · 7 years ago
  98. f43483c android: Expose setting of the JavaVM. by Jan Holesovsky · 7 years ago
  99. 5c23459 new loplugin constvars by Noel Grandin · 7 years ago
  100. a2e3705 loplugin:unnecessaryparen improve member expression by Noel Grandin · 7 years ago