summaryrefslogtreecommitdiff
path: root/include/comphelper
AgeCommit message (Expand)AuthorFilesLines
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann11-35/+35
2021-04-29cid#1477405 Initialize membersTor Lillqvist1-0/+2
2021-04-29Add SAL_WARN in case ProfileZones are overlapping and not hierarchicalTor Lillqvist1-3/+11
2021-04-29Make the nested AsyncEvent work more reliablyTor Lillqvist1-15/+46
2021-04-29Add AsyncEvent::finish() to end a nested AsyncEvent before its parent endsTor Lillqvist1-2/+16
2021-04-29Fix syntax error in generated JSONTor Lillqvist1-2/+2
2021-04-29Introduce Async trace events and a unit testTor Lillqvist2-6/+115
2021-04-28Introduce a new class NamedEvent to be used by the upcoming AsyncEvent, tooTor Lillqvist2-5/+17
2021-04-28Re-think what the nesting means in ProfileZonesTor Lillqvist2-13/+14
2021-04-28Make the console logging in ProfileZone work more sanelyTor Lillqvist1-8/+6
2021-04-28Move some static functions from ProfileZone to TraceEvent where they belongTor Lillqvist2-5/+5
2021-04-28Make ProfileZone non-copyableTor Lillqvist1-0/+4
2021-04-28Extend the trace event API with instant eventsTor Lillqvist2-11/+45
2021-04-27Refactor ProfileZone and create Chrome Trace Event Format dataTor Lillqvist1-18/+36
2021-04-27Clarify the ProfileRecording APITor Lillqvist1-1/+2
2021-04-19use more string_view in comphelper::stringNoel Grandin1-14/+14
2021-04-09Recheck include/ with IWYUGabor Kelemen2-2/+0
2021-04-07rtl::Static -> function local static also for UNO3_GETIMPLEMENTATION*_IMPLMike Kaganski1-5/+2
2021-03-11remove intermediate containers in sidebarsCaolán McNamara1-0/+4
2021-02-27loplugin:refcounting in accessibilityNoel1-1/+1
2021-01-29loplugin:stringviewparam extend to new..Noel2-2/+2
2021-01-27tdf#96505 Get rid of cargo cult 'long' integer literalsAlchemist1-24/+24
2021-01-14Make lambda auto parameters explicitly constMike Kaganski1-1/+1
2021-01-13Simplify comphelper::ContainerUniquePtrEqualsMike Kaganski1-14/+4
2021-01-06Drop comphelper::string::equals; compare OUString to OUStringCharMike Kaganski1-10/+0
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann4-12/+20
2020-12-27Simplify loplugin:stringviewparam comparison operator handlingStephan Bergmann1-1/+5
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann3-6/+8
2020-12-09Fix loplugin:stringviewparam handling of comparison operatorsStephan Bergmann1-1/+2
2020-11-30add ThreadPool::isIdle() to avoid incorrect detection of "no tasks"Luboš Luňák1-3/+6
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel1-3/+3
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-2/+2
2020-11-21tdf#123936 Formatting files in module include with clang-formatPhilipp Hofer16-85/+105
2020-11-19lok: remove unused APIAshod Nakashian1-10/+0
2020-11-04remove pimpl from PropertySetHelperNoel Grandin1-4/+2
2020-11-04remove pimpl from NamedValueCollectionNoel Grandin1-12/+7
2020-11-04remove pimpl in PropertyBagNoel Grandin1-6/+4
2020-10-30TNumberedItemHash NumberedCollection::m_lComponents is indexed on pointers...Stephan Bergmann1-3/+2
2020-10-28convert some more long -> tools::LongNoel1-2/+3
2020-10-05fix allocating thread pool workersLuboš Luňák1-2/+5
2020-09-25tdf#124176 Use #pragma once in some include/Andrea Gelmini1-4/+1
2020-09-01Fix typoAndrea Gelmini1-2/+2
2020-08-31Fix typo in codeAndrea Gelmini1-2/+2
2020-07-31loplugin:unusedmethodsNoel Grandin1-63/+0
2020-07-30loplugin:unusedmethodsNoel Grandin2-222/+0
2020-07-30svx: GalleryObjectCollection shared class and related refactoring workAditya1-0/+1
2020-07-25tdf#130559: don't export preview view data to ODSMike Kaganski1-0/+8
2020-07-25loplugin:unusedmethodsNoel Grandin1-58/+0
2020-07-21Fix uses of char16_t*/wchar_t* stream insertersStephan Bergmann1-1/+2
2020-07-19compact namespace: comphelperNoel Grandin9-66/+13