1. c18e2ea New loplugin:data by Stephan Bergmann · 7 years ago
  2. e2fcb27 regenerate PCH headers by Luboš Luňák · 7 years ago
  3. c6350b3 regenerate PCH headers for the 4 new levels by Luboš Luňák · 7 years ago
  4. bf298e9 Fix typo by Andrea Gelmini · 7 years ago
  5. 799aef2 preload: cleanup disabled messages and simplify flow. by Michael Meeks · 7 years ago
  6. 9bc50c7 preload: add the ability to disable various components. by Michael Meeks · 7 years ago
  7. 04cf6de0 tdf#120703 PVS: remove redundant static casts by Mike Kaganski · 7 years ago
  8. 191f85d re-land "new loplugin typedefparam"" by Noel Grandin · 7 years ago
  9. c9bb483 Revert "new loplugin typedefparam" by Noel Grandin · 7 years ago
  10. 9865440 new loplugin typedefparam by Noel Grandin · 7 years ago
  11. 5af9e26 Simplify containers iterations in cppcanvas, cppu, cppuhelper by Arkadiy Illarionov · 7 years ago
  12. 5206992 Some uses of C++17 class template argument deduction by Stephan Bergmann · 7 years ago
  13. 7bad595 tdf#42949 Fix IWYU warnings in cppuhelper/ by Gabor Kelemen · 7 years ago
  14. a58f6d2 loplugin:indentation in cppu..cui by Noel Grandin · 7 years ago
  15. 83e7d9e Do not use indexed getToken for a single call by Matteo Casalin · 7 years ago
  16. 410bf59 kde5: remove older kde/tde plugins, and references to that by Thorsten Behrens · 8 years ago
  17. ab9b67b Remove obsolete SAL_FALLTHROUGH completely by Stephan Bergmann · 7 years ago
  18. 48314f2 improve function-local statics in basic..cui by Noel Grandin · 7 years ago
  19. 18f9abf cppCheck narrowed variableScope rEntry by Zdibák Zoltán · 7 years ago
  20. afbfe42 clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2 by Tamás Zolnai · 7 years ago
  21. e128f78 replace double-checked locking patterns with thread safe local statics by Mike Kaganski · 7 years ago
  22. dc18587 tdf#120703 (PVS): V519 The variable is assigned values twice successively by Mike Kaganski · 7 years ago
  23. 6f50961 remove more rtl::OUString and OString prefixes by Noel Grandin · 7 years ago
  24. e5e0cc6 pvs-studio: V794 The assignment operator should be protected by Caolán McNamara · 7 years ago
  25. bb480f7 loplugin:staticvar in cppuhelper..desktop by Noel Grandin · 7 years ago
  26. ccb2a1f clang-tidy readability-redundant-smartptr-get by Noel Grandin · 7 years ago
  27. 7ceee0f Extend loplugin:redundantinline to catch inline functions w/o external linkage by Stephan Bergmann · 7 years ago
  28. 39f563c loplugin:useuniqueptr in ComponentContext by Noel Grandin · 8 years ago
  29. 206b5b2 New loplugin:external by Stephan Bergmann · 8 years ago
  30. 7d6be61 Re-think cppu::throwException() and the C++/UNO bridge on iOS by Tor Lillqvist · 8 years ago
  31. cc7280e tdf#42949 Fix IWYU warnings in include/cppuhelper/* by Gabor Kelemen · 8 years ago
  32. 37f9fdc replace rtl_allocateMemory with std::malloc by Noel Grandin · 8 years ago
  33. b57ed76 Fix typo in code by Andrea Gelmini · 8 years ago
  34. ff0d1b1 Fix typos by Andrea Gelmini · 8 years ago
  35. 8f482ea No more need for CppunitTest_cppuhelper_qa_weak to be a subsequentcheck by Stephan Bergmann · 8 years ago
  36. 10179c3 Remove unnecessary test dependency by Stephan Bergmann · 8 years ago
  37. 654bd1a No need for CppunitTest_cppuhelper_qa_misc to be a subsequentcheck by Stephan Bergmann · 8 years ago
  38. 6ddecf6 fillUnoException not working on std::rethrow_exception exceptions by Caolán McNamara · 8 years ago
  39. c9697dc replace double checked locking patterns by Jochen Nitschke · 8 years ago
  40. 5a8389c Fix typos by Andrea Gelmini · 8 years ago
  41. dfaa7d4 Add missing sal/log.hxx headers by Gabor Kelemen · 8 years ago
  42. 5437eb1 tdf#96099 Remove trivial std::map typedefs in [cd]* by Arkadiy Illarionov · 8 years ago
  43. e93c366 cppuhelper : use rtl::isAlphaNumeric instead of recreate the method. by Arnaud Versini · 8 years ago
  44. 17c936b loplugin:unusedfields-in-constructor in various by Noel Grandin · 8 years ago
  45. 3a51dae Improve re-throwing of UNO exceptions by Noel Grandin · 8 years ago
  46. 08ab1f4 loplugin:oncevar extend to tools/gen.hxx types by Noel Grandin · 8 years ago
  47. 720759a Pre-load key UNO mappings. by Michael Meeks · 8 years ago
  48. f215096 lok: allow libraries to pre-init themselves. by Michael Meeks · 8 years ago
  49. b23e4d2 cppuhelper: MSVC: pragma warning: make more specific, remove obsolete by Mike Kaganski · 8 years ago
  50. 697f01e SAL_W32 is just an alias for _WIN32 by Stephan Bergmann · 8 years ago
  51. 970b768 Fix typos by Andrea Gelmini · 8 years ago
  52. 2fa1c89 More loplugin:cstylecast: cppuhelper by Stephan Bergmann · 8 years ago
  53. 71a6caf More loplugin:cstylecast: cppuhelper by Stephan Bergmann · 8 years ago
  54. 7f063b7 Revert "Print the important failure messages on iOS even in a non-debug build" by Stephan Bergmann · 8 years ago
  55. 2ac1298 Log just one line in cppuhelper::ServiceManager::preloadImplementations() by Tor Lillqvist · 8 years ago
  56. 29e7b95e Do use just std::cerr in cppuhelper::ServiceManager::preloadImplementations() by Tor Lillqvist · 8 years ago
  57. 4a114d6 Bin superfluous using declarations by Tor Lillqvist · 8 years ago
  58. 35ec045 Don't try to preload the KDE4 shell backend as that crashes by Tor Lillqvist · 8 years ago
  59. f9f830a Simplify logging in cppuhelper::ServiceManager::preloadImplementations() by Tor Lillqvist · 8 years ago
  60. 2a1fb44 loplugin:passstuffbyref improved returns by Noel Grandin · 8 years ago
  61. 3af5005 loplugin:salcall fix functions by Noel Grandin · 8 years ago
  62. f7a57f3 loplugin:countusersofdefaultparams in comphelper by Noel Grandin · 8 years ago
  63. 9a06b99 loplugin:salcall fix non-virtual methods by Noel Grandin · 8 years ago
  64. 34a7e1b not used with disable-dynloading by Caolán McNamara · 8 years ago
  65. 6eeac35 iOS, simplifyModule in cppuhelper is unused by jan Iversen · 8 years ago libreoffice-6-0-branch-point
  66. 3511baa add cppu::throwException test case by Caolán McNamara · 8 years ago
  67. 1aedb6c LOK: provide user feedback while preloading. by Michael Meeks · 8 years ago
  68. 11cf64b Better fix for CppunitTest_services by Stephan Bergmann · 8 years ago
  69. 2559a2a loplugin:constmethod in cppu,cppuhelper,idlc by Noel Grandin · 8 years ago
  70. 87a9979 overload std::hash for OUString and OString by Noel Grandin · 8 years ago
  71. 1944e3d Rename and move SAL_U/W to o3tl::toU/W by Mike Kaganski · 9 years ago
  72. 2c05d75 add << operator for css::uno::Exception by Noel Grandin · 9 years ago
  73. d32506e cppuhelper_detail_findSofficePath: use Unicode on Windows by Mike Kaganski · 9 years ago
  74. 2a61290 loplugin:flatten in connectivity..desktop by Noel Grandin · 9 years ago
  75. 7aa7f4d loplugin:unnecessaryparen include c++ casts by Noel Grandin · 9 years ago
  76. eda41a2 cppuhelper: fix double checked locking in getTypeEntries() by Michael Stahl · 9 years ago
  77. 9881bea remove unnecessary use of OUString::getStr by Noel Grandin · 9 years ago
  78. db17a87 convert std::map::insert to std::map::emplace II by Noel Grandin · 9 years ago
  79. b6e32d5 update cppuhelper pch by Caolán McNamara · 9 years ago
  80. c925381 loplugin:oncevar by Noel Grandin · 9 years ago
  81. ec340697 loplugin:constparams in soltools and various by Noel Grandin · 9 years ago
  82. 20571c4 use more range-for on uno::Sequence by Noel Grandin · 9 years ago
  83. 4b2262a new loplugin unnecessaryparen by Noel Grandin · 9 years ago
  84. d30f4e3 loplugin:casttovoid: cppuhelper by Stephan Bergmann · 9 years ago
  85. a6a447b android:Supress the Clang's unneeded-internal-declaration warning by brainbreaker · 9 years ago
  86. a5dba7d remove unused osl/mutex.hxx includes by Jochen Nitschke · 9 years ago
  87. ec8c98f use more SAL_N_ELEMENTS part 3 by Noel Grandin · 9 years ago
  88. d0069e5 add COVERITY_NOEXCEPT_FALSE by Caolán McNamara · 9 years ago
  89. 7392e13 Improved loplugin:cstylecast to reference types: cppuhelper by Stephan Bergmann · 9 years ago
  90. 1d857ca Fix typos by Andrea Gelmini · 9 years ago
  91. 94d9d89 Remove some unnecessary scaffolding around SAL_WARN calls by Stephan Bergmann · 9 years ago
  92. 2ccde70 teach redundantcast plugin about functional casts by Noel Grandin · 9 years ago
  93. ef513fd remove unnecessary use of OString::getStr by Noel Grandin · 9 years ago
  94. 389da66 remove unused uno::Reference vars by Noel Grandin · 9 years ago
  95. 9594967 cleanup osl/diagnose.h includes by Jochen Nitschke · 9 years ago
  96. 97eb00c revert OSL_ASSERT changes by Chris Sherlock · 9 years ago
  97. 9a27491 tdf#43157: convert cppuhelper and io from OSL_ASSERT to assert by Chris Sherlock · 9 years ago
  98. 91a1342 tdf#39468 cleanup source code comments by dennisroczek · 9 years ago
  99. de030cd gbuild: Remove MSVC 2013 legacy code by David Ostrovsky · 9 years ago
  100. 992a333 clang-tidy: readability-else-after-return by Noel Grandin · 9 years ago