1. e0ba91b better to use a std::vector here by Noel Grandin · 4 years, 9 months ago
  2. e2a3e48 osl::Mutex->std::mutex in Enumeration by Noel Grandin · 4 years, 9 months ago
  3. bd90d1c osl::Mutex->std::mutex in ContentEnumeration by Noel Grandin · 4 years, 9 months ago
  4. 5962431 osl::Mutex->std::mutex in PropertySetMixinImpl by Noel Grandin · 4 years, 9 months ago
  5. 3545caa osl::Mutex->std::mutex in OWeakConnectionPoint by Noel Grandin · 4 years, 9 months ago
  6. c829149 cppuhelper : use std::mutex and remove useless rtl::Static by Arnaud Versini · 4 years, 10 months ago
  7. 10d29c3 throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite by Stephan Bergmann · 5 years ago
  8. e76a4d6 update PCHs by Luboš Luňák · 5 years ago
  9. ea5641b Updated README.md files to represent current code / use Markdown format by Hossein · 5 years ago
  10. e90a9b67 update pches by Caolán McNamara · 5 years ago
  11. c161587 Using .md extension/Markdown syntax for modules README by Hossein · 5 years ago
  12. e3e7bc6 update pches by Caolán McNamara · 5 years ago
  13. bd0dd25 use std::unordered_map in cppuhelper ServiceManager by Luboš Luňák · 5 years ago
  14. 3d7103f cppu:OWeakObject zombie debugging by Noel · 5 years ago
  15. 083900f Make sal/config.h the first in pch by Mike Kaganski · 5 years ago
  16. 2bcb38a update pches by Julien Nabet · 5 years ago
  17. 1e092b6 update pches by Caolán McNamara · 5 years ago
  18. 860b2d0 update pches by Caolán McNamara · 5 years ago
  19. 44d308c loplugin:referencecasting in cppuhelper by Noel · 5 years ago
  20. 042033f loplugin:stringviewparam: operator + by Stephan Bergmann · 5 years ago
  21. 1ac4498 update pches by Caolán McNamara · 5 years ago
  22. fddcbd5 tdf#123936 Formatting files in module cppu with clang-format by Philipp Hofer · 5 years ago
  23. de26b26 loplugin:stringview (macOS) by Stephan Bergmann · 5 years ago
  24. 242320d new loplugin:reducevarscope by Noel Grandin · 6 years ago
  25. 7bdbb50 tdf#42949 Fix new IWYU warnings in directories c* by Gabor Kelemen · 5 years ago
  26. 1a1d432 Add single-instance attribute for *.compoonent <implementation>s by Stephan Bergmann · 6 years ago
  27. 72fd000 update pches by Caolán McNamara · 6 years ago
  28. e6dfaf9 Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uString by Stephan Bergmann · 6 years ago
  29. 08cc983 tdf#124176 Use #pragma once in cppu, cppuhelper by George Bateman · 6 years ago
  30. 0593f35 TabPage no longer needs to inherit from VclBuilderContainer by Caolán McNamara · 6 years ago
  31. cef50b5 move Edit into toolkit only headers by Caolán McNamara · 6 years ago
  32. 33ecd0d Change OUStringLiteral from char[] to char16_t[] by Stephan Bergmann · 6 years ago
  33. 98b4744 remove some unused includes and update pches by Caolán McNamara · 6 years ago
  34. c9a0cbc Fix typos by Andrea Gelmini · 6 years ago
  35. e67657d loplugin:simplifybool more by Noel Grandin · 6 years ago
  36. 70a0081 SvTreeListBox can move into toolkit headers now by Caolán McNamara · 6 years ago
  37. 986bd8b -Werror,-Wuninitialized (apparently new in Clang 12 trunk) by Stephan Bergmann · 6 years ago
  38. e2bd5af Make the C++/UNO bridge work to some extent on macOS on arm64 by Tor Lillqvist · 6 years ago
  39. 24d94f9a Use the lo_mobile_throwException() thing on macOS on arm64 for now by Tor Lillqvist · 6 years ago
  40. 37587df Remove no longer relevant assert by Stephan Bergmann · 6 years ago
  41. b050b7e update pches by Caolán McNamara · 6 years ago
  42. c5b985b replace usage of blacklist with excludelist for IWYU by Thorsten Behrens · 6 years ago
  43. c1e157b tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor by nienzu · 6 years ago
  44. 054c0e7 loplugin:simplifypointertobool improve by Noel Grandin · 6 years ago
  45. 9a0faf0 use for-range on Sequence in cppuhelper,cui by Noel Grandin · 6 years ago
  46. 6751a89 compact namespace in canvas..cui by Noel Grandin · 6 years ago
  47. 23dad0a loplugin:flatten in cppuhelper by Noel Grandin · 6 years ago
  48. 1178521 loplugin:buriedassign in c* by Noel Grandin · 6 years ago
  49. 8305d28 Fix typo by Andrea Gelmini · 6 years ago
  50. cd6b32e tdf#127781 Android Viewer: aarch64: Avoid throwing exceptions through bridges by Michael Weghorn · 6 years ago
  51. f2f8a2e android: Actually let's avoid the exceptions via bridges only on aarch4. by Jan Holesovsky · 6 years ago
  52. 69e0d871 make update_pch also consider files in <module>/src/**/inc by Luboš Luňák · 6 years ago
  53. aef7feb New loplugin:unsignedcompare by Stephan Bergmann · 6 years ago
  54. de60c73 simplify InterfaceContainerHelper::clear by Noel Grandin · 6 years ago
  55. e5cfe9c loplugin:makeshared in connectivity..cppuhelper by Noel Grandin · 6 years ago
  56. ec94926 Use std::vector in OInterfaceContainerHelper instead of Sequence by Noel Grandin · 6 years ago
  57. 2b8cf73 improve "convert OSL_ASSERT to assert" by Noel Grandin · 6 years ago
  58. 3a0c457 convert OSL_ASSERT to assert by Noel Grandin · 6 years ago
  59. 248ddbc clang-tidy modernize-concat-nested-namespace in cppcanvas..cppuhelper by Noel Grandin · 6 years ago
  60. 35fbf454 Remove unused prefix="direct" feature by Stephan Bergmann · 6 years ago
  61. 175a206 use more std::make_shared by Noel Grandin · 6 years ago
  62. c97965e Merge ImplementationInfo back into Implementation by Stephan Bergmann · 6 years ago
  63. fc11bce ImplementationInfo can be inlined by Noel Grandin · 6 years ago
  64. 685c964 sal_Char->char in cppcanvas..cui by Noel Grandin · 6 years ago
  65. 7eb5b4a Fix typo by Andrea Gelmini · 6 years ago
  66. eb15ac8 android: Avoid throwing exceptions through the bridges. by Jan Holesovsky · 6 years ago
  67. f656547 remove some useless comment lines by Noel Grandin · 6 years ago
  68. f853ec31 Extend loplugin:external to warn about classes by Stephan Bergmann · 6 years ago
  69. d4381cd preload: cleanup failed module load warnings and rename them. by Michael Meeks · 6 years ago
  70. 7d7fea7 make bin/update_pch.s always include code in trivial #if's by Luboš Luňák · 6 years ago
  71. 9b5dad1 loplugin:stringadd look for unnecessary temporaries by Noel Grandin · 6 years ago
  72. b56a4ea add property name when throwing css::uno::UnknownPropertyException by Noel Grandin · 7 years ago
  73. 42af04b do not require $(SRCDIR) in every gb_Library_set_precompiled_header by Luboš Luňák · 7 years ago
  74. 82572ca improve and enable loplugin:fragiledestructor by Noel Grandin · 7 years ago
  75. 9e0b342 loplugin:referencecasting find more redundant static_cast by Noel Grandin · 7 years ago
  76. 8efd46e loplugin:constvars in cppuhelper..desktop by Noel Grandin · 7 years ago
  77. b1d8262 tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor by Julien Nabet · 7 years ago
  78. 0d7efa7 Optimize cppu::supportsService to use const methods of Sequence by Mike Kaganski · 7 years ago
  79. c64e9ee Improved loplugin:stringconstant (now that GCC 7 supports it): cppuhelper by Stephan Bergmann · 7 years ago
  80. 0d36b32 loplugin:sequentialassign by Noel Grandin · 7 years ago
  81. e6d23c1 loplugin:referencecasting in cppcanvas..cui by Noel Grandin · 7 years ago
  82. 3148b50 Resort pProperties when really needed (cppuhelper) by Julien Nabet · 7 years ago
  83. 2ed3d69 Use hasElements to check Sequence emptiness in cppcanvas..desktop by Arkadiy Illarionov · 7 years ago
  84. c18e2ea New loplugin:data by Stephan Bergmann · 7 years ago
  85. e2fcb27 regenerate PCH headers by Luboš Luňák · 7 years ago
  86. c6350b3 regenerate PCH headers for the 4 new levels by Luboš Luňák · 7 years ago
  87. bf298e9 Fix typo by Andrea Gelmini · 7 years ago
  88. 799aef2 preload: cleanup disabled messages and simplify flow. by Michael Meeks · 7 years ago
  89. 9bc50c7 preload: add the ability to disable various components. by Michael Meeks · 7 years ago
  90. 04cf6de0 tdf#120703 PVS: remove redundant static casts by Mike Kaganski · 7 years ago
  91. 191f85d re-land "new loplugin typedefparam"" by Noel Grandin · 7 years ago
  92. c9bb483 Revert "new loplugin typedefparam" by Noel Grandin · 7 years ago
  93. 9865440 new loplugin typedefparam by Noel Grandin · 7 years ago
  94. 5af9e26 Simplify containers iterations in cppcanvas, cppu, cppuhelper by Arkadiy Illarionov · 7 years ago
  95. 5206992 Some uses of C++17 class template argument deduction by Stephan Bergmann · 7 years ago
  96. 7bad595 tdf#42949 Fix IWYU warnings in cppuhelper/ by Gabor Kelemen · 7 years ago
  97. a58f6d2 loplugin:indentation in cppu..cui by Noel Grandin · 7 years ago
  98. 83e7d9e Do not use indexed getToken for a single call by Matteo Casalin · 7 years ago
  99. 410bf59 kde5: remove older kde/tde plugins, and references to that by Thorsten Behrens · 8 years ago
  100. ab9b67b Remove obsolete SAL_FALLTHROUGH completely by Stephan Bergmann · 7 years ago