summaryrefslogtreecommitdiff
path: root/svl/source/misc
AgeCommit message (Expand)Author
2022-09-26make sure SharedString::EMPTY_STRING is interned in pools (tdf#150647)Luboš Luňák
2022-08-18tdf#150452: Revert "tdf#130795 use concurrent hashmap in SharedStringPool"Xisco Fauli
2022-05-24svl: spurious GCC12 -Werror=maybe-uninitializedMichael Stahl
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
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-11-16tdf#123936 Formatting files in module svl with clang-formatPhilipp Hofer
2020-11-11loplugin:stringviewNoel
2020-09-23Read MOSDocumentLockFile UTF-16 string data with same endiannessStephan Bergmann
2020-06-12fix ASAN in SharedStringPoolNoel Grandin
2020-06-03fix ubsan in SharedStringPoolNoel Grandin
2020-06-02optimize SharedStringPool::purge() and fix testsNoel Grandin
2020-05-30loplugin:simplifybool extend to expression like !(a < b || c > d)Noel Grandin
2020-03-13Revert "loplugin:constfields in svl"Noel Grandin
2020-02-07tdf#130501: Fix off-by-one error in URIHelper::resolveIdnaHostStephan Bergmann
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2019-12-23sal_Char->char in svtools..svlNoel Grandin
2019-12-17Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics)Stephan Bergmann
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-26size some stringbuffer to prevent re-allocNoel Grandin
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-10-01loplugin:stringadd n sfx2..svlNoel Grandin
2019-08-23[API CHANGE] Adapt css.uri UNOIDL entities to RFC 3986Stephan Bergmann
2019-08-23Mark move ctors/assignments noexceptMike Kaganski
2019-08-15Switch mdds to 1.5.0 and liborcus to 0.15.0.Kohei Yoshida
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): svlStephan Bergmann