1. b712b1f tdf#39440 cppcheck: redundantAssignment by Michael Weghorn · 11 years ago
  2. a3b3da8 Force #defined constants to sal_uInt32 to reduce conversion warnings by Matteo Casalin · 11 years ago
  3. fb2ad7c new loplugin automem by Noel Grandin · 11 years ago
  4. 95aad95 inline a handful of use-once #defines by Noel Grandin · 11 years ago
  5. aa8f790 loplugin:simplifybool by Stephan Bergmann · 11 years ago
  6. e544f44 Fix typos by Andrea Gelmini · 11 years ago
  7. bded4dd Make RegistryTypeWriter non-copyable by Stephan Bergmann · 11 years ago
  8. 7942944 Remove RegistryTypeWriter_Api indirection by Stephan Bergmann · 11 years ago
  9. 7e74fe4 Remove unused functions by Stephan Bergmann · 11 years ago
  10. cd04745 Make RegistryTypeReader non-copyable by Stephan Bergmann · 11 years ago
  11. a843c45 Remove RegistryTypeReader_Api indirection by Stephan Bergmann · 11 years ago
  12. cfde943 Remove unused functions by Stephan Bergmann · 11 years ago
  13. cade2b8 No need for a C API here by Stephan Bergmann · 11 years ago
  14. 6556043 Move module-private includes from include/registry/ to registry/ by Stephan Bergmann · 11 years ago
  15. 081ae7a loplugin:unusedmethods registry,store by Noel Grandin · 11 years ago
  16. 4729774 remove unnecessary check for null when calling delete by Noel Grandin · 11 years ago
  17. 8a3120c cppcheck: noExplicitConstructor by Caolán McNamara · 11 years ago
  18. d5129a9 new clang plugin: loopvartoosmall by Noel Grandin · 11 years ago
  19. 0ef18e3 loplugin:cstylecast: nop between pointer types of exactly same spelling by Stephan Bergmann · 11 years ago
  20. 6ff2d84a Various #include <sal/log.hxx> fixups by Stephan Bergmann · 11 years ago
  21. 71b8099 remove unnecessary use of void in function declarations by Noel Grandin · 11 years ago
  22. 9d72555 loplugin:salbool by Noel Grandin · 11 years ago
  23. 2e6831b fix windows and android builds by Noel Grandin · 11 years ago
  24. f1e22f1 fix android build by Noel Grandin · 11 years ago
  25. 68b35c7 convert RTReferenceType to scoped enum by Noel Grandin · 11 years ago
  26. e2931bc convert RTMethodMode to scoped enum by Noel Grandin · 11 years ago
  27. 0833143 convert RT_ACCESS fields to scoped enum by Noel Grandin · 11 years ago
  28. 7b4ca58 convert RegError to scoped enum by Noel Grandin · 11 years ago
  29. 95600ed convert RegValueType to scoped enum by Noel Grandin · 11 years ago
  30. 1f34524 remove reg keytype constants and related code by Noel Grandin · 11 years ago
  31. 1bdbe0b convert REG_ constants to scoped enum by Noel Grandin · 11 years ago
  32. d963fd8 Clean up C-style casts from pointers to void by Stephan Bergmann · 11 years ago
  33. 1a08ce7 loplugin:staticfunction by Noel Grandin · 11 years ago
  34. 0e9f761 const_cast: convert some C-style casts and remove some redundant ones by Stephan Bergmann · 11 years ago
  35. 02cb0ba loplugin:constantfunction: registry by Noel Grandin · 11 years ago
  36. ba233e8 remove unnecessary parenthesis in return statements by Noel Grandin · 11 years ago
  37. cd5c0ad loplugin:deletedspecial by Stephan Bergmann · 11 years ago
  38. 4e3da62 Some more loplugin:cstylecast clean-up by Stephan Bergmann · 11 years ago
  39. 643c46b loplugin:unreffun by Stephan Bergmann · 11 years ago
  40. f0a9ace coverity#1266504 Useless call by Caolán McNamara · 11 years ago
  41. 3dade54 Some more loplugin:cstylecast: registry by Stephan Bergmann · 11 years ago
  42. 9720e8e Some loplugin:revisibility clean-up by Stephan Bergmann · 11 years ago
  43. fd1372b boost::unordered_map->std::unordered_map by Caolán McNamara · 11 years ago
  44. d41bc0f fdo#39440 reduce scope of local variables by Michael Weghorn · 11 years ago
  45. 766f738 Bin commented-out unreachable 'break' statements by Tor Lillqvist · 11 years ago
  46. e3d76b2 Silence unhelpful cid#1215304 untrusted loop bound warnings by Stephan Bergmann · 11 years ago
  47. 24714f5 Fix memchr checks by Stephan Bergmann · 11 years ago
  48. 87c51f9 Remove dead code by Stephan Bergmann · 11 years ago
  49. f7bd353 cid#1213388 etc.: Make reflread.cxx more robust by Stephan Bergmann · 11 years ago
  50. 6a0fe37 sal: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  51. d32be3a fdo#86023 - O[U]String needs a 'clear' method by Brij Mohan Lal Srivastava · 11 years ago
  52. da40cac Fix common typos. No automatic tools. Handmade… by Andrea Gelmini · 11 years ago
  53. 12bcfec markup with event type not checker type by Caolán McNamara · 11 years ago
  54. 8f69c7a coverity#1213373 Use of untrusted scalar value by Caolán McNamara · 11 years ago
  55. 6484bf5 untaint registry data by Caolán McNamara · 11 years ago
  56. 0371a63 remove unnecessary 'using namespace rtl' declarations by Noel Grandin · 11 years ago
  57. 2d7b5dd registry: std::auto_ptr -> std::unique_ptr by Stephan Bergmann · 12 years ago
  58. 81055f5 coverity#705672 Resource leak by Caolán McNamara · 12 years ago
  59. c44b8ce Translate German comments. by Michael Meeks · 12 years ago
  60. e7641433 convert int to bool by Thomas Arnhold · 12 years ago
  61. aaedf14 cid#705673 Resource leak by Noel Grandin · 12 years ago
  62. dac4af0 cid#705674 and cid#705675 Resource leak by Noel Grandin · 12 years ago
  63. 0d78ad8 DBG_ASSERT->assert when followed by dereference by Caolán McNamara · 12 years ago
  64. e18e2b1 coverity#1213422 Tainted Scalar by Norbert Thiebaud · 12 years ago
  65. 05832e1 coverity#706020 Unintended sign extension by Caolán McNamara · 12 years ago
  66. 5ace3f3b clang scan-build: various warnings by Caolán McNamara · 12 years ago
  67. 5887aca coverity#706034 Unintended sign extension by Caolán McNamara · 12 years ago
  68. 3e82897 improve the inlinesimplememberfunctions clang plugin by Noel Grandin · 12 years ago
  69. 3b24dcc Remove unnecessary semicolons by Peter Senna Tschudin · 12 years ago
  70. 0bf59c8 coverity#707966 Uninitialized pointer field by Caolán McNamara · 12 years ago
  71. 2bd7767 Resolves fdo#70681: fixincludeguards.pl: all that's left by Thomas Arnhold · 12 years ago
  72. 106d162 coverity#707966 Uninitialized pointer field by Caolán McNamara · 12 years ago
  73. 820a299 Many spelling fixes: directories r* - z*. by Pedro Giffuni · 12 years ago
  74. 541761d prefer makefile-gmake-mode by Takeshi Abe · 12 years ago
  75. fe075ed fdo#43157 : [API CHANGE] Remove OSL_THIS_FILE by Michaël Lefèvre · 12 years ago
  76. df2c663 fdo#43157 [API CHANGE] Remove deprecated _OSL_GLOBAL by Michaël Lefèvre · 12 years ago
  77. 453ee35 fdo#43157 : clean up more OSL_POSTCOND by Michaël Lefèvre · 12 years ago
  78. 70cc2b1 First batch of adding SAL_OVERRRIDE to overriding function declarations by Stephan Bergmann · 12 years ago
  79. 497603f coverity#707966 Uninitialized pointer field by Caolán McNamara · 12 years ago
  80. e1a4e44 coverity#1187666 Mixing enum types by Caolán McNamara · 12 years ago
  81. 75c8d59 Remove visual noise from registry by Alexander Wilms · 12 years ago
  82. 20726ae registry: sal_Bool -> bool by Stephan Bergmann · 12 years ago
  83. 9548c0b bool improvements by Stephan Bergmann · 12 years ago
  84. 21eae4b simplify by Stephan Bergmann · 12 years ago
  85. 82625bb remove unnecessary sal_Unicode casts in OUStringBuffer::append calls by Noel Grandin · 12 years ago
  86. 2c35fff remove most use of RTL_CONSTASCII_USTRINGPARAM macro by Noel Grandin · 12 years ago
  87. d366c9b2 remove unnecessary sal_Unicode casts in various places by Noel Grandin · 12 years ago
  88. e52779d remove unnecessary use of OUString constructor by Noel Grandin · 12 years ago
  89. e2451bd Convert indexOf->startsWith and lastIndexOf->endsWith by Noel Grandin · 12 years ago
  90. cbea5d3 New unoidl-check tool to replace regcompare by Stephan Bergmann · 13 years ago
  91. faf6651 CID#1078783: fix memory leak by Markus Mohrhard · 13 years ago
  92. a0d3aa1 WaE: size_t/sal_Int32: possible loss of data by Tor Lillqvist · 13 years ago
  93. 64b993e finish deprecation of O(U)String::valueOf() by Luboš Luňák · 13 years ago
  94. 7ef72ae Mark as const by Takeshi Abe · 13 years ago
  95. ba0a577 remove OUString wrap for string literals by Thomas Arnhold · 13 years ago
  96. 84f1f1d fdo#43460 include,registry,svtools,svx,unodevtools: use isEmpty() by Jelle van der Waa · 13 years ago
  97. 4b373ef fdo#60724 change spelling error REMOVEABLE -> REMOVABLE II by Thomas Arnhold · 13 years ago
  98. 1136925 initialized with plain 0, instead of sal_False/false by Takeshi Abe · 13 years ago
  99. e2e2cc6 remove usage of RTL_CONSTASCII_USTRINGPARAM by Luboš Luňák · 13 years ago
  100. 72e5d0c Move to MPLv2 license headers, with ESC decision and author's permission. by Michael Meeks · 13 years ago