summaryrefslogtreecommitdiff
path: root/svl/source/misc
AgeCommit message (Expand)AuthorFilesLines
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin1-4/+4
2021-07-29rtl::Static -> static localNoel Grandin1-3/+3
2021-07-17osl::Mutex->std::mutex in SharedStringPoolNoel Grandin1-6/+6
2021-06-17use string_view in the Translate APINoel Grandin1-1/+1
2021-06-09-Werror,-Wunused-but-set-variable (Clang 13 trunk)Stephan Bergmann1-153/+0
2021-04-28use string_view in INetURLObject::encodeNoel Grandin2-2/+2
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-4/+4
2021-01-28simplify code, use more subView()Noel1-2/+2
2021-01-27tdf#92456 store hash with stringNoel Grandin1-10/+42
2021-01-25tdf#92456 improve VLOOKUP perfNoel Grandin1-4/+6
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann3-3/+4
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann2-3/+3
2020-11-16tdf#123936 Formatting files in module svl with clang-formatPhilipp Hofer2-22/+17
2020-11-11loplugin:stringviewNoel1-1/+1
2020-09-23Read MOSDocumentLockFile UTF-16 string data with same endiannessStephan Bergmann1-2/+10
2020-06-12fix ASAN in SharedStringPoolNoel Grandin1-36/+38
2020-06-03fix ubsan in SharedStringPoolNoel Grandin1-1/+6
2020-06-02optimize SharedStringPool::purge() and fix testsNoel Grandin1-12/+48
2020-05-30loplugin:simplifybool extend to expression like !(a < b || c > d)Noel Grandin1-1/+1
2020-03-13Revert "loplugin:constfields in svl"Noel Grandin1-1/+1
2020-02-07tdf#130501: Fix off-by-one error in URIHelper::resolveIdnaHostStephan Bergmann1-4/+6
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-2/+2
2019-12-23sal_Char->char in svtools..svlNoel Grandin4-15/+15
2019-12-17Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics)Stephan Bergmann1-15/+2
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-10-26size some stringbuffer to prevent re-allocNoel Grandin2-3/+3
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-2/+2
2019-10-01loplugin:stringadd n sfx2..svlNoel Grandin1-2/+1
2019-08-23[API CHANGE] Adapt css.uri UNOIDL entities to RFC 3986Stephan Bergmann1-1/+1
2019-08-23Mark move ctors/assignments noexceptMike Kaganski1-2/+2
2019-08-15Switch mdds to 1.5.0 and liborcus to 0.15.0.Kohei Yoshida1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): svlStephan Bergmann1-1/+1
2019-07-28loplugin:collapseifNoel Grandin1-10/+4
2019-07-15Simplify Sequence iterations in svlArkadiy Illarionov1-4/+3
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-1/+1
2019-06-21Extend INetURLObject::setName and drop INetURLObject::SetNameMike Kaganski2-2/+2
2019-06-21Drop INetURLObject::GetName and INetURLObject::GetExtensionMike Kaganski2-2/+2
2019-06-07tdf#42949 Fix IWYU warnings in svl/Gabor Kelemen11-41/+4
2019-05-18avoid double-lookup in SharedStringPool::internNoel Grandin1-4/+12
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin1-2/+2
2019-04-14loplugin:sequentialassign in starmath..svlNoel Grandin1-3/+1
2019-04-10clang-tidy: Fix suspicious catches of WIP unhandled-self-assignment checkTamás Zolnai1-0/+3
2019-03-30Some refactor of lockfile classes to minimize interfaceMike Kaganski4-99/+90
2019-03-30Slightly simplify URL handlingMike Kaganski1-15/+8
2019-03-27MSO lockfiles: Deduplicate MSO lock file reading codeTamás Zolnai1-0/+14
2019-03-26Generate MSO lock files when the related MSO compat. option is setTamás Zolnai2-8/+13
2019-03-25Fix typoAndrea Gelmini1-1/+1
2019-03-23Introduce new lockfile handler for MSO like lockfilesTamás Zolnai4-72/+352
2019-02-22loplugin:unusedfields in svlNoel Grandin1-9/+1
2019-02-13Use indexed getToken()Matteo Casalin1-7/+6