summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)Author
30 hoursloplugin:ostr in comphelperNoel Grandin
3 daysSimplify a bitMike Kaganski
9 daysloplugin:constantparamNoel Grandin
2024-04-12tdf#146266 Move WeakBag test to gbuild systemRMZeroFour
2024-04-07ofz#67491 avoid direct nss use to support --enable-tls-opensshCaolán McNamara
2024-03-30tdf#42982 Add error messages to thrown exceptionsRMZeroFour
2024-03-30tdf#146619 Drop unused 'using namespace' in: comphelper/Gabor Kelemen
2024-03-28Add comphelper::WeakImplHelperBaseNoel Grandin
2024-03-28lok: add isForkedChild method.Michael Meeks
2024-03-26convert ODatabaseMetaDataResultSet to comphelper::WeakComponentImplHelperNoel Grandin
2024-03-26Fix typoAndrea Gelmini
2024-03-26tdf#160184 ask user if they want to trust an untrusted certificatePatrick Luby
2024-03-09Support o3tl::iterateCodePoints with both sal_Int32 and std::size_tStephan Bergmann
2024-03-08use more string_viewNoel Grandin
2024-03-06Use less boost_headers in low level librariesGabor Kelemen
2024-02-27tdf#42982 Improve UNO API error reportingAhmedHamed
2024-02-23Fix warning C4477 when building with MSVC without -Wv:18Mike Kaganski
2024-02-22tdf#159519 comphelper,package: do not store document without SHA256Michael Stahl
2024-02-13tdf#158237 comphelper: Use C++20 contains() instead of find() and end()AkshayWarrier
2024-02-13fix windows --enable-mergelibs buildNoel Grandin
2024-02-13tdf#158237 comphelper: Use C++20 contains() instead of find() and end()Steven Casey (SMCode)
2024-02-12tdf#158337 use std::erase instead of std::remove followed by erasevarshneydevansh
2024-02-09cid#1591762 Uncaught exceptionCaolán McNamara
2024-02-08tdf#157042: Revert "re-apply "optimize ConfigurationProperty::get()""Xisco Fauli
2024-02-06elide some OString temporariesNoel Grandin
2024-02-04cid#1591493 Unchecked return valueCaolán McNamara
2024-02-01check that rtl_random_getBytes() was successfulMichael Stahl
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski
2024-01-17Add back XComponentContext to officecfg::...::get() callsStephan Bergmann
2024-01-16loplugin:unusedfieldsNoel Grandin
2024-01-06cid#1560051 Missing move assignment operatorCaolán McNamara
2023-12-30move IsFuzzing to comphelperCaolán McNamara
2023-12-29trace events: fix deadlock from non-recursive mutex.Michael Meeks
2023-12-23ofz#65295 AbrtCaolán McNamara
2023-12-23cid#1545209 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-12-22Use emplace_back instead of push_back (comphelper)Julien Nabet
2023-12-21allow passing if deep detection is wantedCaolán McNamara
2023-12-20tdf#158375: disable DDE when DisableActiveContent is setSarper Akdemir
2023-12-07simplify and modernise ScopedBitmapAccessNoel Grandin
2023-11-29Extended loplugin:ostr: comphelperStephan Bergmann
2023-11-28tdf#156648 Prevent LO from adding an empty event listenerMatt K
2023-11-23tdf#158321 No error message when file doesn't existNoel Grandin
2023-11-20Extended loplugin:ostr: comphelperStephan Bergmann
2023-11-10avoid unnecessary intermediate bufferNoel Grandin
2023-11-10reduce noise in exceptionToStringImplNoel Grandin
2023-11-02'new Double' is deprecated in JavaNoel Grandin
2023-10-26cool#6893 cache the process component contextNoel Grandin
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: comphelperStephan Bergmann
2023-10-15Repurpose loplugin:stringstatic for O[U]String vars that can be constexprStephan Bergmann
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann