1. 3c63480 -Werror,-Wwritable-strings by Stephan Bergmann · 10 years ago
  2. 872ec27 -Werror,-Wunused-variable by Stephan Bergmann · 10 years ago
  3. 5d78548 -Werror,-Wreorder by Stephan Bergmann · 10 years ago
  4. 24065e8 -Werror,-Wwritable-strings by Stephan Bergmann · 10 years ago
  5. 09d4fe3 -Werror,-Wunused-function by Stephan Bergmann · 10 years ago
  6. a933990 xmlsecurity: fix DrMemory warning by Michael Stahl · 10 years ago
  7. 2fed793 xmlsecurity: remove some dead code that is guaranteed to crash by Michael Stahl · 10 years ago
  8. 145a995 loplugin:unusedfields in xmlsecurity/ by Noel Grandin · 10 years ago
  9. 53f16c3 remove unused typedefs and inline use-once typedefs by Noel Grandin · 10 years ago
  10. 06116bd1 Fast PCH generator and optimized PCH files by Ashod Nakashian · 10 years ago
  11. 96c26b0 use initialiser for Sequence<OUString> by Noel Grandin · 10 years ago
  12. 8e234c5 use initialiser syntax for Sequence<OUString> by Noel Grandin · 10 years ago
  13. 3a2037b loplugin:nullptr (automatic rewrite) by Stephan Bergmann · 10 years ago
  14. 6c80a8f new loplugin: oncevar by Noel Grandin · 10 years ago
  15. 5a2704f loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) by Stephan Bergmann · 10 years ago
  16. 9e8ff13 use uno::Reference::set method instead of assignment by Noel Grandin · 10 years ago
  17. b5db48a no need to use OUString constructor in call to createInstance by Noel Grandin · 10 years ago
  18. 3d784c4 remove extra spaces around :: by Noel Grandin · 10 years ago
  19. 382eb1a remove untyped Link<> by Noel Grandin · 10 years ago
  20. 96dae4c loplugin:defaultparams by Stephan Bergmann · 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. 3c99f85 convert Link<> to typed by Noel Grandin · 11 years ago
  24. 4c18bec clang-analyzer-deadcode.DeadStores by Stephan Bergmann · 11 years ago
  25. 35e6875 loplugin:unusedmethods by Noel Grandin · 11 years ago
  26. 4678982 Fix typos by Andrea Gelmini · 11 years ago
  27. a0dd7f8 Fix typos by Andrea Gelmini · 11 years ago
  28. 9c1d772 We hardly want xsec stuff for iOS if not for Android either by Tor Lillqvist · 11 years ago
  29. 39da0a9 convert Link<> to typed by Noel Grandin · 11 years ago
  30. 889d825 xmlsecurity: tdf#88206 replace cppu::WeakImplHelper* etc. by Takeshi Abe · 11 years ago
  31. cf0c04a convert Link<> to typed by Noel Grandin · 11 years ago
  32. 61623d5 convert Link<> to typed by Noel Grandin · 11 years ago
  33. 1b70ed1 loplugin:stringconstant: OUStringBuffer: appendAscii -> append by Stephan Bergmann · 11 years ago
  34. 167bc62 Convert vcl Button Link<> click handler to typed Link<Button*,void> by Noel Grandin · 11 years ago
  35. e903601 can replace sequence with simple array here by Caolán McNamara · 11 years ago
  36. a4fd6c4 inline some use-once typedefs by Noel Grandin · 11 years ago
  37. 3e92673 Miscellaneous typos by Adolfo Jayme Barrientos · 11 years ago
  38. e963a889 formatting of public/private/protected section qualifiers by Noel Grandin · 11 years ago
  39. 64fe684 loplugin:unusedmethods xmlsecurity by Noel Grandin · 11 years ago
  40. e544f44 Fix typos by Andrea Gelmini · 11 years ago
  41. 1c5f07e Fix typos by Andrea Gelmini · 11 years ago
  42. 1a8915e Fix typos by Andrea Gelmini · 11 years ago
  43. 69c88a3 Fix typos by Andrea Gelmini · 11 years ago
  44. 46a1538 loplugin:stringconstant: handle OUString+=OUString(literal) by Stephan Bergmann · 11 years ago
  45. aade275 Fix typos by Andrea Gelmini · 11 years ago
  46. 0980095 Replace boost::scoped_array<T> with std::unique_ptr<T[]> by Takeshi Abe · 11 years ago
  47. 814af9f1 Fix typos by Andrea Gelmini · 11 years ago
  48. ca9de68 Fix typos by Andrea Gelmini · 11 years ago
  49. 9b7e1bf Fix typos by Andrea Gelmini · 11 years ago
  50. 642f4e5 loplugin:cstylecast: deal with remaining pointer casts by Stephan Bergmann · 11 years ago
  51. 16f1477 Remove include stdio (part7) by Julien Nabet · 11 years ago
  52. 3f72218 Apply new VclPtr clang plugin to catch potential problems. by Noel Grandin · 11 years ago
  53. 3f846cb loplugin:cstylecast: deal with those that are (technically) const_cast by Stephan Bergmann · 11 years ago
  54. ba81e5c tdf#91702 - fix stack-based MessBox allocation. by Michael Meeks · 11 years ago
  55. dcee23b cppcheck: noExplicitConstructor by Caolán McNamara · 11 years ago
  56. 23b439a6 convert DEFAULTCONSTANT constant to scoped enum by Noel Grandin · 11 years ago
  57. 7011bf7 loplugin:cstylecast: nop between pointer types of exactly same spelling by Stephan Bergmann · 11 years ago
  58. e14b766 Remove SvStorage alias by Stephan Bergmann · 11 years ago
  59. bfcb2a1 convert DEFAULTFONT_ constants to scoped enum by Noel Grandin · 11 years ago
  60. 869e477 cppcheck: noExplicitConstructor by Caolán McNamara · 11 years ago
  61. 3ead3ad Gradually typed Link by Stephan Bergmann · 11 years ago
  62. d1ca0f4 Bin some pointless comments and reduce some vertical whitespace by Tor Lillqvist · 11 years ago
  63. e8b97a5 Merge remote-tracking branch 'origin/feature/vclptr' by Michael Meeks · 11 years ago
  64. 6ef8f9d loplugin:simplifybool by Stephan Bergmann · 11 years ago
  65. 2240118 Improved loplugin:literaltoboolconversion looking into cond. exprs. by Stephan Bergmann · 11 years ago
  66. 1a31dd5 Clean up odd sal::static_int_cast<sal_Bool> uses by Stephan Bergmann · 11 years ago
  67. 5d5f447e UnoControls, toolkit, uuoi, xmlsecurity: convert new to ::Create. by Michael Meeks · 11 years ago
  68. 71b8099 remove unnecessary use of void in function declarations by Noel Grandin · 11 years ago
  69. 373a9b9 loplugin:redundantcast: redundant const_cast followed by implicit upcast by Stephan Bergmann · 11 years ago
  70. 4ff758fe Manual cleanup of misc. issues. by Michael Meeks · 11 years ago
  71. 8a65284 Automated conversion of VclPtr construction to use Instance template. by Michael Meeks · 11 years ago
  72. d46e0d9 second half of non-scriptable, Instance constructor conversion. by Michael Meeks · 11 years ago
  73. 61b224f vclwidget: fixup locally allocated vcl::Window objects by Noel Grandin · 11 years ago
  74. 0556598 vclwidget: check for calling delete on subclasses of vcl::Window by Noel Grandin · 11 years ago
  75. d7a84ce vclwidget: only call dispose() once by Noel Grandin · 11 years ago
  76. c0a802b Audit and correct misc. clears -> disposeAndClears. by Michael Meeks · 11 years ago
  77. 1c4025b vclwidget: change all vcl::window fields to be wrapped in VclPtr by Noel Grandin · 11 years ago
  78. 00f2787 vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtr by Noel Grandin · 11 years ago
  79. ef22212 vcl: VclPtr conversion in xmlsecurity by Noel Grandin · 11 years ago
  80. 4cca016 loplugin:staticmethods by Noel Grandin · 11 years ago
  81. 54e87df Change INetProtocol enumerators to CamelCase by Stephan Bergmann · 11 years ago
  82. 44b3e56 Change INetProtocol to scoped enumeration by Stephan Bergmann · 11 years ago
  83. 698a6d4 Reduce to static_cast any reinterpret_cast from void pointers by Stephan Bergmann · 11 years ago
  84. 51a705c Clean up C-style casts from pointers to void by Stephan Bergmann · 11 years ago
  85. c5f1e8c const_cast: convert some C-style casts and remove some redundant ones by Stephan Bergmann · 11 years ago
  86. 6618a6d loplugin:constantfunction: xmlsecurity by Noel Grandin · 11 years ago
  87. 68495ab cppcheck: add some explicits by Caolán McNamara · 11 years ago
  88. 3099c70b Fix various XServiceInfo implementations by Stephan Bergmann · 11 years ago
  89. 765f621 utl::ConfigItem::Commit() should call ClearModified() by Michael Stahl · 11 years ago
  90. 556373c V668 no sense in testing the result of new against null by Caolán McNamara · 11 years ago
  91. 5a308b1 V801: Decreased performance by Caolán McNamara · 11 years ago
  92. 2c0e191 V801: Decreased performance by Caolán McNamara · 11 years ago
  93. 44e1eae cppcheck: variableScope by Caolán McNamara · 11 years ago
  94. 6e44e13a cppcheck: variableScope by Caolán McNamara · 11 years ago
  95. 5b24b4b loplugin:deletedspecial by Stephan Bergmann · 11 years ago
  96. de68bb8 Updated all precompiled headers. by Ashod Nakashian · 11 years ago
  97. 3095743 callcatcher: large newly detected unused methods post de-virtualization by Caolán McNamara · 11 years ago
  98. b44cbb2 new loplugin: change virtual methods to non-virtual by Noel Grandin · 11 years ago
  99. 6347df7 coverity#1266458 Argument cannot be negative by Caolán McNamara · 11 years ago
  100. 2880dfe Some more loplugin:cstylecast: xmlsecurity by Stephan Bergmann · 11 years ago