summaryrefslogtreecommitdiff
path: root/svl/source/misc
AgeCommit message (Expand)Author
2024-05-14loplugin:ostr in svlNoel Grandin
2024-05-01WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara
2024-03-08use more string_viewNoel Grandin
2023-12-10add explainer for the reasoning of fMaxPassStrengthEntropyBitsSarper Akdemir
2023-12-09cid#1556778 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-11-15tdf#157518: add password strength meter to setmasterpassworddlgSarper Akdemir
2023-11-06tdf#146619 Recheck include/t* with IWYUGabor Kelemen
2023-08-02Silence some bogus -Werror=array-bounds etc. with GCC 12 and -std=c++20Stephan Bergmann
2023-06-21Require icu-i18n >= 66Khaled Hosny
2023-05-03tdf#145925: Support AutoCapitalize in DOI recognitionBaole Fang
2023-04-27tdf#145925: Add DOI recognitionBaole Fang
2023-03-30loplugin:stringadd in starmath..svlNoel Grandin
2023-02-15osl::Mutex->std::mutex in LockFileCommonNoel Grandin
2023-01-26Upgrade mdds and orcus to 2.1.0 and 0.18.0, respectivelyKohei Yoshida
2022-11-05-Werror,-Wdeprecated-declarations (sprintf, macOS 13 SDK): svlStephan Bergmann
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski
2022-09-27Reduce number of static objects a bitMike Kaganski
2022-09-23make sure SharedString::EMPTY_STRING is interned in pools (tdf#150647)Luboš Luňák
2022-09-21Use the more "natural" string_view o3tl::getToken variant hereStephan Bergmann
2022-09-20use more string_view in svlNoel Grandin
2022-09-02tdf#150712 reduce cost of SharedString::getStringNoel Grandin
2022-08-17tdf#150452: Revert "tdf#130795 use concurrent hashmap in SharedStringPool"Xisco Fauli
2022-06-20elide some makeStringAndClear() callsNoel Grandin
2022-06-03clang-tidy modernize-pass-by-value in svlNoel Grandin
2022-05-23svl: spurious GCC12 -Werror=maybe-uninitializedMichael Stahl
2022-05-16make SharedString move operator= inline (tdf#126109)Luboš Luňák
2022-05-05use more o3tl::getTokenNoel Grandin
2022-05-03Just use Any ctor instead of makeAny in svlStephan Bergmann
2022-04-29use more string_view in INetURLObjectNoel Grandin
2022-04-25use string_view in CompareProtocolSchemeNoel Grandin
2022-04-13use more string_view in svlNoel Grandin
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-04-11use more string_viewNoel Grandin
2022-03-24loplugin:constantparamNoel Grandin
2022-03-03Recheck modules sv* with IWYUGabor Kelemen
2021-12-16Fix typosAndrea Gelmini
2021-12-15tdf#145381 handle closing brackets in URLs correctlyArmin Le Grand (Allotropia)
2021-11-23make a bunch of svl::SharedString functions inlineLuboš Luňák
2021-11-20tdf#133835 speedup calc autofilter (1)Noel Grandin
2021-11-19loplugin:stringliteraldefine in svlNoel Grandin
2021-11-18rtl::Static->thread-safe static in svlNoel Grandin
2021-10-31Prepare for removal of non-const operator[] from Sequence in svlMike Kaganski
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-10loplugin:moveparam in svlNoel Grandin
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann
2021-09-30loplugin:constmethod handle more casesNoel Grandin
2021-09-28drop 'using namespace std' hereRoman Kuznetsov
2021-09-09workaround -Wshadow in libcuckooNoel Grandin
2021-09-09tdf#130795 use concurrent hashmap in SharedStringPoolNoel Grandin
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann