1. 91dd2db loplugin:override: No more need for the "MSVC dtor override" workaround by Stephan Bergmann · 10 years ago
  2. e753cd9 coverity#1027278 silence Unchecked return value by Caolán McNamara · 10 years ago
  3. 167e055 loplugin:redundantcast: redundant static_casts in unoxml by Stephan Bergmann · 10 years ago
  4. a97b392 tdf#94698 cleanup Makefiles. Get rid of udkapi and offapi by Gleb Mishchenko · 10 years ago
  5. 93f3bd5 unoxml: fix data race in CEventDispatcher::callListeners() by Michael Stahl · 10 years ago
  6. 60fbe50 tdf#95416 Get rid of #include "../foo/bar.hxx" style includes by Burcin Akalin · 10 years ago
  7. 43b4903 teach stylepolice plugin about ref-counted-pointer naming by Noel Grandin · 10 years ago
  8. df10d8a loplugin:salbool: Automatic rewrite of sal_False/True by Stephan Bergmann · 10 years ago
  9. 9af411a tdf#97966 Drop 'static' keywords by Wastack · 10 years ago
  10. 1cd0a31 unordf: replace boost::shared_array with std::shared_ptr by Michael Stahl · 10 years ago
  11. 9cdfc24 unordf: replace boost::noncopyable with C++11 delete by Michael Stahl · 10 years ago
  12. 1110346 loplugin:unuseddefaultparam in unotools by Noel Grandin · 10 years ago
  13. a238b1f Remove excess newlines by Chris Sherlock · 10 years ago
  14. fb76228 unoxml: replace boost::bind with lambda by Michael Stahl · 10 years ago
  15. 64d624b Fix typos by Andrea Gelmini · 10 years ago
  16. 85ae903 loplugin:unusedfields unotools,unoxml by Noel Grandin · 10 years ago
  17. abc6071 loplugin:unusedfields various by Noel Grandin · 10 years ago
  18. 06116bd1 Fast PCH generator and optimized PCH files by Ashod Nakashian · 10 years ago
  19. 8e234c5 use initialiser syntax for Sequence<OUString> by Noel Grandin · 10 years ago
  20. 6dea862 loplugin:nullptr (automatic rewrite) by Stephan Bergmann · 10 years ago
  21. 3f50c6e0 java: remove ((unnecessary)) parentheses by Noel Grandin · 10 years ago
  22. 9426851 use uno::Reference::set method instead of assignment by Noel Grandin · 10 years ago
  23. 3bc5df7 UNO: no need to use OUString constructor when calling createInstance by Noel Grandin · 10 years ago
  24. 96a6ab8 Remove unneeded boost/bind include from unoxml/source/dom/node.cxx by Mario J. Rugiero · 10 years ago
  25. eb9e0dd Replace uses of boost::bind with C++11 lambdas in unoxml/source/dom/node.cxx by Mario J. Rugiero · 10 years ago
  26. b36963c Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  27. 53e6ac15 Fix typos by Andrea Gelmini · 11 years ago
  28. 8b00ac9 tdf#94228 comphelper: replace BOOST_PP by Daniel Robertson · 11 years ago
  29. eaf2c27 boost->std by Caolán McNamara · 11 years ago
  30. 9303e87 unoxml: tdf#88206 replace cppu::WeakImplHelper* etc. by Takeshi Abe · 11 years ago
  31. aafc0d2 unoxml: Add missing include by David Ostrovsky · 11 years ago
  32. d57a335 loplugin:stringconstant: OUStringBuffer: appendAscii -> append by Stephan Bergmann · 11 years ago
  33. a45827b loplugin:unusedmethods by Noel Grandin · 11 years ago
  34. eac10bd loplugin:simplifybool by Stephan Bergmann · 11 years ago
  35. 7aa9f04 do not include boost/utility.hpp by Michael Stahl · 11 years ago
  36. e544f44 Fix typos by Andrea Gelmini · 11 years ago
  37. c760932 loplugin:unusedmethods basebmp by Noel Grandin · 11 years ago
  38. 462e986 Fix typos by Andrea Gelmini · 11 years ago
  39. 2a65bf3 Revert "Typo: iff->if" by Julien Nabet · 11 years ago
  40. cf92da3 Typo: iff->if by Julien Nabet · 11 years ago
  41. 0980095 Replace boost::scoped_array<T> with std::unique_ptr<T[]> by Takeshi Abe · 11 years ago
  42. 132e8ca loplugin:cstylecast: deal with those that are (technically) const_cast by Stephan Bergmann · 11 years ago
  43. 6c9dfa8 cppcheck: noExplicitConstructor by Caolán McNamara · 11 years ago
  44. 4a1eddb loplugin:cstylecast: nop between pointer types of exactly same spelling by Stephan Bergmann · 11 years ago
  45. deb50a2 remove some @author tags from suspiciously unidiomatic code by Michael Stahl · 11 years ago
  46. 26ec80f loplugin:staticmethods by Noel Grandin · 11 years ago
  47. 809f6d6 Reduce to static_cast any reinterpret_cast from void pointers by Stephan Bergmann · 11 years ago
  48. 9b88d53 Clean up C-style casts from pointers to void by Stephan Bergmann · 11 years ago
  49. 4198260 const_cast: convert some C-style casts and remove some redundant ones by Stephan Bergmann · 11 years ago
  50. d1c9e5e tdf#43157: Fix format string violations in OSL_TRACE etc. by Stephan Bergmann · 11 years ago
  51. 4f7a1f5 fdo#75757: Remove inheritance from std::vector by Matthew Pottage · 11 years ago
  52. de68bb8 Updated all precompiled headers. by Ashod Nakashian · 11 years ago
  53. 3095743 callcatcher: large newly detected unused methods post de-virtualization by Caolán McNamara · 11 years ago
  54. fe480d8 remove unused typedefs by Noel Grandin · 11 years ago
  55. b44cbb2 new loplugin: change virtual methods to non-virtual by Noel Grandin · 11 years ago
  56. e25b4bd loplugin:cstylecast by Stephan Bergmann · 11 years ago
  57. 3d1ea11 Some more loplugin:cstylecast: unoxml by Stephan Bergmann · 11 years ago
  58. 5901827 fdo#39440 reduce scope of local variables by Michael Weghorn · 11 years ago
  59. fd1372b boost::unordered_map->std::unordered_map by Caolán McNamara · 11 years ago
  60. 581d1e3 java: reduce visibility of some methods and fields by Noel Grandin · 11 years ago
  61. 2d82619 java: static fields that should not be static by Noel Grandin · 11 years ago
  62. 3607b14 unoxml: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  63. 0f5e917 Introduce rtl::OUStringLiteral1 by Stephan Bergmann · 11 years ago
  64. 454dddd java: remove some unused fields and variables by Noel Grandin · 11 years ago
  65. 3c262ba unoxml: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  66. d08a703 document 440749 Explicit null dereferenced by Caolán McNamara · 11 years ago
  67. 7557f23 java: reduce visibility of fields and methods by Noel Grandin · 11 years ago
  68. fd60dd5 java: improve use of WrappedTargetException to set cause properly by Noel Grandin · 11 years ago
  69. 9adb820 java: simplify the getMSF() methods by Noel Grandin · 11 years ago
  70. 721366e cppu: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  71. 6a0fe37 sal: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  72. d32be3a fdo#86023 - O[U]String needs a 'clear' method by Brij Mohan Lal Srivastava · 11 years ago
  73. fc0d57b Revert "use the new OUString::fromUtf8 method" by Stephan Bergmann · 11 years ago
  74. 05050cd use the new OUString::fromUtf8 method by Noel Grandin · 11 years ago
  75. 705c48d fdo#38835 strip out OUString globals by Noel Grandin · 11 years ago
  76. 48dad96 coverity#705527 drop testlistener that logs to c:\listener.out by Caolán McNamara · 11 years ago
  77. c982e6f coverity#982488 unchecked dynamic_cast by David Tardon · 11 years ago
  78. 8b7f96d coverity#707458 Uncaught exception (better fix) by Michael Stahl · 11 years ago
  79. ccaaa54 coverity#707458 Uncaught exception by Caolán McNamara · 11 years ago
  80. 7df609d coverity#1242932 Uncaught exception by Caolán McNamara · 12 years ago
  81. 701d024 unoxml: std::auto_ptr -> std::unique_ptr by Stephan Bergmann · 12 years ago
  82. df73f41 Remove unused files and move test to qa/ by Matúš Kukan · 12 years ago
  83. ee77711 unoxml: domtest needs unotest library on WNT by Michael Stahl · 12 years ago
  84. dbbd89e fdo#39625 Make existing CppUnit tests work by Tobias Madl · 12 years ago
  85. 764e301 fdo#84086 Fix assorted use-after-free bugs by Matthew J. Francis · 12 years ago
  86. ac5954d java: remove commented out code by Noel Grandin · 12 years ago
  87. 0477e6c java: add @Override annotation to overriding methods by Noel Grandin · 12 years ago
  88. 0c5f51e java: remove commented out code by Noel Grandin · 12 years ago
  89. f124688 java: remove various unused variables by Noel Grandin · 12 years ago
  90. f1c75c6 coverity#1158284 Uncaught exception by Caolán McNamara · 12 years ago
  91. c6a7c5e loplugin:saloverride by Miklos Vajna · 12 years ago
  92. a492807 fix memleak circular dependency of CElementList and CElement by Caolán McNamara · 12 years ago
  93. 5ace3f3b clang scan-build: various warnings by Caolán McNamara · 12 years ago
  94. 0e507ae various: remove SAL_THROW macro by Noel Grandin · 12 years ago
  95. 0f2824b remove more unnecessary use of OUString constructor by Noel Grandin · 12 years ago
  96. 673c60c update_pch: add unoxml by Thomas Arnhold · 12 years ago
  97. abcbe96 unoxml: huge namespacing cleanup by Thomas Arnhold · 12 years ago
  98. 78b9537 various: sal_Bool->bool by Noel Grandin · 12 years ago
  99. 5371642 unoxml: sal_Bool->bool by Noel Grandin · 12 years ago
  100. 820a299 Many spelling fixes: directories r* - z*. by Pedro Giffuni · 12 years ago