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