summaryrefslogtreecommitdiff
path: root/sal/qa
AgeCommit message (Expand)Author
2021-11-11Drop the OUString vs. OUStringLiteral comparison operator overloadsStephan Bergmann
2021-10-22Optimize assignment from OUStringLiteral to OUStringStephan Bergmann
2021-10-16Simplify vector initialization in salJulien Nabet
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-20New loplugin:unusedcapturedefaultStephan Bergmann
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-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-02Revert "sb138: #i115619# fix for MinGW"Mike Kaganski
2021-06-01fix leak in SocketTestNoel Grandin
2021-05-31Replace inet_addr with inet_ptonStephan Bergmann
2021-05-31Replace inet_ntoa with inet_ntopStephan Bergmann
2021-05-14Improve loplugin:stringviewStephan Bergmann
2021-04-27loplugin:stringadd (clang-cl)Stephan Bergmann
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin
2021-04-19use more string_view in OString APINoel Grandin
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-03-04Also check number of invocations in the testMike Kaganski
2021-03-04Improve unit test accuracyMike Kaganski
2021-03-03tdf#116983 tdf#136175: retry if failedMike Kaganski
2021-02-27Drop ComPtr and use sal::systools::COMReferenceMike Kaganski
2021-02-12Make sure to resolve symlinks in temp path in path testsMike Kaganski
2021-02-10Fix creation of some OUString from non-ASCII ordinary string literalsStephan Bergmann
2021-02-10Be a bit more verbose in that crappy test codeStephan Bergmann
2021-02-10Fix loplugin:stringliteralvarStephan Bergmann
2021-02-09loplugin:fakebool followed by loplugin:implicitboolconversion (clang-cl)Stephan Bergmann
2021-02-09report what value was found in messageCaolán McNamara
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann
2021-02-05Revert "Fix typo in code"Stephan Bergmann
2021-02-05osl_File checks: creation in root can also fail because of read-only filesystemChristian Lohmaier
2021-02-04Fix typo in codeAndrea Gelmini
2021-02-03Enable previously disabled file and directory testsMike Kaganski
2021-02-02Do not forget to remove "." and ".." path parts in osl_getAbsoluteFileURLMike Kaganski
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-10Avoid calling OString ctor with null pointerStephan Bergmann
2020-12-08Improve a CPPUNIT_ASSERT messageStephan Bergmann
2020-12-07Revert "Fix osl_Security::getHomeDir test under fakeroot"Stephan Bergmann
2020-12-03tdf#138360: sal_rtl: Add unittestXisco Fauli