1. b712b1f tdf#39440 cppcheck: redundantAssignment by Michael Weghorn · 11 years ago
  2. 7e31857 tdf#39440 reduce scope of local variables by Michael Weghorn · 11 years ago
  3. 61c0c81 tdf#93569 - restore ACT_ABORT distinction. by Michael Meeks · 11 years ago
  4. 5d6ef74 no need for pre/postmac in osl/unx/system.h by Norbert Thiebaud · 11 years ago
  5. 9d307ab new loplugin: defaultparams by Noel Grandin · 11 years ago
  6. 8dc2f2f sal: fix assert in osl_joinWithThread() by Michael Stahl · 11 years ago
  7. e3a7486 sal: make osl_joinWithThread() a little more consistent by Michael Stahl · 11 years ago
  8. c5b995b sal,rsc,oox: inline some use-once typedefs by Noel Grandin · 11 years ago
  9. b7ae146 tdf#60381: Accessing Sharepoint share using UNC path does not work. by Giuseppe Castagno · 11 years ago
  10. 38ecca9 inline a bunch of use-once macros by Noel Grandin · 11 years ago
  11. a5f82cf coverity#1312138 Resource leak by Caolán McNamara · 11 years ago
  12. f6f415a loplugin:cstylecast by Noel Grandin · 11 years ago
  13. 91457fb use osl_get_system_random data in rtlRamdomPool by Norbert Thiebaud · 11 years ago
  14. 5ede1d0 add an internal api to osl to collect 'native' random numbers by Norbert Thiebaud · 11 years ago
  15. e82bc17 loplugin:simplifybool by Stephan Bergmann · 11 years ago
  16. 8474e82 Log the actual string, not the rtl_uString pointer value by Tor Lillqvist · 11 years ago
  17. cbce40e Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug builds by Stephan Bergmann · 11 years ago
  18. 5401318 cleanup some unnecessary direct usage of the OString/OUString C API. by Noel Grandin · 11 years ago
  19. 4bdd6e8 Do not call SAL_N_ELEMENTS on empty array by Stephan Bergmann · 11 years ago
  20. e544f44 Fix typos by Andrea Gelmini · 11 years ago
  21. bb9d628 performance tuning of rtl_ustr_indexOfAscii_WithLength() by Norbert Thiebaud · 11 years ago
  22. 89cc844 Clarify treatment of double slashes in rtl::Uri::convertRelToAbs by Stephan Bergmann · 11 years ago
  23. 3dfdd18 Fix typos by Andrea Gelmini · 11 years ago
  24. 14255b6 Coverity 1308555, 1308562, 1308600: Drop some SAL_THROW_EXTERN_C by Stephan Bergmann · 11 years ago
  25. 5d5dc05 Fix typos by Andrea Gelmini · 11 years ago
  26. 8437b42 loplugin:stringconstant: handle OUString+=OUString(literal) by Stephan Bergmann · 11 years ago
  27. edc96a1 Add optimized OUString += literal overload by Stephan Bergmann · 11 years ago
  28. 8007417 Revert "Revert "Generalize OUStringLiteral1"" by Stephan Bergmann · 11 years ago
  29. f7a7a9d Do not forget to actually set newStr to an empty string by Stephan Bergmann · 11 years ago
  30. 5cba714 Revert "Generalize OUStringLiteral1" by Stephan Bergmann · 11 years ago
  31. 4d4f351 Generalize OUStringLiteral1 by Stephan Bergmann · 11 years ago
  32. 2a65bf3 Revert "Typo: iff->if" by Julien Nabet · 11 years ago
  33. cf92da3 Typo: iff->if by Julien Nabet · 11 years ago
  34. fd7889a Implement full set of OUString::replaceFirst/All literal overloads by Stephan Bergmann · 11 years ago
  35. 0f03d20 typo by Stephan Bergmann · 11 years ago
  36. b509137 Make test code unaffected by upcoming loplugin:stringconstant improvements by Stephan Bergmann · 11 years ago
  37. 0980095 Replace boost::scoped_array<T> with std::unique_ptr<T[]> by Takeshi Abe · 11 years ago
  38. ca9de68 Fix typos by Andrea Gelmini · 11 years ago
  39. dcf6abf cppcheck:unreadVariable by Noel Grandin · 11 years ago
  40. 4ea281a cppcheck:redundantAssignment by Noel Grandin · 11 years ago
  41. 3754474 Typos by Julien Nabet · 11 years ago
  42. 30b089f loplugin:cstylecast: deal with remaining pointer casts by Stephan Bergmann · 11 years ago
  43. c3a7174 -fsanitize=nonnull-attribute in memcpy call by Stephan Bergmann · 11 years ago
  44. eee2597 -fsanitize=nonnull-attribute in memcpy call by Stephan Bergmann · 11 years ago
  45. e60cea3 loplugin:cstylecast: deal with those that are (technically) const_cast by Stephan Bergmann · 11 years ago
  46. f558567 loplugin:redundantcast: Work around OS X memchr bug by Stephan Bergmann · 11 years ago
  47. 33b93f9 loplugin:staticmethods by Stephan Bergmann · 11 years ago
  48. 26ebcb0 sal: don't build cppunittester if cross-compiling by Michael Stahl · 11 years ago
  49. f8cb76a loplugin:cstylecast: nop between pointer types of exactly same spelling by Stephan Bergmann · 11 years ago
  50. b6b4816 cppcheck: help out unusedScopedObject false positive by Caolán McNamara · 11 years ago
  51. a5847cf coverity#1297235 Uncaught exception by Caolán McNamara · 11 years ago
  52. 3aaadf9 Use bool instead of int by Stephan Bergmann · 11 years ago
  53. 5b8acf4 Actually, let's just delete the now commented-out SAL_INFO lines by Tor Lillqvist · 11 years ago
  54. 9a812c0 Let's disable these too then for consistency by Tor Lillqvist · 11 years ago
  55. f70ae55 sal: disable some over-eager SAL_INFO by Michael Stahl · 11 years ago
  56. 9ce371fa provide a way to execute single test case from test suite by Markus Mohrhard · 11 years ago
  57. d1ca0f4 Bin some pointless comments and reduce some vertical whitespace by Tor Lillqvist · 11 years ago
  58. 3591554d More loplugin:simplifybool by Stephan Bergmann · 11 years ago
  59. 90db983 cppcheck: uselessAssignmentArg by Caolán McNamara · 11 years ago
  60. 10887fe cppcheck: redundantAssignment by Caolán McNamara · 11 years ago
  61. 6ff2d84a Various #include <sal/log.hxx> fixups by Stephan Bergmann · 11 years ago
  62. eea5ad9 cppcheck: redundantCopy by Caolán McNamara · 11 years ago
  63. 9561c2f Clean up new rtl/surrogates.h by Stephan Bergmann · 11 years ago
  64. fd8c06a duplicate surrogate code by Caolán McNamara · 11 years ago
  65. 71b8099 remove unnecessary use of void in function declarations by Noel Grandin · 11 years ago
  66. 8e6c335 Update @since tags LO 4.5 -> 5.0 by Stephan Bergmann · 11 years ago
  67. 53d7c88 WaE: VarDecl, use "bool" instead of "sal_Bool" by Tor Lillqvist · 11 years ago
  68. 2dede8b Change from <osl/diagnose.h> to <sal/log.hxx> and add more logging by Tor Lillqvist · 11 years ago
  69. c2254a1 tdf#43157: remove osl/diagnose.h dependency from sal/osl/unx/socket.cxx by Jorge Cunha Mendes · 11 years ago
  70. c4dca26 -Werror=maybe-uninitialized by Stephan Bergmann · 11 years ago
  71. d82e943 tdf#88169: Do not return ..._INFO_SRCBUFFERTOSMALL when ..._FLAGS_FLUSH by Stephan Bergmann · 11 years ago
  72. f25cae2 Typo: creat->create by Julien Nabet · 11 years ago
  73. cbd8587 Move osl::LibreOfficeKit stuff to comphelper for now by Tor Lillqvist · 11 years ago
  74. 8955af9 Add API to check whether being used through LibreOfficeKit by Tor Lillqvist · 11 years ago
  75. 96f5b78 Use OUString::unacquired by Stephan Bergmann · 11 years ago
  76. b435cce loplugin:redundantcast by Stephan Bergmann · 11 years ago
  77. 026b17b V597: introduce a rtl_secureZeroMemory by Caolán McNamara · 11 years ago
  78. 0e8cb20 Reduce to static_cast any reinterpret_cast from void pointers by Stephan Bergmann · 11 years ago
  79. 526d436 Return value 0 from connect() is not an error, errno is not set by Tor Lillqvist · 11 years ago
  80. 3d177c7 Bootstrap.initVCL is not used by our Android app any more by Tor Lillqvist · 11 years ago
  81. da1d01a Minor simplification by Tor Lillqvist · 11 years ago
  82. 59722bb loplugin:cstylecast by Stephan Bergmann · 11 years ago
  83. d57d81e Clean up C-style casts from pointers to void by Stephan Bergmann · 11 years ago
  84. 1a08ce7 loplugin:staticfunction by Noel Grandin · 11 years ago
  85. 3ce8a7d const_cast: convert some C-style casts and remove some redundant ones by Stephan Bergmann · 11 years ago
  86. 858e455 loplugin:constantfunction: various by Noel Grandin · 11 years ago
  87. 5e5cc47 Sanitize a few SAL_INFOs by Tor Lillqvist · 11 years ago
  88. b18bd0b CppCheck cleaning : scope reduction and printf format by Michaël Lefèvre · 11 years ago
  89. ea7f16b tdf#89361 Remove remnants of Gopher support by Adolfo Jayme Barrientos · 11 years ago
  90. 386a85ed CppCheck cleaning : avoid static string comparison by Michaël Lefèvre · 11 years ago
  91. 279b6e4 sal: add comment re: V718 'CreateThread' should not be called from 'DllMain' by Michael Stahl · 11 years ago
  92. 6c6caf0 better way to check for empty strings by Markus Mohrhard · 11 years ago
  93. a829dac sal: replace usage of deprecated socket functions by Michael Stahl · 11 years ago
  94. e9975ec sal,sd: use newer InetPtonW API when not building for WinXP target by Michael Stahl · 11 years ago
  95. d35d893 Typos by Julien Nabet · 11 years ago
  96. 7c0eb12 Work around missing InetPtonW by Stephan Bergmann · 11 years ago
  97. 92bface Turn function-like macro into true function by Stephan Bergmann · 11 years ago
  98. e8eec3b typo by Stephan Bergmann · 11 years ago
  99. ab86a53 V805: Decreased performance by Caolán McNamara · 11 years ago
  100. 749c336 V804: Decreased performance by Caolán McNamara · 11 years ago