summaryrefslogtreecommitdiff
path: root/svl/source/misc
AgeCommit message (Expand)Author
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
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-07-29rtl::Static -> static localNoel Grandin
2021-07-17osl::Mutex->std::mutex in SharedStringPoolNoel Grandin
2021-06-17use string_view in the Translate APINoel Grandin
2021-06-09-Werror,-Wunused-but-set-variable (Clang 13 trunk)Stephan Bergmann
2021-04-28use string_view in INetURLObject::encodeNoel Grandin
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-01-28simplify code, use more subView()Noel
2021-01-27tdf#92456 store hash with stringNoel Grandin
2021-01-25tdf#92456 improve VLOOKUP perfNoel Grandin