summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)Author
2021-04-29Add SAL_WARN in case ProfileZones are overlapping and not hierarchicalTor Lillqvist
2021-04-29Make the nested AsyncEvent work more reliablyTor Lillqvist
2021-04-29Add AsyncEvent::finish() to end a nested AsyncEvent before its parent endsTor Lillqvist
2021-04-29Fix syntax error in generated JSONTor Lillqvist
2021-04-29Introduce Async trace events and a unit testTor Lillqvist
2021-04-29Introduce a new class NamedEvent to be used by the upcoming AsyncEvent, tooTor Lillqvist
2021-04-29Enable turning on trace event recording in a dbgutil build with an env varTor Lillqvist
2021-04-29Re-think what the nesting means in ProfileZonesTor Lillqvist
2021-04-29Make the console logging in ProfileZone work more sanelyTor Lillqvist
2021-04-29Move some static functions from ProfileZone to TraceEvent where they belongTor Lillqvist
2021-04-29Extend the trace event API with instant eventsTor Lillqvist
2021-04-26g_nStartTime was unusedTor Lillqvist
2021-04-23Add also the comma separator between Event Trace eventsTor Lillqvist
2021-04-23Drop the leftover "sum time" thing from the Event TraceTor Lillqvist
2021-04-23Refactor ProfileZone and create Chrome Trace Event Format dataTor Lillqvist
2021-04-21Avoid unused private field warning in a NDEBUG compilationTor Lillqvist
2021-04-15Clarify the ProfileRecording APITor Lillqvist
2021-04-05tdf#124909: Use the myspell dictionary for Swiss German on iOSTor Lillqvist
2021-03-31fix variable name in SAL_INFOAndras Timar
2020-12-01add ThreadPool::isIdle() to avoid incorrect detection of "no tasks"Luboš Luňák
2020-12-01handle a possible (unlikely?) deadlock in threadpool cleanupLuboš Luňák
2020-11-16replace std::min(std::max()) with std::clampNoel
2020-11-13tdf#123936 Formatting files in module comphelper with clang-formatPhilipp Hofer
2020-11-12New loplugin:stringviewparamStephan Bergmann
2020-11-11tdf#138113: Base SQL syntax colouring issue with operators "/", "-"Julien Nabet
2020-11-11loplugin:stringviewNoel
2020-11-06tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen
2020-11-04remove pimpl from PropertySetHelperNoel Grandin
2020-11-04remove pimpl from NamedValueCollectionNoel Grandin
2020-11-04remove pimpl in PropertyBagNoel Grandin
2020-10-30TNumberedItemHash NumberedCollection::m_lComponents is indexed on pointers...Stephan Bergmann
2020-10-28Extend loplugin:elidestringvar to OStringStephan Bergmann
2020-10-28std::set->o3tl::sorted_vector in OPropertyArrayAggregationHelperNoel Grandin
2020-10-21use tools::Long in comphelper..cuiNoel
2020-10-13tdf#134987 convert DOCX to ODT: fix lost chartsBalazs Varga
2020-10-06loplugin:const* make some params and methods constNoel
2020-10-06fix possible >= 0 warningLuboš Luňák
2020-10-05fix allocating thread pool workersLuboš Luňák
2020-10-01loplugin:reducevarscope in comphelper,connectivityNoel
2020-09-27improve some exception messagesNoel Grandin
2020-09-23Simplify some OUString constructions with universal character namesStephan Bergmann
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-09-11small optimisationNoel Grandin
2020-09-04tdf#124176 Use #pragma once in comphelperGeorge Bateman
2020-08-31Fix typo in codeAndrea Gelmini
2020-08-28Simply use OUString aPassword as-isStephan Bergmann
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-26[API CHANGE] Drop OSL_THIS_FUNC, directly use C++11 __func__Stephan Bergmann
2020-08-24NullToPointer ValueDependentIsNotNull GNUNull -> nullptr [loplugin:nullptr]Caolán McNamara