summaryrefslogtreecommitdiff
path: root/sal/qa
AgeCommit message (Expand)AuthorFilesLines
3 hoursloplugin:ostr in salNoel Grandin24-423/+416
2024-02-27tdf#158190 Fix Calc ROUND in floating-point calculate result very close to X.5Po-Yen Huang1-0/+4
2024-01-19Make osl_execProc_test_batch run the new process hiddenMike Kaganski1-1/+1
2023-12-24Remove unused headers found by bin/find-unusedheaders.shGabor Kelemen1-45/+0
2023-11-29Extended loplugin:ostr: salStephan Bergmann3-20/+20
2023-11-19Extended loplugin:ostr: salStephan Bergmann13-1015/+1015
2023-11-18c++20: use std::erase(_if) instead of std::remove(_if)+erase (part 7)Julien Nabet1-8/+4
2023-11-08loplugin:stringstatic, lopluign:ostr (clang-cl)Stephan Bergmann1-2/+2
2023-11-03Make ExternalReferenceUriTranslator more robust against broken UTF-8Stephan Bergmann1-0/+41
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: salStephan Bergmann5-16/+16
2023-10-15Repurpose loplugin:stringstatic for O[U]String vars that can be constexprStephan Bergmann3-5/+4
2023-10-11The other OStringLiteral ctor should be non-explicit tooStephan Bergmann1-0/+1
2023-10-11Delete OUString UTF-16 string literal ctor/assignment opStephan Bergmann3-39/+35
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann3-16/+16
2023-09-29Drop some newly obsolete __cplusplus version checksStephan Bergmann2-14/+4
2023-09-24Drop some newly obsolete __clang_major__ version checksStephan Bergmann1-15/+0
2023-09-24Drop some newly obsolete __GNUC__ version checksStephan Bergmann2-21/+0
2023-08-22tdf#146619 Remove unused includes from sal/qaGabor Kelemen43-154/+13
2023-08-14tdf#146619 Remove unused includes from sal/ [headers]Gabor Kelemen1-0/+2
2023-08-07Remove unused header fileGabor Kelemen1-8/+0
2023-08-07Drop unnecessary header osl_Mutex_Const.hGabor Kelemen2-38/+5
2023-08-04Avoid a Clang template instantiation bug with libstdc++ and C++20Stephan Bergmann1-0/+8
2023-07-31loplugin:stringconstant: Catch some O[U]String::getStr anti-patternsStephan Bergmann1-6/+6
2023-07-31Fix C++20-only "..."_tstr test codeStephan Bergmann1-1/+3
2023-07-31Introduce "..."_tstr as a companion to "..."_ostr/u"..."_ustr in template codeStephan Bergmann2-0/+6
2023-07-19Work around MSVC bug with "..."_ostr vs. u"..."_ostrStephan Bergmann1-3/+3
2023-07-14O[U]String literals (unusable for now, C++20 only)Stephan Bergmann2-0/+20
2023-06-26new loplugin:constexprliteralNoel Grandin1-4/+4
2023-06-02tdf#145538,tdf#147021: qa: range based loopsDr. David Alan Gilbert4-67/+61
2023-05-07Revert a thinko from commit 876010cbc4584249e919c694b8b977fd4e83084eMike Kaganski1-0/+8
2023-04-10Use of O(U)StringNumber for float/double is actually a pessimisationMike Kaganski3-6/+6
2023-04-05Simplify O(U)String::number implementationMike Kaganski2-10/+10
2023-04-04Make O(U)String::boolean also return an O(U)StringNumberMike Kaganski1-2/+2
2023-03-15Related: tdf#152943 Test that a quiet NaN payload is propagatedEike Rathke1-0/+24
2023-02-16Only specialize CppUnit::assetion_traits<T>::toString member functionsStephan Bergmann3-33/+14
2023-01-27Remove support for AIXStephan Bergmann1-1/+1
2022-11-08A better fix for C++23 P2266R1Stephan Bergmann1-0/+20
2022-11-05-Werror,-Wdeprecated-declarations (sprintf, macOS 13 SDK): salStephan Bergmann1-0/+4
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski2-19/+19
2022-09-15tdf#150877: Add support for Kamenický and Mazovia encodingsJulien Nabet1-1/+67
2022-08-23tdf#148430 Use std math functions instead of rtl::mathLiu Hao2-29/+224
2022-08-19tdf#148430 Use std math functions instead of rtl::mathLiu Hao1-29/+29
2022-05-18Extend loplugin:redundantcast to trivial reinterpret_cast from T to itselfStephan Bergmann1-1/+1
2022-04-29sal: tweak CppunitTest_sal_osl to run as uid 0Michael Stahl1-3/+30
2022-04-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin1-35/+35
2022-03-31A string_view is not necessarily NUL-terminatedStephan Bergmann2-0/+64
2022-03-31Fix -Werror=array-boundsStephan Bergmann1-0/+5
2022-03-29Add back the opportunity to leave O[U]StringLiteral's buffer uninitializedStephan Bergmann2-0/+35
2022-03-24-Werror,-WformatStephan Bergmann1-1/+1
2022-03-09Drop misguided test added in 82a1d32d3d3ac1b4b0a6d4cfaca791c77d9b3c03Mike Kaganski2-12/+7