summaryrefslogtreecommitdiffstats
path: root/comphelper
Commit message (Expand)AuthorAgeFilesLines
* comphelper: fix bad error handling in CreatePackageEncryptionData()Michael Stahl2021-10-161-1/+1
* tdf#141097 Revert "Veto process exit while an OLE client is connected"Michael Warner2021-08-251-8/+1
* Fix syntax error in the "arguments" of a TraceEventTor Lillqvist2021-06-091-3/+3
* Add the possibility to include a set of arguments in Trace EventsTor Lillqvist2021-06-092-10/+14
* Simplify Sequences initializations (comphelper+connectivity)Julien Nabet2021-06-081-4/+1
* no need to allocate these on the heapNoel Grandin2021-05-281-28/+28
* comphelper: fix the "console" use-case of ProfileZoneMiklos Vajna2021-05-261-2/+5
* loplugin:stringadd improvement for appending numbersNoel Grandin2021-05-031-1/+1
* throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2021-05-0210-40/+40
* Add SAL_WARN in case ProfileZones are overlapping and not hierarchicalTor Lillqvist2021-04-291-0/+7
* Make the nested AsyncEvent work more reliablyTor Lillqvist2021-04-291-61/+75
* Add AsyncEvent::finish() to end a nested AsyncEvent before its parent endsTor Lillqvist2021-04-291-33/+60
* Fix syntax error in generated JSONTor Lillqvist2021-04-291-6/+6
* Introduce Async trace events and a unit testTor Lillqvist2021-04-293-17/+136
* Introduce a new class NamedEvent to be used by the upcoming AsyncEvent, tooTor Lillqvist2021-04-281-4/+4
* Enable turning on trace event recording in a dbgutil build with an env varTor Lillqvist2021-04-281-1/+4
* Re-think what the nesting means in ProfileZonesTor Lillqvist2021-04-281-2/+1
* Make the console logging in ProfileZone work more sanelyTor Lillqvist2021-04-281-2/+0
* Move some static functions from ProfileZone to TraceEvent where they belongTor Lillqvist2021-04-281-18/+18
* Extend the trace event API with instant eventsTor Lillqvist2021-04-283-96/+135
* g_nStartTime was unusedTor Lillqvist2021-04-281-4/+0
* loplugin:stringadd convert chained append to +Noel Grandin2021-04-271-1/+1
* Add also the comma separator between Event Trace eventsTor Lillqvist2021-04-271-1/+1
* Drop the leftover "sum time" thing from the Event TraceTor Lillqvist2021-04-271-5/+0
* Refactor ProfileZone and create Chrome Trace Event Format dataTor Lillqvist2021-04-271-56/+43
* Clarify the ProfileRecording APITor Lillqvist2021-04-271-12/+15
* no need to create temporaries when appending number to O[U]StringBufferNoel Grandin2021-04-221-1/+1
* Fix templates to use correct typedefsMike Kaganski2021-04-211-4/+4
* loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin2021-04-211-1/+1
* use more string_view in comphelper::stringNoel Grandin2021-04-192-50/+52
* update PCHsLuboš Luňák2021-04-081-1/+2
* Updated README.md files to represent current code / use Markdown formatHossein2021-04-071-3/+3
* Simplify some static variable initializationsMike Kaganski2021-04-021-8/+6
* loplugin:flattenNoel2021-03-261-9/+8
* const OUString -> const OUStringLiteralMike Kaganski2021-03-251-3/+3
* Using .md extension/Markdown syntax for modules READMEHossein2021-03-241-0/+0
* use single-use attribute for OfficeInstallationDirectoriesNoel Grandin2021-03-232-21/+4
* use single-use attribute for OOfficeRestartManagerNoel Grandin2021-03-232-20/+3
* update pchesCaolán McNamara2021-03-211-1/+2
* tdf#124909: Use the myspell dictionary for Swiss German on iOSTor Lillqvist2021-03-171-1/+1
* remove intermediate containers in sidebarsCaolán McNamara2021-03-111-0/+1
* Make sal/config.h the first in pchMike Kaganski2021-03-091-2/+2
* loplugin:refcounting in accessibilityNoel2021-02-271-1/+1
* loplugin:refcounting in comphelperNoel2021-02-233-23/+16
* fix variable name in SAL_INFOAndras Timar2021-02-211-1/+1
* loplugin:referencecasting in comphelperNoel2021-02-175-6/+6
* Fix threadpool test for --enable-debugMike Kaganski2021-02-121-2/+2
* Remove unneeded breaksAndrea Gelmini2021-02-101-14/+0
* update pchesCaolán McNamara2021-02-081-1/+2
* Revert "Fix typo in code"Stephan Bergmann2021-02-052-7/+7