1. 89e0a3e use WeakComponentImplHelper2 in Bootstrap_MacroExpander by Noel Grandin · 2 years, 11 months ago
  2. 8809b57 use WeakComponentImplHelper2 in ServiceManager by Noel Grandin · 2 years, 11 months ago
  3. 94aba92 use WeakComponentImplHelper2 in TypeManager by Noel Grandin · 2 years, 11 months ago
  4. 00f8f75 copy some comphelper code down into cppuhelper by Noel Grandin · 3 years ago
  5. 4c288a1 fix o3tl::equalsAsciiL by Noel Grandin · 3 years ago
  6. dd41ea3 fix for o3tl::equalsAscii by Noel Grandin · 3 years ago
  7. 637ccee loplugin:stringadd in c* by Noel Grandin · 3 years ago
  8. 27f9a9c OUString::match -> OUString::startsWith by Stephan Bergmann · 3 years, 1 month ago
  9. feb8b04 rhbz#2171265 Filter out all non *.rdb files by Stephan Bergmann · 3 years, 1 month ago
  10. 048d01f cppuhelper : use BaseMutex instead of OFactoryComponentHelper_Mutex by Arnaud VERSINI · 3 years, 1 month ago
  11. d4822aa cppuhelper : use constexpr OUStringLiteral instead of a function by Arnaud VERSINI · 3 years, 1 month ago
  12. 55b5346 OFactoryComponentHelper's XAggregation is apparently unused by Stephan Bergmann · 3 years, 3 months ago
  13. e001703 Merge OSingleFactoryHelper into OFactoryComponentHelper by Stephan Bergmann · 3 years, 3 months ago
  14. c945eaf Don't let OSingleFactoryHelper delegate to derived classes' virtual overrides by Stephan Bergmann · 3 years, 3 months ago
  15. ca3ba86 Fix aggregating OFactoryComponentHelper::queryInterface by Stephan Bergmann · 3 years, 3 months ago
  16. 555f433 use std::this_thread::sleep_for instead of osl equivalent by Arnaud VERSINI · 3 years, 5 months ago
  17. b15eb16 tdf#152380: add checks for names and values sequences length equality by Mike Kaganski · 3 years, 4 months ago
  18. 9c6fa5f Replace some uses of static_type with UnoType by Stephan Bergmann · 3 years, 4 months ago
  19. 5687eba Drop obsolete preprocessor directives from UNOIDL files by Stephan Bergmann · 3 years, 10 months ago
  20. e3b48ed Fix type of cppuhelper::TypeManager::getInterfaceMember separator param by Stephan Bergmann · 3 years, 10 months ago
  21. d16122e clang-tidy modernize-pass-by-value in cppuhelper by Noel Grandin · 3 years, 10 months ago
  22. 6abc099 tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macro by Pragat Pandya · 4 years ago
  23. 9277faf osl::Mutex->std::mutex in cppuhelper::ServiceManager by Noel Grandin · 4 years ago
  24. 11f0cb0 Remove duplicated includes by Andrea Gelmini · 4 years ago
  25. 9f1701d use more o3tl::getToken by Noel Grandin · 4 years ago
  26. d15a656 use more string_view by Noel Grandin · 4 years ago
  27. 7ba88f7 Just use Any ctor instead of makeAny in cppuhelper by Stephan Bergmann · 4 years ago
  28. bdff0bb Use o3tl::make_unsigned in some places by Stephan Bergmann · 4 years ago
  29. c0ec38f revert unnecessary change by Noel Grandin · 4 years ago
  30. ffcd599 Drop obsolete workaround for LanguageTool 1.7 by Gabor Kelemen · 4 years ago
  31. c2092e4 fix master after string_view patches.. by Noel Grandin · 4 years ago
  32. 25ada1e use more string_view in cppuhelper by Noel Grandin · 4 years ago
  33. 9820f11 address review comments on "use more string in unoidl.." by Noel Grandin · 4 years ago
  34. a03d7b1 android: Use fake exceptions on all architectures by Michael Weghorn · 4 years ago
  35. 2d9291b use more string_view in unoidl,codemaker by Noel Grandin · 4 years ago
  36. a5343a8 use more string_view in cppu by Noel Grandin · 4 years ago
  37. fdfd517 loplugin:stringviewparam whitelist some more functions by Noel Grandin · 4 years ago
  38. de46531 -Werror,-Wstrict-prototypes (clang-cl) by Stephan Bergmann · 4 years ago
  39. 7230371 -Werror,-Wstrict-prototypes by Stephan Bergmann · 4 years ago
  40. 21b17ba Simplify a static array iteration by Mike Kaganski · 4 years, 1 month ago
  41. 9e8d887 address review comments for "Add XWeak constructor..." by Noel Grandin · 4 years, 1 month ago
  42. 27352b8 Add XWeak constructor and operator= to uno::WeakReference by Noel Grandin · 4 years, 1 month ago
  43. 1a403f6 WASM set correct path to FS image unorc by Jan-Marek Glogowski · 4 years, 2 months ago
  44. c367a27 WASM UNO: add a minimal dummy bridge by Thorsten Behrens · 4 years, 6 months ago
  45. ad5563b WASM setup as non-multiuser, desktop build by Jan-Marek Glogowski · 4 years, 3 months ago
  46. 840b4eb Recheck modules [a-c]* with IWYU by Gabor Kelemen · 4 years, 3 months ago
  47. 229c312 Adapt comment by Stephan Bergmann · 4 years, 3 months ago
  48. 745dcdb Drop MSVC special-casing for OWeakObject ctor by Mike Kaganski · 4 years, 3 months ago
  49. 2529893 loplugin:flatten in canvas..cui by Noel Grandin · 4 years, 4 months ago
  50. 64589dd use more cppu::BaseMutex by Noel Grandin · 4 years, 4 months ago
  51. f6e6255 Remove empty docpp doxygen comments around namespaces by Miklos Vajna · 4 years, 4 months ago
  52. 45d93ea9 Fix clang-cl -Zc:dllexportInlines- build by Stephan Bergmann · 4 years, 4 months ago
  53. 4c71240 Prepare for removal of non-const operator[] from Sequence in cppuhelper by Mike Kaganski · 4 years, 5 months ago
  54. fd29369 Simplify vector initialization in cppuhelper by Julien Nabet · 4 years, 6 months ago
  55. 2484de6 Remove non-const Sequence::begin()/end() in internal code by Mike Kaganski · 4 years, 6 months ago
  56. addf0b2 Simplify OTypeCollection ctors by Mike Kaganski · 4 years, 6 months ago
  57. 8a017d2 Avoid COW overhead using css::uno::Sequence by Mike Kaganski · 4 years, 6 months ago
  58. c876183 cppuhelper: suppress unhelpful warning C4996 by Michael Stahl · 4 years, 6 months ago
  59. 7b86c11 loplugin:moveparam in cppuhelper by Noel Grandin · 4 years, 6 months ago
  60. 4f5b3e4 In O[U]StringBuffer, make string_view params replacements for OUString ones by Stephan Bergmann · 4 years, 6 months ago
  61. e37c97b Warn harder about unknown constructors and factories on iOS in Xcode by Tor Lillqvist · 4 years, 6 months ago
  62. 47a8a65 use MSVC's /Zc:inline option to reduce binary size by Luboš Luňák · 4 years, 7 months ago
  63. c7c9f3f use clang-cl's -Zc:dllexportInlines- for clang-cl builds by Luboš Luňák · 4 years, 7 months ago
  64. 00f257a rtl::Static -> thread-safe static local by Noel Grandin · 4 years, 8 months ago
  65. 05ab383 Consolidate on C++17 std::scoped_lock instead of std::lock_guard by Noel Grandin · 4 years, 8 months ago
  66. 1597cc5 convert #defines to OUStringLiteral by Noel Grandin · 4 years, 8 months ago
  67. e0ba91b better to use a std::vector here by Noel Grandin · 4 years, 9 months ago
  68. e2a3e48 osl::Mutex->std::mutex in Enumeration by Noel Grandin · 4 years, 9 months ago
  69. bd90d1c osl::Mutex->std::mutex in ContentEnumeration by Noel Grandin · 4 years, 9 months ago
  70. 5962431 osl::Mutex->std::mutex in PropertySetMixinImpl by Noel Grandin · 4 years, 9 months ago
  71. 3545caa osl::Mutex->std::mutex in OWeakConnectionPoint by Noel Grandin · 4 years, 9 months ago
  72. c829149 cppuhelper : use std::mutex and remove useless rtl::Static by Arnaud Versini · 4 years, 10 months ago
  73. 10d29c3 throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite by Stephan Bergmann · 5 years ago
  74. e76a4d6 update PCHs by Luboš Luňák · 5 years ago
  75. ea5641b Updated README.md files to represent current code / use Markdown format by Hossein · 5 years ago
  76. e90a9b67 update pches by Caolán McNamara · 5 years ago
  77. c161587 Using .md extension/Markdown syntax for modules README by Hossein · 5 years ago
  78. e3e7bc6 update pches by Caolán McNamara · 5 years ago
  79. bd0dd25 use std::unordered_map in cppuhelper ServiceManager by Luboš Luňák · 5 years ago
  80. 3d7103f cppu:OWeakObject zombie debugging by Noel · 5 years ago
  81. 083900f Make sal/config.h the first in pch by Mike Kaganski · 5 years ago
  82. 2bcb38a update pches by Julien Nabet · 5 years ago
  83. 1e092b6 update pches by Caolán McNamara · 5 years ago
  84. 860b2d0 update pches by Caolán McNamara · 5 years ago
  85. 44d308c loplugin:referencecasting in cppuhelper by Noel · 5 years ago
  86. 042033f loplugin:stringviewparam: operator + by Stephan Bergmann · 5 years ago
  87. 1ac4498 update pches by Caolán McNamara · 5 years ago
  88. fddcbd5 tdf#123936 Formatting files in module cppu with clang-format by Philipp Hofer · 5 years ago
  89. de26b26 loplugin:stringview (macOS) by Stephan Bergmann · 5 years ago
  90. 242320d new loplugin:reducevarscope by Noel Grandin · 6 years ago
  91. 7bdbb50 tdf#42949 Fix new IWYU warnings in directories c* by Gabor Kelemen · 5 years ago
  92. 1a1d432 Add single-instance attribute for *.compoonent <implementation>s by Stephan Bergmann · 6 years ago
  93. 72fd000 update pches by Caolán McNamara · 6 years ago
  94. e6dfaf9 Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uString by Stephan Bergmann · 6 years ago
  95. 08cc983 tdf#124176 Use #pragma once in cppu, cppuhelper by George Bateman · 6 years ago
  96. 0593f35 TabPage no longer needs to inherit from VclBuilderContainer by Caolán McNamara · 6 years ago
  97. cef50b5 move Edit into toolkit only headers by Caolán McNamara · 6 years ago
  98. 33ecd0d Change OUStringLiteral from char[] to char16_t[] by Stephan Bergmann · 6 years ago
  99. 98b4744 remove some unused includes and update pches by Caolán McNamara · 6 years ago
  100. c9a0cbc Fix typos by Andrea Gelmini · 6 years ago