1. 8b00ac9 tdf#94228 comphelper: replace BOOST_PP by Daniel Robertson · 11 years ago
  2. eaf2c27 boost->std by Caolán McNamara · 11 years ago
  3. 9303e87 unoxml: tdf#88206 replace cppu::WeakImplHelper* etc. by Takeshi Abe · 11 years ago
  4. aafc0d2 unoxml: Add missing include by David Ostrovsky · 11 years ago
  5. d57a335 loplugin:stringconstant: OUStringBuffer: appendAscii -> append by Stephan Bergmann · 11 years ago
  6. a45827b loplugin:unusedmethods by Noel Grandin · 11 years ago
  7. eac10bd loplugin:simplifybool by Stephan Bergmann · 11 years ago
  8. 7aa9f04 do not include boost/utility.hpp by Michael Stahl · 11 years ago
  9. e544f44 Fix typos by Andrea Gelmini · 11 years ago
  10. c760932 loplugin:unusedmethods basebmp by Noel Grandin · 11 years ago
  11. 462e986 Fix typos by Andrea Gelmini · 11 years ago
  12. 2a65bf3 Revert "Typo: iff->if" by Julien Nabet · 11 years ago
  13. cf92da3 Typo: iff->if by Julien Nabet · 11 years ago
  14. 0980095 Replace boost::scoped_array<T> with std::unique_ptr<T[]> by Takeshi Abe · 11 years ago
  15. 132e8ca loplugin:cstylecast: deal with those that are (technically) const_cast by Stephan Bergmann · 11 years ago
  16. 6c9dfa8 cppcheck: noExplicitConstructor by Caolán McNamara · 11 years ago
  17. 4a1eddb loplugin:cstylecast: nop between pointer types of exactly same spelling by Stephan Bergmann · 11 years ago
  18. deb50a2 remove some @author tags from suspiciously unidiomatic code by Michael Stahl · 11 years ago
  19. 26ec80f loplugin:staticmethods by Noel Grandin · 11 years ago
  20. 809f6d6 Reduce to static_cast any reinterpret_cast from void pointers by Stephan Bergmann · 11 years ago
  21. 9b88d53 Clean up C-style casts from pointers to void by Stephan Bergmann · 11 years ago
  22. 4198260 const_cast: convert some C-style casts and remove some redundant ones by Stephan Bergmann · 11 years ago
  23. d1c9e5e tdf#43157: Fix format string violations in OSL_TRACE etc. by Stephan Bergmann · 11 years ago
  24. 4f7a1f5 fdo#75757: Remove inheritance from std::vector by Matthew Pottage · 11 years ago
  25. de68bb8 Updated all precompiled headers. by Ashod Nakashian · 11 years ago
  26. 3095743 callcatcher: large newly detected unused methods post de-virtualization by Caolán McNamara · 11 years ago
  27. fe480d8 remove unused typedefs by Noel Grandin · 11 years ago
  28. b44cbb2 new loplugin: change virtual methods to non-virtual by Noel Grandin · 11 years ago
  29. e25b4bd loplugin:cstylecast by Stephan Bergmann · 11 years ago
  30. 3d1ea11 Some more loplugin:cstylecast: unoxml by Stephan Bergmann · 11 years ago
  31. 5901827 fdo#39440 reduce scope of local variables by Michael Weghorn · 11 years ago
  32. fd1372b boost::unordered_map->std::unordered_map by Caolán McNamara · 11 years ago
  33. 581d1e3 java: reduce visibility of some methods and fields by Noel Grandin · 11 years ago
  34. 2d82619 java: static fields that should not be static by Noel Grandin · 11 years ago
  35. 3607b14 unoxml: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  36. 0f5e917 Introduce rtl::OUStringLiteral1 by Stephan Bergmann · 11 years ago
  37. 454dddd java: remove some unused fields and variables by Noel Grandin · 11 years ago
  38. 3c262ba unoxml: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  39. d08a703 document 440749 Explicit null dereferenced by Caolán McNamara · 11 years ago
  40. 7557f23 java: reduce visibility of fields and methods by Noel Grandin · 11 years ago
  41. fd60dd5 java: improve use of WrappedTargetException to set cause properly by Noel Grandin · 11 years ago
  42. 9adb820 java: simplify the getMSF() methods by Noel Grandin · 11 years ago
  43. 721366e cppu: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  44. 6a0fe37 sal: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  45. d32be3a fdo#86023 - O[U]String needs a 'clear' method by Brij Mohan Lal Srivastava · 11 years ago
  46. fc0d57b Revert "use the new OUString::fromUtf8 method" by Stephan Bergmann · 11 years ago
  47. 05050cd use the new OUString::fromUtf8 method by Noel Grandin · 11 years ago
  48. 705c48d fdo#38835 strip out OUString globals by Noel Grandin · 11 years ago
  49. 48dad96 coverity#705527 drop testlistener that logs to c:\listener.out by Caolán McNamara · 11 years ago
  50. c982e6f coverity#982488 unchecked dynamic_cast by David Tardon · 11 years ago
  51. 8b7f96d coverity#707458 Uncaught exception (better fix) by Michael Stahl · 11 years ago
  52. ccaaa54 coverity#707458 Uncaught exception by Caolán McNamara · 11 years ago
  53. 7df609d coverity#1242932 Uncaught exception by Caolán McNamara · 12 years ago
  54. 701d024 unoxml: std::auto_ptr -> std::unique_ptr by Stephan Bergmann · 12 years ago
  55. df73f41 Remove unused files and move test to qa/ by Matúš Kukan · 12 years ago
  56. ee77711 unoxml: domtest needs unotest library on WNT by Michael Stahl · 12 years ago
  57. dbbd89e fdo#39625 Make existing CppUnit tests work by Tobias Madl · 12 years ago
  58. 764e301 fdo#84086 Fix assorted use-after-free bugs by Matthew J. Francis · 12 years ago
  59. ac5954d java: remove commented out code by Noel Grandin · 12 years ago
  60. 0477e6c java: add @Override annotation to overriding methods by Noel Grandin · 12 years ago
  61. 0c5f51e java: remove commented out code by Noel Grandin · 12 years ago
  62. f124688 java: remove various unused variables by Noel Grandin · 12 years ago
  63. f1c75c6 coverity#1158284 Uncaught exception by Caolán McNamara · 12 years ago
  64. c6a7c5e loplugin:saloverride by Miklos Vajna · 12 years ago
  65. a492807 fix memleak circular dependency of CElementList and CElement by Caolán McNamara · 12 years ago
  66. 5ace3f3b clang scan-build: various warnings by Caolán McNamara · 12 years ago
  67. 0e507ae various: remove SAL_THROW macro by Noel Grandin · 12 years ago
  68. 0f2824b remove more unnecessary use of OUString constructor by Noel Grandin · 12 years ago
  69. 673c60c update_pch: add unoxml by Thomas Arnhold · 12 years ago
  70. abcbe96 unoxml: huge namespacing cleanup by Thomas Arnhold · 12 years ago
  71. 78b9537 various: sal_Bool->bool by Noel Grandin · 12 years ago
  72. 5371642 unoxml: sal_Bool->bool by Noel Grandin · 12 years ago
  73. 820a299 Many spelling fixes: directories r* - z*. by Pedro Giffuni · 12 years ago
  74. f981c42 Clean up function declarations by Stephan Bergmann · 12 years ago
  75. f193c1b coverity#707456 Uncaught exception by Caolán McNamara · 12 years ago
  76. d2e65c7 coverity#708568 Uninitialized scalar field by Caolán McNamara · 12 years ago
  77. 5babf1b remove unnecessary scope qualifier from sal_Bool uses by Noel Grandin · 12 years ago
  78. 70cc2b1 First batch of adding SAL_OVERRRIDE to overriding function declarations by Stephan Bergmann · 12 years ago
  79. 86a3258 Find places where OUString and OString are passed by value. by Noel Grandin · 12 years ago
  80. 5e21a41 cppuhelper: retrofit std::exception into overriding exception specs by Stephan Bergmann · 12 years ago
  81. d952ba2 Remove visual noise from unoxml by Alexander Wilms · 12 years ago
  82. eb75ea2 bool improvements by Stephan Bergmann · 12 years ago
  83. d3aad81 librdf_Repository: make older compilers happy by Michael Stahl · 12 years ago
  84. 62fd1aa librdf_Repository: fix missing mutex lock in various destructors by Michael Stahl · 12 years ago
  85. 7db6b2f fdo#72928: fix deadlocks in librdf_Repository by Michael Stahl · 12 years ago
  86. 9ed3647 Adapt all (non-extension, SharedLibrary) .components to environment="..." by Stephan Bergmann · 12 years ago
  87. d366c9b2 remove unnecessary sal_Unicode casts in various places by Noel Grandin · 12 years ago
  88. fcd1637 convert OUString compareToAscii == 0 to equalsAscii by Noel Grandin · 12 years ago
  89. bcb51cf fdo#63020: Replace ::comphelper::stl_begin()... by Marcos Paulo de Souza · 12 years ago
  90. d0c12f0 fixincludeguards.sh: uno* by Thomas Arnhold · 12 years ago
  91. e2451bd Convert indexOf->startsWith and lastIndexOf->endsWith by Noel Grandin · 12 years ago
  92. 54ec8a9 -Werror,-Wunused-variable by Stephan Bergmann · 12 years ago
  93. 7235d23 fdo#54938: Adapt supportsService implementations to cppu::supportsService by Marcos Paulo de Souza · 13 years ago
  94. b03fa7d -Werror,-Wunused-const-variable by Stephan Bergmann · 13 years ago
  95. 0e6f148 -Werror,-Wunused-const-variable by Stephan Bergmann · 13 years ago
  96. 7f436c1 typo fixes in comments by Andras Timar · 13 years ago
  97. 0b8abbf The original bytes were probably meant as UTF-8, not UTF-16 by Stephan Bergmann · 13 years ago
  98. 89e5ef9 java.lang.String.getBytes() has platform-dependent semantics by Stephan Bergmann · 13 years ago
  99. 028a909 New unit test to the DOMTree test suite by Miguel Gomez · 13 years ago
  100. a30652b unoxml: avoid SIGSEV when xmlNsPtr prefix is NULL by Andres Gomez · 13 years ago