summaryrefslogtreecommitdiff
path: root/sal/qa
AgeCommit message (Expand)AuthorFilesLines
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
2021-02-27Drop ComPtr and use sal::systools::COMReferenceMike Kaganski1-18/+26
2021-02-12Make sure to resolve symlinks in temp path in path testsMike Kaganski1-0/+3
2021-02-10Fix creation of some OUString from non-ASCII ordinary string literalsStephan Bergmann1-2/+2
2021-02-10Be a bit more verbose in that crappy test codeStephan Bergmann1-1/+1
2021-02-10Fix loplugin:stringliteralvarStephan Bergmann1-18/+14
2021-02-09loplugin:fakebool followed by loplugin:implicitboolconversion (clang-cl)Stephan Bergmann1-2/+2
2021-02-09report what value was found in messageCaolán McNamara1-3/+2
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann7-1955/+4829
2021-02-05Revert "Fix typo in code"Stephan Bergmann1-9/+9
2021-02-05osl_File checks: creation in root can also fail because of read-only filesystemChristian Lohmaier1-1/+1
2021-02-04Fix typo in codeAndrea Gelmini1-9/+9
2021-02-03Enable previously disabled file and directory testsMike Kaganski1-476/+248
2021-02-02Do not forget to remove "." and ".." path parts in osl_getAbsoluteFileURLMike Kaganski1-56/+29
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-10Avoid calling OString ctor with null pointerStephan Bergmann1-2/+2
2020-12-08Improve a CPPUNIT_ASSERT messageStephan Bergmann1-1/+1
2020-12-07Revert "Fix osl_Security::getHomeDir test under fakeroot"Stephan Bergmann1-4/+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 Hofer7-25/+22
2020-11-11loplugin:stringviewNoel2-2/+2
2020-11-11disable O(U)String::concat for internal codeNoel Grandin1-12/+12
2020-10-28Extend loplugin:elidestringvar to OStringStephan Bergmann4-105/+53
2020-10-05loplugin:reducevarscope in salNoel1-2/+1
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara3-7/+7
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann2-7/+14
2020-09-08Fix typos in commentsStephan Bergmann1-2/+2
2020-09-07Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann2-4/+4
2020-09-05Make OUString(char16_t const[N]) ctor check for embedded NULsStephan Bergmann2-2/+94