1. 4408001 osl::Mutex->std::mutex in MappingsData by Noel Grandin · 4 years, 9 months ago
  2. d67cf46 remove unnecessary rtl::Static by Noel Grandin · 4 years, 9 months ago
  3. 6db41dd osl::Mutex->std::mutex in EnvStack by Noel Grandin · 4 years, 9 months ago
  4. bd4ee5e cppu : use std::mutex in DisposedCallerAdmin by Arnaud Versini · 4 years, 9 months ago
  5. bfc1600 loplugin:indentation improve checks for brace alignment by Noel Grandin · 4 years, 10 months ago
  6. 6317f8c Re-add a removed mutex by Christophe JAILLET · 4 years, 10 months ago
  7. b33fbd5 Elide trivial TypeDescriptor_Init_Impl::getMutex by Stephan Bergmann · 4 years, 10 months ago
  8. 0e81b8e Revert "no need to init this on-demand" by Noel Grandin · 4 years, 10 months ago
  9. c71520d no need to init this on-demand by Noel Grandin · 4 years, 10 months ago
  10. 8599784 flatten TypeDescriptor_Init_Impl data-structure by Noel Grandin · 4 years, 10 months ago
  11. 10d29c3 throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite by Stephan Bergmann · 5 years ago
  12. ea5641b Updated README.md files to represent current code / use Markdown format by Hossein · 5 years ago
  13. 550a47f cppu : use std::mutex in threadpool by Arnaud Versini · 5 years ago
  14. c161587 Using .md extension/Markdown syntax for modules README by Hossein · 5 years ago
  15. 896800a sal_Unicode is always char16_t in LIBO_INTERNAL_ONLY code now by Stephan Bergmann · 5 years ago
  16. 6b00d05 Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b) by Stephan Bergmann · 5 years ago
  17. 56cada4 Revert "Don't use global mutex here for local mutex initialization" by Stephan Bergmann · 5 years ago
  18. 0752de6 Don't use global mutex here for local mutex initialization by Mike Kaganski · 5 years ago
  19. ef6a57e Don't use global mutex here for static initialization by Mike Kaganski · 5 years ago
  20. ff1e65a Simplify the ctor by Mike Kaganski · 5 years ago
  21. 1250aec loplugin:stringviewparam extend to new.. by Noel · 5 years ago
  22. 042033f loplugin:stringviewparam: operator + by Stephan Bergmann · 5 years ago
  23. 35e471b Adapt the remaining OUString functions to std string_view by Stephan Bergmann · 5 years ago
  24. bb06f51 loplugin:stringviewparam extend to comparison operators by Noel · 5 years ago
  25. fddcbd5 tdf#123936 Formatting files in module cppu with clang-format by Philipp Hofer · 5 years ago
  26. 93c64a6 loplugin:stringview by Noel · 5 years ago
  27. 2d11147 Reinstate o3tl/cppunittraitshelper.hxx uses for C++20 by Stephan Bergmann · 5 years ago
  28. 7bdbb50 tdf#42949 Fix new IWYU warnings in directories c* by Gabor Kelemen · 5 years ago
  29. 92906c1 cid#1448292 coverity has difficulty with css::uno::Sequence by Caolán McNamara · 6 years ago
  30. 08cc983 tdf#124176 Use #pragma once in cppu, cppuhelper by George Bateman · 6 years ago
  31. 3d0aca2 Remove dead comment by Stephan Bergmann · 6 years ago
  32. 04bb20f Fix typo by Andrea Gelmini · 6 years ago
  33. 4172336 Avoid warnings about unused Char4 by Stephan Bergmann · 6 years ago
  34. e547772 loplugin:flatten in configmgr..i18nutil by Noel Grandin · 6 years ago
  35. c5b985b replace usage of blacklist with excludelist for IWYU by Thorsten Behrens · 6 years ago
  36. cf1d550 Upcoming improved loplugin:staticanonymous -> redundantstatic: cppu by Stephan Bergmann · 6 years ago
  37. ad0779e Handle uno_threadpool_dispose in parallel with uno_threadpool_putJob by Stephan Bergmann · 6 years ago
  38. a0bc388 Use the saner std::condition_variable semantics for JobQueue::m_cndWait by Stephan Bergmann · 6 years ago
  39. d8feb77 Model the dispose tokens as `void const *` instead of `sal_Int64` by Stephan Bergmann · 6 years ago
  40. 78dc7d9 Remove a potentially already enqueued response when a bridge is disposed by Stephan Bergmann · 6 years ago
  41. 552b1fc inline some use-once typedefs by Noel Grandin · 6 years ago
  42. 6751a89 compact namespace in canvas..cui by Noel Grandin · 6 years ago
  43. 6791638 tdf#115399: Don't kill pre-existing typelib_TypeDescription members by Stephan Bergmann · 6 years ago
  44. 7cfc983 Fix printing rtl_uString* by Stephan Bergmann · 6 years ago
  45. 256238e cid#1462311 silence Use after free by Caolán McNamara · 6 years ago
  46. 500c4a1 Related tdf#115399: Reorder code slightly by Stephan Bergmann · 6 years ago
  47. c12a5e8 loplugin:flatten in cppu by Noel Grandin · 6 years ago
  48. 1178521 loplugin:buriedassign in c* by Noel Grandin · 6 years ago
  49. af1a158 Make TYPELIB_TYPEDESCRIPTIONREFERENCE_ISREALLYWEAK constexpr by Stephan Bergmann · 6 years ago
  50. 84d3614 Remove redundant local reallyWeak function by Stephan Bergmann · 6 years ago
  51. d5ccf2f Fix typo by Andrea Gelmini · 6 years ago
  52. 248ddbc clang-tidy modernize-concat-nested-namespace in cppcanvas..cppuhelper by Noel Grandin · 6 years ago
  53. 8cd00ec9 Replace a CPPUNIT_ASSERT_EQUAL with a static_assert by Stephan Bergmann · 6 years ago
  54. 685c964 sal_Char->char in cppcanvas..cui by Noel Grandin · 6 years ago
  55. 5d8f0fa Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t) by Stephan Bergmann · 6 years ago
  56. 4e1ae2a cppcheck: performing init in init list (comphelper/connectivity/cppu/cui) by Julien Nabet · 6 years ago
  57. f853ec31 Extend loplugin:external to warn about classes by Stephan Bergmann · 6 years ago
  58. ecf708e Avoid repeated calls cppu::detail::loadModule -> osl_getModuleURLFromAddress by Stephan Bergmann · 6 years ago
  59. bc539bd loplugin:stringadd improve detection by Noel Grandin · 6 years ago
  60. c8eaadb Remaining loplugin:bufferadd by Stephan Bergmann · 6 years ago
  61. f13c6ad new loplugin:bufferadd by Noel Grandin · 6 years ago
  62. 9b5dad1 loplugin:stringadd look for unnecessary temporaries by Noel Grandin · 6 years ago
  63. 727200b loplugin:stringadd in basctl..cui by Noel Grandin · 7 years ago
  64. cf2696e Silence -fsanitize=object-size in --enable-optimized builds by Stephan Bergmann · 7 years ago
  65. 6e4a254 new loplugin:noexceptmove by Noel Grandin · 7 years ago
  66. 0b14eaf cid#1448407 silence Resource leak by Caolán McNamara · 7 years ago
  67. c18e2ea New loplugin:data by Stephan Bergmann · 7 years ago
  68. ba57c3e tdf#120703 PVS: V581 ifs with identical conditions by Mike Kaganski · 7 years ago
  69. 99806bf Fix typo by Andrea Gelmini · 7 years ago
  70. b52f309 improve loplugin simplifyconstruct by Noel Grandin · 7 years ago
  71. 85456fa tdf#120703 PVS: Silence V522 warnings by Mike Kaganski · 7 years ago
  72. 5af9e26 Simplify containers iterations in cppcanvas, cppu, cppuhelper by Arkadiy Illarionov · 7 years ago
  73. e7ebca6 Fix typo by Andrea Gelmini · 7 years ago
  74. 16a614c More loplugin:simplifybool by Stephan Bergmann · 7 years ago
  75. 5206992 Some uses of C++17 class template argument deduction by Stephan Bergmann · 7 years ago
  76. e51cc9e More loplugin:simplifybool by Stephan Bergmann · 7 years ago
  77. a58f6d2 loplugin:indentation in cppu..cui by Noel Grandin · 7 years ago
  78. adca0b9 cppu: fix Android build by Miklos Vajna · 7 years ago
  79. 2660f13 tdf#42949 Fix IWYU warnings in cppu/ by Gabor Kelemen · 7 years ago
  80. 14f6382 Fix typo by Andrea Gelmini · 7 years ago
  81. 5bdffc5 typelib: Fix incorrect parameter type to std::min() on m68k by John Paul Adrian Glaubitz · 7 years ago
  82. ab9b67b Remove obsolete SAL_FALLTHROUGH completely by Stephan Bergmann · 7 years ago
  83. 38187ec loplugin:singlevalfields extend to all static vars by Noel Grandin · 7 years ago
  84. d7b46ef1 Remove obsolete GCC version checks by Stephan Bergmann · 7 years ago
  85. 12e460d loplugin:buriedassign in avmedia..cui by Noel Grandin · 7 years ago
  86. 5f91153 coverity#1441100 silence Out-of-bounds access by Caolán McNamara · 7 years ago
  87. e128f78 replace double-checked locking patterns with thread safe local statics by Mike Kaganski · 7 years ago
  88. a2058e7 replace double-checked locking patterns with thread safe local statics by Mike Kaganski · 7 years ago
  89. 6f50961 remove more rtl::OUString and OString prefixes by Noel Grandin · 7 years ago
  90. 7ceee0f Extend loplugin:redundantinline to catch inline functions w/o external linkage by Stephan Bergmann · 7 years ago
  91. 2e145af tweak markup by Caolán McNamara · 8 years ago
  92. 206b5b2 New loplugin:external by Stephan Bergmann · 8 years ago
  93. 653218c Fix for --enable-debug --disable-assert-always-abort by Stephan Bergmann · 8 years ago
  94. c289c25 loplugin:simplifyconstruct in canvas..cui by Noel Grandin · 8 years ago
  95. b406744 fix android build by Noel Grandin · 8 years ago
  96. 37f9fdc replace rtl_allocateMemory with std::malloc by Noel Grandin · 8 years ago
  97. 6dbae37 loplugin:constantparam (1) by Noel Grandin · 8 years ago
  98. c9697dc replace double checked locking patterns by Jochen Nitschke · 8 years ago
  99. ba1e172 Related: rhbz#1602589 add comments to coverity annotations by Caolán McNamara · 8 years ago
  100. 1d457f9 Related: rhbz#1602589 silence coverity leaked_storage by Caolán McNamara · 8 years ago