1. 5c2c2d8 loplugin:expandablemethods in comphelper..cppuhelper by Noel Grandin · 9 years ago
  2. d2615f9 Improve some error reporting by Stephan Bergmann · 9 years ago
  3. d1ea6ec replace <<= with assign for <<= with rhs Any by Jochen Nitschke · 9 years ago
  4. 2b32603 clang-cl loplugin: cppuhelper by Stephan Bergmann · 9 years ago
  5. f255c3e [API CHANGE] Remove HAVE_GCC_VISIBILITY_FEATURE, always true by Stephan Bergmann · 10 years ago
  6. 4f86b7a cid#1371142: Move semantics for css::uno::WeakReferenceHelper by Stephan Bergmann · 10 years ago
  7. 91dd2db loplugin:override: No more need for the "MSVC dtor override" workaround by Stephan Bergmann · 10 years ago
  8. b3c72c7 cppuhelper: fix loplugin:cppunitassertequals warnings by Miklos Vajna · 10 years ago
  9. d1c0a77 getFactory only called with nullptr "key" argument by Stephan Bergmann · 10 years ago
  10. 428e23f Fix some spelling errors in comments and strings by Otto Kekäläinen · 10 years ago
  11. 131e604 cppuhelper: fix use-after-free race in OWeakConnectionPoint by Michael Stahl · 10 years ago
  12. debe788 cppuhelper: WeakReference isn't thread-safe by Michael Stahl · 10 years ago
  13. 80c874d remove "object is disposed" warning in OBroadcastHelperVar::removeListener by Noel Grandin · 10 years ago
  14. 4722192 Convert XmlReader::Result to scoped enum by Noel Grandin · 10 years ago
  15. 6c41912 optimise references list handling in OWeakConnectionPoint some more by Noel Grandin · 10 years ago
  16. 6bda2bf Convert XmlReader::Text to scoped enum by Noel Grandin · 10 years ago
  17. 389d8db add some spaces to make it easier to read by Markus Mohrhard · 10 years ago
  18. 1e063e8 optimise references list handling in OWeakConnectionPoint by Noel Grandin · 10 years ago
  19. 9ea219d loplugin:passstuffbyref by Stephan Bergmann · 10 years ago
  20. 14cd518 Replace fallthrough comments with new SAL_FALLTHROUGH macro by Stephan Bergmann · 10 years ago
  21. 0c2d657 Remove ancient, dead CONTEXT_DIAG code by Stephan Bergmann · 10 years ago
  22. 11ba28a Remove ancient OSL_DEBUG_LEVEL printf by Stephan Bergmann · 10 years ago
  23. e1af7f0 clang-tidy modernize-loop-convert in c* by Noel Grandin · 10 years ago
  24. 918faa4 loplugin:salbool: Automatic rewrite of sal_False/True by Stephan Bergmann · 10 years ago
  25. 150ac9c clean-up: unused using declarations and includes by Jochen Nitschke · 10 years ago
  26. c664b27 tdf#94306 remove unused boost dependencies by Jochen Nitschke · 10 years ago
  27. 5c36205 Fix indentation by Stephan Bergmann · 10 years ago
  28. 297fd83 Typo: multible->multiple by Julien Nabet · 10 years ago
  29. efa2698 Typo: rubust->robust by Julien Nabet · 10 years ago
  30. 98d7b02 tdf#94306 replace boost::noncopyable in cppuhelper by Jochen Nitschke · 10 years ago
  31. d641120 tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals by Rohan Kumar · 10 years ago
  32. f7a75a6 cleanup: remove unused Reference.h(xx) includes by Jochen Nitschke · 10 years ago
  33. 1151fec Let's use the iterator return by erase method (final) by Julien Nabet · 10 years ago
  34. 83452dd tdf#97966 redundant static keywords removed 6 by Wastack · 10 years ago
  35. daa6a98 Avoid reserved identifiers by Stephan Bergmann · 10 years ago
  36. 132b4e9 Avoid reserved identifiers (use unnamed namespace, just in case) by Stephan Bergmann · 10 years ago
  37. 70f8728 improve defaultparams loplugin by Noel Grandin · 10 years ago
  38. 79c11bb Use an XInitialization-based channel to request service mgr pre-init by Stephan Bergmann · 10 years ago
  39. 2087484 use consistent #define checks for the Windows platform by Noel Grandin · 10 years ago
  40. ce43d0a use consistent #define checks for the Windows platform by Noel Grandin · 10 years ago
  41. 8d7f29a Re-work cppu::preInitBootstrap() by Henry Castro · 11 years ago
  42. 6b41b89 In loadAllImplementations(), also invoke component factory by Henry Castro · 11 years ago
  43. 682c48a Just abort() in the DISABLE_DYNLOADING case for now by Tor Lillqvist · 10 years ago
  44. df5f7c6 Introduce lok_preinit() to preload all registered UNO implementations by Henry Castro · 10 years ago
  45. a238b1f Remove excess newlines by Chris Sherlock · 10 years ago
  46. 1ef9f39 unnecessary use of OUString constructor by Noel Grandin · 10 years ago
  47. e83f317 tdf#82775: Don't prematurely dispose single-instance services by Stephan Bergmann · 10 years ago
  48. 947cc1b inline one-liner static method by Noel Grandin · 10 years ago
  49. 80c0767 Work around clang-cl PR25641 by Stephan Bergmann · 10 years ago
  50. d4857e3 loplugin:override by Stephan Bergmann · 10 years ago
  51. e253ff9 cppuhelper: enable CppunitTest_cppuhelper_qa_weak by Michael Stahl · 10 years ago
  52. 8569c6d use initialiser list for Sequence<OUString> by Noel Grandin · 10 years ago
  53. 06116bd1 Fast PCH generator and optimized PCH files by Ashod Nakashian · 10 years ago
  54. 96c26b0 use initialiser for Sequence<OUString> by Noel Grandin · 10 years ago
  55. 97464be Bogus assert by Stephan Bergmann · 10 years ago
  56. bf3f840 loplugin:nullptr (automatic rewrite) by Stephan Bergmann · 10 years ago
  57. 59b072e yyyyy by Noel Grandin · 10 years ago
  58. be729e7 tdf#94269: Replace "n" prefix for bool variables with "b" by Benjamin Ni · 11 years ago
  59. cb4fa1d use uno::Reference::set method instead of assignment by Noel Grandin · 10 years ago
  60. 1716b3a remove some useless comments by Noel Grandin · 10 years ago
  61. b36963c Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  62. e676f98 clang-analyzer-deadcode.DeadStores by Stephan Bergmann · 11 years ago
  63. 3f6da86 Fix typos by Andrea Gelmini · 11 years ago
  64. 22b80ac boost->std by Caolán McNamara · 11 years ago
  65. b190574 tdf#84323: Make osl::Thread::wait more readable by Stephan Bergmann · 11 years ago
  66. 1719907 com::sun::star-css in cppu,cppuhelper by Noel Grandin · 11 years ago
  67. 799cc41 Fix typos by Andrea Gelmini · 11 years ago
  68. 87dc6c8 Fix typos by Andrea Gelmini · 11 years ago
  69. b55166d Revert "return and use std::vector from OInterfaceContainerHelper" by Noel Grandin · 11 years ago
  70. e57314f return and use std::vector from OInterfaceContainerHelper by Noel Grandin · 11 years ago
  71. 6ce8ae5 loplugin:stringconstant: Flag more inefficiencies by Stephan Bergmann · 11 years ago
  72. 0980095 Replace boost::scoped_array<T> with std::unique_ptr<T[]> by Takeshi Abe · 11 years ago
  73. ad62165 cppcheck: noExplicitConstructor by Caolán McNamara · 11 years ago
  74. 85a2ec8 loplugin:cstylecast: deal with remaining pointer casts by Stephan Bergmann · 11 years ago
  75. 5b1337f tdf#62475: partial handmade fixes by Andrea Gelmini · 11 years ago
  76. 78f3ae6 cppuhelper: Allow logging the used services / constructors. by Jan Holesovsky · 11 years ago
  77. 6ff2d84a Various #include <sal/log.hxx> fixups by Stephan Bergmann · 11 years ago
  78. 71b8099 remove unnecessary use of void in function declarations by Noel Grandin · 11 years ago
  79. 7b4ca58 convert RegError to scoped enum by Noel Grandin · 11 years ago
  80. 95600ed convert RegValueType to scoped enum by Noel Grandin · 11 years ago
  81. 1bdbe0b convert REG_ constants to scoped enum by Noel Grandin · 11 years ago
  82. 2fc4a8c Add support for cppu::UnoType<void> by Stephan Bergmann · 11 years ago
  83. ead3062 Replace remaining getCppuType et al with cppu::UnoType by Stephan Bergmann · 11 years ago
  84. caaf143 Reduce to static_cast any reinterpret_cast from void pointers by Stephan Bergmann · 11 years ago
  85. e97b327 Clean up C-style casts from pointers to void by Stephan Bergmann · 11 years ago
  86. aa7a829 loplugin:staticfunction by Noel Grandin · 11 years ago
  87. b33788c Typos by Julien Nabet · 11 years ago
  88. 6baf24c Typo: constarined->constrained by Julien Nabet · 11 years ago
  89. c3cd100 CppCheck cleanlyness : reduce variable's scope by Michaël Lefèvre · 11 years ago
  90. 48f0a5e Typos by Julien Nabet · 11 years ago
  91. de68bb8 Updated all precompiled headers. by Ashod Nakashian · 11 years ago
  92. cead54b Use vector::data by Stephan Bergmann · 11 years ago
  93. 0866023 Get rid of std::auto_ptr in stable URE interface by Stephan Bergmann · 11 years ago
  94. ede5901 coverity#1266445 Explicit null dereferenced by Caolán McNamara · 11 years ago
  95. dbdb819 Some more loplugin:cstylecast: cppuhelper by Stephan Bergmann · 11 years ago
  96. 619b13f Variadic cppu::WeakComponentImplHelper by Stephan Bergmann · 11 years ago
  97. d3ce5b2 Fix getTypes() of OPropertySetHelper and derived by Stephan Bergmann · 11 years ago
  98. d4019c9 -Werror=array-bounds by Stephan Bergmann · 11 years ago
  99. 8ab4d2f drop crashrep unused since start of LibreOffice by Caolán McNamara · 11 years ago
  100. 0d44e98 Variadic cppu::WeakImplHelper by Stephan Bergmann · 11 years ago