summaryrefslogtreecommitdiff
path: root/sal/qa
AgeCommit message (Expand)Author
2023-10-11Delete OUString UTF-16 string literal ctor/assignment opStephan Bergmann
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann
2023-09-29Drop some newly obsolete __cplusplus version checksStephan Bergmann
2023-09-24Drop some newly obsolete __clang_major__ version checksStephan Bergmann
2023-09-24Drop some newly obsolete __GNUC__ version checksStephan Bergmann
2023-08-22tdf#146619 Remove unused includes from sal/qaGabor Kelemen
2023-08-14tdf#146619 Remove unused includes from sal/ [headers]Gabor Kelemen
2023-08-07Remove unused header fileGabor Kelemen
2023-08-07Drop unnecessary header osl_Mutex_Const.hGabor Kelemen
2023-08-04Avoid a Clang template instantiation bug with libstdc++ and C++20Stephan Bergmann
2023-07-31loplugin:stringconstant: Catch some O[U]String::getStr anti-patternsStephan Bergmann
2023-07-31Fix C++20-only "..."_tstr test codeStephan Bergmann
2023-07-31Introduce "..."_tstr as a companion to "..."_ostr/u"..."_ustr in template codeStephan Bergmann
2023-07-19Work around MSVC bug with "..."_ostr vs. u"..."_ostrStephan Bergmann
2023-07-14O[U]String literals (unusable for now, C++20 only)Stephan Bergmann
2023-06-26new loplugin:constexprliteralNoel Grandin
2023-06-02tdf#145538,tdf#147021: qa: range based loopsDr. David Alan Gilbert
2023-05-07Revert a thinko from commit 876010cbc4584249e919c694b8b977fd4e83084eMike Kaganski
2023-04-10Use of O(U)StringNumber for float/double is actually a pessimisationMike Kaganski
2023-04-05Simplify O(U)String::number implementationMike Kaganski
2023-04-04Make O(U)String::boolean also return an O(U)StringNumberMike Kaganski
2023-03-15Related: tdf#152943 Test that a quiet NaN payload is propagatedEike Rathke
2023-02-16Only specialize CppUnit::assetion_traits<T>::toString member functionsStephan Bergmann
2023-01-27Remove support for AIXStephan Bergmann
2022-11-08A better fix for C++23 P2266R1Stephan Bergmann
2022-11-05-Werror,-Wdeprecated-declarations (sprintf, macOS 13 SDK): salStephan Bergmann
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski
2022-09-15tdf#150877: Add support for Kamenický and Mazovia encodingsJulien Nabet
2022-08-23tdf#148430 Use std math functions instead of rtl::mathLiu Hao
2022-08-19tdf#148430 Use std math functions instead of rtl::mathLiu Hao
2022-05-18Extend loplugin:redundantcast to trivial reinterpret_cast from T to itselfStephan Bergmann
2022-04-29sal: tweak CppunitTest_sal_osl to run as uid 0Michael Stahl
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-04Avoid "ThreadSanitizer: unlock of an unlocked mutex"Stephan Bergmann
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-12-16Fix typosAndrea Gelmini
2021-12-14Drop brittle testStephan Bergmann
2021-12-14A more expressive CPPUNIT_ASSERT_MESSAGEStephan Bergmann