1. 7419057 loplugin:unusedmethods in chart2..svx by Noel Grandin · 10 years ago
  2. 91dd2db loplugin:override: No more need for the "MSVC dtor override" workaround by Stephan Bergmann · 10 years ago
  3. 602647c loplugin:unnecessaryvirtual by Noel Grandin · 10 years ago
  4. 6e72f02 new loplugin unnecessary override by Noel Grandin · 10 years ago
  5. fa63fe5 remove (un-)definitions of NDEBUG from source files by Michael Stahl · 10 years ago
  6. 42ea431 Include cppumaker-generated .hpp, not .hdl by Stephan Bergmann · 10 years ago
  7. 75d965e Fix typo in code by Andrea Gelmini · 10 years ago
  8. 5abc669 new plugin stylepolice by Noel Grandin · 10 years ago
  9. 62633df clang-tidy performance-unnecessary-value-param in various by Noel Grandin · 10 years ago
  10. aea456a clean up by Stephan Bergmann · 10 years ago
  11. dee0a61 Revert "reduce unnecessary realloc'ing" by Stephan Bergmann · 10 years ago
  12. 9f6e6fa reduce unnecessary realloc'ing by Noel Grandin · 10 years ago
  13. a238b1f Remove excess newlines by Chris Sherlock · 10 years ago
  14. e6469c8 fix OSX build by Noel Grandin · 10 years ago
  15. 752cd07 InterfaceContainer2 with vector instead of Sequence by Noel Grandin · 10 years ago
  16. 64d624b Fix typos by Andrea Gelmini · 10 years ago
  17. ec3f724 loplugin:unusedfields by Noel Grandin · 10 years ago
  18. 70b09d9 cppcheck: noExplicitConstructor by Caolán McNamara · 10 years ago
  19. 8569c6d use initialiser list for Sequence<OUString> by Noel Grandin · 10 years ago
  20. 96c26b0 use initialiser for Sequence<OUString> by Noel Grandin · 10 years ago
  21. 54d2295 use initialiser for Sequence<OUString> by Noel Grandin · 10 years ago
  22. 8e234c5 use initialiser syntax for Sequence<OUString> by Noel Grandin · 10 years ago
  23. b62f1bd Replaced for_each and algorithm include by range based loop and exception. by Mario J. Rugiero · 10 years ago
  24. 22980be loplugin:nullptr (automatic rewrite) by Stephan Bergmann · 10 years ago
  25. 6c80a8f new loplugin: oncevar by Noel Grandin · 10 years ago
  26. 77ce12c loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) by Stephan Bergmann · 10 years ago
  27. fcb8df3 use uno::Reference::set method instead of assignment by Noel Grandin · 10 years ago
  28. 84eeebd Fix create/destroy mismatch by Stephan Bergmann · 10 years ago
  29. b5db48a no need to use OUString constructor in call to createInstance by Noel Grandin · 10 years ago
  30. 3bc5df7 UNO: no need to use OUString constructor when calling createInstance by Noel Grandin · 10 years ago
  31. 63cec25 com::sun::star->css in io by Noel Grandin · 10 years ago
  32. 1769074 coverity#1327454 Uncaught exception by Caolán McNamara · 10 years ago
  33. b36963c Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  34. 8d811d7 loplugin:mergeclasses by Noel Grandin · 10 years ago
  35. 1d88061 loplugin:mergeclasses by Noel Grandin · 10 years ago
  36. 1d00baf clang-analyzer-deadcode.DeadStores by Stephan Bergmann · 11 years ago
  37. 9956b99 Fix typos by Andrea Gelmini · 11 years ago
  38. 1656b72 loplugin:stringconstant: OUStringBuffer: appendAscii -> append by Stephan Bergmann · 11 years ago
  39. e00d41f io: tdf#88206 replace cppu::WeakImplHelper* etc. by Takeshi Abe · 11 years ago
  40. 6b7c23b Some oslCondition -> osl::Condition by Stephan Bergmann · 11 years ago
  41. 9e1d98f loplugin: defaultparams by Noel Grandin · 11 years ago
  42. 52569533 inline some use-once typedefs by Noel Grandin · 11 years ago
  43. 38ecca9 inline a bunch of use-once macros by Noel Grandin · 11 years ago
  44. 8585e0a Avoid loplugin:staticmethods in non-debug build by Stephan Bergmann · 11 years ago
  45. 1a7e0cf loplugin:unusedmethods bridges,ucbhelper,io,pyuno by Noel Grandin · 11 years ago
  46. 950f7c3 loplugin:cstylecast: deal with remaining pointer casts by Stephan Bergmann · 11 years ago
  47. 224c8aa loplugin:cstylecast: deal with those that are (technically) const_cast by Stephan Bergmann · 11 years ago
  48. 2302e27 Clean up passing Boolean value to osl::Socket::setOption by Stephan Bergmann · 11 years ago
  49. 71b8099 remove unnecessary use of void in function declarations by Noel Grandin · 11 years ago
  50. 2fc4a8c Add support for cppu::UnoType<void> by Stephan Bergmann · 11 years ago
  51. abf2ad6 Replace remaining getCppuType et al with cppu::UnoType by Stephan Bergmann · 11 years ago
  52. a52cf47 Clean up template-parameter-dependent C-style casts by Stephan Bergmann · 11 years ago
  53. 43c7459 Clean up C-style casts from pointers to void by Stephan Bergmann · 11 years ago
  54. 3099c70b Fix various XServiceInfo implementations by Stephan Bergmann · 11 years ago
  55. c9e6b58 enable tcpNoDelay for loopback connections automatically by Noel Grandin · 11 years ago
  56. 14c12fa Some more loplugin:cstylecast: io by Stephan Bergmann · 11 years ago
  57. fd1372b boost::unordered_map->std::unordered_map by Caolán McNamara · 11 years ago
  58. e7d6a1d io: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  59. 14fa102 Fix C4716: 'anonymous namespace'::Input::readBytes : must return a value by Tor Lillqvist · 11 years ago
  60. ed30f63 Unit test for fdo#79941 (handle short reads) by Stephan Bergmann · 11 years ago
  61. 7a0bfcb fdo#79941: Properly handle short reads by Stephan Bergmann · 11 years ago
  62. 721366e cppu: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  63. 6a0fe37 sal: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  64. 0371a63 remove unnecessary 'using namespace rtl' declarations by Noel Grandin · 11 years ago
  65. c353cae loplugin: cstylecast by Noel Grandin · 12 years ago
  66. 57a4337 set names on a bunch more threads... by Michael Stahl · 12 years ago
  67. 0e507ae various: remove SAL_THROW macro by Noel Grandin · 12 years ago
  68. 8e115c6 fdo#68849: Add header guards to all include files by Jens Carl · 12 years ago
  69. 5d13b6e fix . in #define by Noel Grandin · 12 years ago
  70. 9e3cc6b4 fdo#68849: Add header guards to all include files by Jens Carl · 12 years ago
  71. ebc0a15 remove more unnecesary OUString constructor use by Noel Grandin · 12 years ago
  72. 9af0abe remove unnecessary use of Reference constructor in throw by Noel Grandin · 12 years ago
  73. ac76cc7 Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20 by Julien Nabet · 12 years ago
  74. e7bc3ca remove boilerplate in UNO Exception constructor calls by Noel Grandin · 12 years ago
  75. 1f2a47a io: sal_Bool->bool by Noel Grandin · 12 years ago
  76. f73af17 second test should be DataOutputStream by Stephan Bergmann · 12 years ago
  77. 9a7fc5e Typo: s/shure/sure by Tor Lillqvist · 12 years ago
  78. 362d4f0 Explicitly mark overriding destructors as "virtual" by Stephan Bergmann · 12 years ago
  79. 70cc2b1 First batch of adding SAL_OVERRRIDE to overriding function declarations by Stephan Bergmann · 12 years ago
  80. 5d71f82 coverity#707937 Uninitialized pointer field by Caolán McNamara · 12 years ago
  81. 51f8504 coverity#707936 Uninitialized pointer field by Caolán McNamara · 12 years ago
  82. 0071582 coverity#707939 Uninitialized scalar field by Caolán McNamara · 12 years ago
  83. 3debbdf coverity#707938 Uninitialized scalar field by Caolán McNamara · 12 years ago
  84. 5e21a41 cppuhelper: retrofit std::exception into overriding exception specs by Stephan Bergmann · 12 years ago
  85. 043e378 Remove visual noise from io by Alexander Wilms · 12 years ago
  86. 0ce0c36 Remove unneccessary comments by Alexander Wilms · 12 years ago
  87. 0ec840b bool improvements by Stephan Bergmann · 12 years ago
  88. 9ed3647 Adapt all (non-extension, SharedLibrary) .components to environment="..." by Stephan Bergmann · 12 years ago
  89. 66b602e fdo#54938: Convert io to use cppu::supportsService by Marcos Paulo de Souza · 12 years ago
  90. 610b2b9 remove unnecessary use of OUString constructor when assigning by Noel Grandin · 12 years ago
  91. 2c35fff remove most use of RTL_CONSTASCII_USTRINGPARAM macro by Noel Grandin · 12 years ago
  92. 0a9ef5a convert OUString 0==compareToAscii to equalsAscii by Noel Grandin · 12 years ago
  93. e52779d remove unnecessary use of OUString constructor by Noel Grandin · 12 years ago
  94. 3a009c4 fdo#60698: Merge all libs of io... by Marcos Paulo de Souza · 12 years ago
  95. 5285bee remove redundant calls to OUString constructor in if expression by Noel Grandin · 12 years ago
  96. a772496 Bin comments that claim to say why some header is included by Tor Lillqvist · 12 years ago
  97. ed445d9 Resolves: #i75731# check output stream and... by Jürgen Schmidt · 12 years ago
  98. ee5661e fdo#54938: Adapt supportsService implementations.. by Marcos Paulo de Souza · 12 years ago
  99. f762dad fdo#46374 replace stardiv in comments where applicable by Thomas Arnhold · 13 years ago
  100. 64b993e finish deprecation of O(U)String::valueOf() by Luboš Luňák · 13 years ago