1. 697f01e SAL_W32 is just an alias for _WIN32 by Stephan Bergmann · 8 years ago
  2. 970b768 Fix typos by Andrea Gelmini · 8 years ago
  3. 2fa1c89 More loplugin:cstylecast: cppuhelper by Stephan Bergmann · 8 years ago
  4. 71a6caf More loplugin:cstylecast: cppuhelper by Stephan Bergmann · 8 years ago
  5. 7f063b7 Revert "Print the important failure messages on iOS even in a non-debug build" by Stephan Bergmann · 8 years ago
  6. 2ac1298 Log just one line in cppuhelper::ServiceManager::preloadImplementations() by Tor Lillqvist · 8 years ago
  7. 29e7b95e Do use just std::cerr in cppuhelper::ServiceManager::preloadImplementations() by Tor Lillqvist · 8 years ago
  8. 4a114d6 Bin superfluous using declarations by Tor Lillqvist · 8 years ago
  9. 35ec045 Don't try to preload the KDE4 shell backend as that crashes by Tor Lillqvist · 8 years ago
  10. f9f830a Simplify logging in cppuhelper::ServiceManager::preloadImplementations() by Tor Lillqvist · 8 years ago
  11. 2a1fb44 loplugin:passstuffbyref improved returns by Noel Grandin · 8 years ago
  12. 3af5005 loplugin:salcall fix functions by Noel Grandin · 8 years ago
  13. f7a57f3 loplugin:countusersofdefaultparams in comphelper by Noel Grandin · 8 years ago
  14. 9a06b99 loplugin:salcall fix non-virtual methods by Noel Grandin · 8 years ago
  15. 34a7e1b not used with disable-dynloading by Caolán McNamara · 8 years ago
  16. 6eeac35 iOS, simplifyModule in cppuhelper is unused by jan Iversen · 8 years ago libreoffice-6-0-branch-point
  17. 3511baa add cppu::throwException test case by Caolán McNamara · 8 years ago
  18. 1aedb6c LOK: provide user feedback while preloading. by Michael Meeks · 8 years ago
  19. 11cf64b Better fix for CppunitTest_services by Stephan Bergmann · 8 years ago
  20. 2559a2a loplugin:constmethod in cppu,cppuhelper,idlc by Noel Grandin · 8 years ago
  21. 87a9979 overload std::hash for OUString and OString by Noel Grandin · 8 years ago
  22. 1944e3d Rename and move SAL_U/W to o3tl::toU/W by Mike Kaganski · 9 years ago
  23. 2c05d75 add << operator for css::uno::Exception by Noel Grandin · 9 years ago
  24. d32506e cppuhelper_detail_findSofficePath: use Unicode on Windows by Mike Kaganski · 9 years ago
  25. 2a61290 loplugin:flatten in connectivity..desktop by Noel Grandin · 9 years ago
  26. 7aa7f4d loplugin:unnecessaryparen include c++ casts by Noel Grandin · 9 years ago
  27. eda41a2 cppuhelper: fix double checked locking in getTypeEntries() by Michael Stahl · 9 years ago
  28. 9881bea remove unnecessary use of OUString::getStr by Noel Grandin · 9 years ago
  29. db17a87 convert std::map::insert to std::map::emplace II by Noel Grandin · 9 years ago
  30. b6e32d5 update cppuhelper pch by Caolán McNamara · 9 years ago
  31. c925381 loplugin:oncevar by Noel Grandin · 9 years ago
  32. ec340697 loplugin:constparams in soltools and various by Noel Grandin · 9 years ago
  33. 20571c4 use more range-for on uno::Sequence by Noel Grandin · 9 years ago
  34. 4b2262a new loplugin unnecessaryparen by Noel Grandin · 9 years ago
  35. d30f4e3 loplugin:casttovoid: cppuhelper by Stephan Bergmann · 9 years ago
  36. a6a447b android:Supress the Clang's unneeded-internal-declaration warning by brainbreaker · 9 years ago
  37. a5dba7d remove unused osl/mutex.hxx includes by Jochen Nitschke · 9 years ago
  38. ec8c98f use more SAL_N_ELEMENTS part 3 by Noel Grandin · 9 years ago
  39. d0069e5 add COVERITY_NOEXCEPT_FALSE by Caolán McNamara · 9 years ago
  40. 7392e13 Improved loplugin:cstylecast to reference types: cppuhelper by Stephan Bergmann · 9 years ago
  41. 1d857ca Fix typos by Andrea Gelmini · 9 years ago
  42. 94d9d89 Remove some unnecessary scaffolding around SAL_WARN calls by Stephan Bergmann · 9 years ago
  43. 2ccde70 teach redundantcast plugin about functional casts by Noel Grandin · 9 years ago
  44. ef513fd remove unnecessary use of OString::getStr by Noel Grandin · 9 years ago
  45. 389da66 remove unused uno::Reference vars by Noel Grandin · 9 years ago
  46. 9594967 cleanup osl/diagnose.h includes by Jochen Nitschke · 9 years ago
  47. 97eb00c revert OSL_ASSERT changes by Chris Sherlock · 9 years ago
  48. 9a27491 tdf#43157: convert cppuhelper and io from OSL_ASSERT to assert by Chris Sherlock · 9 years ago
  49. 91a1342 tdf#39468 cleanup source code comments by dennisroczek · 9 years ago
  50. de030cd gbuild: Remove MSVC 2013 legacy code by David Ostrovsky · 9 years ago
  51. 992a333 clang-tidy: readability-else-after-return by Noel Grandin · 9 years ago
  52. 7668d4e Fix typos by Andrea Gelmini · 9 years ago
  53. ed76d1d loplugins:redundantcast teach it about c-style typedef casts by Noel Grandin · 9 years ago
  54. 6cb9e6d Remove redundant 'inline' keyword by Stephan Bergmann · 9 years ago
  55. 198c41c new loplugin unoany by Noel Grandin · 9 years ago
  56. 48e83f7 makeAny->Any in cppuhelper..cui by Noel Grandin · 9 years ago
  57. b519d13 loplugin:subtlezeroinit: cppuhelper by Stephan Bergmann · 9 years ago
  58. 6de3688 Drop :: prefix from std in c*/ by Tor Lillqvist · 9 years ago
  59. 3b53a4c Blind fix for apparently buggy GCC 4.8 by Stephan Bergmann · 9 years ago
  60. 3c5c11b Use OUStringLiteral by Stephan Bergmann · 9 years ago
  61. dce867e loplugin:stringconstant handle calls to constructors with one arg by Noel Grandin · 9 years ago
  62. 2670ca3 a whole bunch of SAL_WARN_UNUSED by Noel Grandin · 9 years ago
  63. f1d83ac loplugin:stringconstant check for unnecessary OUString constructor.. by Noel Grandin · 9 years ago
  64. e57ca02 Remove dynamic exception specifications by Stephan Bergmann · 9 years ago
  65. 0d5e1cd New loplugin:dynexcspec: Add @throws documentation, cppuhelper by Stephan Bergmann · 9 years ago
  66. ef30635 these used to OSL_TRACE, quiten them to SAL_INFO by Caolán McNamara · 9 years ago
  67. cbc0b5e -Werror=unused-function (DISABLE_DYNLOADING) by Stephan Bergmann · 9 years ago
  68. 6ef0336 cppuhelper: implement environment mapping for constructor functions by Michael Stahl · 9 years ago
  69. d15b4e2 teach sallogareas plugin to catch inconsistencies by Noel Grandin · 9 years ago
  70. c3586b6 OSL_TRACE->SAL in chart2..oox by Noel Grandin · 9 years ago
  71. 0816ec3 Remove dead test code by Stephan Bergmann · 9 years ago
  72. 61b0019 tdf#88206 replace cppu::WeakImplHelper* in cppuhelper by Jochen Nitschke · 9 years ago
  73. 7a10def loplugin:unnecessaryoverride (dtors) in cppuhelper by Stephan Bergmann · 9 years ago
  74. 5c2c2d8 loplugin:expandablemethods in comphelper..cppuhelper by Noel Grandin · 9 years ago
  75. d2615f9 Improve some error reporting by Stephan Bergmann · 9 years ago
  76. d1ea6ec replace <<= with assign for <<= with rhs Any by Jochen Nitschke · 9 years ago
  77. 2b32603 clang-cl loplugin: cppuhelper by Stephan Bergmann · 9 years ago
  78. f255c3e [API CHANGE] Remove HAVE_GCC_VISIBILITY_FEATURE, always true by Stephan Bergmann · 10 years ago
  79. 4f86b7a cid#1371142: Move semantics for css::uno::WeakReferenceHelper by Stephan Bergmann · 10 years ago
  80. 91dd2db loplugin:override: No more need for the "MSVC dtor override" workaround by Stephan Bergmann · 10 years ago
  81. b3c72c7 cppuhelper: fix loplugin:cppunitassertequals warnings by Miklos Vajna · 10 years ago
  82. d1c0a77 getFactory only called with nullptr "key" argument by Stephan Bergmann · 10 years ago
  83. 428e23f Fix some spelling errors in comments and strings by Otto Kekäläinen · 10 years ago
  84. 131e604 cppuhelper: fix use-after-free race in OWeakConnectionPoint by Michael Stahl · 10 years ago
  85. debe788 cppuhelper: WeakReference isn't thread-safe by Michael Stahl · 10 years ago
  86. 80c874d remove "object is disposed" warning in OBroadcastHelperVar::removeListener by Noel Grandin · 10 years ago
  87. 4722192 Convert XmlReader::Result to scoped enum by Noel Grandin · 10 years ago
  88. 6c41912 optimise references list handling in OWeakConnectionPoint some more by Noel Grandin · 10 years ago
  89. 6bda2bf Convert XmlReader::Text to scoped enum by Noel Grandin · 10 years ago
  90. 389d8db add some spaces to make it easier to read by Markus Mohrhard · 10 years ago
  91. 1e063e8 optimise references list handling in OWeakConnectionPoint by Noel Grandin · 10 years ago
  92. 9ea219d loplugin:passstuffbyref by Stephan Bergmann · 10 years ago
  93. 14cd518 Replace fallthrough comments with new SAL_FALLTHROUGH macro by Stephan Bergmann · 10 years ago
  94. 0c2d657 Remove ancient, dead CONTEXT_DIAG code by Stephan Bergmann · 10 years ago
  95. 11ba28a Remove ancient OSL_DEBUG_LEVEL printf by Stephan Bergmann · 10 years ago
  96. e1af7f0 clang-tidy modernize-loop-convert in c* by Noel Grandin · 10 years ago
  97. 918faa4 loplugin:salbool: Automatic rewrite of sal_False/True by Stephan Bergmann · 10 years ago
  98. 150ac9c clean-up: unused using declarations and includes by Jochen Nitschke · 10 years ago
  99. c664b27 tdf#94306 remove unused boost dependencies by Jochen Nitschke · 10 years ago
  100. 5c36205 Fix indentation by Stephan Bergmann · 10 years ago