summaryrefslogtreecommitdiff
path: root/sal/qa/rtl
AgeCommit message (Expand)AuthorFilesLines
2024-11-27tdf#152943: Add configure option to disable NaN payload related testsSakura2861-0/+2
2024-11-04new loplugin:staticconstexprNoel Grandin3-3/+4
2024-10-17extract NaN payload test from single unit testSakura2861-20/+3
2024-06-28Fix "lets" -> "let's"Andrea Gelmini1-1/+1
2024-05-15Unit test for tdf#160985Eike Rathke1-0/+14
2024-04-28Extended loplugin:ostr manual changesStephan Bergmann1-1/+2
2024-04-26loplugin:ostr in salNoel Grandin16-349/+342
2024-02-27tdf#158190 Fix Calc ROUND in floating-point calculate result very close to X.5Po-Yen Huang1-0/+4
2023-11-29Extended loplugin:ostr: salStephan Bergmann1-2/+2
2023-11-19Extended loplugin:ostr: salStephan Bergmann10-253/+253
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 Bergmann4-12/+12
2023-10-15Repurpose loplugin:stringstatic for O[U]String vars that can be constexprStephan Bergmann2-2/+2
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 Bergmann2-23/+19
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 Kelemen27-64/+2
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
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-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
2022-03-09Simplify getTokenMike Kaganski1-0/+23
2022-03-08Fix --with-latest-c++ buildStephan Bergmann1-0/+1