1. da56de9 remove type decorations on char literals by Jochen Nitschke · 9 years ago
  2. 25e0872 Fix typos by Andrea Gelmini · 9 years ago
  3. ed76d1d loplugins:redundantcast teach it about c-style typedef casts by Noel Grandin · 9 years ago
  4. d948d66 Fix typos by Andrea Gelmini · 9 years ago
  5. 0ea05f9 drop various _MSC_VER < 1900 conditionals by Caolán McNamara · 9 years ago
  6. 6cb9e6d Remove redundant 'inline' keyword by Stephan Bergmann · 9 years ago
  7. 198c41c new loplugin unoany by Noel Grandin · 9 years ago
  8. 9a7d112 Some simplifications, using UNO_QUERY_THROW by Stephan Bergmann · 9 years ago
  9. 6dce9c6 Add missing #includes by Stephan Bergmann · 9 years ago
  10. 2489000 loplugin:useuniqueptr extend to check local vars by Noel Grandin · 9 years ago
  11. bbd3421 improve exception messages in stoc by Noel Grandin · 9 years ago
  12. 1c3e84d teach lolugin:stringconstant about calling constructors by Noel Grandin · 9 years ago
  13. 9c25f6c German comments - last bits of stoc/ translated. by Michael Meeks · 9 years ago
  14. f1d83ac loplugin:stringconstant check for unnecessary OUString constructor.. by Noel Grandin · 9 years ago
  15. dae273d stoc: oops, missing closing quote by Michael Stahl · 9 years ago
  16. 845d4eb stoc: try to throw more informative exceptions by Michael Stahl · 9 years ago
  17. 52b84ea -Werror=int-in-bool-context (GCC 7) by Stephan Bergmann · 9 years ago
  18. e57ca02 Remove dynamic exception specifications by Stephan Bergmann · 9 years ago
  19. bbd8c94 use rtl::Reference in stoc by Noel Grandin · 9 years ago
  20. 491f9a6 New loplugin:dynexcspec: Add @throws documentation, stoc by Stephan Bergmann · 9 years ago
  21. 0415cb3 new loplugin: useuniqueptr: sot..tools by Noel Grandin · 9 years ago
  22. 690cf2a no point in having both SAL_WARN and OSL_FAIL for the same thing by Noel Grandin · 9 years ago
  23. 4ef9cce OSL_TRACE -> SAL in sfx2..svx by Noel Grandin · 9 years ago
  24. ad91fa9 loplugin:unnecessaryoverride (dtors) in stoc by Stephan Bergmann · 9 years ago
  25. 0a840ed includes should be at the top of the file by Noel Grandin · 9 years ago
  26. fc18da9 remove some double calls by Noel Grandin · 9 years ago
  27. 389999a make comphelper::containerToSequence a little smarter by Noel Grandin · 9 years ago
  28. 0a1e695 coverity#1375798 Uncaught exception by Caolán McNamara · 9 years ago
  29. 7e46e9b coverity#1374309 Uncaught exception by Caolán McNamara · 9 years ago
  30. c19d2b2 loplugin:expandablemethods in stoc..svl by Noel Grandin · 9 years ago
  31. effb273 Java 7 DISPLAY and FORMAT locale and script field by Eike Rathke · 9 years ago
  32. f08ef85 Revert "Revert "Resolves: #i86470# Wrong Java locale when using "nl" and "fr""" by Stephan Bergmann · 9 years ago
  33. 4c13c4da Revert "Resolves: #i86470# Wrong Java locale when using "nl" and "fr"" by Eike Rathke · 9 years ago
  34. 9b09a21 Resolves: #i86470# Wrong Java locale when using "nl" and "fr" by Eike Rathke · 9 years ago
  35. faf4bf0 loplugin:countusersofdefaultparams in sot..svtools by Noel Grandin · 9 years ago
  36. 441fa1c Fix typos by Andrea Gelmini · 10 years ago
  37. 3b48b3c loplugin:singlevalfields in sc..vcl by Noel Grandin · 10 years ago
  38. 91dd2db loplugin:override: No more need for the "MSVC dtor override" workaround by Stephan Bergmann · 10 years ago
  39. 1013587 loplugin:constantparam in package..stoc by Noel Grandin · 10 years ago
  40. cb958bb loplugin:constantparam in sot..svl by Noel Grandin · 10 years ago
  41. b7bf1ba tdf#100726 - Improve readability of OUString concatanations by Gökhan Gurbetoğlu · 10 years ago
  42. a402785 loplugin:countusersofdefaultparams in sfx2..svgio by Noel Grandin · 10 years ago
  43. 508c95f improve passstuffbyref return analysis by Noel Grandin · 10 years ago
  44. b944e49 don't write past the end of the array by Markus Mohrhard · 10 years ago
  45. f541b99 loplugin:nullptr: Better heuristic to determine code shared between C and C++ by Stephan Bergmann · 10 years ago
  46. d127fb0 loplugin:passstuffbyref also for {css::uno,rtl}::Reference by Stephan Bergmann · 10 years ago
  47. 70bfe5f remove deprecated Link functions from Registry by Noel Grandin · 10 years ago
  48. 9cef658 Clean up uses of Any::getValue() in stoc by Stephan Bergmann · 10 years ago
  49. 82da3d9 loplugin:salbool: Implicit conversions from non-Boolean fundamental types by Stephan Bergmann · 10 years ago
  50. 0323253 remove some manual ref-counting by Noel Grandin · 10 years ago
  51. 8fec9e7 Some clean up of uses of css::uno::Any::setValue by Stephan Bergmann · 10 years ago
  52. e630df7 Just use Any::operator <<= for sal_Unicode values by Stephan Bergmann · 10 years ago
  53. 95d20a3 Revert "remove some manual ref-counting" by Noel Grandin · 10 years ago
  54. 111de43 remove some manual ref-counting by Noel Grandin · 10 years ago
  55. b3ff2f4 loplugin:unusedmethods in slideshow to svtools by Noel Grandin · 10 years ago
  56. 265068d clang-tidy modernize-loop-convert in scripting to svtools by Noel Grandin · 10 years ago
  57. 0f3ac23 Insert explicit "break" when falling through to empty next case by Stephan Bergmann · 10 years ago
  58. 6e70103 While at it, delete Any functions on sal_Bool* by Stephan Bergmann · 10 years ago
  59. 8e4ee4b tdf#97499 Fixed containers parameters clearing #9 by tymyjan · 10 years ago
  60. e8fd5a0 update loplugin stylepolice to check local pointers vars by Noel Grandin · 10 years ago
  61. 7834196 loplugin:salbool: sal_Bool[] -> bool[] by Stephan Bergmann · 10 years ago
  62. c763ceb loplugin:salbool: Automatic rewrite of sal_False/True by Stephan Bergmann · 10 years ago
  63. 789055b clang-tidy performance-unnecessary-copy-initialization by Noel Grandin · 10 years ago
  64. 62633df clang-tidy performance-unnecessary-value-param in various by Noel Grandin · 10 years ago
  65. b8eb294 loplugin:passstuffbyref in various by Noel Grandin · 10 years ago
  66. 97abbec tdf#94306 replace boost::noncopyable in stoc to xmlsec.. by Jochen Nitschke · 10 years ago
  67. b6fc8ae Remove stray spaces from start of log messages, redux by Stephan Bergmann · 10 years ago
  68. 117dc3c Remove stray spaces from start of log messages by Stephan Bergmann · 10 years ago
  69. 31bddb8 tdf#91794 removed OSL_DEBUG_LEVEL > 1 conditionals by Rohan Kumar · 10 years ago
  70. cb495d7 tdf#97966 Drop 'static' keywords by Wastack · 10 years ago
  71. d2f9f27 loplugin:nullptr: Find some more cases in templates by Stephan Bergmann · 10 years ago
  72. 0ed7ec1 loplugin:constantparam in registry by Noel Grandin · 10 years ago
  73. eee4dd7 Fix memory leaks by Stephan Bergmann · 10 years ago
  74. 8e9a7ca No more need for jfw_freeJavaInfo by Stephan Bergmann · 10 years ago
  75. f9202971 Avoid reserved identifier by Stephan Bergmann · 10 years ago
  76. 220d9c2 include/jvmfwk/*.h -> .hxx (only ever included from C++ code) by Stephan Bergmann · 10 years ago
  77. 5d58e77 coverity#1353440 try and refactor to avoid Argument cannot be negative by Caolán McNamara · 10 years ago
  78. a998217 return early and drop else by Caolán McNamara · 10 years ago
  79. 7c5955d !(==) -> != by Caolán McNamara · 10 years ago
  80. f92f7ef coverity#1353440 Argument cannot be negative by Caolán McNamara · 10 years ago
  81. cf6cbd2 WaE: replace OUString constructed from a string literal directly ... by Tor Lillqvist · 10 years ago
  82. 9f7f881 Resolves: rhbz#1285356 force swing not to use gtk2 if gtk3 is loaded by Caolán McNamara · 10 years ago
  83. 2087484 use consistent #define checks for the Windows platform by Noel Grandin · 10 years ago
  84. ce43d0a use consistent #define checks for the Windows platform by Noel Grandin · 10 years ago
  85. 3210bc85 Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePoint by Stephan Bergmann · 10 years ago
  86. 045ec6a uno::Sequence->std::vector in stoc/introspection by Noel Grandin · 10 years ago
  87. 2b31daf tdf#95857 Sort out German plurals ... by danielt998 · 10 years ago
  88. a238b1f Remove excess newlines by Chris Sherlock · 10 years ago
  89. 64d624b Fix typos by Andrea Gelmini · 10 years ago
  90. f4e703a loplugin:unusedfields in sfx2,slideshow,starmath,stoc by Noel Grandin · 10 years ago
  91. 7b02cfe tdf#96223: introspection queries for XPropertySet again by Oliver Specht · 10 years ago
  92. 4a1edf6 More loplugin:nullptr automatic rewrite (within templates) by Stephan Bergmann · 10 years ago
  93. 2554efa use comphelper::containerToSequence by Noel Grandin · 10 years ago
  94. 602e942 Don't assume sal_Unicode is unsigned short by Stephan Bergmann · 10 years ago
  95. 8569c6d use initialiser list for Sequence<OUString> by Noel Grandin · 10 years ago
  96. 25aec38 use initialiser for Sequence<OUString> by Noel Grandin · 10 years ago
  97. 54d2295 use initialiser for Sequence<OUString> by Noel Grandin · 10 years ago
  98. 8e234c5 use initialiser syntax for Sequence<OUString> by Noel Grandin · 10 years ago
  99. da95f17 loplugin:nullptr (automatic rewrite) by Stephan Bergmann · 10 years ago
  100. 6c80a8f new loplugin: oncevar by Noel Grandin · 10 years ago