summaryrefslogtreecommitdiff
path: root/sal/qa/rtl
AgeCommit message (Expand)Author
2022-05-18Extend loplugin:redundantcast to trivial reinterpret_cast from T to itselfStephan Bergmann
2022-04-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin
2022-03-31A string_view is not necessarily NUL-terminatedStephan Bergmann
2022-03-31Fix -Werror=array-boundsStephan Bergmann
2022-03-29Add back the opportunity to leave O[U]StringLiteral's buffer uninitializedStephan Bergmann
2022-03-24-Werror,-WformatStephan Bergmann
2022-03-09Drop misguided test added in 82a1d32d3d3ac1b4b0a6d4cfaca791c77d9b3c03Mike Kaganski
2022-03-09Simplify getTokenMike Kaganski
2022-03-08Fix --with-latest-c++ buildStephan Bergmann
2022-03-07Add unit tests for searching empty substring / zero characterMike Kaganski
2022-03-04Drop commented out wrong testsMike Kaganski
2022-03-04Enable tests in rtl_str.cxxMike Kaganski
2022-02-25Make an -fsanitize=undefined workaround conditionalStephan Bergmann
2022-02-17Use Dragonbox to implement doubleTo*String*Mike Kaganski
2022-02-17Bump Linux Clang baseline to 8.0.1Stephan Bergmann
2021-11-11Drop the OUString vs. OUStringLiteral comparison operator overloadsStephan Bergmann
2021-10-22Optimize assignment from OUStringLiteral to OUStringStephan Bergmann
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann
2021-10-02Some corner case unit testsMike Kaganski
2021-10-01Add unit test to catch eae24a9488814e77254d175c11fc4a138c1dbd30Mike Kaganski
2021-09-30Add a test for a negative integerMike Kaganski
2021-08-18GCC bug 96878 is fixed in upcoming GCC 12Stephan Bergmann
2021-07-09Do not support +/-NaN with an explicit signStephan Bergmann
2021-07-08Reliably generate positive or negative NaN againStephan Bergmann
2021-05-14Improve loplugin:stringviewStephan Bergmann
2021-04-19use more string_view in OString APINoel Grandin
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-02-10Fix loplugin:stringliteralvarStephan Bergmann
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann
2021-01-28add string_view variants of methods to O[U]StringBufferNoel
2021-01-27Improve loplugin:stringliteralvarStephan Bergmann
2021-01-15OUString::matchAsciiL() can be used instead of the fresh startsWithAsciiL()Tor Lillqvist
2021-01-14Introduce startsWithAsciiL() to match endsWithAsciiL()Tor Lillqvist
2021-01-10fix coverity parse errorsCaolán McNamara
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-12-23Use char16_t string literalsStephan Bergmann
2020-12-20Remove the OUString vs. std::u16string_view comparison operators againStephan Bergmann
2020-12-14Add empty OUStringBuffer::toString testStephan Bergmann
2020-12-08Improve a CPPUNIT_ASSERT messageStephan Bergmann
2020-12-03tdf#138360: sal_rtl: Add unittestXisco Fauli
2020-11-28Unit tests for DBL_MAX to string conversion, tdf#136272Eike Rathke
2020-11-21Relax non-null requirement for some rtl_uString_* functionsStephan Bergmann
2020-11-21tdf#123936 Formatting files in module sal with clang-formatPhilipp Hofer
2020-11-11loplugin:stringviewNoel
2020-10-28Extend loplugin:elidestringvar to OStringStephan Bergmann
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-09-08Fix typos in commentsStephan Bergmann
2020-09-05Make OUString(char16_t const[N]) ctor check for embedded NULsStephan Bergmann
2020-09-04Make many OUString functions take std::u16string_view parametersStephan Bergmann