1. d341525 loplugin:salbool: Automatic rewrite of sal_False/True by Stephan Bergmann · 10 years ago
  2. 0ed7ec1 loplugin:constantparam in registry by Noel Grandin · 10 years ago
  3. 8ba6e0d Skip some executables in the OS X sandboxed (Mac App Store) case by Tor Lillqvist · 12 years ago
  4. c45d3ba new loplugin: commaoperator by Noel Grandin · 10 years ago
  5. ce43d0a use consistent #define checks for the Windows platform by Noel Grandin · 10 years ago
  6. 198f3ec loplugin:unusedmethods by Noel Grandin · 10 years ago
  7. a238b1f Remove excess newlines by Chris Sherlock · 10 years ago
  8. 0288888 Split long command line into multiple shorter ones by Stephan Bergmann · 10 years ago
  9. 532b47a [ABI CHANGE] In SDK, replace regcompare with unoidl-check by Stephan Bergmann · 10 years ago
  10. 048f5e6 Resurrect registry/test/regcompare/ by Stephan Bergmann · 10 years ago
  11. 0e414e1 loplugin:fpcomparison in registry/ by Noel Grandin · 10 years ago
  12. a7f6efc loplugin: unused return values by Noel Grandin · 10 years ago
  13. 64d624b Fix typos by Andrea Gelmini · 10 years ago
  14. e18b083 loplugin:unusedmethods by Noel Grandin · 10 years ago
  15. a78182a loplugin:unusedfields in include/package,include/registry by Noel Grandin · 10 years ago
  16. 16f0c13 loplugin:nullptr (automatic rewrite) by Stephan Bergmann · 10 years ago
  17. 0b3a807 coverity#1338272 Uncaught exception by Caolán McNamara · 10 years ago
  18. eb02a55 coverity#1338270 Uncaught exception by Caolán McNamara · 10 years ago
  19. 77a0342 coverity#1338252 Uncaught exception by Caolán McNamara · 10 years ago
  20. 3d784c4 remove extra spaces around :: by Noel Grandin · 10 years ago
  21. b36963c Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  22. bff4c13 Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  23. 5f66de5 Abstract out repeated code into a lambda by Stephan Bergmann · 11 years ago
  24. 58aea3f loplugin:unusedmethods by Noel Grandin · 11 years ago
  25. 8e4388f Fix typos by Andrea Gelmini · 11 years ago
  26. 3418070 loplugin:removeunusedmethods, remove unused stuff by Noel Grandin · 11 years ago
  27. b712b1f tdf#39440 cppcheck: redundantAssignment by Michael Weghorn · 11 years ago
  28. a3b3da8 Force #defined constants to sal_uInt32 to reduce conversion warnings by Matteo Casalin · 11 years ago
  29. fb2ad7c new loplugin automem by Noel Grandin · 11 years ago
  30. 95aad95 inline a handful of use-once #defines by Noel Grandin · 11 years ago
  31. aa8f790 loplugin:simplifybool by Stephan Bergmann · 11 years ago
  32. e544f44 Fix typos by Andrea Gelmini · 11 years ago
  33. bded4dd Make RegistryTypeWriter non-copyable by Stephan Bergmann · 11 years ago
  34. 7942944 Remove RegistryTypeWriter_Api indirection by Stephan Bergmann · 11 years ago
  35. 7e74fe4 Remove unused functions by Stephan Bergmann · 11 years ago
  36. cd04745 Make RegistryTypeReader non-copyable by Stephan Bergmann · 11 years ago
  37. a843c45 Remove RegistryTypeReader_Api indirection by Stephan Bergmann · 11 years ago
  38. cfde943 Remove unused functions by Stephan Bergmann · 11 years ago
  39. cade2b8 No need for a C API here by Stephan Bergmann · 11 years ago
  40. 6556043 Move module-private includes from include/registry/ to registry/ by Stephan Bergmann · 11 years ago
  41. 081ae7a loplugin:unusedmethods registry,store by Noel Grandin · 11 years ago
  42. 4729774 remove unnecessary check for null when calling delete by Noel Grandin · 11 years ago
  43. 8a3120c cppcheck: noExplicitConstructor by Caolán McNamara · 11 years ago
  44. d5129a9 new clang plugin: loopvartoosmall by Noel Grandin · 11 years ago
  45. 0ef18e3 loplugin:cstylecast: nop between pointer types of exactly same spelling by Stephan Bergmann · 11 years ago
  46. 6ff2d84a Various #include <sal/log.hxx> fixups by Stephan Bergmann · 11 years ago
  47. 71b8099 remove unnecessary use of void in function declarations by Noel Grandin · 11 years ago
  48. 9d72555 loplugin:salbool by Noel Grandin · 11 years ago
  49. 2e6831b fix windows and android builds by Noel Grandin · 11 years ago
  50. f1e22f1 fix android build by Noel Grandin · 11 years ago
  51. 68b35c7 convert RTReferenceType to scoped enum by Noel Grandin · 11 years ago
  52. e2931bc convert RTMethodMode to scoped enum by Noel Grandin · 11 years ago
  53. 0833143 convert RT_ACCESS fields to scoped enum by Noel Grandin · 11 years ago
  54. 7b4ca58 convert RegError to scoped enum by Noel Grandin · 11 years ago
  55. 95600ed convert RegValueType to scoped enum by Noel Grandin · 11 years ago
  56. 1f34524 remove reg keytype constants and related code by Noel Grandin · 11 years ago
  57. 1bdbe0b convert REG_ constants to scoped enum by Noel Grandin · 11 years ago
  58. d963fd8 Clean up C-style casts from pointers to void by Stephan Bergmann · 11 years ago
  59. 1a08ce7 loplugin:staticfunction by Noel Grandin · 11 years ago
  60. 0e9f761 const_cast: convert some C-style casts and remove some redundant ones by Stephan Bergmann · 11 years ago
  61. 02cb0ba loplugin:constantfunction: registry by Noel Grandin · 11 years ago
  62. ba233e8 remove unnecessary parenthesis in return statements by Noel Grandin · 11 years ago
  63. cd5c0ad loplugin:deletedspecial by Stephan Bergmann · 11 years ago
  64. 4e3da62 Some more loplugin:cstylecast clean-up by Stephan Bergmann · 11 years ago
  65. 643c46b loplugin:unreffun by Stephan Bergmann · 11 years ago
  66. f0a9ace coverity#1266504 Useless call by Caolán McNamara · 11 years ago
  67. 3dade54 Some more loplugin:cstylecast: registry by Stephan Bergmann · 11 years ago
  68. 9720e8e Some loplugin:revisibility clean-up by Stephan Bergmann · 11 years ago
  69. fd1372b boost::unordered_map->std::unordered_map by Caolán McNamara · 11 years ago
  70. d41bc0f fdo#39440 reduce scope of local variables by Michael Weghorn · 11 years ago
  71. 766f738 Bin commented-out unreachable 'break' statements by Tor Lillqvist · 11 years ago
  72. e3d76b2 Silence unhelpful cid#1215304 untrusted loop bound warnings by Stephan Bergmann · 11 years ago
  73. 24714f5 Fix memchr checks by Stephan Bergmann · 11 years ago
  74. 87c51f9 Remove dead code by Stephan Bergmann · 11 years ago
  75. f7bd353 cid#1213388 etc.: Make reflread.cxx more robust by Stephan Bergmann · 11 years ago
  76. 6a0fe37 sal: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  77. d32be3a fdo#86023 - O[U]String needs a 'clear' method by Brij Mohan Lal Srivastava · 11 years ago
  78. da40cac Fix common typos. No automatic tools. Handmade… by Andrea Gelmini · 11 years ago
  79. 12bcfec markup with event type not checker type by Caolán McNamara · 11 years ago
  80. 8f69c7a coverity#1213373 Use of untrusted scalar value by Caolán McNamara · 11 years ago
  81. 6484bf5 untaint registry data by Caolán McNamara · 11 years ago
  82. 0371a63 remove unnecessary 'using namespace rtl' declarations by Noel Grandin · 11 years ago
  83. 2d7b5dd registry: std::auto_ptr -> std::unique_ptr by Stephan Bergmann · 12 years ago
  84. 81055f5 coverity#705672 Resource leak by Caolán McNamara · 12 years ago
  85. c44b8ce Translate German comments. by Michael Meeks · 12 years ago
  86. e7641433 convert int to bool by Thomas Arnhold · 12 years ago
  87. aaedf14 cid#705673 Resource leak by Noel Grandin · 12 years ago
  88. dac4af0 cid#705674 and cid#705675 Resource leak by Noel Grandin · 12 years ago
  89. 0d78ad8 DBG_ASSERT->assert when followed by dereference by Caolán McNamara · 12 years ago
  90. e18e2b1 coverity#1213422 Tainted Scalar by Norbert Thiebaud · 12 years ago
  91. 05832e1 coverity#706020 Unintended sign extension by Caolán McNamara · 12 years ago
  92. 5ace3f3b clang scan-build: various warnings by Caolán McNamara · 12 years ago
  93. 5887aca coverity#706034 Unintended sign extension by Caolán McNamara · 12 years ago
  94. 3e82897 improve the inlinesimplememberfunctions clang plugin by Noel Grandin · 12 years ago
  95. 3b24dcc Remove unnecessary semicolons by Peter Senna Tschudin · 12 years ago
  96. 0bf59c8 coverity#707966 Uninitialized pointer field by Caolán McNamara · 12 years ago
  97. 2bd7767 Resolves fdo#70681: fixincludeguards.pl: all that's left by Thomas Arnhold · 12 years ago
  98. 106d162 coverity#707966 Uninitialized pointer field by Caolán McNamara · 12 years ago
  99. 820a299 Many spelling fixes: directories r* - z*. by Pedro Giffuni · 12 years ago
  100. 541761d prefer makefile-gmake-mode by Takeshi Abe · 12 years ago