summaryrefslogtreecommitdiff
path: root/sal/qa
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-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
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-04Avoid "ThreadSanitizer: unlock of an unlocked mutex"Stephan Bergmann1-1/+10
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-12-16Fix typosAndrea Gelmini1-1/+1
2021-12-14Drop brittle testStephan Bergmann1-24/+0
2021-12-14A more expressive CPPUNIT_ASSERT_MESSAGEStephan Bergmann1-2/+7
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-16Simplify vector initialization in salJulien Nabet1-4/+6
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-20New loplugin:unusedcapturedefaultStephan Bergmann1-1/+1
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-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin1-1/+1
2021-06-02Revert "sb138: #i115619# fix for MinGW"Mike Kaganski1-2/+1
2021-06-01fix leak in SocketTestNoel Grandin1-0/+2
2021-05-31Replace inet_addr with inet_ptonStephan Bergmann1-3/+19
2021-05-31Replace inet_ntoa with inet_ntopStephan Bergmann1-0/+40
2021-05-14Improve loplugin:stringviewStephan Bergmann2-4/+4
2021-04-27loplugin:stringadd (clang-cl)Stephan Bergmann1-1/+1
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin1-1/+1
2021-04-19use more string_view in OString APINoel Grandin1-2/+2
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-4/+4
2021-03-04Also check number of invocations in the testMike Kaganski1-8/+10
2021-03-04Improve unit test accuracyMike Kaganski1-3/+7
2021-03-03tdf#116983 tdf#136175: retry if failedMike Kaganski1-0/+72