summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)AuthorFilesLines
2021-07-30Fix Nesting Level Bug in ProfileZoneGopi Krishna Menon1-1/+6
2021-07-30tsan:data race in ThreadPoolTest::testWorkerUsageNoel Grandin1-1/+2
2021-07-30osl::Mutex->std::mutx in OSequenceOutputStreamNoel Grandin1-5/+3
2021-07-30osl::Mutex->std::mutex in SequenceInputStreamNoel Grandin1-9/+14
2021-07-30osl::Mutex->std::mutex in OAccessibleKeyBindingHelperNoel Grandin1-4/+4
2021-07-29osl::Mutex->std::mutex in OSLInputStreamWrapperNoel Grandin1-4/+4
2021-07-29osl::Mutex->std::mutex in OSeekableInputWrapperNoel Grandin1-8/+8
2021-07-23osl::Mutex->std::mutex in AsyncEventNotifierNoel Grandin1-46/+23
2021-07-18osl::Mutex->std::mutex in NameContainerNoel Grandin1-8/+9
2021-07-18osl::Mutex->std::mutex in SequenceInputStreamServiceNoel Grandin1-10/+11
2021-07-17osl::Mutex->std::mutex in SequenceOutputStreamServiceNoel Grandin1-5/+6
2021-07-15lok: include the label of the status indicatorHenry Castro1-6/+6
2021-06-29Enable flushing accumulated Trace Events when their number reaches a limitTor Lillqvist1-0/+16
2021-06-23The Chrome Trace Event viewer doesn't support nested async eventsTor Lillqvist1-57/+10
2021-06-17Drop the "console" functionality of ProfileZoneTor Lillqvist1-10/+0
2021-06-16Adapt implicit OString return value construction to C++23 P2266R1Stephan Bergmann1-1/+1
2021-06-09Fix syntax error in the "arguments" of a TraceEventTor Lillqvist1-3/+3
2021-06-09Add the possibility to include a set of arguments in Trace EventsTor Lillqvist2-10/+14
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-29Add SAL_WARN in case ProfileZones are overlapping and not hierarchicalTor Lillqvist1-0/+7
2021-04-29Make the nested AsyncEvent work more reliablyTor Lillqvist1-61/+75
2021-04-29Add AsyncEvent::finish() to end a nested AsyncEvent before its parent endsTor Lillqvist1-33/+60
2021-04-29Fix syntax error in generated JSONTor Lillqvist1-6/+6
2021-04-29Introduce Async trace events and a unit testTor Lillqvist3-17/+136
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 Lillqvist3-96/+135
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 Grandin2-50/+52
2021-04-08update PCHsLuboš Luňák1-1/+2
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-3/+3
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-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0