1. 9f25d34 clang-tidy modernize-pass-by-value in idl/idlc by Noel Grandin · 3 years, 11 months ago
  2. 3817965 add SvStream::ReadLine(OStringBuffer... to reduce OString allocation by Noel Grandin · 3 years, 11 months ago
  3. 33bd16b loplugin:stringviewparam convert methods using copy() by Noel Grandin · 4 years ago
  4. 6fc3dfd use more string_view by Noel Grandin · 4 years ago
  5. 67478f9 Recheck modules [i-l]* with IWYU by Gabor Kelemen · 4 years, 3 months ago
  6. 8fed86b add some more TypeWhichId annotations by Noel Grandin · 4 years, 2 months ago
  7. 978acbe idl : no need to use rtl::Static by Arnaud VERSINI · 4 years, 3 months ago
  8. 335ecfe idl : use delegating constructor by Arnaud VERSINI · 4 years, 3 months ago
  9. 7a6fb93 idl : remove useless define and copy the code directly ! by Arnaud VERSINI · 4 years, 3 months ago
  10. 03faef9 mergelibs: fix duplicate aSfxInt16Item_Impl by Jan-Marek Glogowski · 4 years, 3 months ago
  11. a3bc9dc loplugin:flatten in filter..include by Noel Grandin · 4 years, 4 months ago
  12. c7685f0 tdf#114441:Convert use of sal_uLong to better integer types by Emircan Agac · 4 years, 8 months ago
  13. bfc1600 loplugin:indentation improve checks for brace alignment by Noel Grandin · 4 years, 10 months ago
  14. 8a41739 WASM: add initial support for Emscripten cross build by Jan-Marek Glogowski · 5 years ago
  15. 04aafba loplugin:stringadd simplify some *StringBuffer operations by Noel Grandin · 5 years ago
  16. 62f6d6e use more string_view in tools/stream by Noel Grandin · 5 years ago
  17. c7428c6 use more string_view in OString API by Noel Grandin · 5 years ago
  18. ea5641b Updated README.md files to represent current code / use Markdown format by Hossein · 5 years ago
  19. c161587 Using .md extension/Markdown syntax for modules README by Hossein · 5 years ago
  20. 0726ecd tdf#114441: Convert use of sal_uLong to better integer types by Ahmet Hakan Çelik · 5 years ago
  21. a88effc tdf#114441: Convert use of sal_uLong to better integer types by Bayram Çiçek · 5 years ago
  22. 863ee22 -Werror,-Wformat in idl with Raspberry pi 4b by Julien Nabet · 5 years ago
  23. 28555fc fix fuzzer build by Caolán McNamara · 5 years ago
  24. 5419b89 tdf#114441: Convert use of sal_uLong to better integer types by siddheshpatil777 · 5 years ago
  25. cf73061 No longer need to worry about ambiguous operator== in loplugin:stringviewparam by Stephan Bergmann · 5 years ago
  26. 35e471b Adapt the remaining OUString functions to std string_view by Stephan Bergmann · 5 years ago
  27. 4f0c70f Avoid calling OString ctor with null pointer by Stephan Bergmann · 5 years ago
  28. 8ef6067 loplugin:stringviewparam check methods too by Noel · 5 years ago
  29. 9c9a822 tdf#123936 Formatting files in module idl with clang-format by Philipp Hofer · 5 years ago
  30. 1ec3961 fix oss-fuzz build failure by Caolán McNamara · 5 years ago
  31. 710c794 svidl: Don't mention removed properties by Maxim Monastirsky · 6 years ago
  32. 37ec755 Remove the useless Export sdi property by Maxim Monastirsky · 6 years ago
  33. 8ee2063 loplugin:flatten in idl by Noel Grandin · 6 years ago
  34. cbb42f9 The idl __attribute__((__weak__)) hack doesn't seem necessary for --enable-lto by Stephan Bergmann · 6 years ago
  35. ad53c99 tdf#114441: Convert use of sal_uLong to better integer types by Bugra · 6 years ago
  36. 133eafa ofz#20976 build-failure by Caolán McNamara · 6 years ago
  37. 2b03e0b Revert "ofz#20976 build-failure" by Caolán McNamara · 6 years ago
  38. 5b22433 ofz#20976 build-failure by Caolán McNamara · 6 years ago
  39. e73b99b loplugin:finalclasses in i18npool..linguistic by Noel Grandin · 6 years ago
  40. f853ec31 Extend loplugin:external to warn about classes by Stephan Bergmann · 6 years ago
  41. 7b99cdb loplugin:indentation find broken if statements by Noel Grandin · 6 years ago
  42. 6d6fad5 Introduce OStringChar by Stephan Bergmann · 6 years ago
  43. 0f87447 size some stringbuffer to prevent re-alloc by Noel Grandin · 6 years ago
  44. 8b4719c Rename OUStringLiteral1 to OUStringChar by Stephan Bergmann · 6 years ago
  45. f13c6ad new loplugin:bufferadd by Noel Grandin · 6 years ago
  46. 231e16d loplugin:redundantpointerops simplify *p.get() by Noel Grandin · 7 years ago
  47. 77902a3 Fixing '....' by Andrea Gelmini · 7 years ago
  48. dcfc5ec cid#1448323 Unchecked return value by Caolán McNamara · 7 years ago
  49. 19240f6 loplugin:unusedfields look for classes where we can make all the.. by Noel Grandin · 7 years ago
  50. de8c193 loplugin:indentation in helpcompiler..io by Noel Grandin · 7 years ago
  51. 0c64df2 o3tl::make_unique -> std::make_unique in i18npool...reportdesign by Gabor Kelemen · 7 years ago
  52. 004cc81 loplugin:collapseif in dbaccess..lotuswordpro by Noel Grandin · 7 years ago
  53. edc85fb clang-tidy performance-unnecessary-copy-init in idl..reportdesign by Noel Grandin · 7 years ago
  54. 8cf0b56 pvs-studio: V560 A part of conditional expression is always true by Caolán McNamara · 7 years ago
  55. f3b3450 tdf#42949 Fix IWYU warnings in include/tools/* by Gabor Kelemen · 7 years ago
  56. 7ceee0f Extend loplugin:redundantinline to catch inline functions w/o external linkage by Stephan Bergmann · 7 years ago
  57. acc7112 loplugin:useuniqueptr in SvMetaSlot by Noel Grandin · 8 years ago
  58. 206b5b2 New loplugin:external by Stephan Bergmann · 8 years ago
  59. 38a98c2 loplugin:simplifyconstruct in helpcompiler..io by Noel Grandin · 8 years ago
  60. bdb0775 Add missing sal/log.hxx headers by Gabor Kelemen · 8 years ago
  61. f7f7eb7 idl: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9) by Stephan Bergmann · 8 years ago
  62. 9987677 SvPersistBase no longer necessary by Noel Grandin · 8 years ago
  63. 3bd8759 tdf#96099 Remove some trivial std::vector typedefs by Arkadiy Illarionov · 8 years ago
  64. f657ab7 loplugin:virtualdown in various by Noel Grandin · 8 years ago
  65. 1e3a5bb Use for-range loops in hwpfilter, i18n*, idl* and io by Julien Nabet · 8 years ago
  66. 6ab9f0c SDI: don't #define/#undef names of actual classes for slot headers by Mike Kaganski · 8 years ago
  67. 0b49701 tdf#114441 sal_uLong to better integer types by Shubham Verma · 8 years ago
  68. be8c414 loplugin:unusedmethods also check for functions returning bool by Noel Grandin · 8 years ago
  69. 61bfcf1 loplugin:useuniqueptr in idl by Noel Grandin · 8 years ago
  70. e297bbd More loplugin:cstylecast: idl by Stephan Bergmann · 8 years ago
  71. 2415831 TypedWhichId in svx part 1 by Noel Grandin · 8 years ago
  72. 2161d04 drop duplicate method by Caolán McNamara · 8 years ago
  73. 0d4cc84 Fix typos by Andrea Gelmini · 8 years ago
  74. 9ee6031 loplugin:constmethod in idl,helpcompiler by Noel Grandin · 8 years ago
  75. 14bf2a4 loplugin:includeform: idl by Stephan Bergmann · 8 years ago
  76. e07606f Fix typos by Andrea Gelmini · 8 years ago
  77. 87a9979 overload std::hash for OUString and OString by Noel Grandin · 8 years ago
  78. c605c8d SvPersistStream dead by Noel Grandin · 9 years ago
  79. 3dcf6df remove unnecessary use of 'this->' by Noel Grandin · 9 years ago
  80. b09deb0 loplugin:constparams handle constructors by Noel Grandin · 9 years ago
  81. f2964b9 convert SfxGroupId to scoped enum by Noel Grandin · 9 years ago
  82. 41dc56d loplugin:constparams codemaker,idl,idlc by Noel Grandin · 9 years ago
  83. 8c77b56 use OString::operator== in preference to ::equals by Noel Grandin · 9 years ago
  84. eeb1030 loplugin:unusedfields in cui..idl by Noel Grandin · 9 years ago
  85. c6f4fd1 tdf#39468 Translate German comments and dbg strings (leftovers in h.. to i..) by Johnny_M · 9 years ago
  86. 7f79316 tdf#39674 Translate some German variable/function names by Johnny_M · 9 years ago
  87. de8caac replace SVSTREAM_OK with ERRCODE_NONE by Noel Grandin · 9 years ago
  88. ef513fd remove unnecessary use of OString::getStr by Noel Grandin · 9 years ago
  89. fd24dd4 coverity#1403731 Explicit null dereferenced by Caolán McNamara · 9 years ago
  90. 9594967 cleanup osl/diagnose.h includes by Jochen Nitschke · 9 years ago
  91. b3eb843 cleanup tools/debug.hxx includes by Jochen Nitschke · 9 years ago
  92. a12dfa3 create SfxGroupId based on o3tl::strong_int by Noel Grandin · 9 years ago
  93. c2f7c56 svidl: Adapt to SlotType removal by Maxim Monastirsky · 9 years ago
  94. 20f33eb svidl: Remove nested method support by Maxim Monastirsky · 9 years ago
  95. 3a36cf4 loplugin:checkunusedparams in configmgr and vcl by Noel Grandin · 9 years ago
  96. da64d198 tools: svstream.hxx needs only errcode.hxx & not errinf.hxx by Chris Sherlock · 9 years ago
  97. de030cd gbuild: Remove MSVC 2013 legacy code by David Ostrovsky · 9 years ago
  98. aa434253 coverity#1403731 Explicit null dereferenced by Caolán McNamara · 9 years ago
  99. da1d530 use weak attribute for Linux too by Caolán McNamara · 9 years ago
  100. ad3681d tdf#39468 Translate German comments by Jens Carl · 9 years ago