1. 1a284d1 loplugin:constantparam in c* by Noel Grandin · 8 years ago
  2. 696722f loplugin:includeform: codemaker by Stephan Bergmann · 8 years ago
  3. 14d4566 loplugin:constmethod in codemaker,registry,store by Noel Grandin · 8 years ago
  4. 2c05d75 add << operator for css::uno::Exception by Noel Grandin · 9 years ago
  5. 4c09f8e clang-tidy modernize-use-emplace in c* by Noel Grandin · 9 years ago
  6. 0c3bd1d new loplugin:droplong by Noel Grandin · 9 years ago
  7. db17a87 convert std::map::insert to std::map::emplace II by Noel Grandin · 9 years ago
  8. c925381 loplugin:oncevar by Noel Grandin · 9 years ago
  9. 41dc56d loplugin:constparams codemaker,idl,idlc by Noel Grandin · 9 years ago
  10. 4250b25 teach unnecessaryparen loplugin about identifiers by Noel Grandin · 9 years ago
  11. 868d8c8 loplugin:unnecessaryparen handle parens inside call expr by Noel Grandin · 9 years ago
  12. b59722cd android, fix codemaker buildbreaker by jan Iversen · 9 years ago
  13. 99cde72 iOS, remove java and cppunittest by jan Iversen · 9 years ago
  14. 1e2831e iOS workaround to avoid mkdir problem. by jan Iversen · 9 years ago
  15. 8ed77fa loplugin:oncevar in codemaker..connectivity by Noel Grandin · 9 years ago
  16. c4ac732 Remove usage of OString("") by Arnaud Versini · 9 years ago
  17. ef513fd remove unnecessary use of OString::getStr by Noel Grandin · 9 years ago
  18. 9594967 cleanup osl/diagnose.h includes by Jochen Nitschke · 9 years ago
  19. 097bec4 cppcheck: duplicateBreak by Julien Nabet · 9 years ago
  20. da64d198 tools: svstream.hxx needs only errcode.hxx & not errinf.hxx by Chris Sherlock · 9 years ago
  21. a2d1a73 More commit resurrection by Stephan Bergmann · 9 years ago
  22. 13adffd Move comment back to where it makes sense by Stephan Bergmann · 9 years ago
  23. 5676ced make UNO enums scoped for internal LO code by Noel Grandin · 9 years ago
  24. 5222dd8 loplugin:loopvartoosmall by Stephan Bergmann · 9 years ago
  25. fb4bf69 remove unused KeywordsOnly from IdentifierTranslationMode by Noel Grandin · 9 years ago
  26. 8646ab9 Remove MinGW support by Stephan Bergmann · 9 years ago
  27. 55717b1 Remove newly-unnecessary #includes from cppumaker-generated files by Stephan Bergmann · 9 years ago
  28. 2489000 loplugin:useuniqueptr extend to check local vars by Noel Grandin · 9 years ago
  29. e57ca02 Remove dynamic exception specifications by Stephan Bergmann · 9 years ago
  30. 5145f60 loplugin: unnecessary destructor: basctl..codemaker by Noel Grandin · 9 years ago
  31. 550e0e4 Remove dynamic exception specifications from cppumaker-generated code by Stephan Bergmann · 9 years ago
  32. 584262f loplugin:stringconstant: handle OStringBuffer::append by Stephan Bergmann · 9 years ago
  33. 5c5a6c3 bootstrap building with --disable-dynloading on standard linux by Caolán McNamara · 9 years ago
  34. bd614b9 Delete the "Any-to-Any" template specializations for LIBO_INTERNAL_ONLY by Stephan Bergmann · 9 years ago
  35. 347f67d clang-cl loplugin: codemaker by Stephan Bergmann · 9 years ago
  36. 802f2a4 Don't allow O[U]StringBuffer in string concatenation by Stephan Bergmann · 9 years ago
  37. 18cd08a cid#1371162 etc.: Move semantics for cppumaker-generated UNO exception classes by Stephan Bergmann · 10 years ago
  38. 91dd2db loplugin:override: No more need for the "MSVC dtor override" workaround by Stephan Bergmann · 10 years ago
  39. b38a2d571 tdf#101185 OString concatanations for efficiently coding by nadith · 10 years ago
  40. 508c95f improve passstuffbyref return analysis by Noel Grandin · 10 years ago
  41. c0ca75f tdf#100726: Improve readability of OUString concatenations by Arnold Dumas · 10 years ago
  42. 7eaf8b17 clang-tidy performance-implicit-cast-in-loop by Stephan Bergmann · 10 years ago
  43. 19ebfdb loplugin:singlevalfields in codemaker by Noel Grandin · 10 years ago
  44. 0dc02bb Silence -Werror,-Wimplicit-fallthrough under NDEBUG by Stephan Bergmann · 10 years ago
  45. 6d12687 Silence -Werror,-Wimplicit-fallthrough under NDEBUG by Stephan Bergmann · 10 years ago
  46. 14cd518 Replace fallthrough comments with new SAL_FALLTHROUGH macro by Stephan Bergmann · 10 years ago
  47. 150ac9c clean-up: unused using declarations and includes by Jochen Nitschke · 10 years ago
  48. 98d7b02 tdf#94306 replace boost::noncopyable in cppuhelper by Jochen Nitschke · 10 years ago
  49. 0b8e5ca tdf#97966 Drop 'static' keywords by Wastack · 10 years ago
  50. 5adde1b loplugin:unuseddefaultparams various by Noel Grandin · 10 years ago
  51. cd1bbdf convert codemaker::UnoType::Sort to scoped enum by Noel Grandin · 10 years ago
  52. 6f2d11a convert codemaker::cpp::IdentifierTranslationMode to scoped enum by Noel Grandin · 10 years ago
  53. 0f8ec30 [API CHANGE] add operator==/!= to UNO structs by Noel Grandin · 10 years ago
  54. 555ee51 convert to range-based for loops in codemaker/ by Noel Grandin · 10 years ago
  55. a6f1687 rename dumpHFile to dumpHdlFile by Noel Grandin · 10 years ago
  56. 0dba142 rename dumpHxxFile to dumpHppFile by Noel Grandin · 10 years ago
  57. a238b1f Remove excess newlines by Chris Sherlock · 10 years ago
  58. 64d624b Fix typos by Andrea Gelmini · 10 years ago
  59. 03b9d1e Reduce space needed for string literals by Stephan Bergmann · 10 years ago
  60. 759eb79 give useful details in non-debug mode too by Caolán McNamara · 10 years ago
  61. a508f63 mark UNO structs as SAL_WARN_UNUSED, where possible by Noel Grandin · 10 years ago
  62. 87a9abf loplugin:nullptr (automatic rewrite) by Stephan Bergmann · 10 years ago
  63. 0614740 coverity#1338267 Uncaught exception by Caolán McNamara · 10 years ago
  64. f36c293 coverity#1338254 Uncaught exception by Caolán McNamara · 10 years ago
  65. be729e7 tdf#94269: Replace "n" prefix for bool variables with "b" by Benjamin Ni · 11 years ago
  66. 3bc5df7 UNO: no need to use OUString constructor when calling createInstance by Noel Grandin · 10 years ago
  67. 83f5469 loplugin:defaultparams by Stephan Bergmann · 10 years ago
  68. b36963c Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  69. bff4c13 Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  70. 9d307ab new loplugin: defaultparams by Noel Grandin · 11 years ago
  71. 38023af loplugin:unusedmethods by Noel Grandin · 11 years ago
  72. a941df0 cppcheck: noExplicitConstructor by Caolán McNamara · 11 years ago
  73. 99661d3 Deprecate getCppuType et al in favor of cppu::UnoType by Stephan Bergmann · 11 years ago
  74. aa7a829 loplugin:staticfunction by Noel Grandin · 11 years ago
  75. 69ebf1c const_cast: convert some C-style casts and remove some redundant ones by Stephan Bergmann · 11 years ago
  76. 4d79146 loplugin:deletedspecial by Stephan Bergmann · 11 years ago
  77. 4d6a509 convert all remaining BOOST_STATIC_ASSERT to static_assert by Caolán McNamara · 11 years ago
  78. b4f6b26b SAL_DLLPUBLIC_RTTI for proper RTTI visibility for LLVM by Stephan Bergmann · 11 years ago
  79. 02d83cb coverity#1019332 Unchecked dynamic_cast by Caolán McNamara · 11 years ago
  80. 435a3a3 coverity#1019331 Unchecked dynamic_cast by Caolán McNamara · 11 years ago
  81. be94376 coverity#1019327 Unchecked dynamic_cast by Caolán McNamara · 11 years ago
  82. 6198aa8 coverity#1019325 Unchecked dynamic_cast by Caolán McNamara · 11 years ago
  83. 662e329 Fix generation of com.sun.star.uno.[Runtime]Exception classes by Stephan Bergmann · 11 years ago
  84. 9d5e53b protected -> private by Stephan Bergmann · 11 years ago
  85. 537befb cppumaker: only include rtl/instance.hxx and mutex.hxx when necessary by Michael Stahl · 11 years ago
  86. 2c1bf30 More iwyu suggested headers removal by Riccardo Magliocchetti · 11 years ago
  87. d32be3a fdo#86023 - O[U]String needs a 'clear' method by Brij Mohan Lal Srivastava · 11 years ago
  88. fc0d57b Revert "use the new OUString::fromUtf8 method" by Stephan Bergmann · 11 years ago
  89. 05050cd use the new OUString::fromUtf8 method by Noel Grandin · 11 years ago
  90. c70f154 Removed duplicated includes by Andrea Gelmini · 11 years ago
  91. 0371a63 remove unnecessary 'using namespace rtl' declarations by Noel Grandin · 11 years ago
  92. b536f9a coverity#441989 Uncaught exception by Caolán McNamara · 11 years ago
  93. cd31cfb coverity#441732 Uncaught exception by Caolán McNamara · 11 years ago
  94. 3d9d0b7 coverity#1242375 Don't call fscanf without specifiers by Caolán McNamara · 12 years ago
  95. a866478 codemaker: std::auto_ptr -> std::unique_ptr by Stephan Bergmann · 12 years ago
  96. 83636d2 java: when rethrowing exceptions, store the original cause by Noel Grandin · 12 years ago
  97. 60f152c java: avoid unnecessary comparisons in boolean expressions by Noel Grandin · 12 years ago
  98. ff0ad04 java: use 'Integer.valueOf' instead of 'new Integer' by Noel Grandin · 12 years ago
  99. bcba208 coverity#1019323 Unchecked dynamic_cast by Caolán McNamara · 12 years ago
  100. 09d79da coverity#1219788 Unchecked dynamic_cast by Caolán McNamara · 12 years ago