summaryrefslogtreecommitdiff
path: root/sal/qa/rtl
AgeCommit message (Expand)AuthorFilesLines
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
2022-03-07Add unit tests for searching empty substring / zero characterMike Kaganski2-429/+170
2022-03-04Drop commented out wrong testsMike Kaganski1-95/+0
2022-03-04Enable tests in rtl_str.cxxMike Kaganski1-223/+159
2022-02-25Make an -fsanitize=undefined workaround conditionalStephan Bergmann1-1/+10
2022-02-17Use Dragonbox to implement doubleTo*String*Mike Kaganski1-8/+5
2022-02-17Bump Linux Clang baseline to 8.0.1Stephan Bergmann2-9/+6
2021-11-11Drop the OUString vs. OUStringLiteral comparison operator overloadsStephan Bergmann1-4/+6
2021-10-22Optimize assignment from OUStringLiteral to OUStringStephan Bergmann1-1/+2
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann2-19/+19
2021-10-02Some corner case unit testsMike Kaganski1-0/+12
2021-10-01Add unit test to catch eae24a9488814e77254d175c11fc4a138c1dbd30Mike Kaganski1-0/+5
2021-09-30Add a test for a negative integerMike Kaganski1-0/+6
2021-08-18GCC bug 96878 is fixed in upcoming GCC 12Stephan Bergmann2-6/+21
2021-07-09Do not support +/-NaN with an explicit signStephan Bergmann1-0/+14
2021-07-08Reliably generate positive or negative NaN againStephan Bergmann1-0/+16
2021-05-14Improve loplugin:stringviewStephan Bergmann1-1/+1
2021-04-19use more string_view in OString APINoel Grandin1-2/+2
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-4/+4
2021-02-10Fix loplugin:stringliteralvarStephan Bergmann1-18/+14
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann4-11/+32
2021-01-28add string_view variants of methods to O[U]StringBufferNoel1-4/+4
2021-01-27Improve loplugin:stringliteralvarStephan Bergmann1-6/+7
2021-01-15OUString::matchAsciiL() can be used instead of the fresh startsWithAsciiL()Tor Lillqvist1-19/+0
2021-01-14Introduce startsWithAsciiL() to match endsWithAsciiL()Tor Lillqvist1-0/+19
2021-01-10fix coverity parse errorsCaolán McNamara1-9/+9
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-9/+9
2020-12-23Use char16_t string literalsStephan Bergmann1-10/+10
2020-12-20Remove the OUString vs. std::u16string_view comparison operators againStephan Bergmann1-9/+9
2020-12-14Add empty OUStringBuffer::toString testStephan Bergmann1-0/+8
2020-12-08Improve a CPPUNIT_ASSERT messageStephan Bergmann1-1/+1
2020-12-03tdf#138360: sal_rtl: Add unittestXisco Fauli1-0/+12
2020-11-28Unit tests for DBL_MAX to string conversion, tdf#136272Eike Rathke1-0/+88
2020-11-21Relax non-null requirement for some rtl_uString_* functionsStephan Bergmann1-0/+118
2020-11-21tdf#123936 Formatting files in module sal with clang-formatPhilipp Hofer3-16/+16
2020-11-11loplugin:stringviewNoel1-1/+1