summaryrefslogtreecommitdiff
path: root/comphelper/source
AgeCommit message (Expand)Author
2021-06-17Drop the "console" functionality of ProfileZoneTor Lillqvist
2021-06-16Adapt implicit OString return value construction to C++23 P2266R1Stephan Bergmann
2021-06-09Add the possibility to include a set of arguments in Trace EventsTor Lillqvist
2021-06-08Simplify Sequences initializations (comphelper+connectivity)Julien Nabet
2021-05-28no need to allocate these on the heapNoel Grandin
2021-05-26comphelper: fix the "console" use-case of ProfileZoneMiklos Vajna
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-29Introduce Async trace events and a unit testTor Lillqvist
2021-04-28Introduce a new class NamedEvent to be used by the upcoming AsyncEvent, tooTor Lillqvist
2021-04-28Enable turning on trace event recording in a dbgutil build with an env varTor Lillqvist
2021-04-28Re-think what the nesting means in ProfileZonesTor Lillqvist
2021-04-28Make the console logging in ProfileZone work more sanelyTor Lillqvist
2021-04-28Move some static functions from ProfileZone to TraceEvent where they belongTor Lillqvist
2021-04-28Extend the trace event API with instant eventsTor Lillqvist
2021-04-28g_nStartTime was unusedTor Lillqvist
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-04-27Add also the comma separator between Event Trace eventsTor Lillqvist
2021-04-27Drop the leftover "sum time" thing from the Event TraceTor Lillqvist
2021-04-27Refactor ProfileZone and create Chrome Trace Event Format dataTor Lillqvist
2021-04-27Clarify the ProfileRecording APITor Lillqvist
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin
2021-04-21Fix templates to use correct typedefsMike Kaganski
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin
2021-04-19use more string_view in comphelper::stringNoel Grandin
2021-04-02Simplify some static variable initializationsMike Kaganski
2021-03-26loplugin:flattenNoel
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-03-23use single-use attribute for OfficeInstallationDirectoriesNoel Grandin
2021-03-23use single-use attribute for OOfficeRestartManagerNoel Grandin
2021-03-17tdf#124909: Use the myspell dictionary for Swiss German on iOSTor Lillqvist
2021-03-11remove intermediate containers in sidebarsCaolán McNamara
2021-02-27loplugin:refcounting in accessibilityNoel
2021-02-23loplugin:refcounting in comphelperNoel
2021-02-21fix variable name in SAL_INFOAndras Timar
2021-02-17loplugin:referencecasting in comphelperNoel
2021-02-10Remove unneeded breaksAndrea Gelmini
2021-02-05Revert "Fix typo in code"Stephan Bergmann
2021-02-04Fix typo in codeAndrea Gelmini
2021-01-29loplugin:stringviewparam extend to new..Noel
2021-01-28simplify code, use more subView()Noel
2021-01-24Use ContainerType().swap and avoid local variablesMike Kaganski
2021-01-20improve some IllegalArgumentException messagesNoel
2021-01-09fix coverity parse errorsCaolán McNamara
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-27Simplify loplugin:stringviewparam comparison operator handlingStephan Bergmann
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-12-13cid#1470590 silence bogus Out-of-bounds accessCaolán McNamara
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-12-09remove isVCLOpenGLEnabled() settings, add DisableOpenGL optionLuboš Luňák