1. fddcbd5 tdf#123936 Formatting files in module cppu with clang-format by Philipp Hofer · 5 years ago
  2. de26b26 loplugin:stringview (macOS) by Stephan Bergmann · 5 years ago
  3. 242320d new loplugin:reducevarscope by Noel Grandin · 6 years ago
  4. 7bdbb50 tdf#42949 Fix new IWYU warnings in directories c* by Gabor Kelemen · 5 years ago
  5. 1a1d432 Add single-instance attribute for *.compoonent <implementation>s by Stephan Bergmann · 6 years ago
  6. 72fd000 update pches by Caolán McNamara · 6 years ago
  7. e6dfaf9 Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uString by Stephan Bergmann · 6 years ago
  8. 08cc983 tdf#124176 Use #pragma once in cppu, cppuhelper by George Bateman · 6 years ago
  9. 0593f35 TabPage no longer needs to inherit from VclBuilderContainer by Caolán McNamara · 6 years ago
  10. cef50b5 move Edit into toolkit only headers by Caolán McNamara · 6 years ago
  11. 33ecd0d Change OUStringLiteral from char[] to char16_t[] by Stephan Bergmann · 6 years ago
  12. 98b4744 remove some unused includes and update pches by Caolán McNamara · 6 years ago
  13. c9a0cbc Fix typos by Andrea Gelmini · 6 years ago
  14. e67657d loplugin:simplifybool more by Noel Grandin · 6 years ago
  15. 70a0081 SvTreeListBox can move into toolkit headers now by Caolán McNamara · 6 years ago
  16. 986bd8b -Werror,-Wuninitialized (apparently new in Clang 12 trunk) by Stephan Bergmann · 6 years ago
  17. e2bd5af Make the C++/UNO bridge work to some extent on macOS on arm64 by Tor Lillqvist · 6 years ago
  18. 24d94f9a Use the lo_mobile_throwException() thing on macOS on arm64 for now by Tor Lillqvist · 6 years ago
  19. 37587df Remove no longer relevant assert by Stephan Bergmann · 6 years ago
  20. b050b7e update pches by Caolán McNamara · 6 years ago
  21. c5b985b replace usage of blacklist with excludelist for IWYU by Thorsten Behrens · 6 years ago
  22. c1e157b tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor by nienzu · 6 years ago
  23. 054c0e7 loplugin:simplifypointertobool improve by Noel Grandin · 6 years ago
  24. 9a0faf0 use for-range on Sequence in cppuhelper,cui by Noel Grandin · 6 years ago
  25. 6751a89 compact namespace in canvas..cui by Noel Grandin · 6 years ago
  26. 23dad0a loplugin:flatten in cppuhelper by Noel Grandin · 6 years ago
  27. 1178521 loplugin:buriedassign in c* by Noel Grandin · 6 years ago
  28. 8305d28 Fix typo by Andrea Gelmini · 6 years ago
  29. cd6b32e tdf#127781 Android Viewer: aarch64: Avoid throwing exceptions through bridges by Michael Weghorn · 6 years ago
  30. f2f8a2e android: Actually let's avoid the exceptions via bridges only on aarch4. by Jan Holesovsky · 6 years ago
  31. 69e0d871 make update_pch also consider files in <module>/src/**/inc by Luboš Luňák · 6 years ago
  32. aef7feb New loplugin:unsignedcompare by Stephan Bergmann · 6 years ago
  33. de60c73 simplify InterfaceContainerHelper::clear by Noel Grandin · 6 years ago
  34. e5cfe9c loplugin:makeshared in connectivity..cppuhelper by Noel Grandin · 6 years ago
  35. ec94926 Use std::vector in OInterfaceContainerHelper instead of Sequence by Noel Grandin · 6 years ago
  36. 2b8cf73 improve "convert OSL_ASSERT to assert" by Noel Grandin · 6 years ago
  37. 3a0c457 convert OSL_ASSERT to assert by Noel Grandin · 6 years ago
  38. 248ddbc clang-tidy modernize-concat-nested-namespace in cppcanvas..cppuhelper by Noel Grandin · 6 years ago
  39. 35fbf454 Remove unused prefix="direct" feature by Stephan Bergmann · 6 years ago
  40. 175a206 use more std::make_shared by Noel Grandin · 6 years ago
  41. c97965e Merge ImplementationInfo back into Implementation by Stephan Bergmann · 6 years ago
  42. fc11bce ImplementationInfo can be inlined by Noel Grandin · 6 years ago
  43. 685c964 sal_Char->char in cppcanvas..cui by Noel Grandin · 6 years ago
  44. 7eb5b4a Fix typo by Andrea Gelmini · 6 years ago
  45. eb15ac8 android: Avoid throwing exceptions through the bridges. by Jan Holesovsky · 6 years ago
  46. f656547 remove some useless comment lines by Noel Grandin · 6 years ago
  47. f853ec31 Extend loplugin:external to warn about classes by Stephan Bergmann · 6 years ago
  48. d4381cd preload: cleanup failed module load warnings and rename them. by Michael Meeks · 6 years ago
  49. 7d7fea7 make bin/update_pch.s always include code in trivial #if's by Luboš Luňák · 6 years ago
  50. 9b5dad1 loplugin:stringadd look for unnecessary temporaries by Noel Grandin · 6 years ago
  51. b56a4ea add property name when throwing css::uno::UnknownPropertyException by Noel Grandin · 7 years ago
  52. 42af04b do not require $(SRCDIR) in every gb_Library_set_precompiled_header by Luboš Luňák · 7 years ago
  53. 82572ca improve and enable loplugin:fragiledestructor by Noel Grandin · 7 years ago
  54. 9e0b342 loplugin:referencecasting find more redundant static_cast by Noel Grandin · 7 years ago
  55. 8efd46e loplugin:constvars in cppuhelper..desktop by Noel Grandin · 7 years ago
  56. b1d8262 tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor by Julien Nabet · 7 years ago
  57. 0d7efa7 Optimize cppu::supportsService to use const methods of Sequence by Mike Kaganski · 7 years ago
  58. c64e9ee Improved loplugin:stringconstant (now that GCC 7 supports it): cppuhelper by Stephan Bergmann · 7 years ago
  59. 0d36b32 loplugin:sequentialassign by Noel Grandin · 7 years ago
  60. e6d23c1 loplugin:referencecasting in cppcanvas..cui by Noel Grandin · 7 years ago
  61. 3148b50 Resort pProperties when really needed (cppuhelper) by Julien Nabet · 7 years ago
  62. 2ed3d69 Use hasElements to check Sequence emptiness in cppcanvas..desktop by Arkadiy Illarionov · 7 years ago
  63. c18e2ea New loplugin:data by Stephan Bergmann · 7 years ago
  64. e2fcb27 regenerate PCH headers by Luboš Luňák · 7 years ago
  65. c6350b3 regenerate PCH headers for the 4 new levels by Luboš Luňák · 7 years ago
  66. bf298e9 Fix typo by Andrea Gelmini · 7 years ago
  67. 799aef2 preload: cleanup disabled messages and simplify flow. by Michael Meeks · 7 years ago
  68. 9bc50c7 preload: add the ability to disable various components. by Michael Meeks · 7 years ago
  69. 04cf6de0 tdf#120703 PVS: remove redundant static casts by Mike Kaganski · 7 years ago
  70. 191f85d re-land "new loplugin typedefparam"" by Noel Grandin · 7 years ago
  71. c9bb483 Revert "new loplugin typedefparam" by Noel Grandin · 7 years ago
  72. 9865440 new loplugin typedefparam by Noel Grandin · 7 years ago
  73. 5af9e26 Simplify containers iterations in cppcanvas, cppu, cppuhelper by Arkadiy Illarionov · 7 years ago
  74. 5206992 Some uses of C++17 class template argument deduction by Stephan Bergmann · 7 years ago
  75. 7bad595 tdf#42949 Fix IWYU warnings in cppuhelper/ by Gabor Kelemen · 7 years ago
  76. a58f6d2 loplugin:indentation in cppu..cui by Noel Grandin · 7 years ago
  77. 83e7d9e Do not use indexed getToken for a single call by Matteo Casalin · 7 years ago
  78. 410bf59 kde5: remove older kde/tde plugins, and references to that by Thorsten Behrens · 8 years ago
  79. ab9b67b Remove obsolete SAL_FALLTHROUGH completely by Stephan Bergmann · 7 years ago
  80. 48314f2 improve function-local statics in basic..cui by Noel Grandin · 7 years ago
  81. 18f9abf cppCheck narrowed variableScope rEntry by Zdibák Zoltán · 7 years ago
  82. afbfe42 clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2 by Tamás Zolnai · 7 years ago
  83. e128f78 replace double-checked locking patterns with thread safe local statics by Mike Kaganski · 7 years ago
  84. dc18587 tdf#120703 (PVS): V519 The variable is assigned values twice successively by Mike Kaganski · 7 years ago
  85. 6f50961 remove more rtl::OUString and OString prefixes by Noel Grandin · 7 years ago
  86. e5e0cc6 pvs-studio: V794 The assignment operator should be protected by Caolán McNamara · 7 years ago
  87. bb480f7 loplugin:staticvar in cppuhelper..desktop by Noel Grandin · 7 years ago
  88. ccb2a1f clang-tidy readability-redundant-smartptr-get by Noel Grandin · 7 years ago
  89. 7ceee0f Extend loplugin:redundantinline to catch inline functions w/o external linkage by Stephan Bergmann · 7 years ago
  90. 39f563c loplugin:useuniqueptr in ComponentContext by Noel Grandin · 8 years ago
  91. 206b5b2 New loplugin:external by Stephan Bergmann · 8 years ago
  92. 7d6be61 Re-think cppu::throwException() and the C++/UNO bridge on iOS by Tor Lillqvist · 8 years ago
  93. cc7280e tdf#42949 Fix IWYU warnings in include/cppuhelper/* by Gabor Kelemen · 8 years ago
  94. 37f9fdc replace rtl_allocateMemory with std::malloc by Noel Grandin · 8 years ago
  95. b57ed76 Fix typo in code by Andrea Gelmini · 8 years ago
  96. ff0d1b1 Fix typos by Andrea Gelmini · 8 years ago
  97. 8f482ea No more need for CppunitTest_cppuhelper_qa_weak to be a subsequentcheck by Stephan Bergmann · 8 years ago
  98. 10179c3 Remove unnecessary test dependency by Stephan Bergmann · 8 years ago
  99. 654bd1a No need for CppunitTest_cppuhelper_qa_misc to be a subsequentcheck by Stephan Bergmann · 8 years ago
  100. 6ddecf6 fillUnoException not working on std::rethrow_exception exceptions by Caolán McNamara · 8 years ago