summaryrefslogtreecommitdiff
path: root/comphelper/source
AgeCommit message (Expand)AuthorFilesLines
2021-06-08Simplify Sequences initializations (comphelper+connectivity)Julien Nabet1-4/+1
2021-05-28no need to allocate these on the heapNoel Grandin1-28/+28
2021-05-26comphelper: fix the "console" use-case of ProfileZoneMiklos Vajna1-2/+5
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin1-1/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann10-40/+40
2021-04-29Introduce Async trace events and a unit testTor Lillqvist1-17/+14
2021-04-28Introduce a new class NamedEvent to be used by the upcoming AsyncEvent, tooTor Lillqvist1-4/+4
2021-04-28Enable turning on trace event recording in a dbgutil build with an env varTor Lillqvist1-1/+4
2021-04-28Re-think what the nesting means in ProfileZonesTor Lillqvist1-2/+1
2021-04-28Make the console logging in ProfileZone work more sanelyTor Lillqvist1-2/+0
2021-04-28Move some static functions from ProfileZone to TraceEvent where they belongTor Lillqvist1-18/+18
2021-04-28Extend the trace event API with instant eventsTor Lillqvist2-95/+134
2021-04-28g_nStartTime was unusedTor Lillqvist1-4/+0
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-1/+1
2021-04-27Add also the comma separator between Event Trace eventsTor Lillqvist1-1/+1
2021-04-27Drop the leftover "sum time" thing from the Event TraceTor Lillqvist1-5/+0
2021-04-27Refactor ProfileZone and create Chrome Trace Event Format dataTor Lillqvist1-56/+43
2021-04-27Clarify the ProfileRecording APITor Lillqvist1-12/+15
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin1-1/+1
2021-04-21Fix templates to use correct typedefsMike Kaganski1-4/+4
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin1-1/+1
2021-04-19use more string_view in comphelper::stringNoel Grandin1-45/+47
2021-04-02Simplify some static variable initializationsMike Kaganski1-8/+6
2021-03-26loplugin:flattenNoel1-9/+8
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-3/+3
2021-03-23use single-use attribute for OfficeInstallationDirectoriesNoel Grandin1-20/+2
2021-03-23use single-use attribute for OOfficeRestartManagerNoel Grandin1-19/+1
2021-03-17tdf#124909: Use the myspell dictionary for Swiss German on iOSTor Lillqvist1-1/+1
2021-03-11remove intermediate containers in sidebarsCaolán McNamara1-0/+1
2021-02-27loplugin:refcounting in accessibilityNoel1-1/+1
2021-02-23loplugin:refcounting in comphelperNoel3-23/+16
2021-02-21fix variable name in SAL_INFOAndras Timar1-1/+1
2021-02-17loplugin:referencecasting in comphelperNoel5-6/+6
2021-02-10Remove unneeded breaksAndrea Gelmini1-14/+0
2021-02-05Revert "Fix typo in code"Stephan Bergmann2-7/+7
2021-02-04Fix typo in codeAndrea Gelmini2-7/+7
2021-01-29loplugin:stringviewparam extend to new..Noel1-1/+1
2021-01-28simplify code, use more subView()Noel1-1/+1
2021-01-24Use ContainerType().swap and avoid local variablesMike Kaganski1-4/+2
2021-01-20improve some IllegalArgumentException messagesNoel11-20/+21
2021-01-09fix coverity parse errorsCaolán McNamara1-1/+1
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann5-55/+66
2020-12-27Simplify loplugin:stringviewparam comparison operator handlingStephan Bergmann1-1/+1
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-1/+1
2020-12-13cid#1470590 silence bogus Out-of-bounds accessCaolán McNamara1-0/+1
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann2-9/+10
2020-12-09remove isVCLOpenGLEnabled() settings, add DisableOpenGL optionLuboš Luňák1-4/+2
2020-11-30add ThreadPool::isIdle() to avoid incorrect detection of "no tasks"Luboš Luňák1-8/+13
2020-11-30handle a possible (unlikely?) deadlock in threadpool cleanupLuboš Luňák1-0/+7
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel1-7/+7