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