1. c9facf7 remove intermediate containers in sidebars by Caolán McNamara · 5 years ago
  2. 481df11 Add SAL_WARN in case ProfileZones are overlapping and not hierarchical by Tor Lillqvist · 5 years ago
  3. 096c959 Make the nested AsyncEvent work more reliably by Tor Lillqvist · 5 years ago
  4. e8c48af Add AsyncEvent::finish() to end a nested AsyncEvent before its parent ends by Tor Lillqvist · 5 years ago
  5. b20ebb0 Fix syntax error in generated JSON by Tor Lillqvist · 5 years ago
  6. 7d83006 Introduce Async trace events and a unit test by Tor Lillqvist · 5 years ago
  7. c7536b1 Introduce a new class NamedEvent to be used by the upcoming AsyncEvent, too by Tor Lillqvist · 5 years ago
  8. 7a3d898 Enable turning on trace event recording in a dbgutil build with an env var by Tor Lillqvist · 5 years ago
  9. b9c12bc Re-think what the nesting means in ProfileZones by Tor Lillqvist · 5 years ago
  10. 2f5c9ab Make the console logging in ProfileZone work more sanely by Tor Lillqvist · 5 years ago
  11. 3ed51f7 Move some static functions from ProfileZone to TraceEvent where they belong by Tor Lillqvist · 5 years ago
  12. 6aed228 Extend the trace event API with instant events by Tor Lillqvist · 5 years ago
  13. bff5b1b g_nStartTime was unused by Tor Lillqvist · 5 years ago
  14. 4355e45 Add also the comma separator between Event Trace events by Tor Lillqvist · 5 years ago
  15. a124615 Drop the leftover "sum time" thing from the Event Trace by Tor Lillqvist · 5 years ago
  16. 697de42 Refactor ProfileZone and create Chrome Trace Event Format data by Tor Lillqvist · 5 years ago
  17. 0152674 Avoid unused private field warning in a NDEBUG compilation by Tor Lillqvist · 5 years ago
  18. 64a115e Clarify the ProfileRecording API by Tor Lillqvist · 5 years ago
  19. 8f83c48 tdf#124909: Use the myspell dictionary for Swiss German on iOS by Tor Lillqvist · 5 years ago
  20. 5c3b576 fix variable name in SAL_INFO by Andras Timar · 5 years ago
  21. ebd9e83 add ThreadPool::isIdle() to avoid incorrect detection of "no tasks" by Luboš Luňák · 5 years ago
  22. ba8156d handle a possible (unlikely?) deadlock in threadpool cleanup by Luboš Luňák · 5 years ago
  23. 36b3b35 replace std::min(std::max()) with std::clamp by Noel · 5 years ago
  24. d66683f tdf#123936 Formatting files in module comphelper with clang-format by Philipp Hofer · 5 years ago
  25. f34ac57 New loplugin:stringviewparam by Stephan Bergmann · 5 years ago
  26. e2b290d tdf#138113: Base SQL syntax colouring issue with operators "/", "-" by Julien Nabet · 5 years ago
  27. 93c64a6 loplugin:stringview by Noel · 5 years ago
  28. 7bdbb50 tdf#42949 Fix new IWYU warnings in directories c* by Gabor Kelemen · 5 years ago
  29. 38b1497d remove pimpl from PropertySetHelper by Noel Grandin · 5 years ago
  30. bf91ed2 remove pimpl from NamedValueCollection by Noel Grandin · 5 years ago
  31. a373a7c remove pimpl in PropertyBag by Noel Grandin · 5 years ago
  32. 06b39e3 TNumberedItemHash NumberedCollection::m_lComponents is indexed on pointers... by Stephan Bergmann · 5 years ago
  33. 40fa3a6 Extend loplugin:elidestringvar to OString by Stephan Bergmann · 5 years ago
  34. 765a1ac std::set->o3tl::sorted_vector in OPropertyArrayAggregationHelper by Noel Grandin · 5 years ago
  35. 5e43e88 use tools::Long in comphelper..cui by Noel · 5 years ago
  36. a41cf57 tdf#134987 convert DOCX to ODT: fix lost charts by Balazs Varga · 5 years ago
  37. 22d94ce loplugin:const* make some params and methods const by Noel · 6 years ago
  38. 3a6a7f7 fix possible >= 0 warning by Luboš Luňák · 6 years ago
  39. 2ad4e77 fix allocating thread pool workers by Luboš Luňák · 6 years ago
  40. 9bac19e loplugin:reducevarscope in comphelper,connectivity by Noel · 6 years ago
  41. 960252e improve some exception messages by Noel Grandin · 6 years ago
  42. 14b00ad Simplify some OUString constructions with universal character names by Stephan Bergmann · 6 years ago
  43. de74d98 OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaround by Caolán McNamara · 6 years ago
  44. e6dfaf9 Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uString by Stephan Bergmann · 6 years ago
  45. 3b91849 small optimisation by Noel Grandin · 6 years ago
  46. 88da6b7 tdf#124176 Use #pragma once in comphelper by George Bateman · 6 years ago
  47. 3907875 Fix typo in code by Andrea Gelmini · 6 years ago
  48. b453f39 Simply use OUString aPassword as-is by Stephan Bergmann · 6 years ago
  49. 33ecd0d Change OUStringLiteral from char[] to char16_t[] by Stephan Bergmann · 6 years ago
  50. e5356fb [API CHANGE] Drop OSL_THIS_FUNC, directly use C++11 __func__ by Stephan Bergmann · 6 years ago
  51. 81b807b NullToPointer ValueDependentIsNotNull GNUNull -> nullptr [loplugin:nullptr] by Caolán McNamara · 6 years ago
  52. e67657d loplugin:simplifybool more by Noel Grandin · 6 years ago
  53. 3457da6 loplugin:stringstatic also look for local statics by Noel Grandin · 6 years ago
  54. 70a0081 SvTreeListBox can move into toolkit headers now by Caolán McNamara · 6 years ago
  55. c3d4465 loplugin:unusedmethods by Noel Grandin · 6 years ago
  56. 0c1b490 loplugin:unusedmethods by Noel Grandin · 6 years ago
  57. 104f702 svx: GalleryObjectCollection shared class and related refactoring work by Aditya · 6 years ago
  58. 5c19167 loplugin:unusedmethods by Noel Grandin · 6 years ago
  59. 91d1cd8 tdf#81522 comphelper: just ignore disposed obj on save by Justin Luth · 6 years ago
  60. 363a253 loplugin:unusedmethods by Noel Grandin · 6 years ago
  61. f173aa0 loplugin:unusedmethods by Noel Grandin · 6 years ago
  62. 4fcd42a comphelper: don't hardcode hash sizes in Hash::getLength() by Miklos Vajna · 6 years ago
  63. b050b7e update pches by Caolán McNamara · 6 years ago
  64. c5b985b replace usage of blacklist with excludelist for IWYU by Thorsten Behrens · 6 years ago
  65. abb6c01 replace usage of whitelist with allowlist by Thorsten Behrens · 6 years ago
  66. 3d31d81 comphelper: create instances with uno constructors by Noel Grandin · 6 years ago
  67. e28faaf Upcoming improved loplugin:staticanonymous -> redundantstatic: comphelper by Stephan Bergmann · 6 years ago
  68. a2fc883 use more std::container::insert instead of std::copy by Noel Grandin · 6 years ago
  69. 054c0e7 loplugin:simplifypointertobool improve by Noel Grandin · 6 years ago
  70. 8a9f358 Upcoming loplugin:elidestringvar: comphelper by Stephan Bergmann · 6 years ago
  71. 5f56f07 use for-range loop on Sequence by Noel Grandin · 6 years ago
  72. 31b0be0 improve pahole script and pack a few classes by Noel Grandin · 6 years ago
  73. e871c9c loplugin:simplifybool in canvas..cui by Noel Grandin · 6 years ago
  74. e125c6c replace hard-coded "1.2" ODF version strings by Michael Stahl · 6 years ago
  75. 366d08f new loplugin:simplifypointertobool by Noel Grandin · 6 years ago
  76. 247f92b lok: set device form factor of the client on view creation by Marco Cecchetti · 6 years ago
  77. 11bdb6b improve loplugin:referencecasting by Noel Grandin · 6 years ago
  78. 6751a89 compact namespace in canvas..cui by Noel Grandin · 6 years ago
  79. 626ccb3 allow disabling Skia's Vulkan use in safe mode (tdf#132439) by Luboš Luňák · 6 years ago
  80. 02323e8 fix leak in comphelper::TestHash by Noel Grandin · 6 years ago
  81. bedba76 tdf#131733 Show only CN part of X.509 subject info by Gabor Kelemen · 6 years ago
  82. b512ce2 Make upcasting css::uno::Reference ctor require complete types by Stephan Bergmann · 6 years ago
  83. 9f07fb6 update pches by Caolán McNamara · 6 years ago
  84. dfb24c3 uiobject.hxx only needs forward declares by Caolán McNamara · 6 years ago
  85. 8d4fd34 loplugin:flatten in comphelper by Noel Grandin · 6 years ago
  86. 1178521 loplugin:buriedassign in c* by Noel Grandin · 6 years ago
  87. b23b045 Check call to NSS_NoDB_Init for success by Stephan Bergmann · 6 years ago
  88. 8a30ff4 Simplify the LibreOfficeKit mobile phone and tablet API by Tor Lillqvist · 6 years ago
  89. 5ccb7ec Rename isMobile to isMobilePhone and introduce a separate isTablet by Tor Lillqvist · 6 years ago
  90. c61ac5d comphelper::isDebuggerAttached must be defined irrespective of NDEBUG by Stephan Bergmann · 6 years ago
  91. 3bf3fac tdf#130975 replace `rtl::math::isNan` with `std::isnan`. by Yukio Siraichi · 6 years ago
  92. c57d6d3 comphelper: allow simple ad-hoc measuring with ProfileZones by Miklos Vajna · 6 years ago
  93. 0aa2716 change SAL_WARN to SAL_INFO when language is not set by Tomaž Vajngerl · 6 years ago
  94. 3810f28 Fix currency symbol selection in Calc on mobile by Tomaž Vajngerl · 6 years ago
  95. 9ad252b Drop o3tl::optional wrapper by Stephan Bergmann · 6 years ago
  96. 6be9ae8 inline some acquire/release calls by Noel Grandin · 6 years ago
  97. f99e765 clang-format c*,d*,e* with under 5-percent lines of change by Muhammet Kara · 6 years ago
  98. d967614 android hunspell: All languages we pack are the supported ones. by Jan Holesovsky · 6 years ago
  99. 9a3810b pack some data structures by Noel Grandin · 6 years ago
  100. ac9083f make isDebuggerAttached() public comphelper API by Luboš Luňák · 6 years ago